@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
    font-family: "Noto Sans JP", sans-serif;
}

/* FV */
.first-year.kv {
  width: 100%;
  padding: 0;
}

.first-year.kv .kv__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.first-year.kv .kv__bg {
  display: block;
  width: 100%;
  height: auto;
}

.first-year.kv .kv__title {
  position: absolute;
  top: clamp(24px, 7vw, 50px);
  left: clamp(16px, 4vw, 37px);
  width: clamp(344px, 90vw, 500px);
  height: auto;
}

.first-year.kv .kv__cta {
  position: absolute;
  bottom: 9px;
  right: 11px;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .first-year.kv .kv__cta:hover {
    opacity: 0.8;
  }
}

.first-year.kv .kv__cta img {
  display: block;
  width: clamp(126px, 33.6vw, 160px);
  height: auto;
}

.first-year.kv .kv__cta-pc {
  display: none;
}

@media (min-width: 767px) {
  .first-year.kv {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    left: auto;
    transform: none;
    min-height: 500px;
    height: calc(100vh - 250px);
  }

  .first-year.kv .kv__inner {
    width: 100%;
    min-height: 500px;
    height: calc(100vh - 250px);
  }

  .first-year.kv .kv__inner > picture:first-of-type {
    display: block;
    width: 100%;

  }

  .first-year.kv .kv__bg {
    width: 100%;
    min-height: 500px;
    height: calc(100vh - 250px);
    object-fit: cover;
    object-position: center top;
  }

  .first-year.kv .kv__pc-group {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: clamp(4%, 6vw, 10%);
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.5vw, 28px);
  }

  .first-year.kv .kv__title {
    position: static;
    width: clamp(360px, calc(1078 / 2150 * 100vw), 800px);
  }

  .first-year.kv .kv__cta {
    display: none;
  }

  .first-year.kv .kv__cta-pc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(270px, 33.5vw, 320px);
    height: clamp(48px, 5.5vw, 58px);
    background-color: #99cc24;
    border-radius: 99px;
    text-decoration: none;
    padding: 0 clamp(16px, 2.5vw, 28px);
    transition: opacity 0.2s ease;
  }

  .first-year.kv .kv__cta-pc--orange {
    background-color: #f06e00;
  }

  .first-year.kv .kv__cta-pc span {
    font-weight: 700;
    color: #fff;
    font-size: clamp(16px, 2vw, 20px);
    white-space: nowrap;
  }
}

@media (hover: hover) and (min-width: 1760px) {
  .first-year.kv .kv__pc-group {
    left: clamp(15%, 12vw, 25%);
  }
}

@media (hover: hover) and (min-width: 767px) {
  .first-year.kv .kv__cta-pc:hover {
    opacity: 0.8;
  }
}

.first-year.closingdate-wrapper {
  padding: 0 clamp(16px, calc(16 / 375 * 100vw), 32px) clamp(16px, calc(16 / 375 * 100vw), 32px);
  max-width: 750px;
margin: 0 auto;
}

