@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

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

body.p-grade-3rd-year main > section.third-year:not(.kv) {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2px;
}

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

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

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

.third-year.kv .kv__title {
  position: absolute;
  top: clamp(10px, 5vw, 57px);
  left: clamp(12px, 6vw, 31px);
  width: clamp(320px, 85vw, 500px);
  height: auto;
}

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

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

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

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

@media (min-width: 767px) {
  .third-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);
  }

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

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

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

  .third-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);
  }

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

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

  .third-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;
  }

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

  .third-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: 1500px) {
  .third-year.kv .kv__pc-group {
    left: clamp(4%, 6vw, 10%);
  }
}

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

.third-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;
}

.third-year .p-kv-closingdate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  padding: 0 clamp(32px, calc(32 / 375 * 100vw), 64px);
  margin: 0 auto;
  color: #0059d8;
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 40px);
}

.third-year .p-kv-closingdate__text {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
}

.third-year .p-kv-closingdate__text span:first-child {
  font-size: clamp(22px, 5.87vw, 28px);
}

.third-year .p-kv-closingdate__no {
  font-size: clamp(15px, calc(15 / 375 * 100vw), 18px);
}

.third-year .p-kv-closingdate__text span:last-child {
  font-size: clamp(15px, calc(15 / 375 * 100vw), 18px);
}

.third-year .p-kv-closingdate__date {
  position: relative;
  width: clamp(144px, 38.4vw, 190px);
  height: clamp(44px, 11.73vw, 58px);
  font-weight: 700;
  line-height: 1;
}

.third-year .p-kv-closingdate__date span {
  position: absolute;
}

.third-year .p-kv-closingdate__date span.month {
  bottom: 0;
  left: 0;
  font-size: clamp(41px, 10.93vw, 54px);
}

.third-year .p-kv-closingdate__date span.month::after {
  content: "";
  position: absolute;
  top: clamp(3px, 0.8vw, 4px);
  left: clamp(30px, 8vw, 40px);
  width: clamp(4px, calc(4 / 375 * 100vw), 5px);
  height: clamp(36px, 9.6vw, 48px);
  background-color: #0059d8;
  transform: rotate(15deg);
}

.third-year .p-kv-closingdate__date span.day {
  bottom: clamp(-4px, -0.8vw, -3px);
  left: clamp(42px, 11.2vw, 56px);
  font-size: clamp(57px, 15.2vw, 76px);
}

.third-year .p-kv-closingdate__date span.week {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: clamp(3px, 0.8vw, 4px);
  width: clamp(26px, 6.93vw, 34px);
  height: clamp(26px, 6.93vw, 34px);
  background-color: #0059d8;
  color: #fff;
  border-radius: 50%;
  font-size: clamp(16px, 4.27vw, 21px);
}

.third-year .p-kv-closingdate__date span.note {
  bottom: 0;
  right: 0;
  font-size: clamp(16px, 4.27vw, 21px);
}

.third-year .p-kv-closingdate__note {
  width: 100%;
  text-align: right;
  color: rgba(51, 51, 51, 0.7);
  font-size: clamp(8px, 2.13vw, 11px);
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: clamp(3px, calc(3 / 375 * 100vw), 4px) 0 clamp(31px, calc(31 / 375 * 100vw), 40px) 0;
}


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

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

.third-year .p-evolution__title {
  display: block;
  width: clamp(254px, calc(254 / 375 * 100vw), 400px);
  height: auto;
  margin: clamp(-84px, calc(-84 / 375 * 100vw), -140px) 0 clamp(-4px, calc(-4 / 375 * 100vw), -6px) clamp(30px, calc(30 / 375 * 100vw), 45px);
}

