@charset "UTF-8";

/* --- Design Tokens --- */
:root {
    --c-cyan: #3CB2E6; 
    --c-cyan-light: #7BCDF4;
    --c-blue-pale: #CEDEFC;
    --c-navy: #192849;
    --c-blue-cta: #3B58A7; 
    --c-accent: #FFCC00;
    --c-gray-bg: #EAEAEA;
    --c-text: #333333;
    --c-text-white: #FFFFFF;
    --font-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html { font-size: 16px; }
@media (min-width: 1024px) {
    html { font-size: 18px; }
}

body { margin: 0; padding: 0; font-family: var(--font-base); color: var(--c-text); line-height: 1.6; background-color: #fff; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; color: inherit; }

.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.text-center { text-align: center !important; }
.text-blue { color: var(--c-blue-cta); }

/* =========================================
   1. Header / Hero 
========================================= */
.hero { 
    background-color: var(--c-cyan);
    background-image: url('assets/images/hero_pingpong_player.jpg');
    background-size: cover;
    background-position: right center;
    position: relative; 
    overflow: hidden; 
}
.hero__container { display: flex; align-items: center; min-height: 600px; }
.hero__content { width: 100%; padding: 60px 0 80px; text-align: left !important; position: relative; z-index: 2; }
.hero__logo { font-weight: 900; color: #fff; font-size: 1.6rem; margin-bottom: 30px; letter-spacing: 2px;}

.hero__title { 
    color: #fff; 
    transform: rotate(-3deg); 
    transform-origin: left center; 
    margin-bottom: 25px; 
    font-weight: 900; 
    text-shadow: 2px 2px 0 rgba(0,0,0,0.1); 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero__title--ja1, .hero__title--ja2 { font-size: 4.5rem; line-height: 1.1; }
.hero__title--en { font-size: 2.5rem; line-height: 1; margin: 5px 0 5px 1.2em; }
.hero__sub { color: #fff; font-weight: 700; font-size: 1.3rem; line-height: 1.6; letter-spacing: 1px;}

/* =========================================
   2. Intro
========================================= */
.intro { padding: 80px 0 100px; background: #fff; overflow: hidden; }
.intro__top { position: relative; max-width: 900px; margin: 0 auto; height: 220px; z-index: 10; }
/* 🌟修正：「万人」が隠れないように、z-indexを追加し、位置を少し左へ寄せる */
.intro__stat { position: absolute; left: 0; bottom: 30px; z-index: 20; }
.intro__stat-text { display: inline-block; text-align: left; font-weight: 700; font-size: 1.4rem; margin: 0; }
.intro__stat-text .num { font-size: 5rem; color: #333; font-weight: 900; line-height: 1;}
.intro__stat-text .num small { font-size: 2.5rem; font-family: var(--font-base); margin-left: 5px;}
.intro__stat-text .small { font-size: 1.1rem; display: block; margin-top: 5px; }
/* 🌟修正：講師画像を少し右へずらす */
.intro__teacher { position: absolute; right: 50px; bottom: -2px; z-index: 10; }
.teacher-img { width: 320px; display: block; }

.intro__box { background: #fff; border: 2px solid #333; border-radius: 12px; padding: 60px 80px; max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.intro__box-title-wrap { text-align: center; margin-bottom: 40px; }
.intro__box-title { font-size: 1.8rem; border-bottom: 3px solid var(--c-cyan); display: inline-block; margin: 0; padding-bottom: 8px; font-weight: 900; }
.intro__points-wrap { display: flex; justify-content: center; }
.intro__points { display: inline-block; text-align: left; margin: 0; padding: 0; }
.intro__points li { margin-bottom: 18px; font-weight: 700; font-size: 1.3rem; list-style: none; }
.intro__points .marker { color: var(--c-blue-cta); margin-right: 8px; }
.intro__chart-icon { position: absolute; top: -60px; right: -40px; width: 160px; height: 160px; z-index: 20; }

/* =========================================
   3. Values & Support 
========================================= */
.values { background: var(--c-gray-bg); padding: 120px 0; min-height: 90vh; display: flex; flex-direction: column; justify-content: center;}
.values .section-title { font-size: 2.2rem; margin-bottom: 80px; letter-spacing: 2px;}
.values__grid { display: flex; gap: 40px; justify-content: space-between; }
.value-card { flex: 1; background: #fff; padding: 60px 40px; text-align: center; border-radius: 20px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.value-card__icon-area { margin-bottom: 30px; }
.circle-icon { width: 140px; height: 140px; margin: 0 auto; display: block; background:none !important;}
.value-card__title { font-size: 1.6rem; font-weight: 900; margin-bottom: 10px; color: #555; }
.value-card__sub { font-size: 1.3rem; font-weight: 700; margin-bottom: 25px; }
.value-card__list { text-align: left; font-size: 1.1rem; display: inline-block; line-height: 1.8;}
.value-card__list li::before { content: "・"; }

.support { padding: 100px 0 80px; }
.support .section-title { font-size: 2.2rem; margin-bottom: 60px; }
.support__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 40px;}
.support-item { background: var(--c-blue-pale); border-radius: 15px; padding: 30px 25px; text-align: center; }
.support-item .en { font-weight: 900; color: var(--c-blue-cta); text-transform: uppercase; font-size: 1.4rem; display: block; margin-bottom: 10px; }
.support-item .ja { font-size: 1.1rem; font-weight: 700; line-height: 1.6;}
.support__note { color: #d32f2f; font-weight: bold; font-size: 1.1rem; margin: 0; }

/* =========================================
   4. Model Shop & Space 
========================================= */
.shop-info { padding: 60px 0 100px; }
.shop-info__title { text-align: left; margin-bottom: 30px; font-size: 1.6rem; font-weight: 900; }
.shop-info__top { display: flex; gap: 50px; margin-bottom: 80px; align-items: center;}
.shop-info__table-wrap { flex: 0 0 45%; }
.shop-info__table { width: 100%; border-collapse: collapse; font-size: 1.2rem; }
.shop-info__table th { text-align: left; width: 30%; padding: 18px 0; font-weight: 900; border-bottom: 1px solid #ddd; background: none; }
.shop-info__table td { padding: 18px 0; font-weight: 700; border-bottom: 1px solid #ddd; }
.shop-info__table tr:last-child th, .shop-info__table tr:last-child td { border-bottom: none; }
.shop-info__photos { flex: 1; display: flex; gap: 20px; min-width: 0; }
.photo-s { flex: 1; width: 100%; min-width: 0; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; }

.space__title { font-size: 2.2rem; font-weight: 900; margin-bottom: 40px; text-align: left; }
.space-owner__wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.owner-face { flex: 0 0 180px; }
.circle-face { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; background: #eee; }
.owner-text { flex: 1; }
.owner-text .msg { font-size: 1.2rem; font-weight: 700; line-height: 1.8; margin: 0 0 20px 0; }
.owner-text .name { font-size: 1.1rem; font-weight: 900; text-align: right; margin: 0; }
.space-diagram { flex: 0 0 300px; }
.diagram-img { width: 100%; height: auto; display: block; }

/* =========================================
   5. CTA Band
========================================= */
.cta-band { background: var(--c-blue-cta); padding: 60px 0; color: #fff; }
.cta-band__container { display: flex; justify-content: space-between; align-items: center; }
.cta-band__left { flex: 1; text-align: left; }
.cta-band__text { font-size: 1.2rem; font-weight: 700; margin: 0 0 15px 0; line-height: 1.5; }
.cta-band__sub { font-size: 1.1rem; font-weight: 700; margin: 0 0 5px 0; }
.cta-band__tel { font-size: 5rem; font-weight: 900; margin: 0 0 10px 0; line-height: 1; display: flex; align-items: center; gap: 15px; letter-spacing: 3px;}
.tel-icon { width: 55px; height: 55px; }
.cta-band__action { display: flex; align-items: center; gap: 40px; }
.online-btn { font-size: 1.1rem; font-weight: 700; border-bottom: 1px solid #fff; padding-bottom: 2px; display: inline-block; }
.request-btn { background: rgba(255,255,255,0.2); color: #fff; padding: 12px 50px; border: 1px solid #fff; font-weight: 700; font-size: 1.3rem; display: inline-block; border-radius: 4px; }
.cta-band__right { flex: 0 0 220px; text-align: right; }
.cta-logo { max-width: 100%; height: auto; }

/* =========================================
   6. Cost Badges & Finance Model
========================================= */
.cost-badges { padding: 60px 0 0; background: #fff; }
.finance__badges { display: flex; justify-content: center; gap: 60px; }
.badge-circle { 
    width: 320px; height: 320px; border-radius: 50%; background: #fff;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 0; box-sizing: border-box;
}
.badge-circle--solid { border: 2px solid var(--c-blue-cta); }
.badge-circle--dashed { border: 2px dashed var(--c-blue-cta); }
.badge-title { font-size: 1.6rem; font-weight: bold; margin-bottom: 10px; color: var(--c-blue-cta); letter-spacing: 2px;}
.badge-sub { font-size: 2.2rem; font-weight: 900; line-height: 1; margin-bottom: 5px; color: #333; }
.badge-value { font-size: 6rem; font-weight: normal; line-height: 1; margin-bottom: 15px; font-family: "Times New Roman", Times, serif; color: #000; }
.badge-value small { font-size: 2.2rem; font-family: var(--font-base); font-weight: bold; margin-left: 5px;}
.badge-note { font-size: 0.95rem; font-weight: bold; color: #333; white-space: nowrap; }

.finance { background: var(--c-gray-bg); padding-bottom: 80px; }
.finance__header { background: #BCBDBF; padding: 20px 0; margin-bottom: 60px; border-top: 3px solid #7BCDF4; border-bottom: 3px solid #7BCDF4;}
.finance__main-title { font-size: 2.8rem; font-weight: normal; margin: 0; color: var(--c-blue-cta); font-family: "Times New Roman", Times, serif; }

.finance__container { padding-bottom: 0; }
.finance__lead { font-size: 2.4rem; font-weight: normal; margin: 0 0 50px 0; color: var(--c-blue-cta); font-family: "Times New Roman", Times, serif;}
.finance__lead .big { font-size: 4rem; margin: 0 5px; }
.finance__lead .small { font-size: 1.6rem; font-weight: normal; margin-left: 10px; font-family: var(--font-base);}

.finance__cards { display: flex; justify-content: center; gap: 50px; margin-bottom: 40px; }
.f-card { background: #fff; border-radius: 15px; width: 420px; border: 1px solid #ccc; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.f-card__header { background: var(--c-blue-cta); color: #fff; padding: 20px; text-align: center; font-size: 1.4rem; font-weight: 900; }
.f-card__body { padding: 40px 30px; }
.f-card__row { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px dashed #ccc; font-weight: 900; font-size: 1.4rem; color: #333;}
.f-card__row:last-child { border-bottom: none; }
.f-card__row--blue { color: var(--c-blue-cta); margin-top: 10px;}
.f-card__row .num { font-size: 2.5rem; font-family: "Times New Roman", Times, serif; margin: 0 5px; line-height: 1;}

.finance__note { font-size: 1.2rem; font-weight: bold; color: #d32f2f; margin: 0; line-height: 1.6; }

/* =========================================
   7. Vision & Future
========================================= */
.vision { position: relative; padding: 150px 0; color: #fff; min-height: 600px; display: flex; align-items: center; }
.vision__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.vision-img-ph { width: 100%; height: 100%; object-fit: cover; }
.vision__container { position: relative; z-index: 2; width: 100%; display: flex; justify-content: flex-end; }
.vision__box { background: rgba(136, 204, 204, 0.85); padding: 60px 50px; max-width: 650px; border-radius: 12px; }
.vision__title { font-size: 2.2rem; margin: 0 0 25px 0; font-weight: 900; }
.vision__text { font-size: 1.1rem; line-height: 1.8; margin: 0; font-weight: 500;}

.future { 
    position: relative; 
    padding: 100px 0 120px; 
    background-image: url('assets/images/future_bg.jpg'); 
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5; 
}
.future__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(255,255,255,0.7); }
.future__container { position: relative; z-index: 2; }
.future__header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
    padding-left: 100px; 
}
.future__logo { width: 140px; height: auto; }
.future__head { 
    font-size: 2.2rem; 
    margin: 0; 
    line-height: 1.6; 
    font-weight: 900;
    color: #111;
}
.future__images { text-align: center; }
.clippings-img { max-width: 80%; height: auto; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15)); }

/* =========================================
   8. QA & Form
========================================= */
.qa { 
    position: relative;
    padding: 120px 0 140px;
    background-image: url('assets/images/qa_bg.jpg'); 
    background-size: cover;
    background-position: center;
    background-color: var(--c-navy); 
    color: #fff; 
}
.qa__title { 
    text-align: right; 
    font-size: 2.5rem; 
    font-weight: 900; 
    margin-bottom: 80px;
    letter-spacing: 2px;
    padding-right: 50px;
}
.qa__list { 
    max-width: 900px; 
    margin: 0 auto; 
    display: flex; 
    flex-direction: column; 
    gap: 40px; 
}
.qa__item { 
    display: flex; 
    align-items: flex-start; 
    gap: 25px;
}
.qa__q-mark {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    flex: 0 0 90px;
    text-align: right;
    margin-top: -5px;
}
.qa__text { flex: 1; }
.qa__q { font-weight: 900; font-size: 1.3rem; margin-bottom: 10px; line-height: 1.5; }
.qa__a { margin: 0; font-size: 1.1rem; opacity: 0.9; line-height: 1.6; font-weight: 700; }

.form-section { background: #fff; padding: 100px 0;}
.form { max-width: 700px; margin: 0 auto; }
.form__item { margin-bottom: 30px; }
.form__item label { display: block; font-weight: 700; margin-bottom: 10px; font-size: 1.1rem;}
.form__input { width: 100%; padding: 18px; border: 1px solid #ccc; border-radius: 4px; background: #f9f9f9; font-size: 1.1rem; font-family: inherit; box-sizing: border-box;}
.form__box-gray { background: #f4f4f4; padding: 40px; border-radius: 8px; margin-top: 50px; }
.form__note { font-size: 1.1rem; margin: 0 0 30px 0; font-weight: 700; }
.form__radios { display: flex; flex-wrap: wrap; gap: 25px; }
.form__radios label { font-weight: normal; cursor: pointer; display: flex; align-items: center; gap: 5px; font-size: 1.1rem;}
.form__submit-area { margin-top: 50px; text-align: center; }
.form__btn { background: #333; color: #fff; border: none; padding: 25px 100px; font-size: 1.5rem; font-weight: 700; cursor: pointer; border-radius: 8px; transition: 0.3s; }
.form__btn:hover { background: #555; }
.footer { background: #333; color: #fff; text-align: center; padding: 30px; font-size: 1rem; }

/* =========================================
   Mobile (スマホ対応)
========================================= */
@media (max-width: 768px) {
    .hero__container { flex-direction: column; text-align: center; min-height: auto;}
    .hero__content { width: 100%; padding: 40px 0; text-align: center !important; }
    
    .hero__title { align-items: center; transform: none; font-size: 2.8rem; }
    .hero__title--en { margin: 5px auto; }
    
    .hero { background-image: none; } 
    
    .intro__top { height: auto; flex-direction: column; align-items: center; padding-top: 20px;}
    .intro__stat { position: static; text-align: center; margin-bottom: 20px;}
    .intro__stat-text { text-align: center; }
    .intro__teacher { position: static; margin: 0 auto -2px auto; }
    .intro__box { margin: 0 20px; width: auto; padding: 40px 20px; }
    .intro__chart-icon { right: 0; top: -60px; width: 120px; height: 120px; }
    
    .values__grid { flex-direction: column; }
    .support__grid { grid-template-columns: 1fr; }
    
    .shop-info__top { flex-direction: column; gap: 20px; }
    .shop-info__table-wrap { flex: auto; width: 100%; }
    .shop-info__table th { width: 40%; }
    .space-owner__wrap { flex-direction: column; text-align: center; gap: 20px; }
    .owner-text .name { text-align: center; }
    
    .cta-band__container { flex-direction: column; gap: 30px; text-align: center; }
    .cta-band__left { text-align: center; }
    .cta-band__tel { justify-content: center; font-size: 3rem; }
    .cta-band__action { flex-direction: column; gap: 15px;}
    .cta-band__right { text-align: center; }
    
    .finance__badges { flex-direction: column; align-items: center; gap: 20px; }
    .badge-circle { width: 300px; height: 300px; }
    .badge-value { font-size: 5rem; }
    
    .finance__cards { flex-direction: column; align-items: center; gap: 20px;}
    .f-card { width: 100%; max-width: 400px; }
    
    .vision__container { justify-content: center; }
    .vision__box { padding: 40px 20px; }
    
    .future__header { flex-direction: column; align-items: center; padding-left: 0; gap: 15px; text-align: center; }
    .future__head { font-size: 1.6rem; text-align: center; }
    .clippings-img { max-width: 100%; }
    
    .qa__title { text-align: center; padding-right: 0; font-size: 2rem; }
    .qa__item { flex-direction: column; gap: 10px; }
    .qa__q-mark { text-align: left; font-size: 3rem; }
}

/* =========================================
   Finance ROI Cards (旧デザイン風)
========================================= */
.finance__cards--roi{
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 40px;
}

.roi-card{
  width: 420px;
  background: #fff;
  border: 2px solid #cfcfcf;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

.roi-card__inner{
  padding: 44px 32px 38px;
  text-align: center;
}

.roi-card__title{
  margin: 0 0 28px 0;
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #111;
}

.roi-card__profit{
  margin: 0;
  font-size: 1.9rem;
  font-weight: 900;
  color: #111;
  letter-spacing: 0.2px;
}

.roi-card__profit-num{
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
  font-size: 2.4rem;
  margin-left: 10px;
}

.roi-card__profit-unit{
  font-size: 1.5rem;
  font-weight: 900;
  margin-left: 2px;
}

.roi-card__arrow{
  width: 0;
  height: 0;
  margin: 26px auto 28px;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 26px solid #8FB2E8; /* 薄い青の矢印 */
  filter: drop-shadow(0 2px 0 rgba(0,0,0,0.08));
}

.roi-card__payback{
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
  color: #111;
  font-weight: 900;
}

.roi-card__payback-label{
  font-size: 1.9rem;
  font-weight: 900;
}

.roi-card__payback-value{
  display: inline-flex;
  align-items: baseline;
  color: var(--c-blue-cta);
}

.roi-card__payback-big{
  font-family: "Times New Roman", Times, serif;
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.roi-card__payback-rest{
  font-size: 2.0rem;
  font-weight: 900;
  margin-left: 6px;
}

/* Mobile */
@media (max-width: 768px){
  .finance__cards--roi{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .roi-card{
    width: 100%;
    max-width: 400px;
  }
  .roi-card__inner{
    padding: 36px 22px 32px;
  }
  .roi-card__title{
    font-size: 1.6rem;
    margin-bottom: 22px;
  }
  .roi-card__profit{
    font-size: 1.6rem;
  }
  .roi-card__profit-num{
    font-size: 2.1rem;
  }
  .roi-card__payback-label{
    font-size: 1.6rem;
  }
  .roi-card__payback-big{
    font-size: 4.0rem;
  }
  .roi-card__payback-rest{
    font-size: 1.7rem;
  }
}