@charset "UTF-8";

:root {
  --renewal-green: #0f4b38;
  --renewal-green-dark: #073b2c;
  --renewal-green-deep: #063326;
  --renewal-green-soft: #eaf1ec;
  --renewal-gold: #b99a4a;
  --renewal-gold-dark: #9d7c2f;
  --renewal-gold-soft: #e2d6b5;
  --renewal-orange: #ef8b00;
  --renewal-orange-dark: #dc7600;
  --renewal-ivory: #fbfaf6;
  --renewal-ivory-deep: #f5f2e9;
  --renewal-text: #18382e;
  --renewal-text-sub: #4e5d57;
  --renewal-border: rgba(157, 124, 47, 0.38);
  --renewal-border-light: rgba(15, 75, 56, 0.16);
  --renewal-shadow: 0 12px 32px rgba(18, 48, 38, 0.08);
  --renewal-shadow-soft: 0 7px 22px rgba(18, 48, 38, 0.07);
}

/* --------------------------------------------------
   Base
-------------------------------------------------- */
body {
  color: var(--renewal-text);
  background: var(--renewal-ivory);
}

body a {
  color: var(--renewal-text);
}

.sec_ttl {
  color: var(--renewal-green-dark);
  letter-spacing: 0.055em;
  line-height: 1.45;
}

input[type="text"],
textarea,
select {
  border-color: rgba(15, 75, 56, 0.26);
  border-radius: 1px;
  color: var(--renewal-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input[type="text"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--renewal-gold);
  box-shadow: 0 0 0 3px rgba(185, 154, 74, 0.12);
}

/* --------------------------------------------------
   Header
-------------------------------------------------- */
.header {
  border-bottom: 1px solid rgba(15, 75, 56, 0.1);
}

.header .btn p {
  color: var(--renewal-green-dark);
  font-weight: 600;
}

.header .btn a {
  background-color: var(--renewal-orange);
  box-shadow: 0 5px 14px rgba(239, 139, 0, 0.2);
  font-weight: 700;
}

.header .btn a:hover {
  background-color: var(--renewal-orange-dark);
  opacity: 1;
}

/* --------------------------------------------------
   First view
-------------------------------------------------- */
.mv {
  position: relative;
  background-blend-mode: soft-light;
}

.mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 246, 239, 0.18), rgba(229, 239, 231, 0.38));
  pointer-events: none;
}

.mv .inner {
  z-index: 1;
}

.mv .mv_wrap {
    width: 55%;
}

.mv .mv_ttl {
  color: var(--renewal-green-dark);
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
}

.mv_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 1em;
  height: 2px;
  background-color: var(--renewal-gold);
}

.mv .mv_logo{
  margin: 30px 0 20px;
}

.mv .mv_ttl em {
  background-image: none;
}

.mv .mv_form {
  border: 1px solid rgba(15, 75, 56, 0.12);
  box-shadow: var(--renewal-shadow);
}