.third-year .p-evolution__body {
  margin-top: clamp(21px, calc(21 / 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;
  max-width: 100%;
  box-sizing: border-box;
}

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

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

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

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

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

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

.third-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) {
  .third-year .p-evolution__cta:hover {
    opacity: 0.8;
  }
}

.third-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/third-year/evolution__cta-arrow3.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.third-year.p-feature {
  padding: clamp(52px, calc(52 / 375 * 100vw), 100px) 0 clamp(70px, calc(70 / 375 * 100vw), 112px);
  background-color: #eaf2fa;
  background-image: url("/assets/chugaku/images/grade/third-year/feature__bg3.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}

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

.third-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;
}

.third-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.05em;
  line-height: 1.2;
}

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

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

.third-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;
}

.third-year .p-feature__nav-item:first-child {
  background-image: none;
}

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

.third-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(10px, calc(10 / 375 * 100vw), 15px));
  margin-top: clamp(-20px, calc(-20 / 375 * 100vw), -30px);
  padding-top: clamp(16px, calc(16 / 375 * 100vw), 24px);
}

.third-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) {
  .third-year .p-feature__nav-link:hover {
    opacity: 0.7;
  }
}

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

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

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

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

.third-year .p-apply__inner {
  max-width: 750px;
  margin: 0 auto;
}

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

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

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

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

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

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


.third-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;
}

.third-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;
}

.third-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;
}

.third-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;
}

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

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

.third-year .p-apply__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(87.2vw, 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) {
  .third-year .p-apply__cta:hover {
    opacity: 0.8;
  }
}

.third-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/third-year/evolution__cta-arrow3.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.third-year_point01 {
  background-color: #eaf2fa;
  padding: 0 clamp(0px, calc((100vw - 375px) / 375 * 20), 20px) clamp(104px, calc(104 / 375 * 100vw), 156px);
}

.third-year_point01 .point_label01,
.third-year_point02 .point_label02,
.third-year_point03 .point_label03 {
  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;
}

.text_blue {
  color: #0059ab;
}

.third-year_point01 .point01_title {
  margin-top: clamp(36px, calc(36 / 375 * 100vw), 54px);
  text-align: center;
}

.third-year_point01 .point01_title__img {
  width: clamp(315px, calc(315 / 375 * 100vw), 405px);
  height: clamp(34px, calc(34 / 375 * 100vw), 43px);
  margin: 0 auto;
}

.third-year_point01 .point01_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;
}

.third-year_point01 .point01_title__img_box {
  margin-top: clamp(12px, calc(12 / 375 * 100vw), 18px);
  display: flex;
  align-items: center;
  justify-content: center;
}


.third-year_point01 .point01_kv__inner {
  display: grid;
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  min-width: 0;
  padding-top: clamp(30px, calc(30 / 375 * 100vw), 45px);
}

.third-year_point01 .point01_kv__inner > img {
  grid-area: 1 / 1;
  min-width: 0;
}

.third-year_point01 .test_boy_deco {
  width: 100%;
  height: 100%;
}

.third-year_point01 .point01_counterplan {
  margin: clamp(30px, calc(30 / 375 * 100vw), 45px) clamp(15px, calc(15 / 375 * 100vw), 22px) 0;
  background-color: #fff;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 6px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

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

.third-year_point01 .text_blue {
  color: #0059ab;
}

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

.third-year_point01 .point01_counterplan__txt_box {
  padding: clamp(18px, calc(18 / 375 * 100vw), 28px) clamp(32px, calc(32 / 375 * 100vw), 64px);
}

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

.third-year_point01 .point01_kv,
.third-year_point01 .point01_counterplan__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.third-year_point01 .point01_kv {
  width: clamp(277px, calc(277 / 375 * 100vw), 554px);
  height: clamp(204px, calc(204 / 375 * 100vw), 408px);
  max-width: 100%;
  object-fit: cover;
  margin-inline: auto;
}

.third-year_point02 {
  background-color: #fff;
  padding: 0;
}

.third-year_point02 .point02_title {
  margin-top: clamp(36px, calc(36 / 375 * 100vw), 54px);
  text-align: center;
}

.third-year_point02 .point02_title__img {
  width: clamp(200px, calc(248 / 375 * 100vw), 360px);
  margin: 0 auto;
}

.third-year_point02 .point02_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;
}

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

