@charset "UTF-8";
/* CSS Document */
/*------------------------------------
PC用レイアウト（768px以上スクリーン）
------------------------------------*/
/*--------------------
共通設定（PC)
--------------------*/
/*body全体の初期スタイル設定*/
body {
  font-size: 62.5%; /*emの設定がしやすくなる定番設定*/
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}
/*リンク文字の設定*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*ブラウザのCSSのリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
img{
	vertical-align:top;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------
全体レイアウト共通設定
--------------------*/
/*全体エリアを設定するにはここ*/
.main {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}
/*記事（ボディ）エリア*/
.article {
  font-size: 1.8em;
}
/*記事（ボディ）エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.top_image_in {
  width: 750px;
  margin: 0 auto;
}
.pc_view {
  display: block !important;
}
.sp_view {
  display: none !important;
}
/*黄色マーカー*/
.marker-bold {
  background: linear-gradient(transparent 45%, #fdeb21 45%);
}


/*--------------------
上部固定ヘッダー設定
--------------------*/
header {
      background-color: rgba(217, 158, 48, 0.6);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      height: 70px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
}
.logo {
  margin: 0;
}
.logo a {
  display: block;
  padding-left: 0; /* 念のため */
}
.logo img {
  height: 70px;
  display: block;
}
nav {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 30px; /* 右側には少し余白を残す */
}
nav a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease;
}
nav a:hover {
  color: #cf8a08;
}
.contact-img {
  height: 50px;
}
.header_logo img, .header_btn img {
  width: 100%;
}


/*--------------------
見出しの設定
--------------------*/
.midashi {
  margin-bottom: 30px;
}
.section-title {
  text-align: center;
  color: #000;
  font-size: 40px;
  margin-bottom: 7px;
  font-weight:500;
}


/*--------------------
セクションの設定
--------------------*/
.section_over {
  width: 100%;
  height: auto;
}
.section_under {
  width: 750px;
  height: auto;
  margin: 0 auto;
  padding: 1em 0em;
  background: #fff;
}


/*--------------------
ファーストビューエリアの設定
--------------------*/
.under_fv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0em 0em 0em;
}


/*--------------------
悩みの設定
--------------------*/
.nayami_under {
  background-color: #fff;
  padding: 0;
}


/*--------------------
選ばれる理由の設定
--------------------*/
.riyuu_under {
  background-color: #faf5ee;
  padding: 0;
  margin-top: 100px;
}
.riyuu_content {
  padding-bottom: 10px;
}
.riyuu_con {
  margin-bottom: 80px;
}
.riyuu_img {
  padding: 30px 0;
}
.riyuu_p {
  text-align: center;
}


/*--------------------
実績の設定
--------------------*/
.works_under {
  background-color: #fff;
  padding: 0;
  margin-top: 100px;
}
.works_con {
  margin-bottom: 80px;
}
.works_bodymake h4 img, .works_contest h4 img {
  margin: 50px 0 30px 0;
}
.award_history_h5 {
  background-color: #e8a11e;
  color: #fff;
}
.award_history_h5 h5 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 17px;
}
.award_history_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.award_history_list li {
  padding-left: 30px; 
  background: url('../images/award_history_icon.png') no-repeat left center;
  background-size: 20px 27px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 18px;
}


/*--------------------
実績の設定
--------------------*/
.trainers_under {
  background-color: #fff;
  padding: 0;
  margin-top: 100px;
}
.trainers_con {
  margin-bottom: 80px;
}
.trainers_name p {
  text-align: center;
}
.trainers_name {
  border-bottom: 2px solid #f26e22;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.trainers_name_jp {
  font-size: 30px;
}
.trainers_name_en {
  font-family: 'Oswald', sans-serif;
}
.trainers_history {
  width: 100%;
  margin-bottom: 30px;
}
.trainers_history p {
  text-align: center;
  font-size: 15px;
}
.trainers_history_num {
  font-size: 22px;
  padding: 0 3px;
}
.award_history_con p {
  text-align: right;
}