.mv .mv_form h2 {
  background: var(--renewal-green-dark);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.mv .mv_list li {
  border: 1px solid rgba(15, 75, 56, 0.08);
  box-shadow: var(--renewal-shadow-soft);
}

.mv .mv_list li .ttl_wrap {
  filter: drop-shadow(0 2px 3px rgba(49, 40, 12, 0.1));
}

.mv .mv_list li .ttl_wrap .ttl {
  background: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: left;
}

.mv .mv_list li .txt em,
.mv .mv_list li .txt .color {
  color: var(--renewal-gold);
  margin-top: 0;
}

.mv .mv_form .btn_submit,
.btn_submit {
  background-color: var(--renewal-orange);
  box-shadow: 0 7px 18px rgba(239, 139, 0, 0.18);
}

.mv .mv_form .btn_submit:hover,
.btn_submit:hover {
  background-color: var(--renewal-orange-dark);
  opacity: 1;
}

/* --------------------------------------------------
   Industry slide
-------------------------------------------------- */
.slide {
  background: var(--renewal-green-dark);
  padding: 16px 0;
}

.slide img {
  filter: saturate(0.78) brightness(1.08);
  opacity: 0.92;
}

/* --------------------------------------------------
   Intro / concerns
-------------------------------------------------- */
.intro {
  padding: 76px 0 64px;
  background: linear-gradient(180deg, #fff 0%, var(--renewal-ivory) 100%);
}

.intro .sec_ttl {
  margin-bottom: 38px;
}

.intro_box {
  max-width: 860px;
  min-height: 215px;
  padding: 34px 25% 34px 42px;
  margin-bottom: 36px;
  border: 0;
  background-color: #fff;
  background-position: right 4% bottom -35px;
  box-shadow: var(--renewal-shadow);
  background-size: 18%;
  image-rendering: auto;
}

.intro_box li {
  position: relative;
  padding: 11px 0 11px 38px;
  background: none;
  border-bottom: 1px solid rgba(15, 75, 56, 0.1);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.intro_box li:last-child {
  border-bottom: 0;
}

.intro_box li::before {
  content: "✓";
  position: absolute;
  top: 13px;
  left: 1px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--renewal-gold);
  border-radius: 50%;
  color: var(--renewal-gold-dark);
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.intro_box li + li {
  margin-top: 0;
}

.intro_txt01 {
  color: var(--renewal-green-dark);
  font-size: 25px;
  letter-spacing: 0.045em;
  margin-bottom: 28px;
}

.intro_txt02 {
  color: var(--renewal-green-dark);
}

.intro .intro_txt02 em {
  display: inline-block;
  padding: 0.08em 0.18em 0.12em;
  color: #fff !important;
  background-color: var(--renewal-gold) !important;
  background-image: none !important;
  background-position: initial !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
}
/* --------------------------------------------------
   Reasons
-------------------------------------------------- */
.reason {
  background: var(--renewal-green-soft);
}

.reason_box {
  border: 1px solid rgba(15, 75, 56, 0.08);
  box-shadow: var(--renewal-shadow-soft);
  padding: 34px 42px;
}

.reason_box .num p {
  background: #fff;
  font-weight: 600;
}

.reason_box .num p em {
  font-weight: 500;
}

.reason_box .txt h3 {
  color: var(--renewal-green-dark);
  border-bottom-color: rgba(15, 75, 56, 0.38);
  font-weight: 500;
}

.reason_box .txt p em {
  color: var(--renewal-gold-dark);
  text-decoration-color: rgba(157, 124, 47, 0.5);
}

/* --------------------------------------------------
   Voices
-------------------------------------------------- */
.voice {
  background: #fff;
}

.voice_list .voice_item {
  box-shadow: var(--renewal-shadow);
}

.voice_list .voice_item h3 {
  color: var(--renewal-green-dark);
  border-left-color: var(--renewal-gold);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.voice_list .voice_item h4 span {
  background: var(--renewal-green-dark);
  font-weight: 600;
}

.voice .slick-prev,
.voice .slick-next {
  border-top-color: var(--renewal-green-dark);
  border-right-color: var(--renewal-green-dark);
}

.voice .slick-dots button {
  border-color: var(--renewal-gold);
}

.voice .slick-dots .slick-active button {
  background: var(--renewal-green-dark);
  border-color: var(--renewal-green-dark);
}

.voice_list .voice_item h4{
  font-family: "Noto Serif JP", serif;
}

.voice_list .voice_item .voice_info{
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid var(--renewal-gold);
  font-weight: 600;
}

.voice_list .voice_item .txt{
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

/* --------------------------------------------------
   Flow
-------------------------------------------------- */
.flow {
  background: var(--renewal-ivory);
}

.flow_list .box {
  border: 1px solid rgba(15, 75, 56, 0.08);
  border-bottom: none;
  box-shadow: var(--renewal-shadow-soft);
}

.flow_list .box .btn_tell {
  background: var(--renewal-green-soft);
  color: var(--renewal-green-dark);
}

.flow_list .box .btn_mail {
  background: #eee5cc;
  color: var(--renewal-green-dark);
}

/* --------------------------------------------------
   CTA
-------------------------------------------------- */
.cta {
  background: linear-gradient(115deg, var(--renewal-green-deep) 0%, var(--renewal-green) 100%);
}

.cta_list .btn01 {
  background-color: var(--renewal-orange);
  box-shadow: 0 8px 20px rgba(239, 139, 0, 0.2);
}

.cta_list .btn01:hover {
  background-color: var(--renewal-orange-dark);
  opacity: 1;
}

.cta_list .btn02 {
  color: var(--renewal-green-dark);
  border: 1px solid rgba(185, 154, 74, 0.65);
}

/* --------------------------------------------------
   About / support
-------------------------------------------------- */
.about {
  background: var(--renewal-green-soft);
}

.about_note {
  color: var(--renewal-gold-dark);
}

.support {
  background: var(--renewal-ivory);
}

.support_txt {
  color: var(--renewal-green-dark);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.support_box02 {
  border: 1px solid rgba(15, 75, 56, 0.08);
  box-shadow: var(--renewal-shadow-soft);
}

/* --------------------------------------------------
   FAQ
-------------------------------------------------- */
.faq {
  background: #fff;
}

.gaq_dl,
.gaq_dl_first {
  border-color: rgba(15, 75, 56, 0.17);
}

.gaq_dl dt {
  color: var(--renewal-green-dark);
  padding-top: 18px;
  padding-bottom: 18px;
}

.gaq_dl dt::before {
  color: var(--renewal-green-dark);
  font-weight: 500;
}

.gaq_dl dt::after {
  width: 34px;
  height: 34px;
  border: 1px solid var(--renewal-gold);
  border-radius: 50%;
  background: var(--renewal-green-dark);
}

.gaq_dl dt::after,
.gaq_dl dt.active::after {
  background-image: none;
}

.gaq_dl dt::after {
  content: "+";
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
}

.gaq_dl dt.active::after {
  content: "−";
}

.gaq_dl dd {
  color: var(--renewal-text-sub);
}

/* --------------------------------------------------
   Contact
-------------------------------------------------- */
.contact {
  background: var(--renewal-green-soft);
}

.contact_dl dt {
  color: var(--renewal-green-dark);
}

.contact_dl dt span {
  background: #e9d8a6;
  color: #6b5523;
  font-weight: 600;
}

.btn_submit {
  background-color: var(--renewal-orange);
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------
   Company information
-------------------------------------------------- */
.info {
  background: #fff;
}

.info_list li {
  border-bottom-color: rgba(185, 154, 74, 0.48);
}

.info_list h3 {
  color: var(--renewal-green-dark);
}

.info_list a {
  color: var(--renewal-green);
}

/* --------------------------------------------------
   Footer / floating banner
-------------------------------------------------- */
.footer {
  background: linear-gradient(180deg, #f8f7f1 0%, #eff2e9 100%);
  border-top: 1px solid rgba(185, 154, 74, 0.35);
}

.footer .footer_list a,
.footer .footer_txt {
  color: var(--renewal-green-dark);
}

.floating-banner {
  background: rgba(238, 242, 233, 0.97);
  border-top: 1px solid rgba(15, 75, 56, 0.14);
  box-shadow: 0 -8px 24px rgba(18, 48, 38, 0.08);
}

.floating-banner .cta_list .btn01 {
  background-color: var(--renewal-orange);
}

/* --------------------------------------------------
   Mobile
-------------------------------------------------- */
@media screen and (max-width: 767px) {

  .header .btn a {
    background-color: var(--renewal-orange);
  }

  .mv .mv_wrap {
        width: 100%;
    }

  .mv .mv_ttl {
    font-size: clamp(34px, 10vw, 56px)!important;
  }

  .mv .mv_list li {
    box-shadow: 0 5px 16px rgba(18, 48, 38, 0.09);
  }

  .intro {
    padding: 48px 0 42px;
  }

  .intro .sec_ttl {
    margin-bottom: 26px;
  }

  .intro_box {
    min-height: 0;
    padding: 18px 18px 98px;
    margin-bottom: 28px;
    border-left-width: 2px;
    background-position: right 4% bottom -1px;
    box-shadow: 0 8px 24px rgba(18, 48, 38, 0.08);
  }

  .intro_box li {
    padding: 9px 0 9px 28px;
    font-size: clamp(16px, 2vw, 28px);
    line-height: 1.7;
  }

  .intro_box li::before {
    top: 19px;
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .intro_txt01 {
    font-size: 4.75vw;
    margin-bottom: 18px;
  }


  .reason_box .num p {
    border-bottom-width: 1px;
  }

  .reason_box .txt h3 {
    color: var(--renewal-green-dark);
  }

  .voice_list .voice_item h3 {
    border-left-color: var(--renewal-gold);
  }

  .flow_list .box {
    border-bottom-color: var(--renewal-gold);
  }

  .cta_list .btn01 {
    background-color: var(--renewal-orange);
  }

  .gaq_dl dt::after {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 19px;
  }

  .contact_dl dt span {
    padding-left: 8px;
    padding-right: 8px;
  }

  .floating-banner .cta_list .btn01 {
    background-color: var(--renewal-orange);
  }
}

/* ========================================
   MV 実績・特徴リスト,フォーム
======================================== */

.mv_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.mv_list li {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 122px;
  margin: 0;
  padding: 0.5em !important;
  background: #fff;
  border: 1px solid #e2e9e6;
  box-shadow: 0 6px 18px rgba(16, 67, 51, 0.08);
  text-align: left;
}

/* 既存の個別marginをリセット */
.mv_list li:nth-child(1),
.mv_list li:nth-child(2) {
  margin-bottom: 0;
}

/* アイコン部分 */
.mv_list .mv_list_icon {
  display: flex;
  flex: 0 0 60px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  overflow: hidden;
}

.mv_list .mv_list_icon img {
  display: block;
  object-fit: contain;
}

/* テキスト部分 */
.mv_list .mv_list_content {
  flex: 1;
  min-width: 0;
}

/* 既存のabsolute指定を解除 */
.mv .mv_list li .ttl_wrap {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  margin: 0 0 5px;
}

.mv_list li .ttl {
  margin: 0;
  color: #0d4938 !important;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: left;
}

.mv_list li .txt {
  margin: 0;
  color: #0d4938;
  font-size: clamp(22px, 2.25vw, 36px);
  font-weight: 500;
  line-height: 1.15;
  text-align: left;
}

.mv_list li .txt span,
.mv_list li .txt .color {
  margin: 0;
  color: #bd963c;
  font-size: clamp(28px, 2.6vw, 32px) !important;
  font-weight: 500;
  line-height: 1;
}

.mv_list li .txt em {
  color: #bd963c;
  font-size: clamp(28px, 2.6vw, 32px) !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.mv_form .contact_dl .privacy_dd {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mv_form .privacy_check {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}

.mv_form .privacy_check input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #0d4938;
  cursor: pointer;
}

.mv_form .privacy_check_text {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.mv_form .privacy_check_text a {
  color: #0d4938;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.mv_form .privacy_check_text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 560px) {
  .mv_list li {
    min-height: 21.8vw!important;
    padding: 1.8vw !important;
  }

  .mv_list .mv_list_icon {
    flex: 0 0 10.7vw;
    width: 10.7vw;
    height: 10.7vw;
    margin-right: 0.9vw;
  }

  .mv_list .mv_list_icon img {
    width: 100%;
    height: auto;
  }

  .mv .mv_list li .ttl_wrap {
    margin-bottom: 0.9vw;
  }

  .mv_list li .ttl {
    font-size: 2.85vw;
    line-height: 1.35;
    letter-spacing: 0.03em;
  }

  .mv_list li .txt {
    font-size: 3vw!important;
    line-height: 1.15;
  }

  .mv_list li .txt span,
  .mv_list li .txt .color,
  .mv_list li .txt em {
    font-size: 5vw !important;
    line-height: 1;
  }
}

.sec_subttl {
  margin: 0 0 10px;
  color: #bd963c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}

/* ========================================
   reason
======================================== */

.reason .reason_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  flex-wrap: wrap;
  font-size: clamp(24px, 2.6vw, 36px);
}

.reason .reason_ttl_logo {
  display: block;
  width: clamp(250px, 28vw, 380px);
  height: auto;
}

.reason .reason_ttl_text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.15em;
}

.reason .reason_ttl_em {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
}

.reason .reason_box .num {
  display: flex;
  align-items: center;
  width: 30%;
  flex-shrink: 0;
}

.reason .reason_box .num p {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  color: var(--renewal-green-dark);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.reason .reason_box .num p em {
  display: block;
  margin-top: 6px;
  color: var(--renewal-green-dark);
  font-style: normal;
  font-size: clamp(56px, 5.2vw, 90px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.reason .reason_box .num p::after {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  margin-top: 16px;
  background: var(--renewal-gold);
}

/* 円背景込みの画像をそのまま表示 */
.reason .reason_box .num > div {
  display: block;
  flex: 0 0 auto;
  width: clamp(150px, 14vw, 210px);
  height: auto !important;
  background: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.reason .reason_box .num > div img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none;
  object-fit: contain;
}

.reason .reason_box .txt {
  width: 70% !important;
}

.reason .reason_box .num > div {
  width: clamp(95px, 8.5vw, 140px) !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 auto !important;
}

.reason .reason_box .num > div img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  /* ==============================
     セクションタイトル
  ============================== */

  .reason .reason_ttl {
    flex-direction: column;
    gap: 3vw;
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.35;
  }

  .reason .reason_ttl_logo {
    width: 80%;
    max-width: none;
    height: auto;
  }

  .reason .reason_ttl_text {
    justify-content: center;
    gap: 1.2vw;
  }

  .reason .reason_ttl_em {
    font-size: 1.2em;
  }

  /* ==============================
     Reasonボックス全体
  ============================== */

  .reason .reason_box {
    display: block !important;
    padding: 2em;
  }

  .reason .reason_box .num,
  .reason .reason_box .txt {
    width: 100% !important;
  }

  /* ==============================
     既存の見出し背景画像を解除
  ============================== */

  .reason_box01 .txt h3,
  .reason_box02 .txt h3,
  .reason_box03 .txt h3,
  .reason_box04 .txt h3 {
    background: none !important;
    background-image: none !important;
    padding-left: 0 !important;
  }

  /* ==============================
     上段：Reason番号＋イラスト
  ============================== */

 @media screen and (max-width: 767px) {
  .reason .reason_box .num {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
    min-height: clamp(72px, 20vw, 105px);
    margin-bottom: 5vw !important;
  }

  .reason .reason_box .num p {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding-bottom: 4vw;
    font-size: clamp(13px, 3.8vw, 18px);
    width: auto;
  }

  .reason .reason_box .num p em {
    margin-top: 0.8vw;
    font-size: clamp(42px, 12vw, 58px);
  }

  .reason .reason_box .num p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 13vw;
    max-width: 54px;
    height: 2px;
    margin: 0;
    background: var(--renewal-gold);
    transform: translateX(-50%);
  }

  .reason .reason_box .num > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(72px, 20vw, 105px) !important;
    max-width: none !important;
    margin: 0 !important;
    transform: translate(-50%, -50%);
  }

  .reason .reason_box .num > div img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}
  /* ==============================
     中段：見出し
  ============================== */

  .reason .reason_box .txt {
    display: block !important;
  }

  .reason .reason_box .txt h3 {
    margin: 0 0 5vw;
    padding: 0 0 5vw;
    border-bottom: 1px solid rgba(13, 73, 56, 0.25);
    color: var(--renewal-green-dark);
    font-size: clamp(18px, 5vw, 27px);
    line-height: 1.45;
    text-align: left;
    font-weight: bold;
  }

  /* ==============================
     下段：本文
  ============================== */

  .reason .reason_box .txt p {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: clamp(14px, 4vw, 18px);
    line-height: 1.8;
  }
}

  /* ==============================
     flow
  ============================== */

.flow .flow_step {
  display: table;
  margin: 0 auto 24px;
  padding-bottom: 8px;
  color: var(--renewal-gold);
  border-bottom: 2px solid var(--renewal-gold);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

/* ========================================
   FAQ
======================================== */

.faq .gaq_dl {
  border-top: 1px solid rgba(13, 73, 56, 0.25);
}

.faq .gaq_dl:last-of-type {
  border-bottom: 1px solid rgba(13, 73, 56, 0.25);
}

.faq .gaq_dl dt {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 20px 78px 20px 76px;
  color: var(--renewal-green-dark);
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

/* 左側のQ */
.faq .gaq_dl dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: var(--renewal-green-dark);
  background-image: none !important;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

/* 右側の開閉ボタン */
.faq .gaq_dl dt::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--renewal-green-dark);
  border-radius: 50%;
  color: var(--renewal-green-dark);
  background: #fff;
  background-image: none !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

/* 回答部分 */
.faq .gaq_dl dd {
  padding: 0 76px 24px;
  color: var(--renewal-green-dark);
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.8;
}

.faq .gaq_dl.open dt::after,
.faq .gaq_dl dt.active::after {
  content: "−";
}

@media screen and (max-width: 767px) {
  .faq .gaq_dl dt::before {
    left: 7px;
    width: 28px;
    height: 28px;
    font-size: 17px;
  }

  .faq .gaq_dl dt::after {
    right: 7px;
    width: 27px;
    height: 27px;
    font-size: 16px;
  }

  .faq .gaq_dl dt {
    padding-right: 42px;
    padding-left: 42px;
  }

  .faq .gaq_dl dd {
    padding: 0 8px 16px 42px;
  }
}

/* ========================================
   contact
======================================== */

.contact #formApp {
  width: 100%;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 72px);
  background: #fff;
  box-shadow: 0 8px 30px rgba(13, 73, 56, 0.08);
  box-sizing: border-box;
}

.contact a{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .contact #formApp {
    padding: 6vw 4vw;
  }
}

/* ========================================
   info
======================================== */
.info_list {
    width: 100%;
    margin: auto;
    font-family: "Noto Sans JP", sans-serif;
    max-width: 750px;
    width: 100%;
}

/* ========================================
   Privacy page
======================================== */

.privacy_page {
  margin: 0;
  color: #123f34;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

.privacy_page *,
.privacy_page *::before,
.privacy_page *::after {
  box-sizing: border-box;
}

.privacy_page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.privacy_page a {
  color: #9d782b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy_page a:hover {
  text-decoration: none;
}

.privacy_page .inner {
  width: min(1100px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

/* ========================================
   Header
======================================== */

.privacy_header {
  background: #fff;
  border-bottom: 1px solid rgba(18, 63, 52, 0.12);
}

.privacy_header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 40px));
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
}

.privacy_header__logo {
  display: block;
  width: clamp(220px, 24vw, 340px);
  text-decoration: none;
}

.privacy_header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 10px 24px;
  color: #fff !important;
  background: #0d4938;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.privacy_header__contact:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

/* ========================================
   Page MV
======================================== */

.privacy_mv {
  position: relative;
  padding: clamp(60px, 7vw, 100px) 0;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(238, 244, 240, 0.96),
      rgba(255, 255, 255, 0.92)
    );
}

.privacy_mv::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(189, 150, 60, 0.08);
}

.privacy_mv .inner {
  position: relative;
  z-index: 1;
}

.privacy_mv__en {
  margin: 0 0 14px;
  color: #bd963c;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy_mv__title {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  color: #0d4938;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.privacy_mv__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  background: #bd963c;
}

/* ========================================
   Breadcrumb
======================================== */

.privacy_breadcrumb {
  border-bottom: 1px solid rgba(18, 63, 52, 0.12);
  background: #fff;
  font-family: "Noto Sans JP", serif;
}

.privacy_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 16px 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.5;
}

.privacy_breadcrumb li {
  display: flex;
  align-items: center;
  color: #667a74;
}

.privacy_breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #a4b0ac;
}

.privacy_breadcrumb a {
  color: #0d4938;
  text-decoration: none;
}

/* ========================================
   Privacy content
======================================== */

.privacy_content {
  padding: clamp(60px, 7vw, 100px) 0;
  background: #f7faf8;
  font-family: "Noto Sans JP", serif;
}

.privacy_content > .inner {
  padding: clamp(30px, 5vw, 70px);
  background: #fff;
  box-shadow: 0 10px 35px rgba(13, 73, 56, 0.07);
}

.privacy_section {
  margin: 0 0 clamp(70px, 8vw, 110px);
}

.privacy_section:last-of-type {
  margin-bottom: 0;
}

.privacy_section > h2 {
  position: relative;
  margin: 0 0 38px;
  padding: 0 0 18px 22px;
  color: #0d4938;
  border-bottom: 1px solid rgba(13, 73, 56, 0.22);
  font-family: "Noto Sans JP", serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700;
  line-height: 1.5;
}

.privacy_section > h2::before {
  content: "";
  position: absolute;
  top: 0.18em;
  left: 0;
  width: 5px;
  height: 1.2em;
  background: #bd963c;
}

.privacy_section > p {
  margin: 0 0 28px;
}

.privacy_block {
  margin-top: 42px;
}

.privacy_block:first-of-type {
  margin-top: 34px;
}

.privacy_block h3 {
  margin: 0 0 18px;
  padding: 12px 16px;
  color: #0d4938;
  background: #eef4f0;
  border-left: 4px solid #0d4938;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.6;
}

.privacy_block h4,
.privacy_subblock h4 {
  margin: 30px 0 14px;
  color: #0d4938;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 700;
  line-height: 1.6;
}

.privacy_block p,
.privacy_subblock p {
  margin: 0 0 18px;
}

.privacy_subblock {
  margin-top: 28px;
  padding: 20px 24px;
  background: #fafcfa;
  border: 1px solid rgba(13, 73, 56, 0.14);
}

.privacy_subblock h4 {
  margin-top: 0;
}

.privacy_signature {
  margin-top: 34px;
  text-align: right;
}

.privacy_signature p {
  margin: 4px 0;
}

.privacy_date {
  margin-top: 24px !important;
  text-align: right;
}

/* ========================================
   Lists
======================================== */

.privacy_page ol,
.privacy_page ul {
  padding-left: 1.5em;
}

.privacy_page li {
  margin-bottom: 6px;
}

.privacy_ordered_list {
  margin: 0;
  padding-left: 1.5em;
}

/* ========================================
   Tables
======================================== */

.privacy_table_wrap {
  width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.privacy_table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
  font-size: 14px;
  line-height: 1.75;
}

.privacy_table th,
.privacy_table td {
  padding: 16px 18px;
  border: 1px solid #cddbd5;
  vertical-align: top;
  text-align: left;
  word-break: break-word;
}

.privacy_table th {
  width: 28%;
  color: #0d4938;
  background: #edf3ef;
  font-weight: 700;
}

.privacy_table thead th {
  color: #fff;
  background: #0d4938;
  text-align: center;
}

.privacy_table thead th:first-child {
  width: 36%;
}

.privacy_table td {
  background: #fff;
}

.privacy_table small {
  display: inline-block;
  margin-top: 4px;
  color: #526b63;
  font-size: 0.9em;
  line-height: 1.6;
}

.privacy_table ol {
  margin: 0;
  padding-left: 1.4em;
}

.privacy_table ol li:last-child {
  margin-bottom: 0;
}

.privacy_table--purpose th {
  width: 36%;
}

/* ========================================
   Contact box
======================================== */

.privacy_contact_box {
  margin-top: 42px;
  padding: clamp(24px, 3vw, 36px);
  background: #eef4f0;
  border: 1px solid rgba(13, 73, 56, 0.18);
}

.privacy_contact_box h3 {
  margin: 0 0 20px;
  padding-bottom: 12px;
  color: #0d4938;
  border-bottom: 1px solid rgba(13, 73, 56, 0.25);
  font-family: "Noto Sans JP", serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
}

.privacy_contact_box address {
  font-style: normal;
}

.privacy_contact_box address p {
  margin: 5px 0;
}

/* ========================================
   Back button
======================================== */

.privacy_back {
  margin-top: clamp(60px, 7vw, 90px);
  text-align: center;
}

.privacy_back a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 320px);
  min-height: 58px;
  padding: 14px 48px;
  color: #fff;
  background: #0d4938;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.privacy_back a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 24px;
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-54%);
}

.privacy_back a:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}