.third-year_point02 .point02_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.2vw, 108px);
  padding-right: clamp(20px, 19.2vw, 108px);
}

@media screen and (min-width: 750px) {
  .third-year_point02 .point02_kv__inner {
    width: 75%;
    margin: 0 auto;
  }
}

.third-year_point02 .point02_kv__inner > img {
  grid-area: 1 / 1;
}

.third-year_point02 .test_boy_deco {
  width: 100%;
  height: 100%;
}

.third-year_point02 .point02_content {
  margin: 0 clamp(15px, calc(15 / 375 * 100vw), 22px);
  background-color: #eaf2fa;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 6px);
  padding: clamp(22px, calc(22 / 375 * 100vw), 33px) 0 clamp(14px, calc(14 / 375 * 100vw), 21px);
}

.third-year_point02 .point02__label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.third-year_point02 .point02__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;
}

.third-year_point02 .point02_calender__inner {
  margin: clamp(25px, calc(25 / 375 * 100vw), 37px) 0 clamp(30px, calc(30 / 375 * 100vw), 45px);
}

.third-year_point02 .point02_goal__inner {
  margin-top: clamp(25px, calc(25 / 375 * 100vw), 37px);
}

.third-year_point02 .point02_arrow__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(5px, calc(5 / 375 * 100vw), 7px);
}

.third-year_point02 .point02_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(30px, calc(30 / 375 * 100vw), 45px);
}

.third-year_point02 .point02_plan__inner {
  margin-top: clamp(15px, calc(15 / 375 * 100vw), 22px);
}

