@charset "UTF-8";

:root {
  --sp5-primary-color: #58908C;
  --sp5-primary-color2: #8AE4DE;
}

#sp5 .primary-color {
  color: var(--sp5-primary-color2);
}

#sp5 .index {
  max-width: 580px;
  border-bottom-color: var(--sp5-primary-color2);
}

#sp5 .index>p::before,
#sp5 .index>p::after {
  background-color: var(--sp5-primary-color2);
}

#sp5 .sub-fv .cat {
  width: 335px;
}

#sp5 .sub-fv__title {
  font-size: 2.8rem;
}

#sp5 .sub-sec img {
  border-radius: 6px;
}

.sp5-box01 {
  padding: 36px 50px;
  background-color: #E0F2F0;
  border-radius: 8px;
}

.sp5-box01 .flex {
  margin: 0;
}


#sp5 .accordion-box .items {
  background: #fff;
  border: 1px solid #A57D28 !important;
}

#sp5 .accordion-box .items .title {
  font-weight: 900;
  color: #fff;
  text-shadow:
    0 2px 4px rgba(117, 83, 16, 0.4),
    0 0 20px rgba(117, 83, 16, 0.2);
}

#sp5 .accordion-box .head {
  background: linear-gradient(to bottom, #A57D28 50%, #fff 150%);
}

#sp5 .accordion-box .items .title::before {
  background: url(/assets/img/ico-arrow-white.png) no-repeat center / 100% 100%;
}


#sp5 .achieve {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 64px;
  margin-top: 40px;
  background-color: #00B6AD;
  border-radius: 16px;
}

#sp5 .achieve sup {
  font-size: 60%;
}

.pickup__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 64px;
}

.pickup__content .items {
  width: calc((100% - 40px) / 2);
}

.pickup__content .items a {
  display: flex;
  align-items: stretch;
}

.pickup__content .items.pickup01 a {
  background-color: #8AE4DE;
}

.pickup__content .items.pickup02 a {
  background-color: #A4C1F1;
}

.pickup__content .items.pickup03 a {
  background-color: #FFA8B3;
}

.pickup__content .items .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px 18px;
}

.pickup__content .items .title {
  font-size: min(3rem, 2.89vw);
  font-weight: 700;
  line-height: 1.4;
}

.pickup__content .items .lead {
  font-size: min(2rem, 1.8vw);
  line-height: 1.4;
  margin-top: 5px;
}

.pickup__content .items .image {
  width: 50%;
}

.pickup__content .items .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sp5 .column {
  background-color: #E0F2F0;
  padding: 40px 35px;
}

#sp5 .column h4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

#sp5 .column h4 span {
  font-size: 2rem;
  letter-spacing: 0;
}

#sp5 .pc-timeline {
  display: block;
}

#sp5 .sp-timeline {
  display: none;
}


/* -------------------------------------
  responsive
------------------------------------- */

@media (width < 768px) {

  #sp5 .pc-timeline {
    display: none;
  }

  #sp5 .sp-timeline {
    display: block;
  }

  #sp5 .fs-feature-ttl {
    font-size: 2.2rem;
  }

  #sp5 .achieve {
    margin-top: 24px;
  }

  #sp5 .achieve .fs-20 {
    font-size: 1.6rem;
  }

  #sp5 .achieve .fs-24 {
    font-size: 2rem;
  }

  #sp5 .sec03 .fs-feature-ttl {
    font-size: 1.8rem;
  }

  .sp5-box01 {
    padding: 30px 20px 20px;
  }

  .sp5-box01 .flex {
    flex-wrap: wrap;
    margin-top: 0 !important;
  }

  .sp5-box01 .item01 {
    text-align: left;
    width: calc(100% - (130px + 16px));
    margin-left: auto;
    margin-top: 16px;
  }

  .sp5-box01 .item02 {
    width: 130px;
    float: left;
    margin-top: -35px;
    margin-right: 16px;
  }

  .sp5-box01 .item03 {
    margin-top: 16px;
  }

  .sp5-box01 .item04 {
    padding-top: 24px;
    clear: both;
  }

  .pickup__content .items .title {
    font-size: 2rem;
  }

  .pickup__content .items .lead {
    font-size: 1.4rem;
  }

  .pickup__content .items {
    width: 100%;
  }

  .pickup__content {
    gap: 20px;
    margin-top: 40px;
  }

  .pickup__content .items .desc {
    padding: 12px;
  }
}