/* ========================================
   Footer
======================================== */

.privacy_footer {
  padding: 54px 0 24px;
  color: #fff;
  background: #0d4938;
}

.privacy_footer .inner {
  text-align: center;
}

.privacy_footer__logo {
  display: block;
  width: clamp(220px, 25vw, 330px);
  margin: 0 auto 30px;
  padding: 14px;
  background: #fff;
  text-decoration: none;
}

.privacy_footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 30px;
  margin-bottom: 34px;
}

.privacy_footer__nav a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.privacy_footer__nav a:hover {
  text-decoration: underline;
}

.privacy_footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.6;
}

/* ========================================
   Smartphone
======================================== */

@media screen and (max-width: 767px) {
  .privacy_page {
    font-size: 14px;
    line-height: 1.8;
  }

  .privacy_page .inner {
    width: calc(100% - 30px);
  }

  /* Header */
  .privacy_header__inner {
    width: calc(100% - 30px);
    min-height: 70px;
  }

  .privacy_header__logo {
    width: 52vw;
    max-width: 230px;
  }

  .privacy_header__contact {
    min-width: auto;
    min-height: 40px;
    padding: 8px 14px;
    font-size: 12px;
  }

  /* MV */
  .privacy_mv {
    padding: 12vw 0;
  }

  .privacy_mv__en {
    margin-bottom: 3vw;
    font-size: clamp(11px, 3.2vw, 14px);
  }

  .privacy_mv__title {
    padding-bottom: 4vw;
    font-size: clamp(26px, 8vw, 38px);
  }

  .privacy_mv__title::after {
    width: 15vw;
    max-width: 65px;
    height: 2px;
  }

  /* Breadcrumb */
  .privacy_breadcrumb ol {
    padding: 12px 0;
    font-size: 11px;
  }

  /* Content */
  .privacy_content {
    padding: 10vw 0;
  }

  .privacy_content > .inner {
    width: calc(100% - 20px);
    padding: 8vw 5vw;
  }

  .privacy_section {
    margin-bottom: 16vw;
  }

  .privacy_section > h2 {
    margin-bottom: 7vw;
    padding: 0 0 4vw 4vw;
    font-size: clamp(22px, 6.5vw, 30px);
  }

  .privacy_section > h2::before {
    width: 3px;
  }

  .privacy_block {
    margin-top: 9vw;
  }

  .privacy_block h3 {
    margin-bottom: 4vw;
    padding: 3vw 3.5vw;
    border-left-width: 3px;
    font-size: clamp(16px, 4.5vw, 20px);
  }

  .privacy_block h4,
  .privacy_subblock h4 {
    margin-top: 6vw;
    margin-bottom: 3vw;
    font-size: clamp(15px, 4.2vw, 18px);
  }

  .privacy_subblock {
    margin-top: 6vw;
    padding: 4vw;
  }

  .privacy_signature {
    margin-top: 7vw;
    text-align: left;
  }

  .privacy_date {
    text-align: left;
  }

  /* Table */
  .privacy_table {
    min-width: 680px;
    font-size: 13px;
  }

  .privacy_table th,
  .privacy_table td {
    padding: 13px 14px;
  }

  /* Contact */
  .privacy_contact_box {
    margin-top: 9vw;
    padding: 5vw;
  }

  .privacy_contact_box h3 {
    margin-bottom: 4vw;
    padding-bottom: 3vw;
    font-size: clamp(19px, 5.5vw, 24px);
  }

  /* Back */
  .privacy_back {
    margin-top: 12vw;
  }

  .privacy_back a {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 14px;
  }

  /* Footer */
  .privacy_footer {
    padding: 10vw 0 5vw;
  }

  .privacy_footer__logo {
    width: 64vw;
    max-width: 280px;
    margin-bottom: 6vw;
  }

  .privacy_footer__nav {
    gap: 3vw 6vw;
    margin-bottom: 7vw;
  }

  .privacy_footer__nav a {
    font-size: 12px;
  }

  .privacy_footer__copy {
    font-size: 10px;
  }
}