.third-year_point02 .point02_plan__txt {
  margin: clamp(20px, calc(20 / 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;
}

.third-year_point02 .point02_subjects {
  margin: clamp(20px, calc(20 / 375 * 100vw), 30px) clamp(15px, calc(15 / 375 * 100vw), 22px) clamp(106px, calc(106 / 375 * 100vw), 159px);
  background-color: #eaf2fa;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 6px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.third-year_point02 .point02_subjects__title {
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  padding-top: clamp(26px, calc(26 / 375 * 100vw), 39px);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.third-year_point02 .text_blue {
  color: #0059ab;
}

.third-year_point02 .point02_subjects__inner {
  margin-top: clamp(15px, calc(15 / 375 * 100vw), 22px);
}

.third-year_point02 .point02_subjects__txt_box {
  padding: clamp(18px, calc(18 / 375 * 100vw), 28px) clamp(32px, calc(32 / 375 * 100vw), 64px);
}

.third-year_point02 .point02_subjects__txt {
  font-size: clamp(14px, calc(14 / 375 * 100vw), 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.third-year_point02 .point02_kv,
.third-year_point02 .point02_calender__img,
.third-year_point02 .point02_goal__img,
.third-year_point02 .point02_plan__img,
.third-year_point02 .point02_subjects__img {
  width: 100%;
  height: auto;
}

.third-year_point03 {
  background-color: #eaf2fa;
  padding: 0;
}


.third-year_point03 .point03_title {
  margin-top: clamp(36px, calc(36 / 375 * 100vw), 54px);
  position: relative;
  z-index: 2;
  text-align: center;
}

.third-year_point03 .point03_title__img {
  width: clamp(140px, calc(176 / 375 * 100vw), 300px);
  margin: 0 auto;
}

.third-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;
}

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

.third-year_point03 .point03_kv__inner {
  position: relative;
  z-index: 1;
}

.third-year_point03 .point03_kv__img {
  width: clamp(342px, calc(342 / 375 * 100vw), 640px);
  height: auto;
  max-width: 100%;
  margin-inline: auto;
  display: block;
  margin-top: clamp(-21px, calc(-21 / 375 * 100vw), -42px);
}

.third-year_point03 .point03_advanced {
  margin: clamp(28px, calc(28 / 375 * 100vw), 42px) clamp(15px, calc(15 / 375 * 100vw), 22px) 0;
  background-color: #fff;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 6px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

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

.third-year_point03 .text_blue {
  color: #0059ab;
}

.third-year_point03 .point03_advanced__inner {
  margin-top: clamp(14px, calc(14 / 375 * 100vw), 21px);
}

.third-year_point03 .point03_advanced__txt_box {
  padding: clamp(18px, calc(18 / 375 * 100vw), 28px) clamp(32px, calc(32 / 375 * 100vw), 64px);
}

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

.third-year_point03 .point03_dedicated-plan {
  margin: clamp(20px, calc(20 / 375 * 100vw), 30px) clamp(15px, calc(15 / 375 * 100vw), 22px) 0;
  background-color: #fff;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 6px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.third-year_point03 .point03_dedicated-plan__title {
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: bold;
  padding-top: clamp(25px, calc(25 / 375 * 100vw), 27px);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.third-year_point03 .point03_dedicated-plan__inner {
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
}

.third-year_point03 .point03_dedicated-plan__txt_box {
  padding: clamp(20px, calc(20 / 375 * 100vw), 30px) clamp(32px, calc(32 / 375 * 100vw), 64px);
}

.third-year_point03 .point03_dedicated-plan__txt {
  font-size: clamp(14px, calc(14 / 375 * 100vw), 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

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

.third-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;
}

.third-year_point03 .advanced_link::after {
  content: "";
  position: absolute;
  right: clamp(16px, calc(16 / 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);
}

.third-year_point03 .point02_advanced__img,
.third-year_point03 .point02_dedicated-plan__img {
  width: 100%;
  height: auto;
}

.third-year_point01,
.third-year_point02,
.third-year_point03 {
position: relative;
  border-top: 1px solid #001d38;
  max-width: 750px;
  margin: 0 auto;
  scroll-margin-top: clamp(20px, calc(20 / 375 * 100vw), 50px);
}

@media screen and (min-width: 750px) {
  .third-year_point01,
  .third-year_point02,
  .third-year_point03 {
    scroll-margin-top: clamp(90px, calc(90 / 375 * 100vw), 110px);
  }
}


/* =========================================================
   3rd Year User-Voice Section (先輩の声)
========================================================= */
.third-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;
}

.third-year .user-voice_subtitle {
  margin-top: clamp(30px, calc(30 / 375 * 100vw), 34px);
  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);
}

.third-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);
}

.third-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;
}

.third-year .user-voice_title-bottom::before {
  content: "";
  background: url(/assets/chugaku/images/grade/third-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(-26px, calc(-26 / 375 * 100vw), -40px);
}

.third-year .user-voice_title-bottom::after {
  content: "";
  background: url(/assets/chugaku/images/grade/third-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(-22px, calc(-22 / 375 * 100vw), -34px);
}

.third-year .user-voice_title-blue {
  color: #0059ab;
  font-weight: 700;
}

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

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

.third-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);
  height: clamp(240px, calc(240 / 375 * 100vw), 300px);
  display: flex;
  flex-direction: column;
  margin: 0 clamp(8px, calc(12 / 375 * 100vw), 15px);
}

.third-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);
}

.third-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);
}

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

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

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

.third-year .user-voice-school,
.third-year .user-voice-pass,
.third-year .user-voice-name,
.third-year .user-voice-name-break {
  font-size: clamp(10px, calc(10 / 375 * 100vw), 14px);
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
}

.third-year .user-voice-school {
  margin-left: 0;
  text-align: left;
}

.third-year .user-voice-name-break {
  width: 100%;
  margin-top: -4px;
}

.third-year .user-voice-swiper {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
}

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

