/* =============================================
   PINGTECH style.css - 最適化版
   ============================================= */

/* ===== CSS変数 ===== */
:root {
  --orange:      #FFA725;
  --orange-light:#FFB22C;
  --black:       #111111;
  --white:       #ffffff;
  --gray-bg:     #F5F5F5;
  --gray-text:   #666666;
  --gray-border: #DDDDDD;
}

/* ===== リセット・基本 ===== */
html {
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  background: var(--orange);
}
img { border: 0; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; border: 0; }

/* ===== レイアウト基本 ===== */
#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: center;
}
#contents { padding: 0 0 200px 0; }

/* ===== ヘッダー ===== */
#header {
  width: 70%;
  margin: 0 auto;
}
#header::after { content: ''; display: block; clear: both; }
#header .logo { float: left; }
#header h1 {
  margin: 0;
  padding: 10px 0;
  width: 218px;
  height: 50px;
  background: url(../img/logo.png) no-repeat center;
  text-indent: -9999px;
}
#header h1 a { display: block; width: 218px; height: 50px; }
#header .address {
  float: right;
  margin: 10px 0 0 0;
  color: #fff;
  text-align: right;
}

/* ===== フッター ===== */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  text-align: center;
}
#footer { width: 70%; margin: 0 auto; padding: 20px 0; }
.footer_address { margin: 0 0 20px 0; text-align: left; color: #fff; }
.copyright { text-align: center; color: #fff; }
.footer_menu {
  width: 70%;
  margin: 0 auto 20px auto;
  padding: 0;
}
.footer_menu::after { content: ''; display: block; clear: both; }
.footer_menu li { float: left; position: relative; }
.footer_menu li a { display: block; padding: 10px 20px; color: #fff; }
.footer_menu li a:hover { text-decoration: underline; }

/* ===== ナビゲーション ===== */
.btns { display: none; position: fixed; right: -100%; }
nav {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.menu ul { width: 70%; margin: 0 auto; display: flex; padding: 0; }
.menu li {
  position: relative;
  padding: 5px 20px;
  flex: 1;
  max-width: calc(100% / 7);
  text-align: center;
  text-overflow: ellipsis;
}
.menu a {
  color: #888;
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  font-family: "Anton SC", serif;
  font-weight: 400;
  font-size: 21px;
  font-style: normal;
}
.menu li:hover { opacity: 0.5; }
.menu li:first-child::before,
.menu li::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #888;
  transform: skewX(-30deg);
}
.menu li:first-child::before { left: 0; transform-origin: right center; }
.menu li::after { right: 0; transform-origin: right center; }

/* ===== アクセスセクション ===== */
#access {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 380px;
  overflow: hidden;
  opacity: 0.9;
}
#access .text { position: absolute; top: 20%; left: 60px; text-align: left; }
#access .title {
  margin: 0 0 20px 0;
  font-family: "Anton SC", serif;
  font-weight: 400;
  font-size: 60px;
  color: #fff;
}
#access .msg {
  margin: 0 0 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
#access .go_access a {
  float: left;
  display: block;
  padding: 5px 20px;
  font-family: "Anton SC", serif;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  border: 2px solid #fff;
}
#access .go_access a:hover { opacity: 0.6; }

/* =============================================
   ヒーローエリア
   ============================================= */
#image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_image {
  width: 100%;
  margin: 0 auto;
  height: 620px;
  overflow: hidden;
  background: url(../img/main.png);
  background-size: auto 620px;
  background-position: 75% center;
  background-repeat: no-repeat;
  position: relative;
}
.hero {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  align-items: flex-start;  /* center → flex-start に変更 */
}

.hero-left {
  width: 780px;
  padding: 20px 40px 60px 306px;  /* padding-top: 60px → 40px に変更 */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-badge {
  display: inline-block;
  background: #000;
  color: var(--orange);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 3px;
  padding: 8px 114px;
  margin-bottom: 20px;
  align-self: flex-start;
  border: 1px solid;
}
.hero h1 {
  font-size: clamp(26px, 2.8vw, 44px);
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 14px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.25);
  text-align: left;
}
.hero-sub {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.9;
/*  text-shadow: 0 2px 8px rgba(0,0,0,1), 0 0 30px rgba(0,0,0,1), 2px 2px 4px rgba(0,0,0,1);*/
  text-align: left;
}
.hero-btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content:
	flex-start;
}
.btn-black {
  background: #000000;
  color: #FFA725;
  padding: 14px 28px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  border: 1px solid transparent; 
}