/* ========================================
   確認ページ
======================================== */

.contact.check {
  padding: clamp(70px, 8vw, 110px) 0;
  background: #edf4f0;
  font-family: "Noto Sans JP", sans-serif;
}

.contact.check > .inner {
  width: min(960px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

/* 白い確認パネル */
.check_panel {
  padding: clamp(38px, 5vw, 70px);
  background: #fff;
  box-shadow: 0 10px 30px rgba(13, 73, 56, 0.08);
}

/* ========================================
   ステップ
======================================== */

.check_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.check_steps li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  min-height: 36px;
  margin: 0;
  padding: 6px 15px;
  color: var(--renewal-green-dark);
  background: #edf4f0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

/* ステップ間の矢印 */
.check_steps li:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -34px;
  color: #82aa9d;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-55%);
}

.check_steps li.is-current {
  color: #fff;
  background: var(--renewal-gold);
}

/* ========================================
   タイトル
======================================== */

.contact.check .sec_ttl {
  margin: 0 0 42px;
  color: var(--renewal-green-dark);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

/* 既存のタイトル装飾が不要なら解除 */
.contact.check .sec_ttl::before,
.contact.check .sec_ttl::after {
  display: none;
}

/* ========================================
   確認内容テーブル
======================================== */

.contact.check .contact_form {
  width: 100%;
}

.contact.check .check_dl {
  display: grid;
  grid-template-columns: 28% minmax(0, 1fr);
  width: 100%;
  margin: 0;
  border-top: 1px solid #d3ddd8;
  border-left: 1px solid #d3ddd8;
}

.contact.check .check_dl dt,
.contact.check .check_dl dd {
  display: flex;
  align-items: center;
  min-height: 66px;
  margin: 0;
  padding: 15px 18px;
  border-right: 1px solid #d3ddd8;
  border-bottom: 1px solid #d3ddd8;
  box-sizing: border-box;
}

.contact.check .check_dl dt {
  justify-content: center;
  color: var(--renewal-green-dark);
  background: #edf4f0;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.contact.check .check_dl dd {
  color: #333;
  background: #fff;
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 500;
  line-height: 1.7;
  word-break: break-word;
}

/* 確認ページでは必須マークを非表示 */
.contact.check .must {
  display: none;
}

/* ========================================
   注意文・プライバシーポリシー
======================================== */

.contact.check .contact_confirm {
  margin-top: 30px;
}

.contact.check .contact_confirm .txt {
  margin: 0 0 20px;
  color: var(--renewal-green-dark);
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.contact.check .chkbox {
  display: flex;
  justify-content: center;
}

.contact.check .chkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 720px;
  cursor: pointer;
}

.contact.check .form_chk {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0.3em 0 0;
  accent-color: var(--renewal-green-dark);
  cursor: pointer;
}

.contact.check .chkbox .txt2 {
  color: #333;
  font-size: 13px;
  line-height: 1.7;
}

.contact.check .chkbox a {
  color: var(--renewal-green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ========================================
   ボタン
======================================== */

.check_buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 38px;
}

.check_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  padding: 15px 48px;
  border-radius: 8px;
  font-family: inherit;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.check_button::after {
  position: absolute;
  top: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-55%);
}

/* 戻るボタン */
.check_button--back {
  color: var(--renewal-green-dark);
  background: #fff;
  border: 2px solid var(--renewal-green-dark);
}

.check_button--back::after {
  content: "‹";
  left: 28px;
}

/* 送信ボタン */
.check_button--send {
  color: #fff;
  background: var(--renewal-green-dark);
  border: 2px solid var(--renewal-green-dark);
  box-shadow: 0 6px 14px rgba(13, 73, 56, 0.16);
}

.check_button--send::after {
  content: "›";
  right: 28px;
}

.check_button:hover:not(:disabled) {
  opacity: 0.84;
  transform: translateY(-2px);
}

/* 同意前 */
.check_button--send:disabled {
  color: rgba(255, 255, 255, 0.8);
  background: #91a69f;
  border-color: #91a69f;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.75;
}

.contact.check #formApp {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .contact.check {
    padding: 10vw 0;
  }

  .contact.check > .inner{
    width: 90%;
  }

  .check_panel {
    padding: 8vw 5vw;
  }

  /* ステップ */
  .check_steps {
    gap: 8vw;
    margin-bottom: 7vw;
  }

  .check_steps li {
    width: 22vw;
    min-height: 8vw;
    padding: 1.5vw 2vw;
    font-size: clamp(11px, 3.2vw, 14px);
  }

  .check_steps li:not(:last-child)::after {
    right: -6vw;
    font-size: 6vw;
  }

  /* タイトル */
  .contact.check .sec_ttl {
    margin-bottom: 8vw;
    font-size: clamp(24px, 7vw, 32px);
  }

  /* 確認内容 */
  .contact.check .check_dl {
    display: block;
    border: 0;
  }

  .contact.check .check_dl dt,
  .contact.check .check_dl dd {
    width: 100%;
    min-height: auto;
    border: 1px solid #d3ddd8;
  }

  .contact.check .check_dl dt {
    justify-content: flex-start;
    padding: 3vw 4vw;
    font-size: clamp(14px, 4vw, 17px);
    text-align: left;
  }

  .contact.check .check_dl dd {
    padding: 4vw;
    border-top: 0;
    border-bottom: 0;
    font-size: clamp(13px, 3.8vw, 16px);
  }

  .contact.check .check_dl dd:last-child{
    border-bottom: 1px solid #d3ddd8;
  }

  /* 同意欄 */
  .contact.check .contact_confirm {
    margin-top: 6vw;
  }

  .contact.check .contact_confirm .txt {
    margin-bottom: 5vw;
    font-size: clamp(12px, 3.5vw, 14px);
    text-align: left;
  }

  .contact.check .chkbox label {
    gap: 2vw;
  }

  .contact.check .form_chk {
    width: 17px;
    height: 17px;
  }

  .contact.check .chkbox .txt2 {
    font-size: clamp(12px, 3.4vw, 14px);
  }

  /* ボタン */
  .check_buttons {
    grid-template-columns: 1fr;
    gap: 4vw;
    margin-top: 8vw;
  }

  .check_button {
    min-height: 56px;
    padding: 12px 42px;
    font-size: clamp(14px, 4vw, 17px);
  }

  .check_button--back::after {
    left: 20px;
  }

  .check_button--send::after {
    right: 20px;
  }
}

