.lp__header {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 100;
}
.lp__header__logoArea .logo {
  fill: #fff;
}
.lp__header__logoArea .text {
  margin-top: 0;
  color: #fff;
  white-space: nowrap;
}

.lp2sunWrapper {
  position: relative;
  overflow: hidden;
}
.lp2sunWrapper::before {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
  display: block;
  border-radius: 999px;
  background: #cc2828;
  z-index: 50;
}

.lp2MvArea__text {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  z-index: 100;
}

.lp2LeadArea {
  position: relative;
  overflow: hidden;
  background: #efecea;
}
.lp2LeadArea__contents {
  position: relative;
  background: #fff;
  z-index: 100;
}
.lp2LeadArea__contents__title {
  color: #15406a;
  font-weight: normal;
}
.lp2LeadArea__contents p {
  color: #000;
}

.lp2CourseArea__list__item {
  color: #fff;
}
.lp2CourseArea__list__item p {
  text-align: center;
}
.lp2CourseArea__list__item .lng-ja {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.lp2CourseArea__list__item .lpModBtn {
  border-radius: 999px;
}
.lp2CourseArea__list__item .lpModBtn::before {
  background-image: url(../svg/arrow.svg);
  background-size: 100%;
}
.lp2CourseArea__contents__title {
  font-weight: normal;
}
.lp2CourseArea__contents__text {
  font-family: Arial, Helvetica, sans-serif;
}

.lp2PremiumServicesArea {
  background: #002538;
  color: #fff;
}
.lp2PremiumServicesArea__list__item figure img {
  width: 100%;
}
.lp2PremiumServicesArea__title {
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
}
.lp2PremiumServicesArea__list {
  width: 100%;
}
.lp2PremiumServicesArea__list__contents__title, .lp2PremiumServicesArea__list__contents__text {
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}

@media screen and (max-width: 767.98px) {
  .lp2sunWrapper::before {
    top: 80vw;
    right: -13.33%;
    width: 42.6666666667vw;
  }
  .lp2MvArea {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    aspect-ratio: 374/350;
    background: url(../img/mv_sp.png) no-repeat center center;
    background-size: cover;
  }
  .lp2MvArea__text {
    line-height: 1.35;
    margin-bottom: 4vw;
    font-size: 6.1333333333vw;
  }
  .lp2LeadArea {
    padding: 3.2vw;
  }
  .lp2LeadArea__contents {
    padding: 3.2vw;
    text-align: center;
    font-size: 2.9333333333vw;
  }
  .lp2LeadArea__contents__title {
    line-height: 1.4;
    color: #15406a;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
  .lp2LeadArea__contents p {
    margin-top: 1.6em;
    letter-spacing: initial;
  }
  .lp2CourseArea__list {
    border-top: 2px solid #f3f1ef;
  }
  .lp2CourseArea__list__item {
    display: grid;
    grid-template-columns: 44% 1fr;
    grid-template-areas: "title subtitle" "title text" "title btn";
    padding-top: 10.6666666667vw;
    padding-bottom: 7.2vw;
    border: 2px solid #f3f1ef;
    border-top-style: none;
  }
  .lp2CourseArea__list__item:nth-child(1) {
    background: url(../img/bg_sencha_sp.png) no-repeat center center;
    background-size: cover;
  }
  .lp2CourseArea__list__item:nth-child(2) {
    background: url(../img/bg_kodo_sp.png) no-repeat center center;
    background-size: cover;
  }
  .lp2CourseArea__list__item:nth-child(3) {
    background: url(../img/bg_ninja_sp.png) no-repeat center center;
    background-size: cover;
  }
  .lp2CourseArea__list__item .lpModBtn {
    grid-area: btn;
    justify-self: center;
    aspect-ratio: 107/34;
    box-sizing: border-box;
    width: auto;
    height: 9.0666666667vw;
    padding-left: 3.7333333333vw;
    line-height: 9.0666666667vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0;
  }
  .lp2CourseArea__list__item .lpModBtn::before {
    right: 3.7333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .lp2CourseArea__list__item .lpModBtn::after {
    right: 1.8666666667vw;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .lp2CourseArea__list__item .lpModBtn:hover::before {
    margin-top: -0.4vw;
    margin-right: -0.5333333333vw;
  }
  .lp2CourseArea__contents__title {
    grid-area: title;
    align-self: center;
    padding-bottom: 3.4666666667vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .lp2CourseArea__contents__title .lng-ja {
    font-size: 8vw;
  }
  .lp2CourseArea__contents__subtitle {
    grid-area: subtitle;
    line-height: 1.2;
    margin-bottom: 1.2em;
    font-size: 4vw;
  }
  .lp2CourseArea__contents__text {
    grid-area: text;
    line-height: 1.3;
    margin-bottom: 6.1333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0em;
  }
  .lp2PremiumServicesArea {
    padding-top: 8vw;
    padding-bottom: 18.6666666667vw;
  }
  .lp2PremiumServicesArea__title {
    font-size: 5.3333333333vw;
  }
  .lp2PremiumServicesArea__list__item {
    display: flex;
    justify-content: flex-start;
    gap: 0 5.3333333333vw;
    margin-top: 12.2666666667vw;
    padding-left: 10.6666666667vw;
  }
  .lp2PremiumServicesArea__list__item:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .lp2PremiumServicesArea__list__item figure {
    aspect-ratio: 1/1;
    flex: 0 0 33.6vw;
  }
  .lp2PremiumServicesArea__list__item figure img {
    max-width: 100%;
  }
  .lp2PremiumServicesArea__list__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lp2PremiumServicesArea__list__contents__title {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
  .lp2PremiumServicesArea__list__contents__title .spFontSmall {
    font-size: 3.2vw;
  }
  .lp2PremiumServicesArea__list__contents__text {
    margin-top: 1.4rem;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .lp__header {
    padding: 38px 45px 5px;
  }
  .lp__header__logoArea #logo_color {
    min-width: 143px;
    width: 11.1458333333vw;
  }
  .lp__header__logoArea .text {
    line-height: 1;
    font-size: 0.9375rem;
    font-size: clamp(10px, 0.78125vw, 0.9375rem);
    text-align: justify;
    text-justify: inter-word;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  .lp2sunWrapper::before {
    top: 10.4166666667vw;
    right: -10.9%;
    width: 33.0208333333vw;
  }
  .lp2MvArea {
    aspect-ratio: 1920/480;
    display: flex;
    align-items: center;
    background: url(../img/mv_pc.png) no-repeat center center;
    background-size: cover;
  }
  .lp2MvArea__text {
    line-height: 1.4286;
    margin-left: 36.5%;
    font-size: min(3.4895833333vw, 4.1875rem);
  }
  .lp2LeadArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lp2LeadArea__contents {
    width: auto;
    line-height: 1.33;
    margin-right: min(3.6458333333vw, 4.375rem);
    margin-left: min(3.6458333333vw, 4.375rem);
    padding: 56px 35px 65px;
    text-align: center;
    font-size: min(1.4583333333vw, 1.75rem);
  }
  .lp2LeadArea__contents__title {
    line-height: 1.4;
    font-size: min(2.6041666667vw, 3.125rem);
    letter-spacing: 0;
  }
  .lp2LeadArea__contents p {
    margin-top: 2em;
  }
  .lp2CourseArea {
    background: #000;
  }
  .lp2CourseArea__list {
    display: flex;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }
  .lp2CourseArea__list__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8.125em;
    padding-bottom: 4.0625em;
    border: 2px solid #f3f1ef;
  }
  .lp2CourseArea__list__item:nth-child(1) {
    background: url(../img/bg_sencha_pc.png) no-repeat center center;
    background-size: cover;
  }
  .lp2CourseArea__list__item:nth-child(2) {
    background: url(../img/bg_kodo_pc.png) no-repeat center center;
    background-size: cover;
  }
  .lp2CourseArea__list__item:nth-child(3) {
    background: url(../img/bg_ninja_pc.png) no-repeat center center;
    background-size: cover;
  }
  .lp2CourseArea__list__item .lpModBtn {
    aspect-ratio: 349/111;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    max-width: 349px;
    height: auto;
    line-height: 1;
    padding-right: 14.9%;
    padding-left: 10px;
    font-size: 2.1875rem;
    font-size: min(1.8229166667vw, 2.1875rem);
  }
  .lp2CourseArea__list__item .lpModBtn::before {
    aspect-ratio: 1/1;
    right: min(12.59%, 45px);
    width: 10%;
    height: auto;
  }
  .lp2CourseArea__list__item .lpModBtn::after {
    aspect-ratio: 1/1;
    right: 24px;
    right: min(6.87%, 24px);
    width: 74px;
    width: 21.2%;
    height: 74px;
    height: auto;
  }
  .lp2CourseArea__list__item .lpModBtn:hover::before {
    margin-top: -4px;
    margin-right: -5px;
  }
  .lp2CourseArea__contents__title {
    line-height: 1.2;
    font-size: min(2.8125vw, 3.375rem);
  }
  .lp2CourseArea__contents__title .lng-ja {
    font-size: min(4.7395833333vw, 5.6875rem);
  }
  .lp2CourseArea__contents__subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 375px;
    height: 7.5em;
    line-height: 1.2;
    font-size: min(2.6041666667vw, 3.125rem);
  }
  .lp2CourseArea__contents__text {
    min-height: 6.5em;
    line-height: 1.3;
    margin-bottom: 3.53em;
    font-size: min(1.6666666667vw, 2rem);
  }
  .lp2PremiumServicesArea {
    padding-top: min(8.625em, 138px);
    padding-bottom: min(9.375em, 150px);
    font-size: 0.8333333333vw;
  }
  .lp2PremiumServicesArea__title {
    font-size: min(3.125vw, 3.75rem);
  }
  .lp2PremiumServicesArea__list {
    display: flex;
    max-width: 1920px;
    margin-right: auto;
    margin-top: 7.375em;
    margin-left: auto;
    font-size: 0.8333333333vw;
  }
  .lp2PremiumServicesArea__list__item {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .lp2PremiumServicesArea__list__item figure {
    aspect-ratio: 560/310;
    order: 2;
    width: 88.2%;
    margin-top: 5em;
    margin-right: auto;
    margin-bottom: 4.6875em;
    margin-left: auto;
  }
  .lp2PremiumServicesArea__list__contents {
    display: contents;
  }
  .lp2PremiumServicesArea__list__contents__title, .lp2PremiumServicesArea__list__contents__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    font-size: min(1.875vw, 2.25rem);
    font-weight: normal;
    text-align: center;
  }
  .lp2PremiumServicesArea__list__contents__title {
    order: 1;
    height: 2.4em;
  }
  .lp2PremiumServicesArea__list__contents__text {
    order: 3;
    height: 6em;
  }
}