@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .second-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: 1660px) {
  .second-year.kv .kv__pc-group {
    left: clamp(15%, 15vw, 30%);
  }
}

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

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

.second-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), 30px);
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.second-year .p-evolution__title {
  display: block;
  width: clamp(321px, calc(321 / 375 * 100vw), 420px);
  height: auto;
  margin: clamp(-100px, calc(-100 / 375 * 100vw), -130px) auto 0;
}

.second-year .p-evolution__body {
  margin-top: clamp(36px, calc(36 / 375 * 100vw), 48px);
  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;
}

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

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

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

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

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

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

.second-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), 40px);
  position: relative;
  transition: opacity 0.2s ease;
}

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

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

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

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

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

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

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

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

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

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

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

.second-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, bottom;
  margin-top: clamp(-10px, calc(-10 / 375 * 100vw), -15px);
}

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

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

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

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

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

.second-year_point01,
.second-year_point02,
.second-year_point03,
.second-year_point04{
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) {
  .second-year_point01,
  .second-year_point02,
  .second-year_point03,
  .second-year_point04{
    scroll-margin-top: clamp(90px, calc(90 / 375 * 100vw), 110px);
  }
}

.second-year_point01 {
  border-top: 1px solid #001d38;
  background-color: #eaf2fa;
  padding: 0 0 clamp(102px, calc(102 / 375 * 100vw), 150px);
}


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

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

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

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

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

.second-year_point01 .point01_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, 128px);
  padding-right: clamp(20px, 19.2vw, 128px);
}

@media screen and (min-width: 750px) {
  .second-year_point01 .point01_kv__inner {
    width: 80%;
    margin: 0 auto;
  }
}

.second-year_point01 .point01_kv__inner > img {
  grid-area: 1 / 1;
}

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

.second-year_point01 .point01_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(24px, calc(24 / 375 * 100vw), 40px) 0 clamp(20px, calc(20 / 375 * 100vw), 30px);
}

.second-year_point01 .point01__label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.second-year_point01 .point01__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;
}

.second-year_point01 .point01_calender__inner {
  margin: clamp(25px, calc(25 / 375 * 100vw), 40px) 0 clamp(30px, calc(30 / 375 * 100vw), 50px);
}

.second-year_point01 .point01_goal__inner {
  margin-top: clamp(25px, calc(25 / 375 * 100vw), 40px);
}

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

.second-year_point01 .point01_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(28px, calc(28 / 375 * 100vw), 42px);
}

.second-year_point01 .point01_plan__inner {
  margin-top: clamp(15px, calc(15 / 375 * 100vw), 24px);
}

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

.second-year_point01 .point01_subjects {
  margin: clamp(20px, calc(20 / 375 * 100vw), 30px) 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);
}

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

.text_blue {
  color: #0059ab;
}

.second-year_point01 .point01_subjects__inner {
  margin-top: clamp(14px, calc(14 / 375 * 100vw), 20px);
}

.second-year_point01 .point01_subjects__txt_box {
  padding: clamp(20px, calc(20 / 375 * 100vw), 30px) clamp(32px, calc(32 / 375 * 100vw), 64px);
}

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

.second-year_point01 .point01_kv,
.second-year_point01 .point01_calender__img,
.second-year_point01 .point01_goal__img,
.second-year_point01 .point01_plan__img,
.second-year_point01 .point01_subjects__img {
  width: 100%;
  height: auto;
}

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

.second-year_point02 .point02_memorize__inner{
  padding-bottom: 30px;
}

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

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

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

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

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

.second-year_point02 .point02_tablet {
  padding: clamp(34px, calc(34 / 375 * 100vw), 50px) 0 clamp(30px, calc(30 / 375 * 100vw), 45px);
}

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

.second-year_point02 .point02_tablet__inner {
  padding-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
}

.second-year_point02 .point02_induction {
  margin: 0 clamp(15px, calc(15 / 375 * 100vw), 30px);
  background-color: #eaf2fa;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.second-year_point02 .point02_induction__title {
  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;
}

.second-year_point02 .point02_induction__inner {
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
}

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

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

.second-year_point02 .point02_induction__txt02 {
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
}

.second-year_point02 .point02_function__inner {
  margin: clamp(25px, calc(25 / 375 * 100vw), 40px) clamp(15px, calc(15 / 375 * 100vw), 30px) 100px;
  background-color: #eaf2fa;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.second-year_point02 .point02_function__header {
  padding-top: clamp(22px, calc(22 / 375 * 100vw), 34px);
  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;
}

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

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

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

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

.second-year_point02 .point02__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  width: clamp(180px, calc(180 / 375 * 100vw), 260px);
  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;
}

