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

  /*--------------------
共通設定（PC)
--------------------*/
  /*body全体の初期スタイル設定*/
  body {
  font-size: 52.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;
  }
  /*セクションエリアの共通設定*/
  section {
    clear: both;
    overflow: auto;
  }
  /* PC/スマホ表示切替 */
  .pc_view {
    display: none !important;
  }
  .sp_view {
    display: block !important;
  }



/*--------------------
上部固定ヘッダー設定
--------------------*/
  .header {
    background-color: rgba(217, 158, 48, 0.6);
    padding: 10px 15px 10px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 70px;
  }
  .header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between; /* ← 左右端に配置 */
    align-items: center;
  }
  .logo img {
    height: 70px;
  }
  /* ハンバーガーアイコン */
  .hamburger {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    z-index: 10001;
  }
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  /* ナビゲーション開閉 */
  #global-nav {
    display: none;
    flex-direction: column;
    background-color: #d99e30;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9998;
  }
  #global-nav.active {
    display: flex;
  }
  #global-nav a {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 16px;
  }
  /* 固定CTAボタン（スマホのみ） */
  .fix_footer_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
  }
  .fix_footer_btn img.reserve-btn {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
  /* 予約ボタン下の余白が必要な場合 */
  main, .main {
    padding-bottom: 100px;
  }






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


/*--------------------
セクションの設定
--------------------*/
.section_over {
  width: 100%;
  height: auto;
}
.section_under {
  width: 100%;
  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;
  width: 95%;
  margin: 0 auto;
}


/*--------------------
実績の設定
--------------------*/
.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;
}
.award_history_con {
  width: 90%;
  margin: 0 auto;
}
.trainers_p {
  width: 90%;
  margin: 0 auto;
}
.award_history_list li {
  font-size: 15px;
}

/*--------------------
コースのご案内の設定
--------------------*/
.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;
  width: 90%;
  margin: 0 auto;
}

.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-single {
    width: 90%;
  margin: 0 auto;
}

/* 画像共通 */
.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;
}
.flow_content {
  width: 90%;
  margin: 0 auto;
}


/*--------------------
CTAの設定
--------------------*/
.cta_under {
  background-color: #fff;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 5em;
}
.cta_con {
  border: 8px solid #e3b868;
  padding: 3em 0.8em;
  width: 90%;
  margin: 0 auto;
}
.cta_p {
  margin-bottom: 2em;
}
.cta_p p {
  text-align: center;
  font-size:17px;
}
.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 130px 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;
}


}
