@font-face {
  font-family: hamaya;
  src: url('../fonts/hamaya.eot');
  src: url('../fonts/hamaya.eot#iefix') format('embedded-opentype'),
       url('../fonts/hamaya.ttf') format('truetype'),
       url('../fonts/hamaya.woff') format('woff'),
       url('../fonts/hamaya.svg#hamaya') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

#case [class*=" icon-"],
#case [class^="icon-"] {
  font-family: hamaya !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#case .icon-sports:before { content: ""; }
#case .icon-bottle:before { content: ""; }
#case .icon-building:before { content: ""; }
#case .icon-fridge:before { content: ""; }
#case .icon-pc:before { content: ""; }
#case .icon-recycle:before { content: ""; }
#case .icon-robo:before { content: ""; }
#case .icon-organize:before { content: ""; }
#case .icon-toy:before { content: ""; }
#case {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}

#case .width-l {
  width: min(1024px, calc(100% - 48px));
  margin: 0 auto;
}

#case .width-m {
  width: min(864px, calc(100% - 48px));
  margin: 0 auto;
}

#case .head {
  margin-top: 36px;
}

#case .head-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 640px;
  padding: 119px 24px 40px;
  background-color: rgba(44, 54, 67, .7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #2859b0;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

#case .head-title {
  padding: 0 0 40px .3em;
  font-size: 28px;
  letter-spacing: .3em;
}

#case .head p {
  font-size: 15px;
  line-height: 2.6;
  letter-spacing: .1em;
}

#case .head-breadcrumbs {
  padding-top: 24px;
}

#case .breadcrumbs {
  font-size: 14px;
}

#case .breadcrumbs a {
  color: #2859b0;
  text-decoration: underline;
}

#case .section {
  padding: 80px 64px 120px;
}

#case .section-title {
  padding-bottom: 56px;
  text-align: center;
}

#case .section-title span {
  display: block;
  padding-left: .3em;
  font-size: 26px;
  letter-spacing: .3em;
}

#case .section-title b {
  display: block;
  padding: 8px 0 0 .1em;
  color: #f6d60b;
  font-family: Lato, "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .1em;
}

#case .flow-list {
  display: flex;
  margin: 0 -32px;
}

#case .flow-list li {
  position: relative;
  flex: 1 0 33.33333%;
  width: 33.33333%;
  padding: 0 32px;
}

#case .flow-list li + li::before {
  content: "";
  position: absolute;
  top: 106px;
  left: -12px;
  border: 24px solid transparent;
  border-left-color: #f6d60b;
}

#case .flowList-inner {
  height: 100%;
  padding: 40px 16px 32px;
  background: #2859b0;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

#case .flowList-inner i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  max-width: 100%;
  margin: 0 auto 24px;
  border-radius: 50%;
  background-image: radial-gradient(#e4e4e4 14%, #fcf3b7 0), radial-gradient(#e4e4e4 14%, #fcf3b7 0);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

#case .flowList-inner i::after {
  content: "";
  display: block;
  padding-top: 100%;
}

#case .flowList-inner img {
  position: absolute;
  width: 140px;
}

#case .case {
  background-image: radial-gradient(#e4e4e4 14%, #f4f4f5 0), radial-gradient(#e4e4e4 14%, #f4f4f5 0);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

#case .case-copy {
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
}

#case .case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -40px;
}

#case .case-list li {
  width: 50%;
  padding: 0 10px 40px;
}

#case .caseList-inner {
  min-height: 100%;
  padding: 24px 32px 28px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 65, 133, .08);
}

#case .caseList-media {
  overflow: hidden;
  margin: -24px -32px 18px;
  border-radius: 15px 15px 0 0;
  aspect-ratio: 1.9 / 1;
  background: #eef3fb;
}

#case .caseList-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#case .caseList-icon {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #dce7fb 0%, #f7f9ff 100%);
  color: #2859b0;
  font-size: 72px;
}


#case .caseList-icon img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}


#case .caseList-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #2859b0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#case .caseList-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
  width: 100%;
  height: 10px;
  background: rgba(18, 121, 245, .1);
}

