@charset "UTF-8";

/*
 * ASCII 数字（0–9）のみ Jost。同一 font-family 名で先に列挙し unicode-range で切り替え。
 * 和文・その他の欧文は次以降の Noto 等へ。
 */
@font-face {
  font-family: "YotsuyaDigits";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4g.woff2) format("woff2");
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: "YotsuyaDigits";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4g.woff2) format("woff2");
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: "YotsuyaDigits";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4g.woff2) format("woff2");
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: "YotsuyaDigits";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4g.woff2) format("woff2");
  unicode-range: U+0030-0039;
}

/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: #333;
  background: #fff;
  font-family: "YotsuyaDigits", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

/* Utilities */
.u-svg {
  width: 100%;
  height: 100%;
}
.u-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.u-underline {
  text-decoration: underline;
}
.u-bold {
  font-weight: 700;
}
.u-teal {
  color: #3ac2cf;
}
.u-red {
  color: #e32e2c;
}
.u-green {
  color: #36ad4a;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt23 {
  margin-top: 23px;
}
.u-text10 {
  font-size: 11px;
}
.u-wfull {
  width: 100%;
}
.center {
  display: flex;
  justify-content: center;
}
.center-text {
  text-align: center;
}
.u-hide {
  display: none;
  visibility: hidden;
}
.u-spacer {
  margin: 0;
}

/* PCのみ改行：br に .u-br-pc-only を付与した箇所は SP で非表示（PC は min-width:768px で解除） */
.u-br-pc-only {
  display: none;
}

/* Layout wrapper */
.lp {
  min-height: 100vh;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 72px;
  position: relative;
}

/* Header */
.header {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ce90bf;
  height: 70px;
}
.header__border-right {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 30%;
  background: #3ac2cf;
}
.header__inner {
  padding: 7px 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header__logo {
  width: 180px;
  height: 33px;
  position: relative;
}
.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* Main visual（上から白フェードのグラデーション＋背景写真） */
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8) 4.33%,
      rgba(255, 255, 255, 0) 37.89%
    ),
    url("../img/index_bg02.webp");
  background-size: cover;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
}
.mv__content {
  position: relative;
  padding: 10px 15px 25px;
}
.mv__stack {
  position: relative;
  height: 435px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* バッジ2つをまとめる（SPでは display:contents で従来の絶対配置の基準を .mv__stack に維持） */
.mv__badges-row {
  display: contents;
}

.mv__media {
  display: none;
}
.mv__copy-line {
  margin: 0;
  font-size: 15px;
  line-height: 22.4px;
  font-weight: 400;
}
.mv__copy-big {
  margin-top: 2px;
  font-size: 50px;
  line-height: 1.22;
  font-weight: 400;
}
.mv__copy-big p,
.mv__copy-big h1 {
  margin: 0;
}
.mv__h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.22;
  font-weight: 400;
}
.mv__h1-row {
  display: block;
}
.mv__h1-sub {
  font-weight: inherit;
}
.mv__copy-grad {
  background: linear-gradient(
    to left,
    #3AC2CF 0%,
    #d77eee 50%,
    #d29ac5 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}

.mv__badge {
  position: absolute;
  right: 0;
}
.mv__badge--yellow {
  top: 100px;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: #faf327;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  vertical-align: middle;
}
.mv__badge-ring {
  position: absolute;
  display: block;
  inset: -2px 1px auto auto;
  width: 82px;
  height: 82px;
}
.mv__badge-text {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #000;
}
.mv__badge-text-line {
  display: block;
  margin: 0;
  font-size: 17px;
  line-height: 27px;
}
.mv__badge-num {
  font-size: 28px;
  font-weight: 500;
}
.mv__badge--enrollment {
  bottom: 103px;
  right: -20px;
}
.mv__enroll-shape {
  position: relative;
  width: 176px;
  height: 60px;
}
.mv__enroll-shape svg {
  position: absolute;
  inset: 0;
}
.mv__enroll-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  padding-left: 14px;
  padding-right: 12px;
  box-sizing: border-box;
}
.mv__enroll-text p {
  margin: 0;
  text-align: left;
  white-space: normal;
}
.mv__btns {
  margin-top: auto;
  display: flex;
  gap: 15px;
}
.mv__btn {
  flex: 1;
  height: 40px;
  position: relative;
  border-radius: 25px;
  background: #fff;
  text-decoration: none;
}
.mv__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #333;
  border-radius: 25px;
  box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 #333;
  pointer-events: none;
}
.mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  font-size: 15px;
  font-weight: 600;
}
.mv__btn-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 5px;
  height: 10px;
  transform: translateY(-50%) rotate(90deg);
}

/* Sections */
.sec {
  position: relative;
  width: 100%;
}
.sec__inner {
  position: relative;
  padding: 40px 15px;
}
.sec__inner--philo {
  padding: 0 15px 20px;
}
.sec__inner--pad20 {
  padding: 40px 20px;
}
.sec__inner--pt40 {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.sec__inner--pt20 {
  padding: 20px 15px 10px;
}
.sec__inner--center {
  padding-left: 0;
  padding-right: 0;
}
.sec__bg {
  pointer-events: none;
}
.sec__bg--philo {
  position: relative;
  width: 100%;
}
.sec__bg-img-wrap {
  overflow: hidden;
}
/* 理念セクション背景（index_im33_pc）：SP 高さ 80px 固定・cover で左右見切れ（PC はメディアで 220px） */
.sec__bg--philo .sec__bg-img-wrap {
  position: relative;
  width: 100%;
  line-height: 0;
  height: 120px;
  overflow: hidden;
}
.sec__bg--philo .sec__bg-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.sec__bg-grad--philo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  pointer-events: none;
}
.sec--attract {
  background: rgba(58, 194, 207, 0.2);
}
.sec--teal20 {
  background: rgba(58, 194, 207, 0.2);
}
.sec--pattern .sec__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-size: 15px 15px;
  background-position: top left;
  pointer-events: none;
}
.sec__pattern--dots {
  background-image: url("../img/index_bg03.webp");
}
.sec--courses .sec__inner {
  padding: 40px 0 0;
}