.second-year_point02 .point02_induction__media {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.second-year_point02 .point02_induction__anime {
  position: absolute;
  width: 59%;
  top: 6.9%;
  right: 7.4%;
}

.second-year_point02 .point02_induction__overlap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.second-year_point02 .point02_kv,
.second-year_point02 .point02_tablet__img,
.second-year_point02 .point02_induction__img,
.second-year_point02 .point02_3minits,
.second-year_point02 .point02_memorize {
  width: 100%;
  height: auto;
}

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


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

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

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

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

.second-year_point03 .point03_top {
  padding: clamp(40px, calc(40 / 375 * 100vw), 60px) clamp(28px, calc(28 / 375 * 100vw), 56px) clamp(26px, calc(26 / 375 * 100vw), 40px);
}

.second-year_point03 .point03_txt__box {
  padding: clamp(20px, calc(20 / 375 * 100vw), 30px) clamp(15px, calc(15 / 375 * 100vw), 30px) 0;
}

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

.second-year_point03 .point03_txt__sub {
  padding-top: clamp(15px, calc(15 / 375 * 100vw), 20px);
  font-size: clamp(12px, calc(12 / 375 * 100vw), 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #828282;
}

.second-year.p-learning-slider {
  background-color: #eaf2fa;
}

.second-year .p-learning-slider__inner {
  margin: 0 auto;
}

.second-year .p-learning-slider__title {
  text-align: center;
  padding: clamp(19px, calc(19 / 375 * 100vw), 30px) clamp(20px, calc(20 / 375 * 100vw), 40px) 0;
  font-size: clamp(20px, calc(20 / 375 * 100vw), 26px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: clamp(20px, calc(20 / 375 * 100vw), 30px);
  white-space: nowrap;
}

.second-year .p-learning-slider__title-blue {
  color: #0059ab;
  font-feature-settings: "palt" 1;
}

.second-year .p-learning-slider__card {
  background-color: #fff;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 6px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: clamp(345px, calc(345 / 375 * 100vw), 600px);
  margin: 0 auto;
  padding-bottom: clamp(20px, calc(20 / 375 * 100vw), 30px);
}

.second-year .p-learning-slider__carousel {
  overflow-x: hidden;
  width: 100%;
}

.second-year .p-learning-slider__swiper {
  overflow: hidden;
  width: clamp(320px, calc(320 / 375 * 100vw), 560px);
  margin: 0 auto;
}

.second-year .p-learning-slider__swiper .slick-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.second-year .p-learning-slider__swiper .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.second-year .p-learning-slider__pagination .slick-dots {
  position: static !important;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 30px);
  list-style: none;
  padding: 0;
}

.second-year .p-learning-slider__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(7px, calc(15 / 375 * 100vw), 15px) !important;
}

.second-year .p-learning-slider__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;
}

.second-year .p-learning-slider__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: #ccc !important;
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
}

.second-year .p-learning-slider__pagination .slick-dots li.slick-active button::before {
  background: #0b1142 !important;
}

.second-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(18px, calc(18 / 375 * 100vw), 28px) 0 clamp(25px, calc(25 / 375 * 100vw), 40px);
}

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

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

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

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

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

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

.second-year_point03 .advanced_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(90cqw, 420px);
  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), 75px);
  color: #333333;
  text-decoration: none;
  font-size: clamp(16px, calc(16 / 375 * 100vw), 20px);
  font-weight: bold;
}

.second-year_point03 .advanced_link::after {
  content: "";
  position: absolute;
  right: clamp(18px, calc(18 / 375 * 100vw), 26px);
  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);
}

.second-year_point03 .point03_kv,
.second-year_point03 .point03_advanced__img {
  width: 100%;
  height: auto;
}

/* 2年生point04 */

.second-year_point04 {
  background-color: #fff;
  padding: 0;
}


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

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

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

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

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

.second-year_point04 .point04_kv__inner {
  padding-top: clamp(32px, calc(32 / 375 * 100vw), 48px);
  padding-left: clamp(20px, 13.3vw, 50px);
  padding-right: clamp(20px, 13.3vw, 50px);
}

.second-year_point04 .point04_content {
  margin: clamp(30px, calc(30 / 375 * 100vw), 45px) clamp(15px, calc(15 / 375 * 100vw), 30px) 0;
  background-color: #eaf2fa;
  border-radius: clamp(4px, calc(4 / 375 * 100vw), 8px);
  padding-bottom: clamp(25px, calc(25 / 375 * 100vw), 40px);
}

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

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

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

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

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

/* 2nd Year Test-Strategy Section */
.second-year.test-strategy {
  overflow-x: hidden;
  margin: clamp(90px, calc(90 / 375 * 100vw), 135px) auto 0;
  max-width: 750px;
}

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

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

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

.second-year .test-strategy_container::before {
  content: "";
  background: url(/assets/chugaku/images/grade/second-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) {
  .second-year .test-strategy_container::before {
    background: url(/assets/chugaku/images/grade/second-year/test-strategy-ipad_2xl.webp) no-repeat center/contain;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.second-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) {
  .second-year .test-strategy_small02 {
    padding-left: 8px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