.btn-black:hover {
  background: #FFA725;
  border: 1px solid transparent;  
  color: #000;
  transform: translateY(-2px);
}

.btn-white-outline {
  border: 2px solid rgba(255,255,255,0.85);
  color: #fff;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}
.btn-white-outline:hover { background: rgba(255,255,255,0.15); }

/* =============================================
   実績ストリップ
   ============================================= */
.stats-strip { background: var(--black); display: flex; }
.stat-item {
  flex: 1;
  padding: 18px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  color: var(--orange);
  letter-spacing: 1px;
}
.stat-label { font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 2px; }

/* =============================================
   セクション共通
   ============================================= */
section { padding: 80px 60px; }
.section-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 4px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: left;
}
.section-title {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 12px;
  text-align: left;
	font-family: "Anton SC", serif;
  letter-spacing: 2px;
}
.section-desc {
  font-size: 14px;
  color: var(--gray-text);
  line-height: 1.8;
  max-width: 520px;
  text-align: left;
}

/* =============================================
   選ばれる理由
   ============================================= */
.reasons { background: var(--black); }
.reasons .section-title { color: #fff; text-align: left; }
.reasons .section-desc { color: rgba(255,255,255,0.4); text-align: left; }
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: rgba(255,255,255,0.05);
}
.reason-card {
  background: var(--black);
  padding: 36px 28px;
  border: 1px solid rgba(255,255,255,0.07);
  transition: background .2s, border-color .2s;
  text-align: left;
}
.reason-card:hover {
  background: rgba(255,167,37,0.08);
  border-color: rgba(255,167,37,0.3);
}
.reason-icon { font-size: 32px; margin-bottom: 12px; }
.reason-title { font-size: 16px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.reason-text { font-size: 13px; color: rgba(255,255,255,0.42); line-height: 1.8; }

/* =============================================
   コース
   ============================================= */
.courses { background: var(--gray-bg); }
.courses .section-title{
	color:#999;
	font-family: "Anton SC", serif;
}
.courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.course-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform .2s, box-shadow .2s;
  text-align: left;
}
.course-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,0.12); }
.course-header { background: var(--orange); padding: 24px 20px; }
.course-header.dark { background: var(--black); }
.course-icon { font-size: 28px; margin-bottom: 6px; }
.course-name { font-size: 15px; font-weight: 900; color: #fff; }
.course-body { padding: 20px; }
.course-desc { font-size: 13px; color: var(--gray-text); line-height: 1.7; margin-bottom: 14px; }
.course-link { font-size: 13px; font-weight: 700; color: var(--orange); text-decoration: none; }
.course-link:hover { text-decoration: underline; }

/* =============================================
   実績
   ============================================= */
.achievements { background: #fff; }
.achievements .section-title{
	color:#999;
	font-family: "Anton SC", serif;
}

.achievement-flex { display: flex; gap: 64px; align-items: center; margin-top: 48px; }
.achievement-list { flex: 1.2; }
.achievement-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--gray-border);
}
.achievement-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.achievement-text { font-size: 15px; font-weight: 700; text-align: left; }
.achievement-sub { font-size: 12px; color: var(--gray-text); margin-top: 2px; text-align: left; }
.achievement-visual { flex: 1; text-align: center; }
.big-word { font-family: 'Bebas Neue', sans-serif; font-size: 96px; line-height: 1; color: var(--orange); }
.big-word-label { font-size: 14px; color: var(--gray-text); font-weight: 700; letter-spacing: 1px; margin-top: 4px; }

/* =============================================
   料金
   ============================================= */