/*--------------------
コースのご案内の設定
--------------------*/
.course_under {
  background-color: #fff;
  padding: 0;
  margin-top: 100px;
}
.course-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.course-single {
  display: flex;
  justify-content: center;
}

.course-item {
  text-decoration: none;
  width: 100%;
}

/* 正方形のボタン */
.course-square {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
}

/* 長方形のコース5用 */
.course-rectangle {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

/* 画像共通 */
.course-square img,
.course-rectangle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

/* テキスト共通 */
.course-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  pointer-events: none;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.kaisuu {
    font-size: 1rem;
}
/* ホバー共通 */
.course-item:hover img {
  transform: scale(1.05);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .course-grid {
    grid-template-columns: 1fr;
  }

  .course-single {
    margin-top: 20px;
  }
}
.campaign {
  margin: 5em auto;
}


/*--------------------
トレーニングの流れの設定
--------------------*/
.flow_under {
  background-color: #fff;
  padding: 0;
  margin-top: 100px;
}
.flow_box {
  margin: 2em 0;
}
.flow_midashi h4 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.flow_img {
  margin: 1.5em auto;
}


/*--------------------
CTAの設定
--------------------*/
.cta_under {
  background-color: #fff;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 5em;
}
.cta_con {
  border: 10px solid #e3b868;
  padding: 3em 0;
}
.cta_p {
  margin-bottom: 2em;
}
.cta_p p {
  text-align: center;
}
.cta_btn {
  width: 50%;
  margin: 0 auto;
}
.cta_btn img {
  display: block;
  transition: transform 0.3s ease;
}
.cta_btn:hover img {
  transform: scale(1.08); /* 8%拡大 */
}


/*--------------------
フッター部分
--------------------*/
.site-footer {
  background-color: #d99e30;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.footer-logo img {
  max-width: 160px;
  height: auto;
  margin-bottom: 20px;
}

.footer-address {
  margin: 3em 0;
  font-size: 1.5em;
}

.footer-group-link {
  margin: 2em 0;
  font-size: 1.5em;
  margin-bottom: 5em;
}

.footer-group-link a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.footer-group-link a:hover {
  opacity: 0.8;
}
.footer-copy {
  font-size: 0.9rem;
  opacity: 0.9;
}



/*--------------------
コンタクトフォーム
--------------------*/
.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.wpcf7 textarea {
  min-height: 120px;
}

.wpcf7 input[type="submit"] {
  background-color: #32527c;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #e7cd2b;
  color: #000;
}

/* フォーム全体の幅と配置 */
.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

/* 各項目の間隔 */
.wpcf7-form p {
  margin-bottom: 25px;
}

/* 入力欄のスタイル */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #fff;
}

/* テキストエリアの高さ */
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

/* プレースホルダー文字の色 */
::placeholder {
  color: #aaa;
}

/* ラベルの文字 */
.wpcf7-form p label {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  color: #333;
}

/* 送信ボタンのスタイル */
.wpcf7 input[type="submit"] {
  background-color: #32527c;
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* ホバー時 */
.wpcf7 input[type="submit"]:hover {
  background-color: #e7cd2b;
  color: #000;
}

/* スマホ対応 */
@media screen and (max-width: 480px) {
  .wpcf7 {
    padding: 10px;
  }

  .wpcf7 input[type="submit"] {
    width: 100%;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 {
    padding-top: 100px; /* ←ヘッダーの高さに合わせて調整 */
  }
}

  



/*--------------------
トップに戻るボタン
--------------------*/
.pagetop {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  text-decoration: none;
  padding: 10px 15px;
}
.pagetop a:hover {
  display: block;
  background-color: #2d2d2d;
  text-align: center;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 10px 15px;
  opacity: 0.5;
}
.pagetop_sankaku {
  font-size: 3em;
}
/*--------------
下部固定ヘッダー（スマホ）
-----------------------*/
.fix_menu_smartphone {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  box-shadow: 0px 0px 3px #594a42;
}