/* ========================================
   Thanks page
======================================== */

.contact.thanks {
  padding: clamp(70px, 8vw, 110px) 0;
  background: #edf4f0;
  font-family: "Noto Sans JP", sans-serif;
}

.contact.thanks > .inner {
  width: min(960px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

/* 白いパネル */
.thanks_panel {
  padding: clamp(38px, 5vw, 70px);
  background: #fff;
  box-shadow: 0 10px 30px rgba(13, 73, 56, 0.08);
}

#thanks .sec_ttl{
  border-bottom: none;
  margin: 0;
}

.thanks_lead{
  font-family: "Noto Serif JP", serif;
}

/* ========================================
   ステップ
======================================== */

.thanks .check_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.thanks .check_steps li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  min-height: 36px;
  margin: 0;
  padding: 6px 15px;
  color: var(--renewal-green-dark);
  background: #edf4f0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.thanks .check_steps li:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -34px;
  color: #82aa9d;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-55%);
}

.thanks .check_steps li.is-current {
  color: #fff;
  background: var(--renewal-gold);
}

/* ========================================
   タイトル
======================================== */

.contact.thanks .sec_ttl {
  margin: 0 0 8px;
  color: var(--renewal-green-dark);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

/* 既存の見出し装飾を解除 */
.contact.thanks .sec_ttl::before,
.contact.thanks .sec_ttl::after {
  display: none;
}

.thanks_lead {
  margin: 0 0 38px;
  color: var(--renewal-green-dark);
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.7;
  text-align: center;
}

/* ========================================
   本文
======================================== */

.thanks .text-wrap {
  width: 100%;
}

.thanks .text-wrap > .text {
  margin: 0 0 30px;
  color: #333;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.9;
}

/* ========================================
   情報ボックス
======================================== */

.thanks_info_box {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid #ccd9d4;
  border-left: 4px solid var(--renewal-green-dark);
  background: #FBFCFB;
}

.thanks_info_box:first-of-type {
  margin-top: 0;
}

.thanks_info_box h3 {
  margin: 0 0 10px;
  color: var(--renewal-green-dark);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 700;
  line-height: 1.5;
}

.thanks_info_body {
  color: #333;
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.8;
}

.thanks_info_body p {
  margin: 0 0 4px;
}

.thanks_info_body p:last-child {
  margin-bottom: 0;
}

.thanks_info_body .bold {
  font-weight: 700;
}

.thanks_tel_separator {
  display: inline-block;
  margin: 0 12px;
  color: #879891;
}

.thanks_info_body a {
  color: var(--renewal-green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.thanks_document_list {
  margin: 0 0 16px;
  padding-left: 1.6em;
  list-style: decimal;
}

.thanks_document_list li {
  margin-bottom: 2px;
}

.thanks .tel {
  margin-top: 2px;
}

/* ========================================
   戻るボタン
======================================== */

.thanks_back_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(420px, 100%);
  min-height: 66px;
  margin: 48px auto 0;
  padding: 14px 48px;
  color: #fff;
  background: var(--renewal-green-dark);
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(13, 73, 56, 0.16);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.thanks_back_btn::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 26px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-55%);
}

.thanks_back_btn:hover {
  opacity: 0.84;
  transform: translateY(-2px);
}