@charset "UTF-8";

/* ==========================================================================
   共通見出し（sec_ttl）
   ========================================================================== */
.sec_ttl {
  display: flex;
  flex-direction: column;
}

.sec_ttl.tac {
  text-align: center;
}

.sec_ttl .en {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #8fc8c2;
}

.sec_ttl .jp {
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #555;
}

/* ==========================================================================
   共通リンクボタン（link_btn）
   ========================================================================== */
.link_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 28.3rem;
  padding: 1.2rem 2.4rem;
  border: 1px solid #d9d9d9;
  transition: background-color 0.3s, border-color 0.3s;
}

.link_btn .link_text {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #555;
  transition: color 0.3s;
}

/* ==========================================================================
   header（TOPのみ：FV表示中は透明 / スクロール後はクリーム）
   ========================================================================== */
.top_header {
  position: sticky;
  top: 0;
  background-color: transparent;
  transition: background-color 0.3s;
}

.top_header.is_scrolled {
  background-color: #fffcf3;
}

/* ==========================================================================
   FV
   ========================================================================== */
.fv {
  display: flex;
  flex-direction: column-reverse;
}

.fv_body {
  padding: 4rem 1.6rem;
}

.fv_catch {
  width: 16rem;
  margin: 2.4rem 0 0 auto;
}

.fv_catch img {
  width: 100%;
  height: auto;
}

.fv_text .catch {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #555;
}

.fv_text .catch .accent {
  color: #8fc8c2;
}

.fv_text .text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #555;
}

.fv_img img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   お悩み
   ========================================================================== */
#worry {
  padding: 6.4rem 0;
  background: linear-gradient(to bottom, #fffcf3 0%, #ffffff 100%);
}

#worry .worry_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}

#worry .worry_wrap .img {
  width: 100%;
  max-width: 42.8rem;
}

#worry .content_wrap .ttl {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

#worry .worry_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3.2rem;
}

#worry .worry_list .item {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #555;
}

#worry .worry_lead {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #555;
  text-align: center;
  text-wrap: balance;
}

#worry .worry_lead .accent {
  color: #c4a987;
}

/* ==========================================================================
   About
   ========================================================================== */
#about {
  padding: 6.4rem 0;
  background: linear-gradient(to bottom, #ffffff 0%, #fffcf3 100%);
}

#about .about_wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 3.2rem;
  margin-top: 4rem;
}

#about .content_wrap .ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #555;
}

#about .content_wrap .text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #555;
}

#about .content_wrap .link_btn {
  margin-top: 2.4rem;
}

#about .about_illust {
  width: 20rem;
}

#about .about_illust img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Voice（お客様の声）
   ========================================================================== */
#voice {
  padding: 6.4rem 0;
  background-color: #fffcf3;
}

#voice .voice_list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4rem;
}

#voice .voice_list .item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 1.6rem;
  background-color: #fff;
  border-radius: 2.4rem;
  box-shadow: 4px 4px 8px rgba(201, 168, 130, 0.25);
}

#voice .voice_list .quote {
  width: 4.8rem;
  height: 4rem;
  flex-shrink: 0;
}

#voice .voice_list .text {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
  color: #555;
  /* SPは文節折り返し（取りこぼし防止）。PCは下部で設計通りの折り返しに上書き */
}

#voice .voice_photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 4rem;
}

#voice .voice_photos .item img {
  width: 100%;
  aspect-ratio: 297 / 395;
  object-fit: cover;
  border-radius: 4px;
}

/* ==========================================================================
   Reason（選ばれ続けている理由）
   ========================================================================== */
#reason {
  padding: 6.4rem 0;
  background-color: #fffcf3;
}

#reason .reason_list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}

#reason .reason_list .item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#reason .reason_list .item .img {
  width: 100%;
}

#reason .reason_list .content_wrap .ttl {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
}

#reason .reason_list .content_wrap .ttl .num {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: #8fc8c2;
}

#reason .reason_list .content_wrap .ttl .jp {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #555;
}

#reason .reason_list .content_wrap .text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #555;
}

/* ==========================================================================
   PC
   ========================================================================== */
@media (min-width: 768px) {
  .link_btn:hover {
    background-color: #fff;
    border-color: #c4a987;
  }

  .link_btn:hover .link_text {
    color: #c4a987;
  }

  .sec_ttl .en {
    font-size: 6.4rem;
    letter-spacing: 0.1em;
  }

  .sec_ttl .jp {
    font-size: 2.4rem;
  }

  /* FV */
  .fv {
    flex-direction: row;
    align-items: center;
    aspect-ratio: 1500 / 731;
  }

  .fv_body {
    width: 72rem;
    padding: 0 0 0 6.4rem;
    flex-shrink: 0;
  }

  /* リボンの縦の垂れがFV写真に切られないよう、はみ出させない */
  .fv_catch {
    width: 24rem;
    margin: 3.2rem 2.4rem 0 auto;
  }

  .fv_text .catch {
    font-size: 4.8rem;
    letter-spacing: 0.1em;
    line-height: 1.44;
  }

  .fv_text .text {
    font-size: 1.8rem;
  }

  .fv_img {
    flex: 1;
    height: 100%;
  }

  .fv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* お悩み */
  #worry {
    padding: 8rem 0;
  }

  #worry .worry_wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }

  #worry .worry_wrap .img {
    width: 42.8rem;
    flex-shrink: 0;
  }

  #worry .content_wrap {
    width: 52.6rem;
  }

  #worry .content_wrap .ttl {
    font-size: 3.2rem;
    text-align: left;
  }

  #worry .worry_list {
    margin-top: 4rem;
  }

  #worry .worry_list .item {
    font-size: 2rem;
  }

  #worry .worry_lead {
    margin-top: 4.8rem;
    font-size: 2rem;
  }

  /* About */
  #about {
    padding: 8rem 0;
  }

  #about .about_wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  #about .content_wrap {
    width: 98rem;
  }

  #about .content_wrap .ttl {
    font-size: 3.2rem;
  }

  #about .content_wrap .text {
    margin-top: 4rem;
    font-size: 2rem;
  }

  #about .content_wrap .link_btn {
    margin-top: 4rem;
  }

  #about .about_illust {
    width: 28rem;
    flex-shrink: 0;
  }

  /* Reason */
  #reason {
    padding: 8rem 0;
  }

  #reason .reason_list {
    gap: 4rem;
  }

  #reason .reason_list .item {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  #reason .reason_list .item .img {
    width: 28rem;
    flex-shrink: 0;
  }

  #reason .reason_list .content_wrap {
    flex: 1;
  }

  #reason .reason_list .content_wrap .ttl .num {
    font-size: 5.6rem;
  }

  #reason .reason_list .content_wrap .ttl .jp {
    font-size: 3.2rem;
  }

  #reason .reason_list .content_wrap .text {
    margin-top: 2rem;
    font-size: 1.8rem;
  }

  #voice {
    padding: 8rem 0;
  }

  #voice .voice_list {
    flex-direction: row;
    gap: 2.4rem;
    margin-top: 4.8rem;
  }

  /* PCはFigma通りの改行（pc_onの指定改行＋自然折り返し3行）に戻す */
  #voice .voice_list .text {
    text-wrap: wrap;
    word-break: normal;
  }

  #voice .voice_list .item {
    flex: 1 1 0;
  }

  #voice .voice_photos {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
    margin-top: 4.8rem;
  }
}