.third-year .user-voice-swiper .slick-prev,
.third-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: calc(50% - clamp(4px, calc(4 / 375 * 100vw), 12px)) !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  z-index: 10;
}

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

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

.third-year .user-voice-swiper .slick-prev::after,
.third-year .user-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;
}

.third-year .user-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;
}

.third-year .user-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;
}

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

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

.third-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;
}

.third-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;
}

.third-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;
}

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





.third-year.test-strategy {
  overflow-x: hidden;
  margin: clamp(90px, calc(90 / 375 * 100vw), 120px) auto 0;
  max-width: 750px;
}

.third-year .test-strategy-wrapper {
  margin-top: clamp(90px, calc(90 / 375 * 100vw), 180px);
}

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

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

.third-year .test-strategy_container {
  background-color: #0059ab;
  padding: clamp(20px, calc(20 / 375 * 100vw), 40px) clamp(20px, calc(20 / 375 * 100vw), 32px) clamp(10px, calc(10 / 375 * 100vw), 20px);
  position: relative;
}

.third-year .test-strategy_container::before {
  content: "";
  background: url(/assets/chugaku/images/grade/third-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%);
}

.third-year .test-strategy_container::after {
  content: "";
  background: url(/assets/chugaku/images/grade/third-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;
}

.third-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;
}

.third-year .test-strategy-subjects-wrapper {
  text-align: center;
  margin-bottom: clamp(16px, calc(16 / 375 * 100vw), 32px);
}

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

.third-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;
}

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

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

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

.third-year .test-strategy_broadcast {
  width: fit-content;
  text-align: center;
  color: #2a305c;
  font-weight: bold;
  font-size: clamp(20px, calc(20 / 375 * 100vw), 30px);
  line-height: 1.3;
  letter-spacing: 0.03em;
  position: relative;
  margin: clamp(12px, calc(12 / 375 * 100vw), 24px) auto;
}

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

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

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

.third-year .test-strategy_list {
  width: fit-content;
  margin: clamp(12px, calc(12 / 375 * 100vw), 24px) auto 0;
}

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

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

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

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

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

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

.third-year .test-strategy_pricing-topper {
  margin-top: clamp(30px, calc(30 / 375 * 100vw), 60px);
}

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

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

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

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

.third-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), 26px);
  line-height: 1.47;
  letter-spacing: 0;
  position: relative;
  top: clamp(-6px, calc(-6 / 375 * 100vw), -12px);
}

.third-year .test-strategy_spacing-adjust10 {
  font-size: clamp(65px, calc(65 / 375 * 100vw), 98px);
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: -0.1em;
}

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

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

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

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

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

.third-year .test-strategy_expand-detail {
  padding: 0 clamp(16px, calc(16 / 375 * 100vw), 32px);
}

.third-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), 18px);
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0;
}

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

.third-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;
}

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

.third-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);
}

.third-year .test-strategy_expand-detail label i::before,
.third-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;
}

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

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

.third-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);
}

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

/* CTAボタン */
.third-year .test-strategy_cta {
  margin-top: clamp(100px, calc(100 / 375 * 100vw), 150px);
  padding: 0 clamp(24px, calc(24 / 375 * 100vw), 48px);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.third-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;
}

.third-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);
  transform: translateY(-50%);
}

.third-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) {
  .third-year .user-voice-swiper .user-voice-list {
    display: block !important;
    width: 100% !important;
  }

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

  .third-year .user-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;
  }

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

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

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

  .third-year .user-voice-swiper .user-voice-item {
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
    padding: 24px 16px !important;
  }

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

  .third-year .user-voice-highlight {
    font-size: 15px !important;
  }

  .third-year .user-voice-text {
    font-size: 13px !important;
  }

  .third-year .user-voice-school,
  .third-year .user-voice-pass,
  .third-year .user-voice-name,
  .third-year .user-voice-name-break {
    font-size: 11px !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;
}