/* Section title */
.sec-title {
  position: relative;
  text-align: center;
}
.sec-title__line {
  position: absolute;
  left: 39px;
  right: 39px;
  top: 49px;
  height: 5px;
  background: rgba(58, 194, 207, 0.6);
}
.sec-title__line--wide {
  left: 20px;
  right: 20px;
}
.sec-title__line--yellow {
  left: 5px;
  right: 5px;
  top: 49px;
  background: #faf327;
}
.sec-title__line--bottom {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 242px;
  margin: 0 auto;
}
.sec-title__sub {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.sec-title__main {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  background: linear-gradient(transparent 80%, rgba(58, 194, 207, 0.6) 30%);
  background-position: 0 -1px;
  display: inline;
}
.sec-title__main--sm {
  font-size: 16px;
  font-weight: 600;
}
.sec-title--comments .sec-title__person {
  position: absolute;
  top: -28px;
  width: auto;
  height: 100px;
  pointer-events: none;
  z-index: 2;
}
.sec-title--comments {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.sec-title--comments::before,
.sec-title--comments::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.sec-title--comments::before {
  top: -20px;
  left: -58px;
  width: 49px;
  height: 92px;
  background-image: url(../img/index_im11.webp);
}
.sec-title--comments::after {
  top: -33px;
  right: -64px;
  width: 55px;
  height: 100px;
  background-image: url(../img/index_im12.webp);
}
.sec-title--comments .sec-title__person--r {
  right: -8px;
}
.sec-title--comments .sec-title__person--l {
  left: -8px;
  top: -20px;
  width: auto;
  height: 92px;
}

/* Philosophy */
.sec--philo {
  padding-top: 30px;
  overflow: hidden;
}
.philo__lead {
  position: relative;
  padding: 0 3px;
}
.philo__deco {
  display: none;
}
.philo__lead-text {
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.philo__lead-text .mv__copy-grad {
  background: linear-gradient(
    to left,
    #929ce1 0%,
    #d77eee 50%,
    #d29ac5 100%
  );
  background-clip: text;
  color: transparent;
}
.logo_bg {
  position: relative;
}
.logo_bg::after {
  position: absolute;
  content: "";
  position: absolute;
  bottom: 6px;
  display: inline-block;
  right: -87px;
  transform: translateX(-50%);
  background: url(../img/index_bg01.webp) no-repeat 0 0 / 49px 29px;
  width: 49px;
  height: 29px;
}

.philo__lead-text p {
  margin: 0;
}
.philo__body {
  text-align: center;
  font-size: 13px;
  line-height: 30.8px;
}
.philo__body p {
  margin: 0;
}
.philo__hl {
  position: relative;
  display: inline;
}
.philo__hl--b {
  font-weight: 700;
  background: linear-gradient(transparent 60%, rgba(196, 237, 241, 1) 30%);
}
.philo__hl--y {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #faf32783 30%);
}

/* Highlight underline (philo style) */
.hlbar {
  position: relative;
  display: inline;
}
.hlbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 6px;
  opacity: 1;
}
.hlbar--teal::before {
  background: rgba(58, 194, 207, 0.3);
}
.hlbar--yellow::before {
  background: rgba(250, 243, 39, 0.5);
}

/* Cards */
.cards {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stack__item {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stack__item .u-green {
  font-size: 18px;
}
.stack__item .u-red {
  font-size: 18px;
}
.card {
  position: relative;
  width: 100%;
}
.card__num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  width: 35px;
  height: 35px;
  border-radius: 999px;
  background: #3ac2cf;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  z-index: 2;
}
.card__box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.card__box--round25 {
  border-radius: 25px;
}
.card__pad {
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card__head {
  text-align: center;
  margin: 0;
}
.card__h3-sub {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.card__h3-main {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  color: #3ac2cf;
}
.card__mini {
  border-radius: 25px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card__mini-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.card__mini p {
  margin: 0;
}
.card__mini-title p {
  margin: 0;
}

/* Photos */
.photo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.photo--shadow-yellow {
  box-shadow: 5px 5px 0 0 #faf327;
  height: auto;
}
.photo.u-wfull {
  height: auto;
}
.crop {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.crop--timetable {
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Text blocks */
.text {
  margin: 0;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 400;
}
.text--tight {
  line-height: 23.8px;
}
.text--sm {
  font-size: 13px;
}
.text--xs {
  font-size: 12px;
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.divider__line {
  flex: 1;
  height: 1px;
  background: #000;
}
.divider__label {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

/* Label box */
.label-box {
  position: relative;
  border: 1px solid #333;
  padding: 10px;
  display: block;
  text-align: center;
}
.label-box__icon {
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 25px;
  height: 30px;
  object-fit: cover;
  pointer-events: none;
}
.card__pad--reason-01 .stack .label-box__text::after {
  content: "";
  position: absolute;
  bottom: -14px;
  display: inline-block;
  left: 0;
  transform: translateX(-50%);

}
.card__pad--reason-01 .stack .green .label-box__text::after {
  background: url(../img/cmn_ic01.webp) no-repeat 0 0 / 25px 30px;
  width: 25px;
  height: 30px;
}
.card__pad--reason-01 .stack .red .label-box__text::after {

  background: url(../img/cmn_ic02.webp) no-repeat 0 0 / 25px 30px;
  width: 25px;
  height: 30px;
}
.label-box__icon--contain {
  left: 5px;
  bottom: 0;
  object-fit: contain;
}
.label-box__text {
  margin: 0;
  text-align: center;
  white-space: nowrap;
  padding-left: 14px;
  font-size: 12px;
  position: relative;
  display: inline;
}

.label-box_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.label-box_wrap__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* コメント：見出しをタイトル幅に収め、装飾疑似要素はその幅基準で配置 */
.sec.comments .sec__inner--pad20 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec.comments .sec__inner--pad20 > .comments {
  align-self: stretch;
  width: 100%;
}

/* Comments */
.comments {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comment__bubble_left {
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #333;
  padding: 15px 10px;
  display: inline-block;
  margin-left: 10px;
  text-align: left;
}
.comment__bubble_left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #333333 transparent transparent;
  translate: -100% -50%;
}
.comment__bubble_left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
.comment__bubble_right {
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #333;
  padding: 15px 10px;
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.comment__bubble_right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #333333;
  translate: 100% -50%;
}

.comment__bubble_right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}

.comment__row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.comment__photo {
  width: 65px;
  height: 65px;
  border-radius: 999px;
  overflow: hidden;
  flex: none;
}
.comment__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment__text {
  margin: 0;
  color: #606060;
  font-size: 14px;
  line-height: 22.4px;
}
.comment__tail {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 35px;
  transform: translateY(-50%);
}
.comment__tail--left {
  left: -14px;
  background: #fff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.comment__tail--right {
  right: -14px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.comment[data-photo-side="right"] .comment__row {
  flex-direction: row;
}

/* Courses */
.sec--courses .sec-title {
  margin-bottom: 22px;
}
.sec--courses .sec-title__main {
  background: linear-gradient(transparent 80%, #FAF327 30%);
}
.sec--course-options .sec__inner--course-options {
  padding: 23px 0 28px;
}
.sec--course-options .sec__inner--course-options {
  padding: 23px 0 28px;
}
.sec--course-options .sec-title__main {
  background: none;
}
.course-options__title {
  margin: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #333;
  white-space: nowrap;
}
.course--main {
  background: rgba(250, 243, 39, 0.1);
}
.course__head {
  background: #faf327;
}
.course__head-inner {
  padding: 15px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.course__h3 {
  position: relative;
  padding-bottom: 0;
}
.course__h3 p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
}
.course__h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  height: 5px;
  background: #faf327;
}
.badges {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 24px;
  border-radius: 25px;
  border: 1px solid #333;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  width: 75px;
}
.course__hero {
  position: relative;
  overflow: hidden;
  height: 226px;
}
.course__body {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.course__body-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-box {
  position: relative;
  background: #fff;
  border: 1px solid rgba(175, 170, 14, 0.5);
  padding: 10px 15px;
  margin-bottom: 15px;
}
.info-box__list {
  margin-top: 5px;
  padding-left: 15px;
}
.info-row {
  display: flex;
  gap: 10px;
}
.info-row__k {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.info-row__v p {
  margin: 0;
  font-size: 12px;
}
.examples {
  padding-top: 10px;
}
.examples .note__asterisk {
  padding-left: 0;
  text-indent: 0;
}
/* 例2：凡例・注記を非表示。SPはレイアウトから除外。PCは下記768px内で見えないまま高さを残す */


.example {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.example__top {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.example__title {
  border: 1px solid #333;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  max-width: 260px;
}
.example__texts {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.example__avatar {
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
  flex: none;
}
.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: normal;
}
.legend__item {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
}
.legend__sw {
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  display: inline-block;
}
.legend__sw--blue {
  background: #c4edf1;
}
.legend__sw--pink {
  background: #ffe8fa;
}
.legend__sw--green {
  background: #d9f0b5;
  border-color: #606060;
}

/* Timetable（HTML table + JS はスクロールバーのみ） */
.tt {
  position: relative;
}
.tt__scroll {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.tt__scroll::-webkit-scrollbar {
  display: none;
}
.tt__grid {
  width: 500px;
  border: 1px solid #717171;
}
.tt-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.tt-table__col-time {
  width: 9.090909%;
}
.tt-table__col-day {
  width: 18.181818%;
}
.tt-table thead tr {
  height: 25px;
}
.tt-table tbody tr {
  height: 56.5px;
}
.tt-table__corner {
  background: #fff;
  padding: 0;
}
.tt-table__day {
  background: #717171;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #717171;
  border-top: 1px solid #717171;

  padding: 0 2px;
}
.tt-table__day--last {
  border-right: 0;
}
.tt-table__period {
  background: #fff;
  border: 1px solid #717171;
  border-bottom: none;
  border-left: none;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 2px;
}
.tt-table__cell {
  border: 1px solid #717171;
  border-bottom: none;
  border-right: none;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
.tt-table__cell span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
}
.tt-table__cell .table_small {
  font-size: 10px;
}
.tt-table__cell--blue {
  background: #c4edf1;
}
.tt-table__cell--pink {
  background: #ffe8fa;
}
.tt-table__cell--green {
  background: #d9f0b5;
  vertical-align: baseline;
  padding-top: 5px;
}
.tt-table__cell--white {
  background: #fff;
}
.tt__bar {
  margin-top: 5px;
  height: 10px;
  position: relative;
  cursor: pointer;
}
.tt__track {
  position: absolute;
  inset: 0;
  background: #d9d9d9;
  border-radius: 5px;
}
.tt__thumb {
  position: absolute;
  top: 1.5px;
  height: 7px;
  background: rgba(51, 51, 51, 0.6);
  border-radius: 3.5px;
  left: 0;
  width: 83px;
  cursor: grab;
}
.tt__thumb:active {
  cursor: grabbing;
}
.tt__hint {
  position: absolute;
  right: 0;
  top: 44%;
  transform: translateY(-50%);
  width: 22.5px;
  height: 22.5px;
  pointer-events: none;
}

.note {
  font-size: 11px;
  line-height: 17.6px;
  color: #333;
  padding-top: 5px;
}
.note p {
  margin: 0;
}
.experience .stack {
  margin-bottom: 15px;
} 
/* ※から始まる1段落：折り返し2行目以降を※の直後に揃える（※分のインデント） */
.note__asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.course__others {
  background: #fff;
  border-radius: 25px;
  padding: 0 15px 28px;
  margin: 23px 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course__circle {
  width: 150px;
  height: 150px;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 15px;
  margin-bottom: -8px;
  position: relative;
  text-align: center;
}
.course__circle .badge {
  padding-bottom: 0;
}
.course__circle--green {
  background: #9cd551;
  border: 2.5px solid #9cd551;
  z-index: 2;
}
.course__circle--teal {
  background: #70c9c4;
  border: 2.5px solid #70c9c4;
}
.course__circle--orange {
  background: #f5c06f;
  border: 2.5px solid #f5c06f;
}

/* 個別コース：通学・オンライン（SP：各75px・横並び中央／PCは下の .course__others で上書き） */
.course__circle--teal .badges {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.course__circle--teal .badge {
  flex: 0 0 75px;
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  padding: 0 3px;
  box-sizing: border-box;
  font-size: 12px;
  height: 22px;
  line-height: 1;
}

.course__circle-row {
  display: flex;
  gap: 10px;
  margin-bottom: -8px;
}
.course__circle-big {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: 0.8;
  margin-bottom: 9px;
}

.course__circle-mid {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.course__circle-sub {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}

/* Strip */
.strip {
  display: flex;
  height: auto;
}
.strip__img {
  flex: 1;
  position: relative;
  overflow: hidden;
}

/* 体験プログラム：写真帯のみ .sec__inner の左右パディングを打ち消して LP 幅いっぱい */
.strip--fullbleed {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  margin-top: 25px;
  margin-bottom: 15px;
}
/* Grid2 */
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 15px;
}
.grid2__img {
  width: 100%;
  aspect-ratio: 320 / 200;
  position: relative;
}
.grid2__label {
  margin: 5px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.anno {
  display: flex;
  gap: 0.25em;
  align-items: flex-start;
  margin-top: 10px;
}
.anno__mark {
  font-size: 11px;
  line-height: 17.6px;
  flex: 0 0 1em;
  min-width: 1em;
}
.anno__text {
  margin: 0;
  font-size: 11px;
  line-height: 17.6px;
}

/* Schooling years */
.schooling__intro {
  margin-top: 10px;
}
.schooling__intro .photo {
  margin: 0 0 15px;
}
.pad15 {
  padding: 0 15px;
}
.yearbox {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.yearrow {
  display: flex;
  align-items: stretch;
  background: #fff;
  height: 44px;
}
.yearrow:nth-child(even) {
  height: auto;
}
.yearrow p {
  margin: 0;
}
.yearrow__y {
  background: #3ac2cf;
  color: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.yearrow__c {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  flex: 1;
}
.yearrow_inner {
  display: flex;
  gap: 17px;
  flex-direction: column;
  position: relative;
}
.yearrow_inner .plus_ic {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
}
/* Campus */
.campus-hero {
  position: relative;
  width: 100%;
}

/* 画像は通常フローで幅100%・高さ自動（絶対配置+親height:autoだと高さ0になり消える） */
.campus-hero__img {
  margin: 20px -15px 0;
  width: calc(100% + 30px);
  max-width: none;
  overflow: hidden;
}
.campus-hero__img .photo__img--campus1 {
  display: block;
  width: 100%;
  height: auto;
}
/*
 * SP：凡例｜地図の2列 → 本校住所1行（全幅）→ 校舎写真（全幅）
 * .visual / .campus-honko は display:contents で子を .campus-map のグリッドに参加させる
 */
.campus-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 165px;
  grid-template-rows: auto auto auto;
  gap: 12px 12px;
  margin-top: 10px;
  align-items: start;
}
.campus-map__visual {
  display: contents;
}
.campus-map__visual .campus-honko {
  display: contents;
}
.campus-map__legend {
  grid-column: 1;
  grid-row: 1;
  padding: 0 4px 0 0;
  min-width: 0;
}
.campus-map__items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 10px;
}
.campus-map__row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.campus-legend {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
}
.campus-map__img {
  grid-column: 2;
  grid-row: 1;
  width: 165px;
  height: 165px;
  margin: 0;
  justify-self: end;
  align-self: start;
  position: relative;
  box-sizing: border-box;
}
.campus-map__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.campus-honko__row {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 5px 0;
  margin-bottom: -10px;
}
.campus-honko__img {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
}
.campus-honko__img img {
  width: 100%;
  height: auto;
  display: block;
}
.campus-btn {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px;
  height: 41px;
  border-radius: 25px;
  position: relative;
  text-decoration: none;
}
.campus-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #333;
  border-radius: 25px;
  box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 #333;
  pointer-events: none;
}
.campus-btn__name {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
}
.campus-btn__ics {
  display: inline-flex;
  gap: 3px;
}
.campus-ic {
  width: 17px;
  height: 17px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
}
.campus-ic--shingaku {
  background: #faf327;
  color: #333;
}
.campus-ic--kyoyo {
  background: #5ba100;
  color: #fff;
}
.campus-ic--kobetsu {
  background: #02a39a;
  color: #fff;
}
.campus-ic--web {
  background: #e68b00;
  color: #fff;
}
.campus-ic--school {
  background: #78b3fa;
  color: #fff;
}
.area {
  margin-top: 15px;
}
.area__title {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #333;
  font-size: 16px;
  font-weight: 500;
}
.area__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 10px;
}

/* Fees */
.fees .sec-title {
  margin-bottom: 15px;
}
.fees .stack {
  gap: 0;
}
.fees .acc-static p {
  margin-top: 10px;
}

.fees-two-col {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px;
}

.formula {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.formula__box {
  flex: 1;
  background: #fff;
  border: 1px solid #3ac2cf;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.formula__plus {
  padding: 0 4px;
  font-size: 20px;
}
.subhead {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
.subhead::before,
.subhead::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}
.correspondence_fees .tuition {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.correspondence_fees .tuition .notes {
  margin-top: 0;
}
.correspondence_fees_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.table2 {
  overflow: hidden;
}
.table2__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.table2__k {
  background: #3ac2cf;
  color: #fff;
  border: 1px solid #333;
  border-right: none;
  padding: 8px 5px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.table2__row:nth-child(n+2) .table2__k {
  border-top: none;
}
.table2__row:nth-child(n+2) .table2__v {
  border-top: none;
}

.table2__v {
  background: #fff;
  border: 1px solid #333;
  padding: 8px 5px;
  font-size: 14px;
  text-align: right;
  line-height: 1.2;
}
.notes {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.note-row {
  display: flex;
  gap: 0;
  align-items: flex-start;
}
.note-row__m {
  font-size: 11px;
  line-height: 17.6px;
  flex: 0 0 1em;
  min-width: 1em;
}
.note-row__t {
  margin: 0;
  font-size: 11px;
  line-height: 17.6px;
}

/* Accordion / QA */
.accordion {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.acc-btn {
  height: 40px;
  border-radius: 20px;
  position: relative;
  background: #fff;
  cursor: pointer;
  text-align: left;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  border: none;
  font: inherit;
  color: inherit;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
}
.acc-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #333;
  border-radius: 20px;
  box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 #333;
  pointer-events: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.acc-btn__ic,
.qa__ic {
  width: 15px;
  height: 15px;
  position: relative;
  flex: none;
}
.acc-btn__ic::before,
.qa__ic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#000, #000) center/100% 2px no-repeat,
    linear-gradient(#000, #000) center/2px 100% no-repeat;
}
.acc-btn[aria-expanded="true"] .acc-btn__ic::before,
.qa__q[aria-expanded="true"] .qa__ic::before {
  background: linear-gradient(#000, #000) center/100% 2px no-repeat;
}
.acc-panel {
  padding: 0 0 5px;
}

/* [hidden] と display の競合を防ぐ（.qa__a は flex 指定のため明示が必要な環境がある） */
.acc-panel[hidden],
.qa__a[hidden] {
  display: none !important;
}

.qa {
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.qa::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #333;
  border-radius: 20px;
  box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 #333;
  pointer-events: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.acc-btn:focus-visible {
  outline: none;
}
.acc-btn:focus-visible::before {
  border-color: #3ac2cf;
  box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 rgba(58, 194, 207, 0.55);
}
.qa__q:focus-visible {
  outline: none;
}
/* タップ後も :focus が残る端末で「ホバーっぽく」見えないよう、キーボードの :focus-visible のみ枠を出す */
.qa:has(.qa__q:focus-visible)::before {
  border-color: #3ac2cf;
  box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 rgba(58, 194, 207, 0.55);
}
.qa__q {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 15px;
  text-align: left;
  cursor: pointer;
  position: relative;
  margin: 0;
  background: transparent;
  border: none;
  font: inherit;
  color: inherit;
}
.qa__mark {
  width: 20px;
  font-size: 16px;
  font-weight: 700;
  flex: none;
  align-self: flex-start;
  line-height: 1;
}
.qa__mark--q {
  color: #3ac2cf;
}
.qa__mark--a {
  color: #ce90bf;
  line-height: 1.6;
}
.qa__qt {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  align-self: flex-start;
  min-width: 0;
}
.qa__a {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  padding: 0 15px 15px;
}
.qa__at {
  margin: 0;
  font-size: 14px;
  line-height: 22.4px;
}

/* Fee table */
.table-wrap {
  overflow-x: auto;
}
.fee-table th,
.fee-table td {
  border: 1px solid #333;
  padding: 8px 4px;
  font-size: 13px;
}
.fee-table thead th {
  background: #3ac2cf;
  color: #fff;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.fee-table tbody th {
  background: #3ac2cf;
  color: #fff;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.fee-table tbody td {
  background: #fff;
  text-align: right;
  font-size: 13px;
}
.acc-static__head {
  height: 40px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #333;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

/* Flow */
.flow-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}
.flow .strip {
  margin: 20px -15px;
}

.flow__box {
  border: 1px solid #3ac2cf;
  background: #fff;
  padding: 8px 15px;
  text-align: center;
}
.flow__box .text {
  text-align: left;
}
.flow__t {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.flow__small {
  font-size: 12px;
  font-weight: 600;
}
.flow__arrow {
  width: 20px;
  height: 10px;
  margin: 5px auto;
  background: #3ac2cf;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* Tel */
.tel-btn {
  margin-top: 15px;
  height: 55px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  position: relative;
  margin-bottom: 8px;
}
.tel-btn::before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid #333;
  border-radius: 41px;
  box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 #333;
  pointer-events: none;
}
.tel-btn__ic {
  width: 257px;
}
.tel-btn__ic img {
  width: 100%;
  height: auto;
}
.tel-btn__num {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  white-space: nowrap;
}
.tel-btn__digits {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

/* Footer */
.footer {
  background: #fff;
  padding-top: 10px;
}
.footer__links {
  padding: 0 15px;
  font-size: 12px;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__link {
  color: #333;
  text-decoration: underline;
}
.footer__row {
  display: flex;
  gap: 15px;
  white-space: nowrap;
}
.footer__row p {
  margin: 0;
}
.footer__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  margin-top: 10px;
  height: 80px;
}

/* フッター写真（index_im32_pc）：SP は高さ 80px 固定・cover で左右見切れ。画像はごくわずかに拡大（PC は下で transform 解除） */
.footer__img .photo__img--footer {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 9px;
  display: block;
  margin: 0;
  left: auto;
  top: auto;
  position: relative;
  transform: scale(1.5);
  transform-origin: center center;
}

/* Bottom bar */
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 768px;
  display: flex;
  gap: 1px;
  background: #fff;
  z-index: 50;
}
.bottom-bar__btn {
  flex: 1;
  height: 71px;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-bar__btn--pink {
  background: #ce90bf;
  padding: 0 22px 0 8px;
}
.bottom-bar__btn--teal {
  background: #3ac2cf;
  padding: 0 22px 0 8px;
}

/* 資料請求（index_im34.webp の装飾線＋テキスト） */
.bottom-bar__doc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 1;
  min-width: 0;
  text-align: center;
}
.bottom-bar__doc-sub {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.bottom-bar__doc-deco {
  display: block;
  width: auto;
  max-width: min(115px, 46vw);
  height: auto;
  max-height: 26px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: -5px;
  margin-bottom: 5px;
}
.bottom-bar__doc-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.bottom-bar__txt2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  flex: 1;
  min-width: 0;
}
.bottom-bar__chev {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 5px;
  height: 10px;
  transform: translateY(-50%);
  z-index: 1;
}

/* Page top */
.page-top {
  position: fixed;
  right: 10px;
  bottom: calc(71px + 10px);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  z-index: 50;
  border: 1px solid #333;
  box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-top svg {
  width: 18px;
  height: 18px;
}

/* Responsive (PC) — 767px 未満は上記ベースのまま */
@media (min-width: 768px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }

  /* LP は全幅で背景が画面端まで。本文ブロックのみ max-width:1200px で中央 */
  .lp {
    max-width: none;
    width: 100%;
    padding-bottom: 0;
  }

  .bottom-bar {
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    transform: none;
    max-width: 100%;
    margin: 0 auto;
  }

  .header__inner,
  .mv__content,
  .sec__inner,
  .footer__links {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  /* セクション横余白・縦余白（PC） */
  .mv__content {
    padding: 32px 40px 52px;
  }

  .sec__inner {
    padding: 56px 0;
  }

  .sec__inner--philo {
    padding: 0 40px 36px;
  }

  .sec__inner--pad20 {
    padding: 56px 0;
  }

  .sec__inner--pt20 {
    padding: 32px 40px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px 48px;
  }

  /* Contact：見出しと電話ブロックをまとめて中央寄せ */
  .sec__inner--pt20 .sec-title {
    margin-bottom: 0;
    text-align: center;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  /* .sec-title__main はベースが display:inline のため折り返しで崩れやすい → ブロック化 */
  .sec__inner--pt20 .sec-title__main {
    white-space: normal;
    display: inline-block;
    max-width: 100%;
    line-height: 1.5;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  .sec__inner--pt20 .tel_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  .sec__inner--pt20 .tel_inner > .center-text {
    text-align: center;
    width: 100%;
    max-width: 320px;
    margin: 0;
    box-sizing: border-box;
  }

  .sec__inner--pt40 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 56px;
    padding-bottom: 0;
  }

  .sec__inner--center {
    padding-left: 0;
    padding-right: 0;
  }

  .sec--courses .sec__inner {
    padding: 56px 0 0;
    max-width: 100%;
  }

  .sec--course-options .sec__inner--course-options {
    padding: 40px 40px 15px;
  }

  .experience .stack {
    margin-bottom: 30px;
  } 

  /* フルブリード：1200px 内側からビューポート幅まで広げる */
  .strip--fullbleed {
    max-width: none;
    margin-top: 25px;
    margin-bottom: 15px;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    gap: 1px;
    width: auto;
  }

  .campus-hero__img {
    width: 750px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  /* 入学の流れ：左カラム写真帯（幅をやや縮小し、右カラムと縦方向で揃える） */
  #flow .flow-layout .strip {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0;
    align-self: stretch;
    height: 100%;
    min-height: 0;
    gap: 4px;
  }

  #flow .flow-layout .strip__img {
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
  }

  #flow .flow-layout .strip__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  /* ヘッダー */
  .header {
    height: 80px;
  }

  .header__inner {
    padding: 10px 40px;
  }

  .header__logo {
    width: auto;
    height: 38px;
  }

  /* メインビジュアル：背景は従来どおり（グラデ＋PC用写真）。レイアウト用の .mv__media は別 */
  .mv {
    min-height: 560px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.8) 4.33%,
        rgba(255, 255, 255, 0) 37.89%
      ),
      url("../img/index_bg02_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat, no-repeat;
  }

  .mv__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 32px 48px;
    min-height: 560px;
  }

  .mv__stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0;
    min-width: 0;
    max-width: 620px;
    height: auto;
    min-height: 560px;
    row-gap: 10px;
    justify-content: flex-start;
  }

  .mv__copy {
    text-align: left;
    padding-top: 0;
    max-width: 100%;
  }

  .mv__copy-line {
    font-size: 25px;
    line-height: 1.55;
  }

  .mv__h1,
  .mv__copy-big {
    font-size: 82px;
    line-height: 1.2;
  }

  /* 「通信制高校」右隣に黄バッジ（縦位置は見出し行に合わせる） */
  .mv__h1-row {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 14px 22px;
    margin-top: 0.02em;
  }

  .mv__h1-sub {
    white-space: nowrap;
    line-height: 1.15;
  }

  .mv__badges-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 620px;
    position: relative;
    margin-top: 14px;
    gap: 0;
  }

  .mv__badge--yellow {
    position: relative;
    top: 7px;
    right: auto;
    bottom: auto;
    width: 100px;
    height: 100px;
    margin-top: 0;
    flex: none;
    z-index: 2;
    align-self: center;
  }

  .mv__badge--yellow .mv__badge-ring {
    width: 100px;
    height: 100px;
  }

  .mv__badge--yellow .mv__badge-text-line {
    font-size: 18px;
    line-height: 29px;
  }

  .mv__badge--yellow .mv__badge-num {
    font-size: 32px;
  }

  /* 見出し直下に白リボン（絶対位置のずれを解消） */
  .mv__badge--enrollment {
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 0;
    flex: none;
    min-width: 0;
    align-self: flex-start;
  }

  .mv__btns {
    flex-direction: column;
    margin-top: 55px;
    gap: 16px;
    width: 100%;
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    align-self: flex-start;
  }

  .mv__btn {
    flex: none;
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding: 8px 20px;
  }

  .mv__badge--enrollment .mv__enroll-shape {
    width: 520px;
    height: 57px;
  }

  .mv__enroll-text {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    padding-left: 37px;
    padding-right: 36px;
  }

  .mv__enroll-text p {
    white-space: nowrap;
  }
  .note p {
    font-size: 13px;
  }
  .anno__mark {
    font-size: 13px;
  }
  .anno__text {
    font-size: 13px;
  }
  .tt-table__cell span {
    font-size: 14px;
  }
  .mv__media {
    display: block;
    flex: 1 1 0;
    min-width: 0;
    min-height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    align-self: stretch;
  }

  .mv__media picture {
    position: absolute;
    inset: 0;
    display: block;
  }

  .mv__media .mv__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% center;
  }

  /* 見出し・本文タイポ */
  .sec-title {
    margin-bottom: 30px;
  }
  .sec-title__sub {
    font-size: 20px;
  }

  .sec-title__main {
    font-size: 32px;
  }

  .sec-title__main--sm {
    font-size: 18px;
  }

  .text {
    font-size: 16px;
    line-height: 1.75;
  }
  .text p {
    margin: 0;
  }

  .text--sm {
    font-size: 15px;
  }
  .info-row__k {
    font-size: 14px;
  }
  .info-row__v p {
    font-size: 14px;
  }
  p.text--xs {
    font-size: 12px;
  }
  .pc_center {
      text-align: center;
  }
  /* 理念：リード＋本文を中央揃えの1カラム */
  .sec--philo {
    padding-top: 50px;
  }
  .philo__lead-text {
    font-size: 24px;
    line-height: 1.65;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    position: relative;
  }
  .philo__lead-text p::after {
    position: absolute;
    content: "";
    position: absolute;
    bottom: 6px;
    display: inline-block;
    right: -87px;
    transform: translateX(-50%);
    background: url(../img/index_bg01.webp) no-repeat 0 0 / 49px 29px;
    width: 49px;
    height: 29px;
  }
  .philo__lead-text p {
    display: inline;
    position: relative;
  }
  .philo__body {
    font-size: 18px;
    line-height: 2.4;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .logo_bg::after {
    content: none
  }
  .sec--philo .sec__inner--philo {
    display: block;
  }

  .sec__bg--philo .sec__bg-img-wrap {
    height: 220px;
  }

  /* SPのみ改行：br に .u-br-sp-only を付与した箇所はPCで非表示 */
  .u-br-sp-only {
    display: none;
  }

  /* PCのみ改行：SPでは非表示にしていた br を有効化 */
  .u-br-pc-only {
    display: revert;
  }

  /* 4つの理由：カードを1カラム（縦並び） */
  .cards {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .card__pad {
    padding: 50px 100px;
    gap: 20px;
  }

  /* 各カード：写真＋テキストの2カラム（PC・flex） */
  .card__num {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  .btm_tx {
    padding-top: 10px;
  }
  /* 01：PCは見出し→画像→テキストの1カラム（画像幅は従来2カラム時の列幅相当） */
  .card__pad--reason-01 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    row-gap: 24px;
  }

  .card__pad--reason-02,
  .card__pad--reason-03,
  .card__pad--reason-04 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 24px;
    align-items: flex-start;
  }

  .card__pad--reason-01 .card__head,
  .card__pad--reason-02 .card__head {
    flex: 1 1 100%;
    width: 100%;
  }

  /* 03・04 見出し：必ず1行目を全幅に（04は .card__head ラッパー） */
  .card__pad--reason-03 > .card__h3-main,
  .card__pad--reason-04 > .card__head {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    order: 0;
    text-align: center;
    align-self: stretch;
  }

  .card__pad--reason-01 > .photo:first-of-type {
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    max-width: calc((100% - 32px) / 2);
    min-width: 0;
  }

  .card__pad--reason-01 > .text:first-of-type {
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .card__pad--reason-02 > .photo:first-of-type {
    flex: 1 1 0;
    min-width: 0;
  }

  .card__pad--reason-02 > .text:first-of-type {
    flex: 1 1 0;
    min-width: 0;
  }

  /* 03・04：見出し全幅 → 画像2カラム → 下にテキスト（HTML順はそのまま、orderで並べ替え） */
  .card__pad--reason-03 > .photo:first-of-type,
  .card__pad--reason-04 > .photo:first-of-type,
  .card__pad--reason-03 > .photo:last-of-type,
  .card__pad--reason-04 > .photo:last-of-type {
    order: 1;
    flex: 1 1 calc(50% - 16px);
    min-width: 0;
    max-width: calc(50% - 16px);
    width: auto;
    align-self: flex-start;
    box-sizing: border-box;
  }

  .card__pad--reason-03 > .text,
  .card__pad--reason-04 > .text {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .card__pad--reason-03 > .photo .photo__img,
  .card__pad--reason-04 > .photo .photo__img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* 01：科目別能力別授業／55段階個別指導は1カラム（縦並び） */
  .card__pad--reason-01 > .stack {
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .card__pad--reason-01 .stack .label-box__text {
    white-space: normal;
    position: relative;
    display: inline-block;
  }
  .card__pad--reason-01 .stack .red .label-box__text {
    padding-left: 25px;
  }
  .card__pad--reason-01 .stack .label-box__text::after {
    content: "";
    position: absolute;
    bottom: -14px;
    display: inline-block;
    left: 0;
    transform: translateX(-50%);
  
  }
  .card__pad--reason-01 .stack .green .label-box__text::after {
    background: url(../img/cmn_ic01.webp) no-repeat 0 0 / 39px 46px;
    width: 39px;
    height: 46px;
  }
  .card__pad--reason-01 .stack .red .label-box__text::after {
  
    background: url(../img/cmn_ic02.webp) no-repeat 0 0 / 39px 46px;
    width: 39px;
    height: 46px;
  }
  

  .card__pad--reason-01 .label-box_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 28px 32px;
    align-items: flex-start;
  }

  .card__pad--reason-01 .label-box_wrap > .photo,
  .card__pad--reason-01 .label-box_wrap > .label-box_wrap__text {
    flex: 1 1 0;
    min-width: 0;
  }

  /* flex行内では .photo の width:100% が幅0に近くなり画像が消えるのを防ぐ */
  .card__pad--reason-01 .label-box_wrap > .photo {
    width: auto;
    max-width: 50%;
    align-self: flex-start;
  }

  .card__pad--reason-01 .label-box_wrap > .photo .photo__img {
    display: block;
    width: 100%;
    height: auto;
  }

  .card__pad--reason-02 > .stack {
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 28px 32px;
    align-items: center;
  }
  .card__mini-title {
    font-size: 22px;
  }
  .passed_box {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .passed_box .center-text {
    font-size: 17px;
  }
  /* 02：stack内はHTML順が写真→テキストだが、PCのみテキスト列→写真列 */
  .card__pad--reason-02 > .stack > .card__mini {
    flex: 1 1 0;
    min-width: 0;
    order: 1;
    gap: 10px;
  }

  .card__pad--reason-02 > .stack > .photo {
    flex: 1 1 0;
    min-width: 0;
    order: 2;
  }

  .card__h3-sub {
    font-size: 22px;
  }

  .card__h3-main {
    font-size: 30px;
  }

  /* コメント：2カラム（flex） */
  .sec-title--comments .sec-title__person--r {
    right: -8px;
    width: auto;
    height: 140px;
    top: -40px;
  }
  .sec-title--comments .sec-title__person--l {
    width: auto;
    height: 130px;
    left: -8px;
    top: -30px;
  }

  .sec-title--comments::before {
    top: -30px;
    width: 70px;
    height: 130px;
    left: -100px;
  }
  .sec-title--comments::after {
    top: -40px;
    width: 77px;
    height: 140px;
    right: -110px;
  }
  .comments {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 28px 36px;
    margin-top: 0;
  }

  .comments > .comment {
    flex: 0 1 calc(50% - 18px);
    max-width: calc(50% - 18px);
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    /* しっぽ（::before/::after が translate で外側にはみ出す）用の余白 */
    padding-left: 12px;
    padding-right: 12px;
  }

  /* 左右ペアで吹き出しの高さをそろえ、中身を上下中央 */
  .comments > .comment > .comment__bubble_left,
  .comments > .comment > .comment__bubble_right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 0;
    box-sizing: border-box;
    padding: 20px;
    /* width:100% と併用すると SP 用の margin が親幅を超えるためリセット */
    margin-left: 0;
    margin-right: 0;
  }

  .comments > .comment .comment__row {
    width: 100%;
    align-items: center;
  }

  .comment__text {
    font-size: 16px;
    line-height: 1.65;
  }

  /* コースブロック */
  .course__wrapper {
    background: #faf327;
  }
  .course__wrapper .course__head {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
  }

  .course__head-inner {
    padding: 20px 32px;
    gap: 14px;
  }

  .course--main .course__head-inner {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    align-self: stretch;
  }

  .course__h3 p {
    font-size: 38px;
  }
  .faq .accordion {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .badge {
    font-size: 14px;
    height: 28px;
    width: 100px;
  }
  .course__circle .badge {
    padding-bottom: 0;
  }
  .course__body {
    padding: 28px 0;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .course__body-inner {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 35px;
    flex-direction: column;
  }
  .course__body-inner .text {
    flex: 1;
  }
  .course__body-inner .info-box {
    flex: 1;
    margin-bottom: 0;
    padding: 20px 15px;
  }
  .course__body-inner .info-box .info-row__v {
    display: flex;
    align-items: center;
  }
  .course__hero {
    height: auto;
    min-height: 280px;
    max-height: 520px;
    overflow: hidden;
  }

  .course--main .course__hero {
    flex: 1 1 0;
    min-width: 0;
    min-height: 280px;
    max-height: none;
    position: relative;
    align-self: stretch;
  }

  .course__hero img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
  }

  .course--main .course__hero .photo__img--hero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: top;
  }

  /* 目的別コース：PCは3カラム・円を大きく */
  .course__others {
    margin: 32px auto 0;
    padding: 0 32px 36px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 10px;
    align-items: start;
    justify-items: center;
    width: 80%;
    box-sizing: border-box;
  }

  .course__others .course__circle-row {
    display: contents;
  }

  /* 円同士をさらに約30px詰める（column-gap 14px→0 に加え、左隣へ8pxずつ寄せ） */
  .course__others .course__circle--teal {
    margin-left: -8px;
    overflow: visible;
  }

  .course__others .course__circle--orange {
    margin-left: -8px;
  }

  .course__others .course__circle {
    width: 100%;
    max-width: 230px;
    aspect-ratio: 1;
    height: auto;
    min-height: 0;
    padding: clamp(12px, 1.8vw, 20px) clamp(10px, 1.4vw, 16px);
    gap: 14px;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .course__others .course__circle-big {
    font-size: clamp(26px, 3.2vw, 38px);
    line-height: 0.9;
    margin-bottom: 0;
  }

  .course__others .course__circle-mid {
    font-size: clamp(18px, 2.2vw, 26px);
  }

  .course__others .course__circle-sub {
    font-size: clamp(12px, 1.25vw, 15px);
    white-space: normal;
    line-height: 1.35;
    max-width: 100%;
    padding-top: 10px;
  }

  .course__others .badges {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
  }

  /* 個別コース：SP と同様、バッジ列を円より少し広くして左右にはみ出す（75px×2/150px を PC 円最大幅に比例） */
  .course__others .course__circle--teal .badges {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 9px;
    width: auto;
    max-width: none;
    box-sizing: border-box;
  }

  .course__others .course__circle--teal .badge {
    flex: 0 0 100px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding: 0 6px;
    font-size: 14px;
    height: 28px;
    box-sizing: border-box;
  }

  .course-options__title {
    font-size: 52px;
  }

  /* タイムテーブル枠を広げる */
  .tt__grid {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }

  /* 進学コース「例」：2カラム */
  .examples {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px 32px;
    align-items: flex-start;
    padding-top: 25px;
  }

  .examples > .example {
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
    min-width: 0;
    box-sizing: border-box;
  }

  .examples > .example.u-mt20 {
    margin-top: 0;
  }

  /* 例2：凡例・注記は見えないが高さを確保し、例1と時間割の開始位置を揃える */
  .examples > .example.u-mt20 .legend {
    display: flex;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
  }

  .examples > .example.u-mt20 .note {
    display: block;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
  }

  /* 例内タイムテーブル：PCは横スクロール・カスタムバー・ヒントなし */
  .examples .tt__scroll {
    overflow-x: visible;
    cursor: default;
    -webkit-overflow-scrolling: auto;
  }

  .examples .tt__bar,
  .examples .tt__hint {
    display: none;
  }

  .examples .tt__grid {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .crop--timetable {
    max-width: 420px;
  }

  /* 体験プログラムの例：3カラム */
  .grid2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 28px;
    margin-top: 24px;
  }

  .grid2__item {
    min-width: 0;
    box-sizing: border-box;
  }

  .grid2__label {
    font-size: 16px;
  }

  /* スクーリング：写真とリード文を2カラム */
  .schooling__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px 32px;
    align-items: center;
    box-sizing: border-box;
  }

  .schooling__intro .photo {
    margin: 0;
  }

  .schooling__intro .pad15 {
    padding: 0;
  }

  .schooling .yearbox {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 24px;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }

  /* スクーリング表（PCのみ：3カラム＋各行は縦積み） */
  .schooling .yearrow {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .schooling .yearrow__y {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    font-size: 16px;
    padding: 12px 16px;
  }

  .schooling .yearrow__c {
    padding: 14px 16px;
    justify-content: center;
    text-align: center;
    min-height: 0;
  }

  .schooling .yearrow_inner {
    align-items: center;
    gap: 6px;
    width: 100%;
  }

  .schooling .yearrow_inner .plus_ic {
    position: static;
    margin: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
  }

  /* キャンパス（HTMLは凡例→地図のまま、PCのみ表示順を地図→凡例に反転） */
  /* SP の display:grid / 2列テンプレを必ず上書き（flex のみ指定すると grid のまま残り右列165pxに潰れる） */
  .campus-map {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    gap: 10px;
    justify-content: center;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .campus-map__legend {
    padding: 0;
    flex: none;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    grid-column: unset;
    grid-row: unset;
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .campus-map__legend .text {
    font-size: 18px;
  }
  .campus-ic {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .campus-map__items {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: flex-start;
    margin-top: 0;
  }

  .campus-map__row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px 24px;
    align-items: center;
  }

  .campus-map__visual {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
    gap: 24px 32px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    flex: none;
    align-self: stretch;
    margin-bottom: 25px;
    margin-top: 20px;
    min-width: 0;
  }

  /* SP の display:contents を解除し、地図＋本校ブロックの2カラムに戻す */
  .campus-map__visual .campus-honko {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 0;
  }

  .campus-map__visual .campus-honko__img {
    margin-bottom: 0;
  }

  .campus-map__img {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    align-self: center;
    margin: 0;
    width: 100%;
    max-width: 320px;
    height: auto;
    flex: none;
    box-sizing: border-box;
  }
  .campus-map__img img {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: unset;
    display: block;
  }

  .campus-honko__row {
    grid-column: auto;
    grid-row: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
    white-space: normal;
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
  }

  .campus-honko__img {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-width: 0;
  }
  .campus-legend {
    font-size: 16px;
  }

  /* 校舎ボタン：3列（flex） */
  .area__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px 20px;
  }

  .area__grid > .campus-btn {
    flex: 0 1 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    box-sizing: border-box;
  }

  .area__title {
    font-size: 18px;
    height: 48px;
  }

  .campus-btn {
    height: 46px;
    padding: 12px 16px;
  }

  .campus-btn__name {
    font-size: 15px;
  }

  /* 学費・アコーディオン */
  .fee-table th,
  .fee-table td {
    padding: 12px 10px;
    font-size: 16px;
  }

  .fee-table tbody td {
    font-size: 16px;
  }

  .acc-btn {
    height: 48px;
    font-size: 17px;
    padding: 0 22px;
    border-radius: 24px;
    font-weight: 500;
  }
  .acc-static__head {
    height: 48px;
    border-radius: 24px;
  }
  .acc-btn::before {
    border-radius: 24px;
  }

  .qa__q {
    padding: 14px 22px;
  }
  .qa__a {
    padding: 0 22px 14px;
  }
  .qa__mark { 
    line-height: 1.6;
  }
  .qa__qt {
    font-size: 16px;
    line-height: 1.5;
  }

  .qa__at {
    font-size: 16px;
    line-height: 1.7;
  }

  .accordion {
    gap: 20px;
    margin-top: 32px;
  }

  .subhead {
    font-size: 18px;
    margin-top: 32px;
  }

  /* 学費：通信制課程と各コースを2カラム */
  .formula {
    max-width: 800px;
    margin: 10px auto;
    min-width: 768px;
  }
  .formula__box {
    font-size: 18px;
    font-weight: 600;
  }
  .fees-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px 36px;
    align-items: start;
    margin-top: 16px;
  }
  .course_fees .accordion {
    margin-top: 0;
  }
  .fees-two-col .correspondence_fees,
  .fees-two-col .course_fees {
    min-width: 0;
  }
  .correspondence_fees_box {
    gap: 5px;
  }
  .fees-two-col .subhead {
    margin-top: 0;
  }

  .fees-two-col .accordion {
    margin-top: 20px;
  }
  .table2__k {
    font-size: 16px;
    padding: 8px 10px;
  }
  .u-text10 {
    font-size: 12px;
  }
  .table2__v {
    font-size: 16px;
  }
  /* 入学の流れ：写真帯＋ステップを2カラム（縦方向ストレッチで高さを合わせる） */
  #flow .flow-layout {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 28px 40px;
    align-items: stretch;
    margin-top: 20px;
  }

  #flow .flow-layout > .flow {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin-top: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
  }

  #flow .flow-layout .flow__step {
    flex: none;
    width: 100%;
    max-width: none;
  }

  #flow .flow-layout .flow__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    min-height: 52px;
    box-sizing: border-box;
  }

  #flow .flow-layout .flow__t {
    font-size: 18px;
  }

  #flow .flow-layout .flow__small {
    font-size: 14px;
  }

  #flow .flow-layout .flow__arrow {
    transform: none;
    margin: 8px auto;
    flex: 0 0 auto;
    align-self: center;
    width: 20px;
    height: 10px;
  }

  /* 電話（PC は画像リンクのみ／スマホは下のベースでボタン体裁） */
  .tel-btn {
    display: flex;
    width: fit-content;
    max-width: 100%;
    height: auto;
    margin: 24px auto 10px;
    border-radius: 0;
    background: transparent;
    justify-content: center;
  }

  .sec__inner--pt20 .tel-btn {
    margin: 0;
  }

  .tel-btn::before {
    display: none;
  }

  .tel-btn__ic {
    width: 280px;
  }

  .tel-btn__digits {
    font-size: 34px;
  }

  .footer__links {
    padding: 0 40px;
    font-size: 14px;
    gap: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .footer__row {
    flex-wrap: wrap;
    white-space: normal;
  }

  /* PC フッター写真：高さのみ上書き（見切れはベースの .footer__img .photo__img--footer と同じ） */
  .footer__img {
    height: 220px;
  }

  .footer__img .photo__img--footer {
    transform: none;
    object-position: center center;
  }

  /* 固定CTA */
  .bottom-bar__btn {
    height: 78px;
  }

  .bottom-bar__doc-sub {
    font-size: 15px;
  }

  .bottom-bar__doc-title {
    font-size: 22px;
  }

  .bottom-bar__txt2 {
    font-size: 19px;
  }

  .bottom-bar__chev {
    width: 7px;
    height: 13px;
    right: 12px;
  }

  .bottom-bar__doc-deco {
    max-width: 110px;
    max-height: max-content;
  }
  .tel_area {
    pointer-events: none;
    text-decoration: none;
  }
  .page-top {
    right: 40px;
    bottom: 100px;
    width: 44px;
    height: 44px;
  }

  .page-top svg {
    width: 20px;
    height: 20px;
  }

  .label-box {
    padding: 14px 16px;
    display: block;
    text-align: center;
  }

  .label-box__text {
    font-size: 18px;
  }
  .label-box__text .u-bold {
    font-size: 24px;
  }
  .divider__label {
    font-size: 22px;
  }

  .stack {
    gap: 24px;
  }

  .stack__item {
    gap: 16px;
    padding-top: 20px;
  }

  .note-row__m,
  .note-row__t {
    font-size: 13px;
    line-height: 1.6;
  }
}

/*
 * PC ホバー（hover: hover）
 * MV・キャンパス・ページトップ：背景 #f5f5f5 / #ebebeb
 * 学費・FAQ アコーディオン：背景は据え置き、枠線＋シャドウをティール系で変化
 */
@media (min-width: 768px) and (hover: hover) {
  .mv__btn {
    transition: background-color 0.2s ease;
  }

  .mv__btn:hover {
    background: #f5f5f5;
  }

  .mv__btn:active {
    background: #ebebeb;
  }

  .campus-btn {
    transition: background-color 0.2s ease;
    max-width: calc((100% - 40px) / 3);
  }

  .campus-btn:hover {
    background: #f5f5f5;
  }

  .campus-btn:active {
    background: #ebebeb;
  }

  .footer__link {
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  .footer__link:hover {
    color: #3ac2cf;
    opacity: 0.9;
  }

  /* 学費・FAQ アコーディオン：背景は変えず、枠＋ドロップシャドウでホバー表現 */
  .acc-btn:hover::before {
    border-color: #3ac2cf;
    box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 rgba(58, 194, 207, 0.55);
  }

  .acc-btn:active::before {
    border-color: #2a9daa;
    box-shadow: 1px 1px 0 0 #fff, 1px 1px 0 0 rgba(42, 157, 170, 0.65);
  }

  .qa:hover::before {
    border-color: #3ac2cf;
    box-shadow: 1px 1px 0 0 #fff, 2px 2px 0 0 rgba(58, 194, 207, 0.55);
  }

  .qa:active::before {
    border-color: #2a9daa;
    box-shadow: 1px 1px 0 0 #fff, 1px 1px 0 0 rgba(42, 157, 170, 0.65);
  }

  .bottom-bar__btn {
    transition: filter 0.2s ease, opacity 0.2s ease;
  }

  .bottom-bar__btn--pink:hover {
    filter: brightness(1.06);
  }

  .bottom-bar__btn--teal:hover {
    filter: brightness(1.08);
  }

  .page-top {
    transition: background-color 0.2s ease;
  }

  .page-top:hover {
    background: #f5f5f5;
  }

  .page-top:active {
    background: #ebebeb;
  }
}

/* SP 375px safeguard */
@media (max-width: 375px) {
  .mv__h1 {
    font-size: 46px;
    line-height: 1.22;
  }
  .mv__copy-line {
    font-size: 14px;
  }
  .mv__btn {
    font-size: 14px;
  }
  .course-options__title {
    font-size: 26px;
    white-space: normal;
    line-height: 1.3;
  }
}