#case .caseList-about {
  display: flex;
  justify-content: center;
  color: #1279f5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .08em;
}

#case .caseList-about b {
  flex: 0 0 4.8em;
  width: 4.8em;
  color: #2859b0;
}

#case .caseList-about b::after {
  content: "▶";
}

#case .caseList-text {
  padding-top: 1.4em;
  line-height: 1.8;
}

#case .for-footer-links {
  padding: 0 0 120px;
}

#case .for-footer-links__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

#case .for-footer-links__grid li {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#case .for-footer-links__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  padding: 40px 24px;
  background: rgba(44, 54, 67, .35);
  color: #fff;
  text-align: center;
}

#case .for-footer-links__title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 22px;
  border: 1px solid #fff;
  font-size: 23px;
  letter-spacing: .2em;
}

#case .for-footer-links__grid p {
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 768px) {
  #case .width-l,
  #case .width-m {
    width: min(100%, calc(100% - 48px));
  }

  #case .head {
    margin-top: 0;
  }

  #case .head-inner {
    min-height: 320px;
    padding: 96px 20px 40px;
  }

  #case .head-title {
    padding: 0 0 16px .2em;
    font-size: 20px;
    letter-spacing: .2em;
  }

  #case .head p {
    font-size: 12.5px;
    line-height: 2;
    text-align: justify;
  }

  #case .breadcrumbs {
    font-size: 12px;
  }

  #case .section {
    padding: 40px 24px 56px;
  }

  #case .section-title {
    padding: 4px 0 32px;
  }

  #case .section-title span {
    padding-left: .2em;
    font-size: 17.5px;
    letter-spacing: .2em;
  }

  #case .section-title b {
    font-size: 15px;
  }

  #case .flow-list {
    margin: 0 auto;
    max-width: 272px;
    flex-wrap: wrap;
  }

  #case .flow-list li {
    width: 100%;
    padding: 0;
  }

  #case .flow-list li + li {
    margin-top: 30px;
  }

  #case .flow-list li + li::before {
    top: -20px;
    left: calc(50% - 14px);
    border-width: 10px 14px;
    border-color: #f6d60b transparent transparent;
  }

  #case .flowList-inner {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }

  #case .flowList-inner i {
    flex: 0 0 64px;
    width: 64px;
    margin: 0;
  }

  #case .flowList-inner img {
    width: 56px;
  }

  #case .case-copy {
    padding-bottom: 20px;
    font-size: 12px;
  }

  #case .case-list {
    margin: 0 -8px -16px;
  }

  #case .case-list li {
    width: 50%;
    padding: 0 8px 16px;
  }

  #case .caseList-inner {
    padding: 12px 10px;
    font-size: 10px;
  }

  #case .caseList-media {
    margin: -12px -10px 12px;
  }

  #case .caseList-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  #case .caseList-title {
    margin-bottom: 8px;
    font-size: 12px;
  }

  #case .caseList-about {
    display: block;
    font-size: 11px;
    text-align: center;
  }

  #case .caseList-text {
    padding-top: 8px;
  }

  #case .for-footer-links {
    padding-bottom: 56px;
  }

  #case .for-footer-links__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #case .for-footer-links__grid a {
    min-height: 180px;
    padding: 24px 16px;
  }

  #case .for-footer-links__title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  #case .for-footer-links__grid p {
    font-size: 12px;
    line-height: 1.9;
  }
}
#case .caseList-icon::before { line-height: 1; }
#case .caseList-icon img:not([src]), #case .caseList-icon img[src=""] { display:none; }
#case .caseList-about span { max-width: 15.5em; text-align: left; }
#case .caseList-text { max-width: 25em; margin: 0 auto; font-size: 15px; letter-spacing: .03em; }
#case .caseList-inner { display:flex; flex-direction:column; }
#case .caseList-title, #case .caseList-about { min-height: 0; }
@media (max-width: 768px) {
  #case .caseList-icon { width:48px; height:48px; font-size:48px; }
  #case .caseList-about span { max-width:none; text-align:center; }
  #case .caseList-text { max-width:none; font-size:10px; }
}