.pricing { background: var(--black); }
.pricing .section-title { color: #fff; }
.pricing .section-desc { color: rgba(255,255,255,0.4); }
.pricing-cards { display: flex; gap: 20px; margin-top: 48px; }
.pricing-card {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 36px 28px;
  text-align: center;
}
.pricing-card.featured {
  background: var(--orange);
  border-color: var(--orange);
  transform: scale(1.04);
}
.pricing-plan { font-size: 11px; font-weight: 900; letter-spacing: 3px; color: rgba(255,255,255,0.5); margin-bottom: 14px; text-transform: uppercase; }
.pricing-card.featured .pricing-plan { color: rgba(255,255,255,0.85); }
.pricing-price { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: #fff; line-height: 1; }
.pricing-unit { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 4px; }
.pricing-card.featured .pricing-unit { color: rgba(255,255,255,0.8); }
.pricing-divider { width: 36px; height: 2px; background: rgba(255,255,255,0.15); margin: 20px auto; }
.pricing-card.featured .pricing-divider { background: rgba(255,255,255,0.35); }
.pricing-features { list-style: none; text-align: left; }
.pricing-features li { font-size: 13px; color: rgba(255,255,255,0.55); padding: 5px 0; display: flex; gap: 8px; }
.pricing-features li::before { content: "✓"; color: var(--orange-light); font-weight: 900; }
.pricing-card.featured .pricing-features li { color: rgba(255,255,255,0.92); }
.pricing-card.featured .pricing-features li::before { color: #fff; }
.pricing-cta {
  display: block; margin-top: 28px; padding: 13px; border-radius: 3px;
  font-size: 13px; font-weight: 900; text-decoration: none; letter-spacing: 1px;
  background: rgba(255,255,255,0.1); color: #fff; transition: background .2s;
}
.pricing-card.featured .pricing-cta { background: var(--black); }
.pricing-cta:hover { background: rgba(255,255,255,0.2); }

/* =============================================
   会員の声
   ============================================= */
.voice { background: var(--gray-bg); }
.voice .section-title{
	color:#999;
	font-family: "Anton SC", serif;
}


.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.voice-card { background: #fff; border-radius: 4px; padding: 28px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); text-align: left; }
.voice-stars { color: var(--orange); font-size: 14px; letter-spacing: 2px; margin-bottom: 6px; }
.voice-quote { font-size: 36px; color: var(--orange); line-height: 1; margin-bottom: 6px; font-family: Georgia, serif; }
.voice-text { font-size: 14px; line-height: 1.8; color: #444; margin-bottom: 14px; }
.voice-author { font-size: 12px; font-weight: 700; color: var(--gray-text); }

/* =============================================
   FAQ
   ============================================= */
.faq { background: #fff; }
.faq .section-title{
	color:#999;
	font-family: "Anton SC", serif;
}

.faq-list { max-width: 700px; margin-top: 48px; }
.faq-item { border-bottom: 1px solid var(--gray-border); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left;
  padding: 18px 0; font-size: 14px; font-weight: 700; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--black); font-family: 'Noto Sans JP', sans-serif;
}
.faq-q .icon { font-size: 20px; color: var(--orange); transition: transform .2s; }
.faq-a { font-size: 13px; color: var(--gray-text); line-height: 1.8; padding-bottom: 18px; display: none; text-align: left; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }

/* =============================================
   NEWS・SNSエリア
   ============================================= */
#top {  width: 100%;
  margin: 0 auto;
  padding: 30px 36px;  /* ← 左右に60pxを追加 */
  background: #fff;
  box-sizing: border-box;}
.top_middle {  width: 100%;
  max-width: 1860px;
  margin: 0 auto;}
.top_middle::after { content: ''; display: block; clear: both; }
.left { float: left; width: 48%; text-align: left; }
.news { width: 98%; margin: 0 auto; padding: 10px 0; }
.news li { width: 98%; margin: 0 auto; padding: 20px 0; border-top: 1px solid #ccc; }
.news li:last-child { border-bottom: 1px solid #ccc; }
.news_top { width: 98%; margin: 0 auto; }
.news_top::after { content: ''; display: block; clear: both; }
.news_top .title { float: left; font-family: "Anton SC", serif; font-weight: 400; font-size: 40px; color: #888; }
.news_top .more { float: right; font-family: "Anton SC", serif; font-weight: 400; font-size: 18px; }
.news_top .more a { display: block; margin: 24px 0 0 0; color: #999; }
.news_top .more a:hover { opacity: 0.6; }
.news .item { margin: 0 0 10px 0; }
.news .item::after { content: ''; display: block; clear: both; }
.news .time { float: left; margin: 0 20px 0 0; font-family: "Anton SC", serif; font-weight: 400; font-size: 16px; color: #999; }
.news .category { float: left; padding: 1px 8px; background: #eee; font-weight: 700; font-size: 14px; color: #888; }
.news .title { color: #444; font-size: 18px; font-weight: bold; text-align: left; }
.news .title a { color: #444; }
.news .title a:hover { color: #ccc; }
.right { float: right; width: 48%; text-align: left; }
.right .title { width: 100%; font-family: "Anton SC", serif; font-weight: 400; font-size: 40px; color: #888; }
.movie { width: 100%; padding: 10px 0; }
.movie iframe { width: 100%; height: 315px; }

/* =============================================
   RECRUIT・左右バナー
   ============================================= */
.top_middle2 { width: 100%; margin: 0 auto; }
.top_middle2::after { content: ''; display: block; clear: both; }
.left2, .right2 { position: relative; float: left; width: 50%; text-align: left; }
.right2 .image { opacity: 0.9; }
.left2 .text, .right2 .text { position: absolute; top: 15%; left: 60px; text-align: left; }
.left2 .title, .right2 .title { margin: 0 0 20px 0; font-family: "Anton SC", serif; font-weight: 400; font-size: 60px; color: #fff; }
.left2 .msg, .right2 .msg { margin: 0 0 20px 0; font-family: "Noto Sans JP", sans-serif; font-weight: normal; font-size: 14px; color: #fff; }
.left2 .go_recruit a, .right2 .go_recruit a {
  float: left; display: block; padding: 5px 20px;
  font-family: "Anton SC", serif; font-weight: 400; font-size: 21px;
  color: #fff; border: 2px solid #fff;
}
.left2 .go_recruit a:hover, .right2 .go_recruit a:hover { opacity: 0.6; }

/* =============================================
   各ページ共通
   ============================================= */
.main { width: 100%; margin: 0 auto; background: #fff; }
.page_top { width: 70%; margin: 0 auto; }

/* ===== ニュース ===== */
#news_page { padding: 40px 0; margin: 0 auto; width: 90%; max-width: 1280px; box-sizing: border-box; }
.news_title { position: relative; width: 100%; height: 300px; background: url(../img/news.png) no-repeat center; background-size: 1280px 320px; }
.news_title h2 { position: absolute; top: 120px; left: 80px; font-family: "Anton SC", serif; font-weight: 400; font-size: 48px; color: #fff; }
.news_title .sub_title { position: absolute; top: 220px; left: 80px; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 20px; color: #fff; }
.news_list { width: 94%; margin: 0 auto 50px auto; }
.news_list li { padding: 20px 0; border-top: 1px solid #ccc; }
.news_list .item { margin: 0 0 14px 0; }
.news_list .item::after { content: ''; display: block; clear: both; }
.news_list .time { float: left; margin: 0 20px 0 0; font-family: "Anton SC", serif; font-weight: 400; font-size: 16px; color: #999; }
.news_list .category { float: left; padding: 1px 8px; background: #eee; font-weight: 700; font-size: 14px; color: #888; }
.news_list .title { color: #444; font-size: 18px; font-weight: bold; text-align: left; }
.news_list .title a { color: #444; }
.news_list .title a:hover { color: #ccc; }
.news_detail .item { margin: 0 0 14px 0; }
.news_detail .item::after { content: ''; display: block; clear: both; }
.news_detail .time { float: left; margin: 0 20px 0 0; font-family: "Anton SC", serif; font-weight: 400; font-size: 16px; color: #999; }
.news_detail .category { float: left; padding: 1px 8px; background: #eee; font-weight: 700; font-size: 14px; color: #888; }
.news_detail .title { margin: 0 0 30px 0; color: #444; font-size: 21px; font-weight: bold; text-align: left; }
.news_detail .img { width: 90%; margin: 0 auto; }
.news_detail .msg { width: 94%; margin: 0 auto 60px auto; text-align: left; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 21px; color: #444; line-height: 1.8; }
.back { width: 94%; margin: 0 auto 60px auto; }
.back::after { content: ''; display: block; clear: both; }
.back a { float: left; display: block; padding: 8px 20px; border: 1px solid #ccc; text-align: left; color: #888; }
.back a:hover { opacity: 0.6; }
.pager { width: 90%; margin: 0 auto; }
.pager::after { content: ''; display: block; clear: both; }
.pager li { float: left; width: 42px; margin: 0 10px 10px 0; text-align: center; }
.pager li.non_link { padding: 10px 0; border: 1px solid #dee2e6; }
.pager li a { display: block; padding: 10px 0; background: var(--orange); border: 1px solid #dee2e6; color: #fff; }
.pager li a:hover { background: var(--orange); text-decoration: none; color: #fff; }

/* ===== スタッフ ===== */
.staff_title { position: relative; width: 100%; height: 300px; background: url(../img/staff.png) no-repeat center; background-size: 1280px 320px; }
.staff_title h2 { position: absolute; top: 120px; left: 80px; font-family: "Anton SC", serif; font-weight: 400; font-size: 48px; color: #fff; }
.staff_title .sub_title { position: absolute; top: 220px; left: 80px; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 20px; color: #fff; }
#staff_page { padding: 40px 0; margin: 0 auto; width: 1280px; }
.staff_main { margin: 0 auto 50px auto; }
.coach { width: 1100px; margin: 0 auto 50px auto; font-family: "Anton SC", serif; font-weight: 400; font-size: 48px; text-align: left; border-bottom: 1px dotted #ccc; }
.staff_main::after { content: ''; display: block; clear: both; }
.staff_main li.staff_left { float: left; width: 48%; }
.staff_main li.staff_left .img { width: 300px; margin: 0 auto; }
.staff_main li.staff_right { float: left; width: 45%; text-align: left; font-family: "Noto Sans JP", sans-serif; font-weight: normal; font-size: 16px; }
.name { margin: 0 0 20px 0; }
.main_name { font-family: "Noto Sans JP", sans-serif; font-weight: normal; font-size: 36px; }
.ruby { font-family: "Anton SC", serif; font-weight: normal; font-size: 18px; }
.staff_main li.staff_right .top_title { font-weight: bold; }
.staff_main li.staff_right .record_text { color: #333; }
.staff_main li.staff_right .staff_comment { color: #555; line-height: 1.8; }
.coment_space { height: 30px; }

/* ===== 練習生募集 ===== */
.recruit_title { position: relative; width: 100%; height: 300px; background: url(../img/recruit.png) no-repeat center; background-size: 1280px 320px; }
.recruit_title h2 { position: absolute; top: 120px; left: 80px; font-family: "Anton SC", serif; font-weight: 400; font-size: 48px; color: #fff; }
.recruit_title .sub_title { position: absolute; top: 220px; left: 80px; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 20px; color: #fff; }
#recruit_page { padding: 40px 0; margin: 0 auto; width: 1280px; }
.recruit_image { margin: 0 auto 40px auto; width: 1080px; }
.recruit_item { margin: 0 0 30px 0; padding: 20px 0; }
.lesson_title { width: 94%; margin: 0 auto 10px auto; padding: 20px 0; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 24px; border-bottom: 1px solid #ccc; text-align: left; }
.lesson_title h3 { margin: 0 0 0 10px; padding: 0; }
#recruit_page ul { width: 90%; margin: 0 auto 50px auto; border-collapse: collapse; }
#recruit_page ul::after { content: ''; display: block; clear: both; }
.target { float: left; width: 400px; padding: 20px 0; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 20px; text-align: left; color: #888; }
.target_msg { float: left; width: 700px; margin: 0 0 30px 0; padding: 20px 0; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 20px; text-align: left; line-height: 1.8; color: #333; }
.goal { float: left; width: 700px; margin: 0 auto; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 18px; text-align: left; line-height: 1.8; color: #333; }

/* ===== お問い合わせ ===== */
#contact_page { padding: 40px 0; margin: 0 auto; width: 1280px; }
.contact_title { position: relative; width: 100%; height: 300px; background: url(../img/contact.png) no-repeat center; background-size: 1280px 320px; }
.contact_title h2 { position: absolute; top: 120px; left: 80px; font-family: "Anton SC", serif; font-weight: 400; font-size: 48px; color: #fff; }
.contact_title .sub_title { position: absolute; top: 220px; left: 80px; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 20px; color: #fff; }
.contact-form { display: grid; gap: 10px; max-width: 800px; margin: auto; }
.form-row { display: grid; padding: 10px 0; grid-template-columns: 1fr 2fr; align-items: center; text-align: left; }
label { text-align: left; padding-right: 10px; }
input[type="text"].normal,
input[type="email"].normal,
input[type="tel"].normal { width: 100%; height: 30px; border: 1px solid #ccc; border-radius: 5px; }
textarea.normal { width: 100%; height: 300px; margin: 0 0 60px 0; border: 1px solid #ccc; border-radius: 5px; }
.button { padding: 30px 0; }
.confirm { display: block; width: 200px; margin: 0 auto; padding: 8px 0; background: var(--orange); color: #fff; border: 1px solid var(--orange); border-radius: 3px; cursor: pointer; }
.confirm:hover { background: var(--orange-light); }

/* ===== アクセスページ ===== */
#access_page { padding: 40px 0; margin: 0 auto; width: 1280px; }
.access_title { position: relative; width: 100%; height: 300px; background: url(../img/access.png) no-repeat center; background-size: 1280px 320px; }
.access_title h2 { position: absolute; top: 120px; left: 80px; font-family: "Anton SC", serif; font-weight: 400; font-size: 48px; color: #fff; }
.access_title .sub_title { position: absolute; top: 220px; left: 80px; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 20px; color: #fff; }
.map { width: 90%; margin: 0 auto; }
.map::after { content: ''; display: block; clear: both; }
.map_left { float: left; width: 50%; }
.map_left img { border: 1px solid #ccc; }
.map_right { float: left; width: 50%; font-family: "Noto Sans JP", sans-serif; font-weight: normal; font-size: 16px; text-align: left; }
.map_right .text { margin: 0 0 10px 30px; line-height: 1.8; }
.map_right .text a:hover { text-decoration: underline; }

/* ===== ブログ ===== */
.blog_title { position: relative; width: 100%; height: 300px; background: url(../img/blog.png) no-repeat center; background-size: 1280px 320px; }
.blog_title h2 { position: absolute; top: 120px; left: 80px; font-family: "Anton SC", serif; font-weight: 400; font-size: 48px; color: #fff; }
.blog_title .sub_title { position: absolute; top: 220px; left: 80px; font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 20px; color: #fff; }

/* =============================================
   レスポンシブ（タブレット 1020px以下）
   ============================================= */
@media (max-width: 1020px) {
  .main_image {
    background-size: auto 620px;
    background-position: 60% center;
  }
  .hero-left {
    width: 100%;
    padding: 60px 40px 60px 5vw;
  }
}

/* =============================================
   レスポンシブ（スマホ 768px以下）
   ============================================= */
@media (max-width: 768px) {
  #image { padding: 0; }

  .main_image {
    height: 480px;
    background-size: auto 480px;
    background-position: 65% center;
  }
  .hero {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    align-items: flex-start;
  }
  .hero-left {
    width: 100%;
    padding: 20px 20px 16px 20px;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,0.55) 0%,
      rgba(0,0,0,0.2) 70%,
      transparent 100%
    );
  }
  .hero-badge { font-size: 10px; padding: 4px 10px; margin-bottom: 8px; }
  .hero h1 { font-size: 22px; margin-bottom: 8px; color: #fff; }
  .hero-sub { font-size: 12px; margin-bottom: 14px; line-height: 1.7; }
  .hero-btns { gap: 8px; }
  .btn-black { padding: 10px 18px; font-size: 12px; }
  .btn-white-outline { padding: 8px 16px; font-size: 12px; }

  /* セクション */
  section { padding: 48px 20px; }
  .reasons-grid { grid-template-columns: 1fr; margin-top: 24px; }
  .reason-card { padding: 24px 20px; }
  .courses-grid { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
  .achievement-flex { flex-direction: column; gap: 24px; }
  .achievement-visual { display: none; }
  .pricing-cards { flex-direction: column; gap: 16px; }
  .pricing-card.featured { transform: none; }
  .voice-grid { grid-template-columns: 1fr; }

  /* stats-strip */
  .stats-strip { flex-wrap: wrap; }
  .stat-item { flex: 1 1 50%; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .stat-num { font-size: 15px; }

  /* NEWS */
  .top_middle { width: 94%; }
  .left, .right { float: none; width: 100%; }
  .movie iframe { height: 220px; }
}

/* =============================================
   レスポンシブ（小スマホ 480px以下）
   ============================================= */
@media (max-width: 480px) {
  .main_image {
    height: 420px;
    background-size: auto 420px;
    background-position: 70% center;
  }
  .hero h1 { font-size: 20px; }
  .courses-grid { grid-template-columns: 1fr; }
  .stat-item { flex: 1 1 100%; }
}
