@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --sp1-primary-color: #DDD4A4;
}

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

#sp1 .index {
  border-bottom-color: var(--sp1-primary-color);
}

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

#sp1 .sub-fv .cat {
  position: relative;
  width: 335px;
}

#sp1 .title-num {
  position: absolute;
  right: 19.5%;
  bottom: 0;
  font-family: "Epilogue", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  transform: translateY(50%);
}

#sp1 .title-num span {
  font-size: 2.1rem;
}

#sp1 .sub-fv {
  position: relative;
}

#sp1 .sub-fv p {
  padding-left: 115px;
}

#sp1 .sub-fv .deco {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 95px;
}

#sp1 .sub-sec img {
  border-radius: 10px;
}

#sp1 .sub-sec img.no-radius {
  border-radius: 0;
}

#sp1 .sub-sec .num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #FFE200;
}

#sp1 .sub-title {
  display: grid;
  place-items: center;
  width: 335px;
  height: 48px;
  background-color: #FFE300;
  border-radius: 24px;
}

#sp1 .fs-feature-ttl span {
  font-size: 2.4rem;
}

.sp1-box01 {
  margin-bottom: 40px;
  padding: 37px 28px;
  background-color: #EFE7B8;
  border-radius: 16px;
}

.sp1-box01 h3 {
  text-align: center;
}

.sp1-wrap03 {
  position: relative;
  max-width: 720px;
  margin: 40px auto 0;
}

.sp1-wrap03 .image {
  margin-bottom: 40px;
}

.sp1-wrap03 p {
  padding-left: 140px;
}

.sp1-wrap03 .deco {
  position: absolute;
  width: 95px;
  top: 0;
  left: 0;
}

.sp1-box02 {
  padding: 37px 28px;
  background-color: #DBEFF0;
  border-radius: 16px;
}

.sp1-box02 h4 {
  position: relative;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  width: 200px;
  height: 40px;
  background-color: #FFE200;
  border-radius: 24px;
}

.sp1-box02 h4::before {
  position: absolute;
  content: '';
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background-color: #FFE200;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.sp1-box02 .profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.sp1-box02 .profile .image {
  width: 45%;
}

#sp1 .sp1-box02 .profile .image img {
  border-radius: 50%;
}

#sp1 .access h4 {
  font-size: 2rem;
}

#sp1 .access .flex {
  display: flex !important;
  margin-top: 24px;
}

#sp1 .access p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 16px;
}

#sp1 .access .btn {
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  width: min(335px, 100%);
  height: 60px;
  margin: 32px auto 0;
  background: #FFE200 url(../../../assets/img/ico-arrow-black.png) no-repeat center right 10px / 10px auto;
}


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

@media (width >=768px) {
  #sp1 .swiper-slide {
    flex-shrink: 1;
  }

  #sp1 .swiper-wrapper {
    display: flex;
    gap: 40px;
  }
}


@media (width < 768px) {
  #sp1 .sub-fv .cat {
    width: min(303px, 100%);
  }

  #sp1 .title-num {
    right: 18.7%;
  }

  #sp1 .sub-fv p {
    flex: 1;
  }

  #sp1 .fs-feature-ttl {
    font-size: 2.4rem;
  }

  #sp1 .fs-feature-ttl span {
    font-size: 2rem;
  }

  .sp1-box01 {
    padding: 30px 18px 24px;
  }

  .sp1-wrap03 {
    margin-top: 24px;
  }

  .sp1-wrap03 .image {
    margin-bottom: 24px;
  }

  .sp1-wrap03 p {
    flex: 1;
    padding-left: 16px;
  }

  .sp1-wrap03 .deco {
    position: static;
    width: 95px;
    margin-top: 12px;
  }

  .sp1-box02 {
    margin-bottom: 32px;
    padding: 24px 20px;
  }

  .sp1-box02 h4 {
    font-size: 1.4rem;
    width: 180px;
  }

  #sp1 .access h4 {
    font-size: 1.6rem;
  }

  #sp1 .access .flex {
    align-items: center;
    gap: 16px;
  }

  #sp1 .access .image {
    width: 37%;
    margin-bottom: 0;
  }

  #sp1 .access .info {
    flex: 1;
  }

  #sp1 .access p {
    font-size: 1.3rem;
    margin-top: 0;
  }
}



@media (580px < width < 768px) {
  #sp1 .sub-fv .deco {
    bottom: -20px;
  }
}


@media (width < 581px) {
  #sp1 .sub-fv .deco {
    position: static;
    width: 95px;
    margin-top: 30px;
  }

  #sp1 .sub-fv p {
    padding-left: 16px;
  }
}