@charset "UTF-8";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%;
  /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}

/*リンク文字の設定*/
a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #39f;
}

a:hover,
a:active {
  color: #f60;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}

/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}

/*ボタンホバー設定(半透明)*/
.cta-btn:hover {
  opacity: 0.7;
}


/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}

h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #e5f5f9;
}

/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 1.6em;
  /*=16px*/
}

/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

/*カラム全体の幅を変更する*/
.article,
.top_image_in {
  width: 700px;
  margin: 0 auto;
  /*真ん中に要素を置きたいときに使う*/
}

/*--------------------------------------------------
上部固定ヘッダー（flex版）
--------------------------------------------------*/

/*------------------------------------
      ヘッダー全体
  ------------------------------------*/
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #dadada;
  position: sticky;
  top: 0;
  z-index: 5000;
  overflow: visible;
}

/*------------------------------------
      幅700pxの中央カラム（最重要）
  ------------------------------------*/
.header_inr {
  width: 700px;
  /* ← カンプ通りの固定幅！ */
  margin: 0 auto;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 1em 1em;
  gap: 2px;
  /* ロゴとTELの間のゆとり */
  overflow: visible;
}

/*------------------------------------
      ロゴ（左・60px）
  ------------------------------------*/
.header_logo img {
  height: 60px;
  width: auto;
  display: block;
}

/*------------------------------------
      電話番号（中央→右寄せ・50px）
      ★TEL を CTA の近くに寄せる設定★
  ------------------------------------*/
.header_tel {
  width: auto;
  /* ← TELの箱を最小幅にする */
  flex-grow: 0;
  /* ← 余白を取らない */
  margin-left: auto;
  /* ← ロゴとの余白を自動で最小化！ */
  margin-right: 0.5em;
  /* ← CTAとの距離（微調整） */
}


.header_tel img {
  height: 50px;
  width: auto;
  display: block;
}

/*------------------------------------
      CTA（右・50px）
  ------------------------------------*/
.header_mail {
  flex-shrink: 0;
}

.header_mail img {
  height: 50px;
  width: auto;
  display: block;
}



/*---------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------*/
.bg_3reasons {
  position: relative;
  background-image: url("../images/bg_3reasons.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  padding: 1.2em 0 0 0;
  z-index: 0;
}

.image_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: -7.3em;
  /* ← ここで画像を下に食い込ませる */
}

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

.box_reason {
  position: relative;
  background-color: #FFFFFFEA;
  border: 4px solid #e1ff01;
  border-radius: 34px;
  padding: 0.6em 2em 2em 2em;
  margin: 0 1.5em 2em 1.5em;
  font-weight: normal;
  color: #464646;
  box-shadow: 0 6px 18px #00000014;
  z-index: 2;
}

.box_reason_inr {
  font-size: 1.2em;
  font-weight: nomal;
  color: #464646;
  text-align: left;
  padding: 0.6em 0em 0.6em 0em;
}

.reason03_wrap{
  position: relative;
}

/* 特徴③の囲みを前面 */
.reason03_wrap .box_reason{
  position: relative;
  z-index: 2;
}

/* コーチ挨拶を後ろにして上に食い込ませる */
.reason03_wrap .coach_greet{
  display: block;
  position: relative;
  z-index: 1;
  margin-top: -5.8em; /* ←ここ調整 */
  width: 100%;
  height: auto;
}

.bg_koe {
  background-image: url("../images/bg_koe.jpg");
  background-size: 100%;
  padding: 2.2em 0.5em 1em 0.5em; 
}

.box_koe {
  text-align: center;
  margin: 1.5em 1em;
}

.koe_title_img {
  margin-bottom: 1em;
}

.box_koe_inr {
  background-image: url("../images/bg_koe123.jpg");
  border: 0.2em solid #1e2887;
  border-radius: 12px;
  /* 角丸 */
  padding: 1em 1.2em 1.5em 1.2em;
  font-size: 1.2em;
  font-weight: normal;
  color: #464646;
  text-align: left;
}

.marker {
  background: linear-gradient(transparent 40%, rgba(225, 255, 1, 0.413) 20%);
  padding: 0 2px;
}