.first-year.p-evolution {
  background-image: url("/assets/chugaku/images/grade/first-year/evolution__bg.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: clamp(74px, calc(74 / 375 * 100vw), 100px);
  padding-bottom: clamp(64px, calc(64 / 375 * 100vw), 90px);
  position: relative;
}

.first-year .p-evolution__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.first-year .p-evolution__title {
  display: block;
  width: clamp(296px, calc(296 / 375 * 100vw), 400px);
  height: auto;
  margin: clamp(-99px, calc(-99 / 375 * 100vw), -140px) auto 0;
  transform: translateX(clamp(24px, calc(24 / 375 * 100vw), 36px));
}

.first-year .p-evolution__body {
  margin-top: clamp(36px, calc(36 / 375 * 100vw), 50px);
  text-align: center;
  font-size: clamp(16px, calc(16 / 375 * 100vw), 20px);
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.first-year .p-evolution__text + .p-evolution__text {
  margin-top: clamp(16px, calc(16 / 375 * 100vw), 24px);
}

.first-year .p-evolution__text--em {
  font-weight: 700;
  color: #0059ab;
}

.first-year .p-evolution__people-wrap {
  display: grid;
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
}

.first-year .p-evolution__people-wrap > img {
  grid-area: 1 / 1;
}

.first-year .p-evolution__people {
  display: block;
  width: 100%;
  max-width: clamp(336px, calc(336 / 375 * 100vw), 450px);
  height: auto;
}

.first-year .p-evolution__people-deco {
  width: 100%;
  height: 100%;
}

.first-year .p-evolution__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(90cqw, 420px);
  height: clamp(45px, calc(45 / 375 * 100vw), 56px);
  background-color: #99cc24;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(16px, calc(16 / 375 * 100vw), 20px);
  font-weight: 700;
  text-decoration: none;
  margin-top: clamp(30px, calc(30 / 375 * 100vw), 45px);
  position: relative;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .first-year .p-evolution__cta:hover {
    opacity: 0.8;
  }
}

.first-year .p-evolution__cta::after {
  content: "";
  position: absolute;
  right: clamp(19px, calc(19 / 375 * 100vw), 24px);
  top: 50%;
  width: clamp(5px, calc(5 / 375 * 100vw), 8px);
  height: clamp(11px, calc(11 / 375 * 100vw), 16px);
  background: url(../../images/grade/first-year/evolution__cta-arrow.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

/* p-feature */
.first-year.p-feature {
  padding: clamp(69px, calc(69 / 375 * 100vw), 100px) 0 clamp(40px, calc(40 / 375 * 100vw), 60px);
  background-color: #EAF2FA;
  background-image: url("/assets/chugaku/images/grade/first-year/feature__bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}

.first-year .p-feature__head {
  margin-top: -15px;
}

.first-year .p-feature__title {
  text-align: center;
  margin-bottom: clamp(10px, calc(10 / 375 * 100vw), 20px);
}

.first-year .p-feature__title-sub {
  display: block;
  font-size: clamp(15px, calc(15 / 375 * 100vw), 20px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
}

.first-year .p-feature__title-main {
  display: block;
  font-size: clamp(35px, calc(35 / 375 * 100vw), 48px);
  font-weight: 900;
  background: linear-gradient(to right, #0059ab, #298ecd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: -10px;
}

.first-year .p-feature__title-num {
  font-style: normal;
  font-size: clamp(50px, calc(50 / 375 * 100vw), 68px);
}

.first-year .p-feature__nav-list {
  list-style: none;
  padding: 0;
  margin: 0 clamp(22.5px, calc(22.5 / 375 * 100vw), 45px);
}

.first-year .p-feature__nav-item {
  background-image: repeating-linear-gradient(to right, #b8c4d8 0, #b8c4d8 3px, transparent 3px, transparent 6px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: top;
}

.first-year .p-feature__nav-item:first-child {
  background-image: none;
  position: relative;
  top: clamp(3px, calc(3 / 375 * 100vw), 5px);
}

.first-year .p-feature__nav-item:not(:first-child) {
  margin-top: -15px;
  padding-top: clamp(10px, calc(10 / 375 * 100vw), 20px);
}

.first-year .p-feature__nav-item:last-child {
  background-image:
    repeating-linear-gradient(to right, #b8c4d8 0, #b8c4d8 3px, transparent 3px, transparent 6px),
    repeating-linear-gradient(to right, #b8c4d8 0, #b8c4d8 3px, transparent 3px, transparent 6px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: top, 0 calc(100% - clamp(5px, calc(5 / 375 * 100vw), 8px));
}

.first-year .p-feature__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(300px, calc(300 / 375 * 100vw), 450px);
  margin: 0 auto;
  padding: clamp(16px, calc(16 / 375 * 100vw), 24px) 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .first-year .p-feature__nav-link:hover {
    opacity: 0.7;
  }
}

.first-year .p-feature__nav-content {
  display: flex;
  align-items: center;
  gap: clamp(16px, calc(16 / 375 * 100vw), 24px);
}

.first-year .p-feature__nav-num img {
  display: block;
  width: clamp(34px, calc(34 / 375 * 100vw), 48px);
  height: auto;
  transform: translateY(-12px);
}

.first-year .p-feature__nav-text {
  font-size: clamp(22px, calc(22 / 375 * 100vw), 28px);
  font-weight: 700;
  color: #0b1142;
  letter-spacing: 0.05em;
}

.first-year .p-feature__nav-arrow img {
  display: block;
  width: clamp(14px, calc(14 / 375 * 100vw), 20px);
  height: auto;
}

/* p-apply */
.first-year .p-apply__inner {
  max-width: 750px;
  margin: 0 auto;
}

.first-year .p-apply__box {
  overflow: hidden;
  width: clamp(340px, calc(340 / 375 * 100vw), 500px);
  margin: 0 auto;
}

.first-year .p-apply__carousel {
  overflow-x: hidden;
  width: 100%;
}

.first-year .p-apply__swiper {
  overflow: visible;
}

.first-year .p-apply__swiper .slick-list {
  margin: 0 -10px;
}

.first-year .p-apply__swiper .slick-slide {
  display: flex;
  justify-content: center;
  margin: 0 10px;
}

.first-year .p-apply__swiper .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}


.first-year .p-apply__pagination .slick-dots {
  position: static !important;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.first-year .p-apply__pagination .slick-dots li {
  width: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  height: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  margin: 0 clamp(4px, calc(8 / 375 * 100vw), 8px) !important;
}

.first-year .p-apply__pagination .slick-dots li button {
  padding: 0 !important;
  width: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  height: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  background: transparent !important;
}

.first-year .p-apply__pagination .slick-dots li button::before {
  width: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  height: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  background: #0b1142 !important;
  opacity: 0.4 !important;
  transition: opacity 0.3s;
  top: 0 !important;
  left: 0 !important;
}

.first-year .p-apply__pagination .slick-dots li.slick-active button::before {
  opacity: 1 !important;
}

.first-year .p-apply__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(300px, calc(300 / 375 * 100vw), 450px);
  margin: 0 auto;
}

.first-year .p-apply__detail {
  position: relative;
  margin-top: 0;
  width: 100%;
}

.first-year .p-apply__detail-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.first-year .p-apply__content-detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

.first-year .p-apply__detail-checkbox:checked ~ .p-apply__content-detail {
  max-height: 1200px;
  opacity: 1;
}

.first-year .c-expand-detail__label {
  display: inline-flex;
  align-items: center;
  gap: clamp(5px, calc(5 / 375 * 100vw), 8px);
  width: clamp(67px, calc(67 / 375 * 100vw), 90px);
  height: clamp(25px, calc(25 / 375 * 100vw), 36px);
  padding: 0;
  justify-content: center;
  background: rgba(189, 189, 189, 0.5);
  border-radius: clamp(3px, calc(3 / 375 * 100vw), 4px);
  font-size: clamp(12px, calc(12 / 375 * 100vw), 16px);
  font-weight: 400;
  color: #333;
  cursor: pointer;
  margin-bottom: clamp(10px, calc(10 / 375 * 100vw), 16px);
}

.first-year .c-expand-detail__label i {
  display: inline-block;
  position: relative;
  width: clamp(9px, calc(9 / 375 * 100vw), 12px);
  height: clamp(9px, calc(9 / 375 * 100vw), 12px);
  margin-left: clamp(3px, calc(3 / 375 * 100vw), 4px);
  vertical-align: -1px;
}

.first-year .c-expand-detail__label i::before,
.first-year .c-expand-detail__label i::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.first-year .c-expand-detail__label i::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.first-year .p-apply__detail-checkbox:checked + .c-expand-detail__label i::after {
  transform: rotate(0deg);
}

.first-year .p-apply__content-text {
  font-size: clamp(10px, calc(10 / 375 * 100vw), 14px);
  color: #333;
  line-height: 1.5;
}

.first-year .p-apply__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(90cqw, 480px);
  height: clamp(45px, calc(45 / 375 * 100vw), 64px);
  background: #99cc24;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(16px, calc(16 / 375 * 100vw), 22px);
  font-weight: 700;
  text-decoration: none;
  margin-top: clamp(40px, calc(40 / 375 * 100vw), 60px);
  margin-bottom: clamp(60px, calc(60 / 375 * 100vw), 80px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .first-year .p-apply__cta:hover {
    opacity: 0.8;
  }
}

.first-year .p-apply__cta::after {
  content: "";
  position: absolute;
  right: clamp(24px, calc(24 / 375 * 100vw), 36px);
  top: 50%;
  width: clamp(5px, calc(5 / 375 * 100vw), 8px);
  height: clamp(11px, calc(11 / 375 * 100vw), 16px);
  background: url(../../images/grade/first-year/evolution__cta-arrow.svg) no-repeat center / contain;
  transform: translateY(-50%);
}


/* セクション共通：SPインナー最大幅 */
.first-year_point01,
.first-year_point02,
.first-year_point03,
.first-year_point04{
position: relative;
  border-top: 1px solid #001d38;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  scroll-margin-top: clamp(20px, calc(20 / 375 * 100vw), 100px);
}
@media screen  and (min-width: 750px) {
.first-year_point01,
.first-year_point02,
.first-year_point03,
.first-year_point04{
    scroll-margin-top: clamp(90px, calc(90 / 375 * 100vw), 110px);
}
}

/* 1年生point01 */

.first-year_point01 {
background-color: #eaf2fa;
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 40px);
}

.first-year_point01 .point_label01,
.first-year_point02 .point_label02,
.first-year_point03 .point_label03,
.first-year_point04 .point_label04{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #001d38;
  color: #fff;
  width: clamp(120px, calc(120 / 375 * 100vw), 160px);
  height: clamp(28px, calc(28 / 375 * 100vw), 36px);
  line-height: 1.2;
  text-align: center;
  font-size: clamp(16px, calc(16 / 375 * 100vw), 18px);
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: clamp(24px, calc(24 / 375 * 100vw), 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-year_point01 .point01_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(48px, calc(48 / 375 * 100vw), 72px);
}

.first-year_point01 .point01_title__img {
  width: clamp(180px, calc(234 / 375 * 100vw), 350px);
  height: auto;
}

.first-year_point01 .point01_tablet__inner {
  margin-top: clamp(34px, calc(34 / 375 * 100vw), 50px);
}

.first-year_point01 .point01_inner__02 {
  margin: clamp(30px, calc(30 / 375 * 100vw), 50px) clamp(15px, calc(15 / 375 * 100vw), 30px) 0;
  background-color: #fff;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.first-year_point01 .point01_title__sub {
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  padding-top: clamp(18px, calc(18 / 375 * 100vw), 28px);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.text_blue {
  color: #0059ab;
}

.first-year_point01 .point01_induction__inner {
  margin-top: clamp(18px, calc(18 / 375 * 100vw), 28px);
}

.first-year_point01 .point01_induction__txt_box {
  padding: clamp(18px, calc(18 / 375 * 100vw), 36px) clamp(32px, calc(32 / 375 * 100vw), 64px);
}

.first-year_point01 .point01_induction__txt {
  font-size: clamp(14px, calc(14 / 375 * 100vw), 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.first-year_point01 .point01_induction__txt02 {
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
}


.first-year_point01 .point01_tablet__img,
.first-year_point01 .point01_induction__img {
  width: 100%;
  height: auto;
}

.first-year_point01 .point01_induction__media {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.first-year_point01 .point01_induction__anime {
position: absolute;
    width: 59%;
    top: 6.9%;
    right: 7.4%;
}

.first-year_point01 .point01_induction__overlap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* 1年生point02 */

.first-year_point02 {
background-color: #fff;
}

.first-year_point02 .point02_title {
  margin-top: clamp(36px, calc(36 / 375 * 100vw), 60px);
}

.first-year_point02 .point02_title__img {
  width: clamp(250px, calc(315 / 375 * 100vw), 450px);
}

.first-year_point02 .point02_title__sub {
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333333;
}

.first-year_point02 .point02_title__img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(12px, calc(12 / 375 * 100vw), 20px);
}

.first-year_point02 .point02_kv__inner {
  margin-top: clamp(30px, calc(30 / 375 * 100vw), 50px);
}

.first-year_point02 .point02_lesson__inner {
  margin: clamp(30px, calc(30 / 375 * 100vw), 50px) clamp(15px, calc(15 / 375 * 100vw), 30px) 0;
  background-color: #eaf2fa;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
}

.first-year_point02 .point02_lesson__header {
  padding-top: clamp(18px, calc(18 / 375 * 100vw), 28px);
  text-align: center;
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
}

.first-year_point02 .point02_lesson__gif_box {
  padding: clamp(18px, calc(18 / 375 * 100vw), 28px) clamp(12px, calc(12 / 375 * 100vw), 24px);
}

.first-year_point02 .point02_lesson__gif{
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
}


.first-year_point02 .point02_lesson__txt {
  padding: 0 clamp(32px, calc(32 / 375 * 100vw), 64px) clamp(18px, calc(18 / 375 * 100vw), 36px);
  font-size: clamp(14px, calc(14 / 375 * 100vw), 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.first-year_point02 .point02_function__inner {
  margin: clamp(20px, calc(20 / 375 * 100vw), 30px) clamp(15px, calc(15 / 375 * 100vw), 30px) clamp(100px, calc(100 / 375 * 100vw), 150px);
  background-color: #eaf2fa;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
}

.first-year_point02 .point02_function__header {
  padding-top: clamp(22px, calc(22 / 375 * 100vw), 32px);
  text-align: center;
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
}

.first-year_point02 .point02__label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: clamp(24px, calc(24 / 375 * 100vw), 36px) 0 clamp(24px, calc(24 / 375 * 100vw), 36px);
}

.first-year_point02 .point02__label-wrapper::before,
.first-year_point02 .point02__label-wrapper::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #333;
}

.first-year_point02 .point02__label-wrapper::before {
  margin-left: clamp(15px, calc(15 / 375 * 100vw), 30px);
}

.first-year_point02 .point02__label-wrapper::after {
  margin-right: clamp(15px, calc(15 / 375 * 100vw), 30px);
}
.first-year_point02 .point02__label-wrapper02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: clamp(30px, calc(30 / 375 * 100vw), 45px) 0 clamp(25px, calc(25 / 375 * 100vw), 36px);
}

.first-year_point02 .point02__label-wrapper02::before,
.first-year_point02 .point02__label-wrapper02::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #333;
}

.first-year_point02 .point02__label-wrapper02::before {
  margin-left: clamp(15px, calc(15 / 375 * 100vw), 30px);
}

.first-year_point02 .point02__label-wrapper02::after {
  margin-right: clamp(15px, calc(15 / 375 * 100vw), 30px);
}

.first-year_point02 .point02__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  width: clamp(180px, calc(180 / 375 * 100vw), 240px);
  height: clamp(28px, calc(28 / 375 * 100vw), 36px);
  border-radius: clamp(60px, calc(60 / 375 * 100vw), 80px);
  font-size: clamp(16px, calc(16 / 375 * 100vw), 20px);
  font-weight: bold;
  white-space: nowrap;
}
.first-year_point02 .point02_memorize__inner {
  padding-bottom: clamp(30px, calc(30 / 375 * 100vw), 45px);
}

.first-year_point02 .point02_kv,
.first-year_point02 .point02_lesson__gif,
.first-year_point02 .point02_3minits,
.first-year_point02 .point02_memorize {
  width: 100%;
  height: auto;
}

/* 1年生point03 */

.first-year_point03 {
background-color: #eaf2fa;
  padding: 0 clamp(0px, calc((100vw - 375px) / 375 * 20), 20px) clamp(102px, calc(102 / 375 * 100vw), 150px);}

@media screen and (min-width: 750px) {
  .first-year_point03 {
    padding-bottom: 60px;
  }
}

.first-year_point03 .point03_title {
  margin-top: clamp(36px, calc(36 / 375 * 100vw), 60px);
}

.first-year_point03 .point03_title__img {
  width: clamp(200px, calc(248 / 375 * 100vw), 360px);
}

.first-year_point03 .point03_title__sub {
  text-align: center;
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333;
}

.first-year_point03 .point03_title__img_box {
  margin-top: clamp(12px, calc(12 / 375 * 100vw), 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-year_point03 .point03_kv__inner {
  display: grid;
  padding-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
  padding-bottom: clamp(30px, calc(30 / 375 * 100vw), 45px);
  padding-left: clamp(20px, 19.7vw, 108px);
  padding-right: clamp(20px, 19.7vw, 108px);
}

@media screen and (min-width: 750px) {
  .first-year_point03 .point03_kv__inner {
    width: 79%;
    margin: 0 auto;
  }
}

.first-year_point03 .point03_kv__inner > img {
  grid-area: 1 / 1;
}

.first-year_point03 .test_boy_deco {
  width: 100%;
  height: 100%;
}

.first-year_point03 .point03_content {
  margin: 0 clamp(15px, calc(15 / 375 * 100vw), 30px);
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
  padding: clamp(25px, calc(25 / 375 * 100vw), 40px) 0 clamp(20px, calc(20 / 375 * 100vw), 30px);
}

.first-year_point03 .point03__label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.first-year_point03 .point03__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  width: clamp(280px, calc(280 / 375 * 100vw), 400px);
  height: clamp(28px, calc(28 / 375 * 100vw), 40px);
  border-radius: clamp(60px, calc(60 / 375 * 100vw), 80px);
  font-size: clamp(16px, calc(16 / 375 * 100vw), 20px);
  font-weight: bold;
  white-space: nowrap;
}

.first-year_point03 .point03_calender__inner {
  margin: clamp(25px, calc(25 / 375 * 100vw), 40px) 0 clamp(30px, calc(30 / 375 * 100vw), 50px);
}

.first-year_point03 .point03_goal__inner {
  margin-top: clamp(24px, calc(24 / 375 * 100vw), 40px);
}

.first-year_point03 .point03_arrow__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(5px, calc(5 / 375 * 100vw), 8px);
}

.first-year_point03 .point03_plan__ttl {
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  margin-top: clamp(25px, calc(25 / 375 * 100vw), 40px);
}

.first-year_point03 .point03_plan__inner {
  margin-top: clamp(15px, calc(15 / 375 * 100vw), 24px);
}

.first-year_point03 .point03_plan__txt {
  margin: clamp(18px, calc(18 / 375 * 100vw), 30px) clamp(32px, calc(32 / 375 * 100vw), 64px) 0;
  font-weight: 500;
  font-size: clamp(14px, calc(14 / 375 * 100vw), 18px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
}

.first-year_point03 .point03_advanced {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
  margin: clamp(20px, calc(20 / 375 * 100vw), 30px) clamp(15px, calc(15 / 375 * 100vw), 30px) 0;
  padding: clamp(15px, calc(15 / 375 * 100vw), 24px) 0 clamp(25px, calc(25 / 375 * 100vw), 40px);
}

.first-year_point03 .point03_advanced__title {
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}


.first-year_point03 .point03_advanced__img_inner {
  padding: clamp(20px, calc(20 / 375 * 100vw), 30px) clamp(12px, calc(12 / 375 * 100vw), 24px);
}

.first-year_point03 .point03_adovanced__txt-box {
  padding: 0 clamp(24px, calc(24 / 375 * 100vw), 64px);
}

.first-year_point03 .point03_advanced__txt {
  font-weight: 500;
  font-size: clamp(14px, calc(14 / 375 * 100vw), 18px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #333;
}

.first-year_point03 .point03_advanced__txt02 {
  padding-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
}

.first-year_point03 .point03_advanced__btn {
  text-align: center;
  padding-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
}

.first-year_point03 .advanced_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(90cqw, 400px);
  height: clamp(45px, calc(45 / 375 * 100vw), 60px);
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: clamp(50px, calc(50 / 375 * 100vw), 80px);
  color: #333333;
  text-decoration: none;
  font-size: clamp(16px, calc(16 / 375 * 100vw), 20px);
  font-weight: bold;
}

.first-year_point03 .advanced_link::after {
  content: "";
  position: absolute;
  right: clamp(18px, calc(18 / 375 * 100vw), 24px);
  width: clamp(8px, calc(8 / 375 * 100vw), 12px);
  height: clamp(8px, calc(8 / 375 * 100vw), 12px);
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}

.first-year_point03 .point03_kv,
.first-year_point03 .point03_calender__img,
.first-year_point03 .point03_goal__img,
.first-year_point03 .point03_plan__img,
.first-year_point03 .point03_advanced__img {
  width: 100%;
  height: auto;
}

/* 1年生point04 */

.first-year_point04 {
  position: relative;
  border-top: 1px solid #001d38;
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}

.first-year_point04 .point04_title {
  margin-top: clamp(36px, calc(36 / 375 * 100vw), 60px);
  text-align: center;
}

.first-year_point04 .point04_title__img {
  width: clamp(250px, calc(317 / 375 * 100vw), 450px);
}

.first-year_point04 .point04_title__sub01 {
  font-weight: bold;
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333;
}

.first-year_point04 .point04_title__sub02 {
  font-weight: 800;
  font-size: clamp(25px, calc(20 / 375 * 100vw), 32px);
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: clamp(16px, calc(16 / 375 * 100vw), 24px);
}

.first-year_point04 .point04_title__img_box {
  margin-top: clamp(10px, calc(10 / 375 * 100vw), 16px);
}

.first-year_point04 .point04_kv__inner {
  padding-top: clamp(30px, calc(30 / 375 * 100vw), 45px);
  padding-bottom: clamp(30px, calc(30 / 375 * 100vw), 45px);
  padding-left: clamp(20px, 13.3vw, 50px);
  padding-right: clamp(20px, 13.3vw, 50px);
}

.first-year_point04 .point04_content {
  margin: 0 clamp(15px, calc(15 / 375 * 100vw), 30px) clamp(60px, calc(60 / 375 * 100vw), 90px);
  background-color: #eaf2fa;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
  padding-bottom: clamp(6px, calc(6 / 375 * 100vw), 10px);
}

.first-year_point04 .point04_content__title {
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  padding-top: clamp(18px, calc(18 / 375 * 100vw), 28px);
}

.first-year_point04 .point04_content__inner {
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
  background-color: #fff;
  margin: clamp(18px, calc(18 / 375 * 100vw), 28px) clamp(12px, calc(12 / 375 * 100vw), 20px);
}

.first-year_point04 .point04_about-a__inner {
  padding: clamp(10px, calc(10 / 375 * 100vw), 16px) clamp(15px, calc(15 / 375 * 100vw), 30px) 0;
}

.first-year_point04 .point04_about-b__inner {
  padding: clamp(5px, calc(5 / 375 * 100vw), 8px) clamp(15px, calc(15 / 375 * 100vw), 30px) clamp(15px, calc(15 / 375 * 100vw), 30px);
}

.first-year_point04 .point04_kv,
.first-year_point04 .point04_about-a__img,
.first-year_point04 .point04_about-b__img {
  width: 100%;
  height: auto;
}

.first-year:not(.kv),
.second-year:not(.kv),
.third-year:not(.kv) {
  max-width: 750px;
  margin-inline: auto;
}

/* First Year */

.first-year.user-voice {
  background-color: #eaf2fa;
  color: #333;
  padding-bottom: clamp(90px, calc(90 / 375 * 100vw), 120px);
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
    position: relative;
}

.first-year .user-voice_subtitle {
  margin-top: clamp(60px, calc(60 / 375 * 100vw), 90px);
  text-align: center;
  font-weight: 700;
  font-size: clamp(14px, calc(14 / 375 * 100vw), 20px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0 clamp(16px, calc(16 / 375 * 100vw), 32px);
}

.first-year .user-voice_title-top {
  margin: clamp(6px, calc(6 / 375 * 100vw), 10px) auto 0;
  text-align: center;
  font-weight: 700;
  font-size: clamp(22px, calc(22 / 375 * 100vw), 32px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding: 0 clamp(16px, calc(16 / 375 * 100vw), 32px);
}

.first-year .user-voice_title-bottom {
  margin: 0 auto clamp(16px, calc(16 / 375 * 100vw), 24px);
  text-align: center;
  font-weight: 700;
  font-size: clamp(22px, calc(22 / 375 * 100vw), 32px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding: 0 clamp(16px, calc(16 / 375 * 100vw), 32px);
  position: relative;
  width: fit-content;
}

.first-year .user-voice_title-bottom::before {
  content: "";
  background: url(/assets/chugaku/images/grade/first-year/emphasis-line-left.svg)
    no-repeat center/contain;
  width: clamp(32px, calc(32 / 375 * 100vw), 48px);
  height: clamp(34px, calc(34 / 375 * 100vw), 50px);
  position: absolute;
  top: clamp(-14px, calc(-14 / 375 * 100vw), -20px);
  left: clamp(-50px, calc(-50 / 375 * 100vw), -70px);
}

.first-year .user-voice_title-bottom::after {
  content: "";
  background: url(/assets/chugaku/images/grade/first-year/emphasis-line-right.svg)
    no-repeat center/contain;
  width: clamp(32px, calc(32 / 375 * 100vw), 48px);
  height: clamp(34px, calc(34 / 375 * 100vw), 50px);
  position: absolute;
  top: clamp(-14px, calc(-14 / 375 * 100vw), -20px);
  right: clamp(-50px, calc(-50 / 375 * 100vw), -70px);
}

.first-year .user-voice_title-blue {
  color: #0059ab;
  font-weight: 700;
  font-size: clamp(22px, calc(22 / 375 * 100vw), 32px);
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.first-year .user-voice-list {
  width: clamp(230px, calc(230 / 375 * 100vw), 300px);
  margin: 0 auto;
}

/* Slick 初期化後は、リスト自体の幅固定がレイアウト計算を崩すため解除 */
.first-year .user-voice-list.slick-initialized {
  width: auto;
  margin: 0;
}

.first-year .user-voice-item {
  background-color: #fff;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 6px);
  padding: clamp(16px, calc(16 / 375 * 100vw), 24px) clamp(14px, calc(14 / 375 * 100vw), 20px) clamp(20px, calc(20 / 375 * 100vw), 30px);
  text-align: center;
  width: clamp(230px, calc(230 / 375 * 100vw), 300px);
  min-height: clamp(148px, calc(148 / 375 * 100vw), 220px);
  display: flex;
  flex-direction: column;
  margin: 0 clamp(8px, calc(12 / 375 * 100vw), 15px);
    float: none !important;
  flex-shrink: 0 !important;
}



.first-year .user-voice-highlight {
  display: inline-block;
  text-align: center;
  color: #0059ab;
  font-weight: 700;
  font-size: clamp(14px, calc(14 / 375 * 100vw), 18px);
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: clamp(12px, calc(12 / 375 * 100vw), 18px);
}

.first-year .user-voice-highlight-divider {
  border-top: 1px dashed #0059ab;
  padding-top: clamp(2px, calc(2 / 375 * 100vw), 4px);
  padding-bottom: clamp(8px, calc(8 / 375 * 100vw), 12px);
}

.first-year .user-voice-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.first-year .user-voice-text {
  font-size: clamp(13px, calc(13 / 375 * 100vw), 16px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}

  .first-year .user-voice-item--small .user-voice-text {
    font-size: clamp(12px, calc(12 / 375 * 100vw), 16px);
  }

.first-year .user-voice_info-wrapper {
  margin-top: auto;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 clamp(10px, calc(10 / 375 * 100vw), 16px);
}

.first-year .user-voice-school {
  margin-left: clamp(2px, calc(2 / 375 * 100vw), 4px);
  font-size: clamp(10px, calc(10 / 375 * 100vw), 14px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}

.first-year .user-voice-pass {
  font-size: clamp(10px, calc(10 / 375 * 100vw), 14px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}

.first-year .user-voice-name {
  font-size: clamp(10px, calc(10 / 375 * 100vw), 14px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}

.first-year .user-voice-swiper .slick-track{
  display: flex !important;
}

.first-year .user-voice-swiper .slick-prev::before,
.first-year .user-voice-swiper .slick-next::before,
.first-year .parent-voice-swiper .slick-prev::before,
.first-year .parent-voice-swiper .slick-next::before {
  content: none !important;
}

.first-year .user-voice-swiper .slick-prev,
.first-year .user-voice-swiper .slick-next {
  width: clamp(12px, calc(12 / 375 * 100vw), 20px) !important;
  height: clamp(16px, calc(16 / 375 * 100vw), 24px) !important;
  top: 50% !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  z-index: 10;
}

.first-year .parent-voice-swiper .slick-prev,
.first-year .parent-voice-swiper .slick-next {
  width: clamp(12px, calc(12 / 375 * 100vw), 20px) !important;
  height: clamp(16px, calc(16 / 375 * 100vw), 24px) !important;
  top: calc(50% - clamp(18px, calc(18 / 375 * 100vw), 25px)) !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  z-index: 10;
}

.first-year .user-voice-swiper .slick-prev,
.first-year .parent-voice-swiper .slick-prev {
  left: calc(50% - clamp(129px, calc(133 / 375 * 100vw), 175px)) !important;
}

.first-year .user-voice-swiper .slick-next,
.first-year .parent-voice-swiper .slick-next {
  right: calc(50% - clamp(129px, calc(133 / 375 * 100vw), 175px)) !important;
  left: auto !important;
}

.first-year .user-voice-swiper .slick-prev::after,
.first-year .user-voice-swiper .slick-next::after,
.first-year .parent-voice-swiper .slick-prev::after,
.first-year .parent-voice-swiper .slick-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: none !important;
  transform: none !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.first-year .user-voice-swiper .slick-prev::after,
.first-year .parent-voice-swiper .slick-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M7 13L1 7L7 1' stroke='%230059AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.first-year .user-voice-swiper .slick-next::after,
.first-year .parent-voice-swiper .slick-next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M0.999999 1L7 7L1 13' stroke='%230059AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.first-year .user-voice-swiper .slick-list {
  overflow: visible !important;
  height: auto !important;
  width: clamp(230px, calc(230 / 375 * 100vw), 300px);
  margin-left: auto;
  margin-right: auto;
}

.first-year .user-voice-swiper .slick-dots {
  position: relative !important;
  bottom: auto !important;
  margin-top: clamp(26px, calc(26 / 375 * 100vw), 40px);
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.first-year .user-voice-swiper .slick-dots li {
  width: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  height: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  margin: 0 clamp(4px, calc(8 / 375 * 100vw), 8px) !important;
}

.first-year .user-voice-swiper .slick-dots li button {
  padding: 0 !important;
  width: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  height: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  background: transparent !important;
}

.first-year .user-voice-swiper .slick-dots li button::before {
  width: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  height: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  background-color: #a4c4e2 !important;
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
}

.first-year .user-voice-swiper .slick-dots li.slick-active button::before {
  background-color: #0059ab !important;
}

.first-year .user-voice-swiper {
  margin-bottom: clamp(36px, calc(36 / 375 * 100vw), 54px) !important;
}

.first-year .user-voice-swiper .slick-dots,
.first-year .parent-voice-swiper .slick-dots {
  position: absolute !important;
  top: 100% !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  margin-top: clamp(26px, calc(26 / 375 * 100vw), 40px) !important;
}


.first-year.parent-voice {
  color: #333;
  padding-bottom: clamp(90px, calc(90 / 375 * 100vw), 120px);
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.first-year .parent-voice_subtitle {
  text-align: center;
  font-weight: 700;
  font-size: clamp(14px, calc(14 / 375 * 100vw), 20px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0 clamp(16px, calc(16 / 375 * 100vw), 32px);
}

.first-year .parent-voice_title-top {
  margin: clamp(6px, calc(6 / 375 * 100vw), 10px) auto 0;
  text-align: center;
  color: #0059ab;
  font-weight: 700;
  font-size: clamp(22px, calc(22 / 375 * 100vw), 32px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: 0 clamp(16px, calc(16 / 375 * 100vw), 32px);
}

.first-year .parent-voice_title-bottom {
  margin: 0 auto clamp(16px, calc(16 / 375 * 100vw), 24px);
  text-align: center;
  font-weight: 700;
  color: #0059ab;
  font-size: clamp(22px, calc(22 / 375 * 100vw), 32px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding: 0 clamp(16px, calc(16 / 375 * 100vw), 32px);
  position: relative;
  width: fit-content;
}

.first-year .parent-voice_title-bottom::before {
  content: "";
  background: url(/assets/chugaku/images/grade/first-year/emphasis-line-left.svg) no-repeat center/contain;
  width: clamp(32px, calc(32 / 375 * 100vw), 48px);
  height: clamp(34px, calc(34 / 375 * 100vw), 50px);
  position: absolute;
  top: clamp(-14px, calc(-14 / 375 * 100vw), -20px);
  left: clamp(-82px, calc(-82 / 375 * 100vw), -120px);
}

.first-year .parent-voice_title-bottom::after {
  content: "";
  background: url(/assets/chugaku/images/grade/first-year/emphasis-line-right.svg) no-repeat center/contain;
  width: clamp(32px, calc(32 / 375 * 100vw), 48px);
  height: clamp(34px, calc(34 / 375 * 100vw), 50px);
  position: absolute;
  top: clamp(-14px, calc(-14 / 375 * 100vw), -20px);
  right: clamp(-82px, calc(-82 / 375 * 100vw), -120px);
}

.first-year .parent-voice_title-blue {
  color: #0059ab;
  font-weight: 700;
  font-size: clamp(22px, calc(22 / 375 * 100vw), 32px);
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.first-year .parent-voice-list {
  width: clamp(230px, calc(230 / 375 * 100vw), 300px);
  margin: 0 auto;
}

.first-year .parent-voice-item {
  background-color: #eaf2fa;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
  padding: clamp(16px, calc(16 / 375 * 100vw), 24px) clamp(14px, calc(14 / 375 * 100vw), 20px) clamp(20px, calc(20 / 375 * 100vw), 30px);
  text-align: center;
  width: clamp(230px, calc(230 / 375 * 100vw), 300px) !important;
  min-height: clamp(184px, calc(184 / 375 * 100vw), 250px);
  display: flex;
  flex-direction: column;
  margin: 0 clamp(8px, calc(12 / 375 * 100vw), 15px);
}

.first-year .parent-voice-highlight {
  display: inline-block;
  text-align: center;
  color: #0059ab;
  font-weight: 700;
  font-size: clamp(14px, calc(14 / 375 * 100vw), 18px);
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: clamp(12px, calc(12 / 375 * 100vw), 18px);
}

.first-year .parent-voice-highlight-divider {
  border-top: 1px dashed #0059ab;
  padding-top: clamp(2px, calc(2 / 375 * 100vw), 4px);
  padding-bottom: clamp(8px, calc(8 / 375 * 100vw), 12px);
}

.first-year .parent-voice-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.first-year .parent-voice-text {
  font-size: clamp(12px, calc(12 / 375 * 100vw), 14px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: clamp(8px, calc(8 / 375 * 100vw), 12px);
  text-align: left;
}

.first-year .parent-voice_info-wrapper {
  margin-top: auto;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 clamp(10px, calc(10 / 375 * 100vw), 16px);
}

.first-year .parent-voice-student {
  font-size: clamp(10px, calc(10 / 375 * 100vw), 12px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}

.first-year .parent-voice-role {
  font-size: clamp(10px, calc(10 / 375 * 100vw), 14px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}

.first-year .parent-voice-name {
  font-size: clamp(10px, calc(10 / 375 * 100vw), 14px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}

.first-year .parent-voice-swiper .slick-track {
  display: flex !important;
}


.first-year .parent-voice-swiper .slick-list {
  overflow: visible !important;
  height: auto !important;
}

.first-year .parent-voice-swiper .slick-dots {
  position: relative !important;
  bottom: auto !important;
  width: 100% !important;
  left: 0 !important;
  margin: clamp(26px, calc(26 / 375 * 100vw), 40px) 0 0 !important;
  display: flex !important;
  justify-content: center !important;
}

.first-year .parent-voice-swiper .slick-dots li {
  width: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  height: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  margin: 0 clamp(4px, calc(8 / 375 * 100vw), 8px) !important;
}

.first-year .parent-voice-swiper .slick-dots li button {
  padding: 0 !important;
  width: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  height: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  background: transparent !important;
}

.first-year .parent-voice-swiper .slick-dots li button::before {
  width: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  height: clamp(10px, calc(10 / 375 * 100vw), 14px) !important;
  background-color: #a4c4e2 !important;
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
}

.first-year .parent-voice-swiper .slick-dots li.slick-active button::before {
  background-color: #0059ab !important;
}

.first-year.test-strategy {
  overflow-x: hidden;
  margin: 0 auto;
}

.first-year .test-strategy-boy {
  width: 100vw;
  max-width: none;
  height: auto;
  display: block;
}

@media screen and (min-width: 750px) {
  .first-year .test-strategy-boy {
    max-width: 750px;
  }
}

/* 大外の青いコンテナ */
.first-year .test-strategy_container {
  background-color: #0059ab;
  padding: clamp(20px, calc(20 / 375 * 100vw), 40px) clamp(20px, calc(20 / 375 * 100vw), 32px) clamp(30px, calc(30 / 375 * 100vw), 60px);
  position: relative;
}

/* iPad上部背景画像 */
.first-year .test-strategy_container::before {
  content: "";
  background: url(/assets/chugaku/images/grade/first-year/test-strategy-ipad.webp) no-repeat center/contain;
  width: min(100vw, 750px);
  height: clamp(278px, calc(278 / 375 * 100vw), 556px);
  position: absolute;
  top: clamp(-200px, calc(-88 / 375 * 100vw), -88px);
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 750px) {
  .first-year .test-strategy_container::before {
    background: url(/assets/chugaku/images/grade/first-year/test-strategy-ipad_2xl.webp) no-repeat center/contain;
  }
}

/* 丸い下部背景画像 */
.first-year .test-strategy_container::after {
  content: "";
  background: url(/assets/chugaku/images/grade/first-year/test-strategy-circle-bottom.webp) no-repeat center/contain;
  width: min(100%, 750px);
  height: clamp(300px, calc(300 / 375 * 100vw), 600px);
  position: absolute;
  bottom: clamp(-360px, calc(-180 / 375 * 100vw), -180px);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.first-year .subject-container {
  background-color: #fff;
  padding: clamp(40px, calc(40 / 375 * 100vw), 80px) clamp(22px, calc(22 / 375 * 100vw), 44px);
  border-radius: clamp(10px, calc(10 / 375 * 100vw), 20px);
  margin: clamp(168px, calc(168 / 375 * 100vw), 336px) auto 0;
  width: 100%;
  max-width: 686px;
  height: auto;
}

/* 教科アイコン */
.first-year .test-strategy-subjects-wrapper {
  text-align: center;
  margin-bottom: clamp(16px, calc(16 / 375 * 100vw), 32px);
}

.first-year .test-strategy-subjects-img {
  width: clamp(235px, calc(235 / 375 * 100vw), 370px);
  height: auto;
}

/* プラスアイコン */
.first-year .test-strategy_plus {
  position: relative;
  width: clamp(20px, calc(20 / 375 * 100vw), 40px);
  height: clamp(20px, calc(20 / 375 * 100vw), 40px);
  margin: 0 auto;
}

.first-year .test-strategy_plus::before,
.first-year .test-strategy_plus::after {
  content: "";
  position: absolute;
  background-color: #2a305c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.first-year .test-strategy_plus::before {
  width: clamp(20px, calc(20 / 375 * 100vw), 40px);
  height: clamp(4px, calc(4 / 375 * 100vw), 8px);
}

.first-year .test-strategy_plus::after {
  width: clamp(4px, calc(4 / 375 * 100vw), 8px);
  height: clamp(20px, calc(20 / 375 * 100vw), 40px);
}

/* 放送アイコン・テキスト */
.first-year .test-strategy_broadcast {
  width: fit-content;
  text-align: center;
  color: #2a305c;
  font-weight: bold;
  font-size: clamp(20px, calc(20 / 375 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: 0.03em;
  position: relative;
  margin: clamp(12px, calc(12 / 375 * 100vw), 24px) auto;
}

.first-year .test-strategy_broadcast::before {
  content: "";
  background: url(/assets/chugaku/images/grade/first-year/broadcast-left.svg) no-repeat center/contain;
  width: clamp(20px, calc(20 / 375 * 100vw), 40px);
  height: clamp(20px, calc(20 / 375 * 100vw), 40px);
  position: absolute;
  top: 50%;
  left: clamp(-48px, calc(-24 / 375 * 100vw), -24px);
  transform: translateY(-50%);
}

.first-year .test-strategy_broadcast::after {
  content: "";
  background: url(/assets/chugaku/images/grade/first-year/broadcast-right.svg) no-repeat center/contain;
  width: clamp(20px, calc(20 / 375 * 100vw), 40px);
  height: clamp(20px, calc(20 / 375 * 100vw), 40px);
  position: absolute;
  top: 50%;
  right: clamp(-48px, calc(-24 / 375 * 100vw), -24px);
  transform: translateY(-50%);
}

.first-year .test-strategy_broadcast-comma {
  color: #2a305c;
  font-weight: bold;
  font-size: clamp(20px, calc(20 / 375 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: -0.47em;
}

/* メインリスト */
.first-year .test-strategy_list {
  width: fit-content;
  margin: clamp(12px, calc(12 / 375 * 100vw), 24px) auto 0;
}

.first-year .test-strategy_list-item {
  color: #2a305c;
  font-weight: 700;
  font-size: clamp(30px, calc(30 / 375 * 100vw), 60px);
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.first-year .test-strategy_list-item:not(:first-child) {
  margin-top: clamp(4px, calc(4 / 375 * 100vw), 8px);
}

.first-year .test-strategy_spacing-adjust8 {
  font-size: clamp(30px, calc(30 / 375 * 100vw), 60px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.08em;
}

.first-year .test-strategy_spacing-adjust15 {
  font-size: clamp(30px, calc(30 / 375 * 100vw), 60px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.15em;
}

.first-year .test-strategy_small {
  color: #2a305c;
  font-weight: 700;
  font-size: clamp(16px, calc(16 / 375 * 100vw), 32px);
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-left: 2px;
}

@media (min-width: 750px) {
  .first-year .test-strategy_small02 {
    padding-left: 8px;
  }
}

/* 金額エリア */
.first-year .test-strategy_pricing-topper {
  margin-top: clamp(30px, calc(30 / 375 * 100vw), 60px);
}

.first-year .test-strategy_pricing-topper-text {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: clamp(16px, calc(16 / 375 * 100vw), 32px);
  line-height: 1.75;
  letter-spacing: 0;
}

.first-year .test-strategy_pricing-wrapper {
  margin: clamp(-22px, calc(-22 / 375 * 100vw), -44px) auto clamp(30px, calc(30 / 375 * 100vw), 60px);
  text-align: center;
}

.first-year .test-strategy_pricing-cost {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: clamp(65px, calc(65 / 375 * 100vw), 130px);
  line-height: 0;
  letter-spacing: 0.03em;
}

.first-year .test-strategy_pricing-center-adjust {
  position: relative;
  left: clamp(-10px, calc(-10 / 375 * 100vw), -20px);
}

.first-year .test-strategy_pricing-cost::before {
  content: "月額";
  color: #0059ab;
  background-color: #fff;
  padding: clamp(2px, calc(2 / 375 * 100vw), 4px) clamp(10px, calc(10 / 375 * 100vw), 20px);
  border-radius: clamp(40px, calc(40 / 375 * 100vw), 80px);
  font-weight: 700;
  font-size: clamp(17px, calc(17 / 375 * 100vw), 34px);
  line-height: 1.47;
  letter-spacing: 0;
  position: relative;
  top: clamp(-6px, calc(-6 / 375 * 100vw), -12px);
}

.first-year .test-strategy_spacing-adjust13 {
  font-size: clamp(65px, calc(65 / 375 * 100vw), 130px);
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: -0.13em;
}

.first-year .test-strategy_comma {
  font-size: clamp(48px, calc(48 / 375 * 100vw), 96px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}

.first-year .test-strategy_pricing-yen {
  color: #fff;
  font-weight: 700;
  font-size: clamp(29px, calc(29 / 375 * 100vw), 58px);
  line-height: 1.45;
  letter-spacing: 0.08em;
  position: relative;
}

.first-year .test-strategy_pricing-yen:before {
  content: "※１";
  color: #fff;
  font-weight: 300;
  font-size: clamp(12px, calc(12 / 375 * 100vw), 24px);
  line-height: 3.5;
  letter-spacing: -0.14em;
  position: absolute;
  top: -40%;
  right: clamp(2px, calc(2 / 375 * 100vw), 4px);
}

.first-year .test-strategy_pricing-tax {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: clamp(15px, calc(15 / 375 * 100vw), 30px);
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-top: clamp(-12px, calc(-12 / 375 * 100vw), -24px);
}

/* 詳細展開ボタンエリア */
.first-year .test-strategy_expand-detail {
  padding: 0 clamp(16px, calc(16 / 375 * 100vw), 32px);
}

.first-year .expand-note {
  background-color: #5f8bb4;
  color: #fff;
  border-radius: clamp(3px, calc(3 / 375 * 100vw), 6px);
  padding: clamp(4px, calc(4 / 375 * 100vw), 8px);
  font-size: clamp(12px, calc(12 / 375 * 100vw), 24px);
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0;
}

.first-year .test-strategy_expand-detail input {
  display: none;
}

.first-year .test-strategy_expand-detail .test-strategy_expand__main {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.first-year .test-strategy_expand-detail input:checked ~ .test-strategy_expand__main {
  max-height: clamp(200px, calc(200 / 375 * 100vw), 400px);
  opacity: 1;
}

.first-year .test-strategy_expand-detail label i {
  display: inline-block;
  position: relative;
  width: clamp(8px, calc(8 / 375 * 100vw), 16px);
  height: clamp(8px, calc(8 / 375 * 100vw), 16px);
  margin-left: clamp(6px, calc(6 / 375 * 100vw), 12px);
}

.first-year .test-strategy_expand-detail label i::before,
.first-year .test-strategy_expand-detail label i::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background: #fff;
}

.first-year .test-strategy_expand-detail label i::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.first-year .test-strategy_expand-detail input:checked + label i::after {
  transform: rotate(0deg);
}

.first-year .expand-note label {
  width: clamp(66px, calc(66 / 375 * 100vw), 132px);
  height: clamp(20px, calc(20 / 375 * 100vw), 40px);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(3px, calc(3 / 375 * 100vw), 6px);
}

.first-year .test-strategy_expand__text {
  margin-top: clamp(10px, calc(10 / 375 * 100vw), 20px);
  color: #fff;
  font-size: clamp(10px, calc(10 / 375 * 100vw), 20px);
  line-height: 1.5;
  letter-spacing: 0;
}
/* CTA */

.first-year .test-strategy_cta {
  margin-top: clamp(100px, calc(100 / 375 * 100vw), 150px);
  padding: 0 clamp(24px, calc(24 / 375 * 100vw), 48px);
}

.first-year .u-mt--ss a {
  background: #f06e00 !important;
  margin-top: clamp(8px, calc(8 / 375 * 100vw), 12px);
}

.first-year .reqinfo a {
  background: #99cc24 !important;
}

.first-year .c-button--admission a {
  height: clamp(46px, calc(46 / 375 * 100vw), 64px);
  border-radius: clamp(40px, calc(40 / 375 * 100vw), 60px);
  box-shadow: none;
}

.first-year .c-button--admission i {
  display: inline-block;
  width: clamp(20px, calc(20 / 375 * 100vw), 30px);
  height: clamp(20px, calc(20 / 375 * 100vw), 30px);
  border-radius: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  right: clamp(20px, calc(20 / 375 * 100vw), 30px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.first-year .c-button--admission i::after {
  content: "";
  display: block;
  width: clamp(8px, calc(8 / 375 * 100vw), 12px);
  height: clamp(8px, calc(8 / 375 * 100vw), 12px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: transparent;
  border-bottom: transparent;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%) rotate(45deg);
}


@media screen and (min-width: 750px) {
  .first-year .user-voice-swiper .user-voice-list,
  .first-year .parent-voice-swiper .parent-voice-list {
    display: block !important;
    width: 100% !important;
  }

  .first-year .user-voice-swiper .slick-list,
  .first-year .parent-voice-swiper .slick-list {
    width: 100% !important;
    overflow: visible !important;
  }

  .first-year .user-voice-swiper .slick-track,
  .first-year .parent-voice-swiper .slick-track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    transform: none !important;
    padding: 0 20px;
  }

  .first-year .user-voice-swiper .slick-track::before,
  .first-year .user-voice-swiper .slick-track::after,
  .first-year .parent-voice-swiper .slick-track::before,
  .first-year .parent-voice-swiper .slick-track::after {
    display: none !important;
    content: none !important;
  }

  .first-year .user-voice-swiper .slick-slide,
  .first-year .parent-voice-swiper .slick-slide {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
  }

  .first-year .user-voice-swiper .slick-slide.slick-cloned,
  .first-year .parent-voice-swiper .slick-slide.slick-cloned {
    display: none !important;
  }

  .first-year .user-voice-swiper .user-voice-item,
  .first-year .parent-voice-swiper .parent-voice-item {
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
  }

  .first-year .user-voice-swiper .slick-arrow,
  .first-year .user-voice-swiper .slick-dots,
  .first-year .parent-voice-swiper .slick-arrow,
  .first-year .parent-voice-swiper .slick-dots {
    display: none !important;
  }
}

.p-evolution__inner,
.p-apply__inner,
.point03_advanced__btn {
  container-type: inline-size;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
}