@charset "UTF-8";
body{
  margin:0;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic","YuGothic","Meiryo",sans-serif;
  line-height:1.8;
  color:#2c2a28;
  background:linear-gradient(180deg,#f7f4ee 0%,#fcfbf8 100%);
}
a{color:#335c7d;text-decoration:none;}
a:hover{text-decoration:underline;}
img{max-width:100%;height:auto;display:block;}
.site-shell{max-width:1120px;margin:0 auto;padding:0 18px 56px;}
.site-header{position:sticky;top:0;z-index:20;background:rgba(250,248,244,0.94);backdrop-filter:blur(10px);border-bottom:1px solid #e6dfd2;}
.site-header-inner{max-width:1120px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.site-brand{display:flex;flex-direction:column;gap:4px;}
.site-brand strong{font-size:1.25rem;letter-spacing:.08em;color:#3b352d;}
.site-brand span{font-size:.84rem;color:#7a6f62;}
.site-nav{display:flex;flex-wrap:wrap;gap:10px 14px;justify-content:flex-end;}
.site-nav a{padding:7px 12px;border-radius:999px;background:#efe8dc;color:#4a4239;font-size:.95rem;}
.site-nav a.is-current,.site-nav a:hover{background:#d9cab4;color:#2f2922;text-decoration:none;}
.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center;padding:42px 0 24px;}
.hero.compact{padding-top:30px;}
.hero-copy{background:rgba(255,255,255,.72);border:1px solid #ebe2d4;border-radius:26px;padding:32px;box-shadow:0 16px 40px rgba(87,73,46,.08);}
.hero-copy .eyebrow{display:inline-block;padding:6px 12px;border-radius:999px;background:#efe5d2;color:#6e593f;font-size:.84rem;letter-spacing:.06em;margin-bottom:14px;}
.hero-copy h1{margin:0 0 16px;font-size:2.35rem;line-height:1.35;color:#2f2a25;}
.hero-copy p{margin:0 0 14px;font-size:1.03rem;color:#574f46;}
.hero-media img{border-radius:28px;box-shadow:0 18px 40px rgba(43,37,28,.14);}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;}
.btn{display:inline-block;padding:12px 18px;border-radius:999px;background:#4b6178;color:#fff;font-weight:700;letter-spacing:.04em;box-shadow:0 10px 22px rgba(55,79,103,.18);}
.btn.subtle{background:#ede4d7;color:#4b4238;box-shadow:none;}
.btn:hover{text-decoration:none;opacity:.92;}
.section{margin-top:28px;background:rgba(255,255,255,.84);border:1px solid #ebe2d4;border-radius:24px;padding:28px;box-shadow:0 12px 30px rgba(87,73,46,.06);}
.section.soft{background:linear-gradient(180deg,#fffdf9 0%,#f8f3eb 100%);}
.section h2{margin:0 0 16px;font-size:1.6rem;color:#37302a;}
.section h3{margin:0 0 10px;font-size:1.14rem;color:#433c34;}
.section p:last-child,.section ul:last-child,.section ol:last-child{margin-bottom:0;}
.lead{font-size:1.06rem;color:#554d44;}
.grid-2,.grid-3,.movie-grid,.session-grid,.stats-grid{display:grid;gap:18px;}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.session-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.card,.mini-card,.video-card,.faq-item,.stat-card{background:#fff;border:1px solid #ece4d8;border-radius:20px;padding:20px;box-shadow:0 8px 18px rgba(80,62,37,.05);}
.card img,.video-card img{border-radius:16px;margin-bottom:14px;}
.pill{display:inline-block;padding:5px 10px;border-radius:999px;background:#f2ebdf;color:#6a5a45;font-size:.82rem;margin-bottom:10px;}
.list-check{list-style:none;padding:0;margin:0;}
.list-check li{position:relative;padding-left:1.4em;margin:0 0 10px;}
.list-check li:before{content:'◯';position:absolute;left:0;color:#9d7b49;}
.timeline{list-style:none;padding:0;margin:0;display:grid;gap:12px;}
.timeline li{background:#fff;border:1px solid #ece4d8;border-radius:18px;padding:16px 18px;}
.highlight-box{display:grid;grid-template-columns:1fr 280px;gap:20px;align-items:center;background:linear-gradient(135deg,#fbf7ef,#f2ece2);border:1px solid #e8dece;border-radius:22px;padding:24px;}
.note{padding:16px 18px;border-left:4px solid #8a6d3b;background:#fff9ef;border-radius:14px;}
.course-table{width:100%;border-collapse:collapse;font-size:.97rem;}
.course-table th,.course-table td{border-bottom:1px solid #e7dfd3;padding:12px 10px;text-align:left;vertical-align:top;}
.course-table th{width:120px;color:#6a5f52;font-weight:700;}
.price-box{display:flex;flex-direction:column;gap:8px;align-items:flex-start;background:linear-gradient(135deg,#314559,#566f89);color:#fff;border-radius:24px;padding:24px;box-shadow:0 18px 36px rgba(49,69,89,.2);}
.price-box strong{font-size:2.2rem;line-height:1.2;}
.form-wrap{display:grid;grid-template-columns:1fr 340px;gap:22px;align-items:start;}
.form-card{background:#fff;border:1px solid #ece4d8;border-radius:22px;padding:24px;box-shadow:0 8px 18px rgba(80,62,37,.05);}
.form-table{width:100%;border-collapse:collapse;}
.form-table th,.form-table td{padding:12px;border-bottom:1px solid #eee4d7;vertical-align:top;text-align:left;}
.form-table th{width:180px;color:#5e554b;font-weight:700;background:#faf6ef;}
.form-table input[type="text"],.form-table input[type="date"],.form-table input[type="email"],.form-table select,.form-table textarea{width:100%;max-width:100%;padding:10px 12px;border:1px solid #d9cebc;border-radius:12px;font-size:16px;background:#fff;box-sizing:border-box;}
.form-table textarea{min-height:140px;resize:vertical;}
.inline-options{display:flex;flex-wrap:wrap;gap:14px;align-items:center;}
.form-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:20px;}
.form-actions input{padding:12px 18px;border-radius:999px;border:none;font-size:16px;cursor:pointer;}
.form-actions input[type="submit"]{background:#4b6178;color:#fff;font-weight:700;}
.form-actions input[type="reset"]{background:#ede4d7;color:#4b4238;}
.notice-list{margin:0;padding-left:1.2em;}
.notice-list li{margin-bottom:10px;}
.footer{margin-top:36px;padding:24px 0 8px;text-align:center;color:#766b60;font-size:.92rem;}
.embed-image{border-radius:18px;box-shadow:0 10px 24px rgba(60,51,37,.1);}
.actual-photo{max-width:280px;border-radius:18px;box-shadow:0 10px 24px rgba(60,51,37,.1);}
.center{text-align:center;}
.small{font-size:.92rem;color:#6e665e;}
@media (max-width: 920px){
  .hero,.highlight-box,.form-wrap{grid-template-columns:1fr;}
  .grid-3,.movie-grid,.stats-grid,.session-grid,.grid-2{grid-template-columns:1fr;}
  .site-header-inner{align-items:flex-start;flex-direction:column;}
  .site-nav{justify-content:flex-start;}
  .hero-copy h1{font-size:1.95rem;}
}
@media (max-width: 640px){
  .site-shell{padding:0 14px 44px;}
  .hero-copy,.section,.form-card{padding:20px;}
  .hero-copy h1{font-size:1.7rem;}
  .form-table th,.form-table td{display:block;width:auto;}
  .form-table th{border-bottom:none;padding-bottom:4px;}
  .form-table td{padding-top:0;}
}
