@charset "UTF-8";

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

/***********************************************
 *                  全体                        *
 ***********************************************/

a {
    color: inherit;
    text-decoration: none;
}

/* スマホ表示時に改行 　 <br class="sma"> */
.sma {
    display: none;
}

@media screen and (max-width: 768px) {
    .sma {
        display: block;
    }
}

/* PC非表示 */
@media screen and (max-width: 768px) {
    .br-hide {
        display: none;
    }
}

/* ハンバーガーボタン非表示 */
.c-row__col.c-row__col--fit.u-invisible-lg-up {
    display: none !important;
}

/* マージンゼロのセクション */
.zero_section {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* マージン小のセクション */
.title_section {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* マージントップ20px*/
.mt_10{
   margin-top: 10px !important; 
}

/* 文字カラー白のセクション */
.white_sec {
    color: #fff;
}


/* モバイルフッター */
.p-footer-sticky-nav {
    background-color: transparent !important;
    box-shadow: none !important;
}

.c-navbar__item {
    margin: 0 2px;
}

/* ベーシックタイトル */
.basic_title {
  text-align: center;
  padding: 2rem 0rem;
}

.basic_title_subtitle {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 1rem;
}

.basic_title_main {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.basic_title_highlight {
  background: linear-gradient(transparent 70%, #fbb03b 30%);
  padding: 0 0.2rem;
}

@media (max-width: 768px) {
  .basic_title_main {
    font-size: 1.6rem;
  }
  
  .basic_title_subtitle {
    font-size: 1.1rem;
  }
}



/* txt_section内のpタグ - デスクトップは中央揃え */
.txt_section p {
    text-align: center;
    margin: 0 0 1em 0;
    line-height: 1.8;
}

.txt_section2 p {
    text-align: center;
    line-height: 1.8;
}


/* txt_section内のpタグ - デスクトップは中央揃え */
.txt_lp  {
    text-align: center;
    margin: 0 0 1em 0;
    line-height: 1.8;
}

.txt_lp {
    text-align: center;
    line-height: 1.8;
}



/* モバイル表示 - 左揃えに変更 */
@media (max-width: 768px) {
    .txt_section p {
        text-align: left;
    }
}

/* モバイル表示 - 左揃えに変更 */
@media (max-width: 768px) {
    .txt_section2 p {
        text-align: left;
    }
}




/* モバイルフッター */
/* Snow Monkey フッター固定ナビの画像調整 */
.p-footer-sticky-nav {
    display: flex;           /* 追加 */
    justify-content: flex-end;  /* 追加 */
}
.sm-footer-nav a img {
    display: block;
    width: 70%;
    max-height: 30px; /* 実寸での高さ制限 */
}




/***********************************************
 *          ヒーローセクション                  *
 ***********************************************/
/* ============================================
   TOTONO-U ヒーローコンテンツ(アイコン緑色強制版)
   ============================================ */

.fa-check-circle {
    color: #4ade80 !important;
    margin-right: 12px !important;
    font-style: normal !important;
}

.totono-hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 差別化タグ */
.totono-diff-tag {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 32px;
}

/* メインコピー */
.totono-main-copy-box {
    position: relative;
    margin-bottom: 32px;
    display: inline-block;
}

.totono-main-copy {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.3;
    text-shadow: 
        0 0 20px rgba(0, 0, 0, 0.8),
        0 0 40px rgba(0, 0, 0, 0.6),
        0 4px 8px rgba(0, 0, 0, 0.9),
        0 8px 16px rgba(0, 0, 0, 0.7),
        2px 2px 4px rgba(0, 0, 0, 1);
    margin: 0;
    color: white;
}

.totono-quote-mark {
    color: #8cc63f !important;
    font-size: 40px;
    position: absolute;
    top: -10px;
    font-style: normal;
    text-shadow: 
        0 0 15px rgba(0, 0, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.9),
        2px 2px 4px rgba(0, 0, 0, 1);
}

.totono-quote-left {
    left: -50px;
}

.totono-quote-right {
    right: -50px;
    top: auto;
    bottom: -10px;
}

/* サブコピー */
.totono-sub-copy {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 48px;
    text-shadow: 
        0 0 15px rgba(0, 0, 0, 0.8),
        0 2px 6px rgba(0, 0, 0, 0.9),
        1px 1px 3px rgba(0, 0, 0, 1);
    max-width: 800px;
}

/* 信頼バッジ */
.totono-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
}

.totono-badge {
    background-color: rgba(255, 255, 255, 0.95);
    color: #1f2937;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Font Awesomeクラス別の指定 */
.totono-badge .fab,
.totono-badge .fas {
    margin-right: 18px !important;
    display: inline-block !important;
}

.fa-google {
    margin-right: 12px !important;
}
.fa-trophy {
    margin-right: 12px !important;
}
.fa-instagram {
    margin-right: 12px !important;
}

/* Font Awesome アイコンカラーを強制適用 */
.totono-badge .fa-google {
    color: #EA4335 !important;
}

.totono-badge .fa-trophy {
    color: #fbbf24 !important;
}

.totono-badge .fa-instagram {
    color: #e4405f !important;
}

/* CTAコンテナ */
.totono-cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* CTAボタン本体 */
.totono-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #06c755;
    color: white !important;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 64px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 15px -3px rgba(6, 199, 85, 0.4);
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 16px;
    cursor: pointer;
    line-height: 1.2;
}

.totono-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 20px -3px rgba(6, 199, 85, 0.5);
}

/* チャットアイコンの調整 */
.totono-cta-button .fa-comment-dots,
.totono-cta-button i.fa-comment-dots {
    font-size: 22px !important;
    margin-right: 12px !important;
    color: white !important;
    line-height: 1 !important;
    position: relative !important;
    top: 1px !important;
}

/* より強力な指定 */
.fa-comment-dots {
    font-size: 22px !important;
    margin-right: 12px !important;
    color: white !important;
    line-height: 1 !important;
    position: relative !important;
    top: 1px !important;
}

.totono-cta-subtext {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin: 0;
}

.totono-cta-subtext i {
    color: #4ade80 !important;
    margin-right: 8px;
    font-style: normal;
}

.totono-cta-subtext .fa-shield-alt {
    color: #4ade80 !important;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .totono-hero-content {
        padding: 40px 10px;
    }
    
    .totono-diff-tag {
        width: 80%;
        font-size: 14px;
        line-height: 1.2;
        padding: 4px 0px;
        margin-bottom: 24px;
    }
    
    .totono-diff-tag i {
        margin-right: 10px !important;
        color: #4ade80 !important;
    }
    
    .totono-main-copy {
        font-size: 38px;
    }
    
    .totono-quote-mark {
        display: inline-block !important;
        font-size: 28px !important;
    }
    
    .totono-quote-left {
        left: -35px !important;
    }
    
    .totono-quote-right {
        right: -35px !important;
    }
    
    .totono-sub-copy {
        font-size: 18px;
        margin-bottom: 32px;
    }
    
    .totono-trust-badges {
        gap: 12px;
        margin-bottom: 32px;
    }
    
    .totono-badge {
        font-size: 12px;
        padding: 10px 14px;
    }
    
    .totono-badge i {
        margin-right: 14px !important;
    }
    
    .totono-trust-badges .totono-badge i {
        margin-right: 14px !important;
    }
    
    .totono-cta-button {
        font-size: 20px;
        padding: 16px 48px;
    }
    
    /* モバイルでのCTAボタンアイコン間隔 */
    .totono-cta-button i,
    a.totono-cta-button i {
        margin-right: 12px !important;
    }
    
    .totono-cta-subtext i {
        margin-right: 6px;
    }
}

@media (max-width: 480px) {
    .totono-main-copy {
        font-size: 36px;
        line-height: 1.4;
    }
    
    .totono-quote-mark {
        display: inline-block !important;
        font-size: 20px !important;
    }
    
    .totono-quote-left {
        left: -30px !important;
    }
    
    .totono-quote-right {
        right: -30px !important;
    }
    
    .totono-sub-copy {
        font-size: 16px;
    }
    
    .totono-trust-badges {
        align-items: center;
    }
    
    .totono-badge {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
    
    .totono-cta-button {
        width: 100%;
        max-width: 320px;
        font-size: 18px;
        padding: 16px 20px;
        justify-content: center;
    }
}

/* Google口コミバッジ */
.google-rating-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 400px;
}

.google-rating-badge__stars {
    display: flex;
    gap: 0.25rem;
}

.google-rating-badge__stars .fa-star {
    color: #fbbf24 !important;
    font-size: 1.75rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.google-rating-badge__text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: #1f2937;
}

.google-rating-badge__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    background: linear-gradient(135deg, #4285f4, #34a853, #fbbc05, #ea4335);
    color: white;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 900;
}

.google-rating-badge__label {
    font-size: 1rem;
    color: #1f2937;
}

.google-rating-badge__score {
    font-size: 1.5rem;
    color: #1f2937;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .google-rating-badge {
        padding: 1.25rem 1.5rem;
        margin-bottom: 1.5rem;
        max-width: 90%;
    }
    
    .google-rating-badge__stars .fa-star {
        font-size: 1.5rem !important;
    }
    
    .google-rating-badge__logo {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.875rem;
    }
    
    .google-rating-badge__label {
        font-size: 0.875rem;
    }
    
    .google-rating-badge__score {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .google-rating-badge {
        padding: 1rem 1.25rem;
        gap: 0.5rem;
    }
    
    .google-rating-badge__stars {
        gap: 0.125rem;
    }
    
    .google-rating-badge__stars .fa-star {
        font-size: 1.25rem !important;
    }
    
    .google-rating-badge__text {
        gap: 0.375rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}



/***********************************************
 *          ラポールセクション                      *
 ***********************************************/

.rapport_title {
  text-align: center;
  padding: 2rem 1rem;
}

.rapport_title_subtitle {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 1rem;
}

.rapport_title_main {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.rapport_title_highlight {
  background: linear-gradient(transparent 70%, #fbb03b 30%);
  padding: 0 0.2rem;
}

@media (max-width: 768px) {
  .rapport_title_main {
    font-size: 1.6rem;
  }
  
  .rapport_title_subtitle {
    font-size: 1.2rem;
  }
}

.rapport_voice {
  display: flex;
  gap: 1.5rem;
  padding: 2rem 1rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.rapport_voice_card {
  flex: 1;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

.rapport_voice_card::before {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.rapport_voice_icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #cd162c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.rapport_voice_icon img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.rapport_voice_text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

@media (max-width: 768px) {
  .rapport_voice {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 1rem 2.5rem;
  }
  
  .rapport_voice_card {
    padding: 1.5rem 1rem;
  }
  
  .rapport_voice_icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
  
  .rapport_voice_icon img {
    width: 1.7rem;
    height: 1.7rem;
  }
  
  .rapport_voice_text {
    font-size: 0.9rem;
    text-align: left;
  }
}



.rapport_voice_section {
  max-width: 800px;
  margin: 0 auto;
  padding: 0rem 1rem;
}

.rapport_voice_section_arrow {
  text-align: center;
  margin-bottom: 1rem;
}

.rapport_voice_section_arrow svg {
  display: inline-block;
}

.rapport_voice_section_container {
  position: relative;
}

.rapport_voice_section_badge {
  background-color: #4A7C59;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  border-radius: 1.25rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
}

.rapport_voice_section_box {
  background-color: #f0f8f0;
  border: 2px solid #4A7C59;
  border-radius: 1rem;
  padding: 3rem 2rem 2rem;
  text-align: center;
  position: relative;
}

.rapport_voice_section_title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 1rem;
  line-height: 1.5;
}

.rapport_voice_section_subtitle {
  font-size: 1rem;
  color: #333;
  margin: 0 0 0.5rem;
  line-height: 1.7;
}

.rapport_voice_section_text {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

.rapport_voice_section_note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.rapport_voice_section_note_icon {
  font-size: 1.3rem;
}

.rapport_voice_section_note_text {
  border-bottom: 2px solid #333;
  padding-bottom: 0.125rem;
}

@media (max-width: 768px) {
  .rapport_voice_section {
    padding: 1.5rem 1rem;
  }
  
  .rapport_voice_section_badge {
    font-size: 0.75rem;
    padding: 0.4rem 1.2rem;
  }
  
  .rapport_voice_section_box {
    padding: 2.5rem 1.5rem 1.5rem;
  }
  
  .rapport_voice_section_title {
    font-size: 1.25rem;
  }
  
  .rapport_voice_section_subtitle {
    font-size: 0.95rem;
  }
  
  .rapport_voice_section_text {
    font-size: 0.875rem;
  }
  
  .rapport_voice_section_note {
    font-size: 1rem;
  }
  
  .rapport_voice_section_note_icon {
    font-size: 1.2rem;
  }
}


/***********************************************
 *          Instagramセクション                  *
 ***********************************************/

.Instagram_sec_title {
  text-align: center !important;
}

.Instagram_sec_title_icon {
  margin-bottom: 1.5rem !important;
}

.Instagram_sec_title_icon img {
  width: 5rem !important;
  height: 5rem !important;
  display: inline-block !important;
}

.Instagram_sec_title_main {
  font-size: 2rem !important;
  font-weight: bold !important;
  color: #333;
  margin: 0 0 1.5rem !important;
  line-height: 1.5 !important;
}

.Instagram_sec_title_sub {
  font-size: 1.125rem !important;
  color: #333 !important;
  line-height: 1.7 !important;
  margin-bottom: 40px !important;
}

@media (max-width: 768px) {
  .Instagram_sec_title {
    padding: 2.5rem 0rem 0rem !important;
  }
  
  .Instagram_sec_title_icon img {
    width: 4rem !important;
    height: 4rem !important;
  }
  
  .Instagram_sec_title_main {
    font-size: 1.4rem !important;
    margin-bottom: 1rem !important;
  }
  
  .Instagram_sec_title_sub {
    font-size: 1rem !important;
  }
}

/* Instagram埋め込みの黒い背景を白に変更 */
.instagram-media {
    background: #FFFFFF !important;
}

/* iframeが読み込まれた後も白背景を維持 */
.instagram-media iframe {
    background: #FFFFFF !important;
}

/* Instagram埋め込みコンテナ全体を白に */
iframe[src*="instagram.com/p/"],
iframe[src*="instagram.com/reel/"] {
    background-color: #FFFFFF !important;
}

/* 埋め込み要素の親要素も白に */
.wp-block-html {
    background: #FFFFFF !important;
}
/* ============================================
   CTA画像ボタン
   ============================================ */

.cta_buttons_section {
    text-align: center;
    margin-top: 60px !important;
}

.cta_buttons_title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 2rem;
    position: relative;
    display: inline-block;
    padding: 0 3rem;
}

.cta_buttons_title::before,
.cta_buttons_title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 2.5rem;
    background-color: #333;
}

.cta_buttons_title::before {
    left: 0.5rem;
    transform: translateY(-50%) rotate(-25deg);
}

.cta_buttons_title::after {
    right: 0.5rem;
    transform: translateY(-50%) rotate(25deg);
}

/* 白色版のモディファイア */
.cta_buttons_section--white .cta_buttons_title {
    color: #fff;
}

.cta_buttons_section--white .cta_buttons_title::before,
.cta_buttons_section--white .cta_buttons_title::after {
    background-color: #fff;
}

.cta_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta_buttons__item {
    display: block;
    width: 100%;
    max-width: 600px;
    transition: transform 0.3s ease, opacity 0.2s ease;
    cursor: pointer;
}

.cta_buttons__item:hover {
    transform: translateY(-4px);
    opacity: 0.9;
}

.cta_buttons__item img {
    width: 100%;
    height: auto;
    display: block;
}

/* スマホ表示 */
@media (max-width: 768px) {
    .cta_buttons_section {
        margin-top: 40px !important;
    }
    
    .cta_buttons_title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        padding: 0 2.5rem;
    }
    
    .cta_buttons_title::before,
    .cta_buttons_title::after {
        height: 2rem;
    }
    
    .cta_buttons__item {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .cta_buttons_section {
        margin-top: 32px !important;
    }
    
    .cta_buttons_title {
        font-size: 1.25rem;
        padding: 0 1.5rem;
    }
    
    .cta_buttons_title::before,
    .cta_buttons_title::after {
        height: 1.5rem;
    }
}






/***********************************************
 *          なぜ紹介セクション                      *
 ***********************************************/


/* ベーシックタイトル */
.why_title {
  text-align: center;
  padding: 2rem 0rem;
}

.why_title_subtitle {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 1rem;
}

.why_title_main {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1rem;
}

.why_title_highlight {
  background: linear-gradient(transparent 70%, #fbb03b 30%);
  padding: 0 0;
}

@media (max-width: 768px) {
  .why_title_main {
    font-size: 1.2rem;
  }
  
  .why_title_subtitle {
    font-size: 1.1rem;
  }
}

.why_voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.why_voice_card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.why_voice_card_title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1rem;
  line-height: 1.5;
}

.why_voice_card_title_br {
  display: inline;
}

.why_voice_card_source {
  font-size: 0.875rem;
  color: #333;
  margin: 0 0 0.5rem;
}

.why_voice_card_stars {
  font-size: 1.25rem;
  color: #ffc107;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.why_voice_card_reply {
  position: relative;
  padding-top: 1.5rem;
}

.why_voice_card_avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.why_voice_card_comment {
  background-color: #fffaf3;
  border-radius: 0.5rem;
  padding: 1rem 1rem 1rem 4rem;
}

.why_voice_card_name {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 0.5rem;
}

.why_voice_card_text {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .why_voice {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .why_voice_card {
    padding: 1.5rem;
  }
  
  .why_voice_card_title {
    font-size: 1.25rem;
  }
  
  .why_voice_card_title_br {
    display: none;
  }
  
  .why_voice_card_stars {
    font-size: 1.125rem;
  }
  
  .why_voice_card_avatar {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .why_voice_card_comment {
    padding: 0.875rem 0.875rem 0.875rem 3.5rem;
  }
  
  .why_voice_card_text {
    font-size: 0.875rem;
  }
}

/***********************************************
 *          顧客の声セクション                  *
 ***********************************************/

.voice_sec_title {
  text-align: center;
  padding: 3rem 1rem 2rem;
}

.voice_sec_title_main {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 1rem;
  line-height: 1.5;
}

.voice_sec_title_sub {
  font-size: 1rem;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

.voice_sec_title_link {
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s;
}

.voice_sec_title_link:hover {
  opacity: 0.8;
}

.voice_sec_title_link_g {
  color: #4285f4;
}

.voice_sec_title_link_o1 {
  color: #ea4335;
}

.voice_sec_title_link_o2 {
  color: #fbbc04;
}

.voice_sec_title_link_g2 {
  color: #4285f4;
}

.voice_sec_title_link_l {
  color: #34a853;
}

.voice_sec_title_link_e {
  color: #ea4335;
}

@media (max-width: 768px) {
  .voice_sec_title {
    padding: 2rem 1rem 1.5rem;
  }
  
  .voice_sec_title_main {
    font-size: 1.5rem;
  }
  
  .voice_sec_title_sub {
    font-size: 0.9rem;
  }
}




.voice_sec_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.voice_sec_box_card {
  background-color: #f5f5f0;
  border: 2px solid #6b8e6b;
  border-radius: 1rem;
  padding: 2rem;
}

.voice_sec_box_header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.voice_sec_box_avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #d0d0d0;
}

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

.voice_sec_box_info {
  flex: 1;
}

.voice_sec_box_name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.25rem;
}

.voice_sec_box_category {
  font-size: 0.875rem;
  color: #333;
  margin: 0;
}

.voice_sec_box_stars {
  font-size: 1.25rem;
  color: #ffc107;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.voice_sec_box_text {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}

.voice_sec_box_text p {
  margin: 0 0 0.75rem;
}

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

.voice_sec_box_text strong {
  font-weight: 700;
  background: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%);
  padding: 0 0.2rem;
}

@media (max-width: 768px) {
  .voice_sec_box {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .voice_sec_box_card {
    padding: 1.5rem;
  }
  
  .voice_sec_box_avatar {
    width: 3rem;
    height: 3rem;
  }
  
  .voice_sec_box_name {
    font-size: 1rem;
  }
  
  .voice_sec_box_category {
    font-size: 0.8125rem;
  }
  
  .voice_sec_box_stars {
    font-size: 1.125rem;
  }
  
  .voice_sec_box_text {
    font-size: 0.9375rem;
  }
}

/***********************************************
 *          申し込みフローセクション                  *
 ***********************************************/

.totonou_flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 3rem 0;
}

.totonou_flow_step {
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
}

.totonou_flow_step_goal {
  background-color: #e8f5e9;
  border-color: #4a7c59;
}

.totonou_flow_badge {
  background-color: #333;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.375rem 1rem;
  border-radius: 1.25rem;
  display: inline-block;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.totonou_flow_badge_goal {
  background-color: #4a7c59;
}

.totonou_flow_icon {
  margin-bottom: 1rem;
}

.totonou_flow_icon svg {
  display: inline-block;
}

.totonou_flow_title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1rem;
}

.totonou_flow_text {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

.totonou_flow_text strong {
  font-weight: 700;
  color: #4a7c59;
}

.totonou_flow_arrow {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  z-index: 1;
}

.totonou_flow_arrow_down {
  display: none;
}

.totonou_flow_step:nth-child(3) .totonou_flow_arrow,
.totonou_flow_step:nth-child(6) .totonou_flow_arrow {
  display: none;
}

.totonou_flow_icon img {
  width: 40px;
  height: 40px;
  display: inline-block;
}


@media (max-width: 768px) {
  .totonou_flow {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 0;
  }
  
  .totonou_flow_step {
    padding: 1.5rem;
  }
  
  .totonou_flow_arrow {
    position: static;
    transform: none;
    margin-top: 1rem;
  }
  
  .totonou_flow_arrow_right {
    display: none;
  }
  
  .totonou_flow_arrow_down {
    display: inline-block;
  }
  
  .totonou_flow_step:nth-child(3) .totonou_flow_arrow,
  .totonou_flow_step:nth-child(6) .totonou_flow_arrow {
    display: block;
  }
  
  .totonou_flow_step:last-child .totonou_flow_arrow {
    display: none;
  }
}


/***********************************************
 *         会社概要セクション                  *
 ***********************************************/
.company_info {
  padding: 0rem 0rem 2rem;
}

.company_info_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 2rem;
  text-align: center;
}

.company_info_list {
  max-width: 800px;
  margin: 0 auto;
}

.company_info_label {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.5rem;
  padding-top: 1.5rem;
}

.company_info_label:first-of-type {
  padding-top: 0;
}

.company_info_value {
  font-size: 1rem;
  color: #333;
  margin: 0 0 1rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .company_info {
    padding: 2rem 1.5rem;
  }
  
  .company_info_title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  .company_info_label {
    font-size: 0.9375rem;
  }
  
  .company_info_value {
    font-size: 0.9375rem;
  }
}


/***********************************************
 *          LASTCTAセクション                  *
 ***********************************************/


/* タイトル */
.last_cta_title {
  text-align: center;
  padding: 2rem 0rem;
}

.last_cta_title_subtitle {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem;
}

.last_cta_title_main {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

.last_cta_title_highlight {
  background: linear-gradient(transparent 70%, #fbb03b 30%);
  padding: 0 0.2rem;
}

@media (max-width: 768px) {
  .last_cta_title_main {
    font-size: 1.6rem;
  }
  
  .last_cta_title_subtitle {
    font-size: 1.1rem;
  }
}
/* テキスト */

.closing_message {
  text-align: center;
}

.closing_message_text {
  font-size: 1rem;
  color: #fff;
  line-height: 1.8;
  margin: 0 0 1rem;
  font-weight: 500;
}

.closing_message_divider {
  width: 80%;
  max-width: 600px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 2.5rem auto;
}

.closing_message_main {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.6;
}

.closing_message_cta {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .closing_message {
    text-align: left;
    padding: 2rem 1.5rem;
  }
  
  .closing_message_text {
    font-size: 1rem;
  }
  
  .closing_message_divider {
    margin: 2rem 0;
  }
  
  .closing_message_main {
    font-size: 1.4rem;
  }
  
  .closing_message_cta {
    font-size: 1rem;
  }
}


/***********************************************
 *          コンタクトフォームセクション                  *
 ***********************************************/
/* フォーム全体のコンテナ */
.custom-form-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    color: #333;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 各項目の余白 */
.form-field {
    margin-bottom: 30px;
}

/* ラベルのデザイン */
.form-field label {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

/* 赤い「必須」ラベル */
.badge-required {
    background-color: #b33e2e; /* スクショに近い赤色 */
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 2px;
    margin-left: 8px;
    vertical-align: middle;
    font-weight: normal;
}

/* 注意書きのテキスト */
.field-note {
    font-size: 13px;
    color: #b33e2e;
    margin: -5px 0 10px 0;
}

/* 入力欄（テキスト・メール・電話） */
.custom-form-container input[type="text"],
.custom-form-container input[type="email"],
.custom-form-container input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

/* ラジオボタンとチェックボックスのリスト */
.wpcf7-list-item {
    display: block; /* 縦並びにする場合 */
    margin: 0 0 10px 0;
}

.wpcf7-list-item-label {
    margin-left: 8px;
    font-weight: normal;
}

/* 送信ボタン */
.submit-wrapper {
    text-align: center;
    margin-top: 40px;
}

.wpcf7-submit {
    background-color: #b33e2e;
    color: #fff;
    padding: 15px 80px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s;
}

.wpcf7-submit:hover {
    opacity: 0.8;
}