.text-accent{
  color: #097ef9;  /* テニス感あるブルー系 */
  font-weight: bold;
}

/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
/* 共通背景 */
.cta-bg {
  background-image: url("../images/bg_CTA.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

/* CTA中央寄せ（左右paddingを0にしてフル幅に） */
.cta-area {
  padding: 0.5em 0 1em 0;      /* ←左右下を0にする */
  text-align: center;
}

/* 文字は左右に少し余白が欲しいので、cta-lead側で調整 */
.cta-lead {
  margin: 0 auto 0.4em;
  padding: 0 1em;        /* ←ここで左右余白を確保 */
  font-weight: 900;
  font-size: 2rem;
  color: #20ae49;
  letter-spacing: -0.02em;
  text-shadow:
    -2px -2px 0 #ffffff,
     2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,
     2px  2px 0 #ffffff;
}

/* microcopy画像 */
.cta-micro{
  width: 90%;
  max-width: 550px;
  display: block;
  margin: 0 auto 0;
}

/* ボタン全体（左右余白が欲しければここで確保） */
.cta-btn {
  display: block;
  width: calc(100% - 2em);  /* ←左右1emずつ余白 */
  max-width: 720px;
  margin: 0.2em auto 0;
}

/* CTA内の画像に一律paddingは付けない（ここが余白の犯人になりがち） */
.cta-btn img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0.5em 0;
  }

/* ボタン画像だけpaddingが必要なら、btn画像にクラスを付けて限定 */
.cta-btnimg{
  padding: 0.3em;
}

/* バナーはフル幅 */
.bn-area img {
  display: block;
  width: 100%;
  height: auto;
}



/*--------------------------------------------------
QAエリア
-----------------------------------------------------*/
.faq {
  background-image: url("../images/bg_qa.jpg");
  /* 薄いグリーンの背景 */
  width: 100%;
  /* 画面幅いっぱい */
  padding-bottom: 1.5em;
}

.faq-title {
  display: block;
  /* 画像をブロック要素に */
  margin: 0 auto 0;
  /* 中央寄せ＋下に余白 */
  height: auto;
  /* 縦横比を維持 */
}


.faq details {
  background: #fff;
  border-radius: 0.63em;
  /* 10px → 0.63em */
  margin: 1em 1.7em 1.20em 1.7em;
  padding: 1.25em;
  /* 16px 20px → 1.00em 1.25em */
  border: 0.15em solid #01fcfe;
  /* 1.8px → 0.11em */
  box-shadow: 0 0.25em 0.63em rgba(0, 0, 0, 0.04);
  /* 4px 10px → 0.25em 0.63em */

  interpolate-size: allow-keywords;
  transition: height 0.35s ease;
}

.faq summary {
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #464646;
  list-style: none;
  position: relative;
  padding-right: 1.88em;
  /* 30px → 1.88em */
}

.faq summary span {
  color: #1e2887;
  font-weight: 700;
  margin-right: 0.38em;
  /* 6px → 0.38em */
}

/* ＋アイコン（緑） */
.faq summary::after {
  content: "+";
  font-size: 1.4em;
  position: absolute;
  right: 0;
  top: 50%;
  /* 枠の高さの中央に配置 */
  transform: translateY(-50%);
  /* 中央基準にずらす */
  transition: transform 0.30s ease;
  color: #1e2887;
}


/* open時：＋ -> × */
.faq details[open] summary::after {
  transform: rotate(45deg);
  top: 1%;
}

/* A部分 */
.faq .answer {
  margin-top: 0.75em;
  /* 12px → 0.75em */
  font-size: 1.2em;
  line-height: 1.7;
  color: #555;
  padding-left: 1.13em;
  /* 18px → 1.13em */
  border-left: 0.19em solid #86ddf8
    /* 3px → 0.19em */
}

/*--------------------------------------------------
フッター
-----------------------------------------------------*/

.footer {
  background-color: #f7f7f7;
  padding: 32px 16px 24px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.footer .privacy-link {
  display: inline-block;
  margin-bottom: 8px;
  color: #666;
  text-decoration: underline;
}