@charset "UTF-8";

/* ========================================
   共通スタイル（freee.cssから統合）
========================================= */

/* 基本スタイル */
p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
}

/* レスポンシブ表示切り替え */
.only_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .only_sp {
    display: block;
  }
  .only_pc {
    display: none;
  }
}

/* コンテナ */
.contents {
  width: 1000px;
  margin: 0 auto 90px;
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .contents {
    padding: 0 15px;
    margin: 0 auto 50px;
  }
}

/* 背景セクション */
.bgwrap {
  padding: 90px 0;
  margin-bottom: 90px;
}
.bgwrap .contents {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .bgwrap {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.bgwrap .contents {
  margin-bottom: 0;
}

/* 背景色 */
.bg_pink {
  background-color: #F8EBE7;
}
.bg_gray {
  background-color: #F7F7F7;
}
.bg_white {
  background-color: #fff;
}

/* 角丸ボックス */
.box_round {
  border-radius: 20px;
  padding: 10px 25px;
}

/* テキスト揃え */
.taC {
  text-align: center;
}

/* 見出しスタイル */
.ttl_md {
  font-size: 24px;
  margin-bottom: 1.3em;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .ttl_md {
    margin-bottom: 0.5em;
    font-size: 18px;
    text-align: left;
  }
  .ttl_md br {
    display: none;
  }
  .ttl_md span {
    font-size: 12px;
  }
}

/* ========================================
   お悩みセクション
========================================= */
.onayami-section-wrap {
  margin-bottom: 90px;
}

@media screen and (min-width: 640px) {
  /* シンプルな2カラムグリッド */
  .onayami-grid {
    display: flex;
    gap: 40px;
    align-items: stretch;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .onayami-col {
    width: 50%;
  }
}

@media screen and (max-width: 639px) {
  .onayami-section-wrap {
    padding: 30px 10px;
    margin-bottom: 50px;
  }
  
  .onayami-col {
    margin-bottom: 40px;
  }
  
  .onayami-col:last-child {
    margin-bottom: 0;
  }
}

/* お悩みリストスタイル */
ul.onayamilist {
  margin: 0 100px;
  padding: 0;
  list-style: none;
}
ul.onayamilist li {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  ul.onayamilist {
    margin: 0;
  }
}

.onayami-col .onayamilist {
  margin: 0;
}

.onayami-col .box_round {
  padding: 10px 30px;
}

/* ========================================
   強みセクション
========================================= */
.strength-list {
  max-width: 1000px;
  margin: 0 auto;
}

.strength-image {
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
.strength-image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .strength-image {
    margin-bottom: 30px;
  }
}

.strength-item {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.strength-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .strength-item {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}

.strength-item h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  font-weight: 300;
  line-height: 1.3;
  color: #cd6e50;
}
.strength-item h3::before {
  content: '';
  width: 30px;
  height: 30px;
  background: #f4a68b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.strength-item h3::after {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .strength-item h3 {
    font-size: 1.8rem;
    padding-left: 35px;
  }
}

.strength-item p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}

/* ========================================
   CTAセクション
========================================= */
.cta-box {
  padding: 60px 40px;
  background: #4bbca2;
  border-radius: 3px;
  text-align: center;
  margin: 90px auto;
  max-width: 1000px;
}
.cta-box h3 {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.cta-box p {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 300;
}
.cta-box a {
  margin: 0 auto;
  line-height: 53px;
  font-size: 26px !important;
  max-width: 640px;
  height: auto !important;
}
.cta-box a span {
  display: block;
  margin-bottom: -26px;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .cta-box a {
    font-size: 1.829rem !important;
    height: 53px;
    line-height: 53px;
  }
}
@media screen and (max-width: 480px) {
  .cta-box {
    padding: 40px 20px;
    margin: 50px auto;
  }
  .cta-box h3 {
    font-size: 2.0rem;
  }
  .cta-box p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .cta-box a {
    font-size: 22px !important;
  }
  .cta-box a span {
    font-size: 13px;
  }
  .cta-box .btn-st {
    font-size: 14px !important;
  }
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-block;
  background: #fff;
  color: #f4a68b;
  padding: 20px 50px;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
@media screen and (max-width: 480px) {
  .cta-btn {
    padding: 15px 30px;
    font-size: 1.4rem;
    width: 100%;
    max-width: 300px;
  }
}

/* CTA ボタン2カラムレイアウト */
.cta-buttons-flex {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.cta-buttons-flex .btn-st {
  flex: 1;
  margin: 0;
}

@media screen and (min-width: 640px) {
  .cta-buttons-flex .btn-st.footer-mail-btn {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .cta-buttons-flex {
    flex-direction: column;
    gap: 20px;
  }
  
  .cta-buttons-flex .btn-st {
    max-width: 640px;
    margin: 0 auto;
  }
}

/* ========================================
   料金セクション
========================================= */
.price-note {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #666;
  font-weight: 300;
}

.price-table {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 20px;
  border: 3px solid #e5e5e5;
}

.price-table th,
.price-table td {
  padding: 21px 23px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}

.price-table th {
  width: 200px;
  vertical-align: top;
  background-color: #fff;
  border-left: 1px solid #d2d2d2;
}

.price-table td {
  background-color: #fdfdfd;
}

.price-table tr:last-child td,
.price-table tr:last-child th {
  border-bottom: none;
}

.price-note-bottom {
  text-align: center;
  font-size: 1.6rem;
  margin: 20px auto 40px;
  font-weight: 300;
  color: #666;
}

@media screen and (max-width: 768px) {
  .price-table {
    margin: 30px auto 15px;
  }
  
  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td {
    display: block;
    width: 100%;
  }
  
  .price-table tbody tr {
    margin-bottom: 0;
  }
  
  .price-table tr {
    border: 1px solid #d2d2d2;
  }
  
  .price-table th,
  .price-table td {
    padding: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-bottom: none;
  }
  
  .price-table td {
    border-bottom: 1px solid #d2d2d2;
  }
  
  .price-table th {
    text-align: center;
    border-left: none;
    font-size: 2.0rem;
    font-weight: 700;
    padding: 15px;
  }
  
  .price-table tr:last-child td,
  .price-table tr:last-child th {
    border-bottom: 1px solid #d2d2d2;
  }
  
  .price-note-bottom {
    font-size: 1.4rem;
    margin: 15px auto 30px;
    padding: 0 20px;
  }
  
  /* お悩みセクションの見出しの改行を維持 */
  .onayami-col .ttl_md br {
    display: inline;
  }
  
  .onayami-col .ttl_md.taC {
    text-align: center;
  }
  
  br.only_pc {
    display: none;
  }
}

/* ========================================
   よくある質問
========================================= */
.faq-item {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}
.faq-item:last-child {
  margin-bottom: 0;
}

.faq-q {
  background: #F4A68B;
  color: #fff;
  padding: 20px 25px;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  padding-left: 60px;
  line-height: 1.5;
}
.faq-q::before {
  content: 'Q';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.0rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .faq-q {
    padding: 15px 20px 15px 50px;
    font-size: 1.4rem;
  }
  .faq-q::before {
    left: 20px;
  }
}

.faq-a {
  background: #fff;
  padding: 25px 25px 25px 60px;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
  font-weight: 300;
}
.faq-a::before {
  content: 'A';
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #F4A68B;
}
@media screen and (max-width: 480px) {
  .faq-a {
    padding: 20px 20px 20px 50px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .faq-a::before {
    top: 20px;
    left: 20px;
  }
}

/* ========================================
   お客様の声セクション
========================================= */
.voice-inner {
  padding: 60px 0 30px 0;
  margin-bottom: 90px;
}
.voice-bk01 {
  padding: 0;
}
.voice-bk01 dl {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .voice-inner {
    padding: 0 0 30px 0;
    margin-bottom: 50px;
  }
}

.btn-st.btn-st_voice {
  display: inline-block;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
}
@media screen and (min-width: 769px) {
  .btn-st.btn-st_voice {
    height: 47px;
    line-height: 47px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-st.btn-st_voice {
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    margin: 0 auto;
    display: block;
  }
}
