@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  background-color: #fff;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
p,
a {
  margin: 0;
}

body,
h2,
h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

body {
  color: #333;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

html {
  font-size: 4.2666666667vw;
}
@media (min-width: 376px) {
  html {
    font-size: 1rem;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  color: inherit;
}

a:focus {
  outline: none !important;
  box-shadow: none;
}

.c-container {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .c-container {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-container {
    gap: 0px;
    flex-direction: column;
  }
}

.c-font__title {
  height: fit-content;
  min-height: 150px;
  font-size: 2rem;
  letter-spacing: 0.18em;
  color: #1e4268;
  writing-mode: vertical-rl;
  position: relative;
  margin-top: 12px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .c-font__title {
    font-size: 1.25rem;
    min-height: auto;
    width: fit-content;
    margin-inline: auto;
    margin-top: 15px;
    padding-left: 20px;
    writing-mode: horizontal-tb;
  }
}

.c-font__title.not {
  writing-mode: horizontal-tb;
  min-height: auto;
  width: fit-content;
  margin-inline: auto;
}

.c-font__title::before {
  content: "";
  background-image: url(../images/circle.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 80px;
  width: 100%;
  aspect-ratio: 80/76.22;
  position: absolute;
  top: -20px;
  left: -18px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-font__title::before {
    max-width: 52.2px;
    aspect-ratio: 52.2/49.73;
    top: -15px;
    left: 0;
  }
}

.c-font__title-span {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #b10200;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .c-font__title-span {
    font-size: 0.875rem;
    bottom: -20px;
  }
}

.c-font__title--small {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-font__title--small {
    font-size: 1rem;
  }
}

.c-font__text {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-font__text {
    font-size: 0.875rem;
  }
}

.c-btn {
  width: 100%;
  background-color: #b10200;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 0.875rem;
  }
}

.c-btn a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.c-cta {
  margin-top: 138px;
  padding-top: 40px;
  min-height: 347px;
  position: relative;
  background: linear-gradient(to bottom, #4c5a78 0%, #183164 100%);
}
@media screen and (max-width: 768px) {
  .c-cta {
    margin-top: 60px;
    padding-top: 64px;
    min-height: 296px;
  }
}

.c-cta::before,
.c-cta::after {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}

.c-cta::before {
  background-image: url(../images/cta_left.webp);
  left: -133px;
  bottom: -10px;
  max-width: 514px;
  aspect-ratio: 514/155;
}
@media screen and (max-width: 768px) {
  .c-cta::before {
    left: -75px;
    max-width: 237px;
    aspect-ratio: 237/72;
  }
}

.c-cta::after {
  background-image: url(../images/cta_right.webp);
  right: 0;
  top: -10px;
  right: 0;
  max-width: 297px;
  aspect-ratio: 297/130;
}
@media screen and (max-width: 768px) {
  .c-cta::after {
    right: 0;
    max-width: 126px;
    aspect-ratio: 126/61;
  }
}

.c-cta__text {
  text-align: center;
  max-width: 654px;
  width: 100%;
  aspect-ratio: 654/134;
  font-size: 2rem;
  font-weight: 700;
  color: #e7c881;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    max-width: 343px;
    aspect-ratio: 343/70.19;
    font-size: 1.25rem;
  }
}

.c-cta__text::before {
  content: "";
  background-image: url(../images/cta_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-cta__btn {
  max-width: 373px;
  font-size: 1.25rem;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .c-cta__btn {
    max-width: 254px;
    margin-top: 32px;
    font-size: 0.875rem;
  }
}

.l-header {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  border-bottom: solid 3px #b10200;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 94px;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 80px;
  padding-left: 47px;
  margin-right: auto;
  margin-left: auto;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.l-header__logo {
  max-width: 486px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 215px;
  }
}

.l-header__logo-lead {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #183164;
  text-shadow: 0px 0px 10px #ffffff;
}
@media screen and (max-width: 768px) {
  .l-header__logo-lead {
    font-size: 0.625rem;
  }
}

.l-header__logo-title {
  font-size: 1.75rem;
  text-shadow: 0px 0px 10px #ffffff;
  letter-spacing: 0.05em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .l-header__logo-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 346px) {
  .l-header__logo-title {
    font-size: 1rem;
  }
}

.l-header__logo-title span {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-header__logo-title span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 346px) {
  .l-header__logo-title span {
    font-size: 0.75rem;
  }
}

.l-header__logo-eng {
  font-size: 0.75rem;
  text-shadow: 0px 0px 10px #ffffff;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #183164;
}
@media screen and (max-width: 768px) {
  .l-header__logo-eng {
    font-size: 0.625rem;
  }
}

.l-header__btn {
  max-width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    max-width: 120px;
    display: none;
  }
}
@media screen and (max-width: 346px) {
  .l-header__btn {
    max-width: 100px;
  }
}

.l-header__contents {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}

.l-header__sns {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header__sns {
    column-gap: 0.5rem;
  }
}

.l-header__sns-logo {
  height: auto;
  aspect-ratio: 1;
}
.l-header__sns-logo.--1 {
  width: 3.125rem;
}
@media screen and (max-width: 768px) {
  .l-header__sns-logo.--1 {
    width: 2.375rem;
  }
}
.l-header__sns-logo.--2 {
  width: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .l-header__sns-logo.--2 {
    width: 2.1875rem;
  }
}
.l-header__sns-logo.--3 {
  width: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .l-header__sns-logo.--3 {
    width: 1.875rem;
  }
}
.l-header__sns-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-footer {
  background-image: url(../images/footer_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    background-image: url(../images/footer_bg-sp.webp);
    padding-top: 30px;
    padding-bottom: 8px;
  }
}

.l-footer__logo {
  margin: 6px auto 0;
  max-width: 495px;
  width: 100%;
  text-align: center;
}

.l-footer__logo-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-shadow: 0px 0px 10px #ffffff;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-lead {
    font-size: 0.875rem;
  }
}

.l-footer__logo-title {
  margin-top: 6px;
  font-size: 2rem;
  text-shadow: 0px 0px 10px #ffffff;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #b10200;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-title {
    margin-top: 4px;
    font-size: 1.75rem;
  }
}

.l-footer__logo-title span {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-title span {
    font-size: 1.375rem;
  }
}

.l-footer__logo-eng {
  margin-top: 4px;
  font-size: 0.875rem;
  text-shadow: 0px 0px 10px #ffffff;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-eng {
    margin-top: 1px;
    font-size: 0.75rem;
  }
}

.l-footer__copy {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 10px;
    margin-top: 54px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1330px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  padding-left: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 600px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.p-fv {
  position: relative;
}

.p-fv__bg {
  height: 810px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-fv__bg {
    height: 700px;
  }
}

.p-fv__wrap {
  max-width: 900px;
  width: fit-content;
  position: absolute;
  right: 16%;
  top: 33%;
  text-align: center;
  color: #fff;
  z-index: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .p-fv__wrap {
    right: 6%;
    top: 25%;
  }
}
@media screen and (max-width: 1110px) {
  .p-fv__wrap {
    right: 16%;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__wrap {
    right: auto;
    left: 60%;
    top: 32%;
    transform: translateX(-50%);
  }
}

.p-fv__wrap::before {
  content: "";
  background-image: url(../images/fv_circle.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -50px;
  top: -85px;
  max-width: 385px;
  width: 60%;
  aspect-ratio: 385/366.79;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-fv__wrap::before {
    max-width: 254.01px;
    width: 100%;
    aspect-ratio: 254.01/242;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-fv__text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    font-size: 1.25rem;
  }
}

.p-fv__text:nth-of-type(2) {
  margin-top: 27px;
}

.p-fv__title {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 8px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1110px) {
  .p-fv__title span {
    display: block;
  }
}

.p-fv__lead {
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #183164;
  word-break: keep-all;
  overflow-wrap: anywhere;
  max-width: 595px;
  width: 100%;
  aspect-ratio: 595/196.56;
  position: absolute;
  bottom: 23%;
  left: 56%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-fv__lead {
    max-width: 343px;
    aspect-ratio: 343/113.31;
    font-size: 1.153125rem;
    left: 50%;
    bottom: 20%;
  }
}

.p-fv__lead span {
  font-size: 1.5rem;
  position: relative;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-fv__lead span {
    font-size: 0.865rem;
  }
}

.p-fv__lead span::before,
.p-fv__lead span::after {
  content: "";
  width: 35.58px;
  aspect-ratio: 35.58/32.73;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-fv__lead span::before,
  .p-fv__lead span::after {
    width: 20.51px;
    aspect-ratio: 20.51/18.87;
  }
}

.p-fv__lead span::before {
  background-image: url(../images/present_left.webp);
  left: -40px;
}

.p-fv__lead span::after {
  background-image: url(../images/present_right.webp);
  right: -40px;
}

.p-fv__lead::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/courses_lead.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.p-fv__img {
  max-width: 328.4px;
  width: 100%;
  position: absolute;
  right: 24px;
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-fv__img {
    max-width: 245.9px;
    right: auto;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__img img {
    object-position: 43%;
  }
}

.p-fv__span span {
  position: absolute;
  display: block;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #b10200;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-fv__span span {
    font-size: 1.5rem;
    padding-top: 5px;
  }
}

.p-fv__span span:nth-of-type(1) {
  top: 90px;
  left: 15%;
}
@media screen and (max-width: 768px) {
  .p-fv__span span:nth-of-type(1) {
    left: 14%;
    padding-top: 22px;
    padding-bottom: 16px;
  }
}

.p-fv__span span:nth-of-type(2) {
  left: 9%;
  bottom: 0;
  letter-spacing: 0.05em;
  font-size: 3rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-fv__span span:nth-of-type(2) {
    left: 8%;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__span span:nth-of-type(2) {
    font-size: 1.375rem;
    left: 4%;
    bottom: auto;
    top: 325px;
  }
}

.p-present {
  position: relative;
  width: 100%;
  height: 493px;
  padding: 56px 25px;
}
@media screen and (max-width: 768px) {
  .p-present {
    height: 348px;
    padding: 40px 16px;
  }
}

.p-present .l-inner {
  max-width: 890px;
  height: 100%;
}

.p-present::before {
  content: "";
  background-image: url(../images/fv_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 493px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-present::before {
    height: 348px;
  }
}

.p-present__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding-inline: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-present__wrap {
    flex-direction: column;
    gap: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p-present__wrap::after {
  content: "";
  background-image: url(../images/fv_vector.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 840px;
  width: 100%;
  height: 381px;
  margin-inline: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-present__wrap::after {
    background-image: url(../images/fv_vector-sp.webp);
    height: 268px;
  }
}

.p-present__left {
  text-align: center;
  position: relative;
  padding-inline: 2.1875rem;
}

.p-present__left::before,
.p-present__left::after {
  content: "";
  width: 35px;
  height: 32px;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-present__left::before,
  .p-present__left::after {
    width: 21px;
    height: 20px;
  }
}

.p-present__left::before {
  background-image: url(../images/present_left.webp);
  top: 50%;
  transform: translate(0, -50%);
  left: 0px;
}

.p-present__left::after {
  background-image: url(../images/present_right.webp);
  bottom: auto;
  top: 50%;
  transform: translate(0, -50%);
  left: auto;
  right: 0px;
}

.p-present__left-text {
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-present__left-text {
    font-size: 0.875rem;
    color: #333;
  }
}

.p-present__img {
  max-width: 436px;
  width: 100%;
  margin-block-end: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-present__img {
    max-width: 330px;
    width: 100%;
  }
}

.p-present__btn {
  max-width: 315px;
  width: 100%;
  box-sizing: border-box;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .p-present__btn {
    max-width: 254px;
  }
}

.p-reservations {
  margin-top: 99px;
}
@media screen and (max-width: 768px) {
  .p-reservations {
    margin-top: 37px;
  }
}

.p-reservations .c-font__title-span {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-reservations .c-font__title-span {
    right: 36px;
  }
}

.p-reservations__wrap {
  margin-top: 48px;
  background: linear-gradient(to bottom, #4c5a78 0%, #183164 100%);
  padding: 40px 16px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-reservations__wrap {
    margin-top: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.p-reservations__items {
  max-width: 985px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .p-reservations__items {
    flex-wrap: wrap;
    max-width: 600px;
  }
}

.p-reservations__item {
  max-width: 210px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-reservations__item {
    margin-left: 0;
    width: 47%;
    aspect-ratio: 167.5/134;
  }
}

.p-reservations__item:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-reservations__item:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-reservations__item:nth-of-type(2),
  .p-reservations__item:nth-of-type(4) {
    margin-left: 8px;
  }
}

.p-reservations__month {
  color: #b10200;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-reservations__month {
    font-size: 1.25rem;
  }
}

.p-reservations__date {
  margin-top: 4px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-reservations__date {
    font-size: 0.75rem;
  }
}

.p-reservations img {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-reservations img {
    margin-top: 8px;
  }
}

.p-reservations__status--closed {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .p-reservations__status--closed {
    width: 24px;
    height: 24px;
  }
}

.p-reservations__status--available {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .p-reservations__status--available {
    width: 29px;
    height: 29px;
  }
}

.p-reservations__status--limited {
  width: 56px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .p-reservations__status--limited {
    width: 28px;
    height: 24px;
  }
}

.p-reservations__text {
  margin-top: 16px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-reservations__text {
    margin-top: 8px;
    font-size: 1rem;
  }
}

.p-about {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-about {
    margin-top: 40px;
  }
}

.p-about .c-font__title-span {
  left: -20px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .p-about .c-font__title-span {
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-about__container {
    flex-direction: row;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-about__title {
    writing-mode: vertical-lr;
  }
}

@media screen and (max-width: 768px) {
  .p-about__wrap {
    width: 100%;
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .p-about__img {
    width: 100%;
    height: 100%;
  }
}

.p-about__lead {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__lead {
    margin-top: 24px;
  }
}

.p-about__lead span {
  display: inline-block;
  background-color: #b10200;
  color: #fff;
  margin-top: 8px;
  padding: 4px 8px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about__lead span {
    font-size: 1.25rem;
    margin-top: 4px;
  }
}

.p-about__text {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    margin-top: 8px;
    line-height: 1.5;
  }
}

.p-about .splide1 {
  position: relative;
}

.p-about .splide__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-about .splide__slide {
  max-width: 283px;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  margin: 0 8px;
  overflow: hidden;
}

.p-about .splide__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 283/329;
  padding: 0;
  margin: 0;
  display: block;
  object-fit: cover;
}

.p-features {
  margin-top: 162px;
}
@media screen and (max-width: 768px) {
  .p-features {
    margin-top: 30px;
  }
}

.p-features .l-inner {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .p-features .l-inner {
    padding-left: 16px;
  }
}

.p-features__title span:nth-of-type(2) {
  padding-top: 270px;
}
@media screen and (max-width: 768px) {
  .p-features__title span:nth-of-type(2) {
    padding-top: 0;
    padding-left: 100px;
  }
}

.p-features .c-font__title-span {
  bottom: 5px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .p-features .c-font__title-span {
    left: 50px;
  }
}

.p-features__title::before {
  left: 40px;
}
@media screen and (max-width: 768px) {
  .p-features__title::before {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-features__items {
    margin-top: 24px;
  }
}

.p-features__item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-features__item {
    flex-direction: column;
  }
}

.p-features__item:nth-of-type(2),
.p-features__item:nth-of-type(4) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-features__item:nth-of-type(2),
  .p-features__item:nth-of-type(4) {
    flex-direction: column;
  }
}

.p-features__item::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-features__item::before {
    width: 100%;
    height: 52px;
  }
}

.p-features__item:nth-of-type(1)::before {
  background-image: url(../images/features1_deco.webp);
}

.p-features__item:nth-of-type(2)::before {
  background-image: url(../images/features2_deco.webp);
}

.p-features__item:nth-of-type(3)::before {
  background-image: url(../images/features3_deco.webp);
}

.p-features__item:nth-of-type(4)::before {
  background-image: url(../images/features4_deco.webp);
}

.p-features__item:nth-of-type(5)::before {
  background-image: url(../images/features5_deco.webp);
}

.p-features__item:nth-of-type(2)::before,
.p-features__item:nth-of-type(4)::before {
  left: 0;
  right: auto;
}

.p-features__img {
  flex: 1;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-features__img {
    width: 100%;
  }
}

.p-features__wrap {
  flex: 1;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-features__wrap {
    padding-bottom: 52px;
  }
}

.p-features__lead {
  color: #b10200;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-features__lead {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-features__lead {
    padding: 0;
    margin-top: 24px;
    font-size: 1.5rem;
  }
}

.p-features__text {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .p-features__text {
    margin-top: 16px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-features__text {
    line-height: 1.5;
    margin-top: 14px;
    font-size: 0.875rem;
    padding: 0 0 15px;
  }
}

.p-courses {
  margin-top: 155px;
}
@media screen and (max-width: 768px) {
  .p-courses {
    margin-top: 40px;
  }
}

.p-courses .c-font__title-span {
  left: -11px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-courses .c-font__title-span {
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  }
}

.p-courses__wrap {
  position: relative;
  width: 100%;
  padding-block: 7.25rem 5rem;
  margin-top: 78px;
  display: flex;
  align-items: center;
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  .p-courses__wrap {
    width: 100vw;
    padding-block: 3.75rem 1.5rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.p-courses__wrap::before {
  content: "";
  background-image: url(../images/courses_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-courses__lead {
  color: #b10200;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 465px;
  width: 100%;
  aspect-ratio: 465/153.61;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-courses__lead {
    font-size: 1.5rem;
    max-width: 253px;
    aspect-ratio: 253/83.58;
  }
}

.p-courses__lead::after {
  content: "";
  background-image: url(../images/courses_lead.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-courses__items {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-courses__items {
    flex-direction: column;
    gap: 8px;
  }
}

.p-courses__item {
  width: 400px;
}
@media screen and (max-width: 1200px) {
  .p-courses__item {
    width: 100%;
  }
}

.p-courses__item-span {
  color: #b10200;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-courses__item-span {
    font-size: 1.25rem;
  }
}

.p-courses__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  padding: 30px 20px 30px 45px;
}
@media screen and (max-width: 768px) {
  .p-courses__item-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-courses__list:last-child {
    margin-top: 8px;
  }
}

.p-courses__list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 18px 34px;
}
@media screen and (max-width: 768px) {
  .p-courses__list-text {
    font-size: 1.25rem;
  }
}

.p-strength {
  margin-top: 161px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-strength {
    margin-top: 40px;
    padding-bottom: 0;
  }
}

.p-strength .c-font__title-span {
  bottom: -20px;
  left: -11px;
}
@media screen and (max-width: 768px) {
  .p-strength .c-font__title-span {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-strength__table {
  overflow-x: scroll;
  padding-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .p-strength__table {
    margin-top: 35px;
    margin-right: calc(50% - 50vw);
    padding-bottom: 30px;
  }
}

.p-strength__table::-webkit-scrollbar {
  width: 100%;
  height: 11px;
  border-radius: 5.5px;
}

.p-strength__table::-webkit-scrollbar-track {
  border: solid 1px #c5c5c5;
  background-color: #fff;
  border-radius: 5.5px;
}

.p-strength__table::-webkit-scrollbar-thumb {
  background-color: #b10200;
  border-radius: 5.5px;
}

.p-strength__table table {
  width: 1040px;
  text-align: center;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-strength__table table {
    width: 700px;
  }
}

.p-strength__table tr {
  border-bottom: solid 1px #c5c5c5;
}

.p-strength__table tr:first-child th:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #b10200;
  padding: 28px 15px;
}
@media screen and (max-width: 768px) {
  .p-strength__table tr:first-child th:nth-of-type(2) {
    font-size: 1.25rem;
  }
}

.p-strength__table tr:not(:first-child) th,
.p-strength__table tr:not(:first-child) td {
  padding: 26px 15px;
}
@media screen and (max-width: 768px) {
  .p-strength__table tr:not(:first-child) th,
  .p-strength__table tr:not(:first-child) td {
    padding: 24px 8px;
  }
}

.p-strength__table tr:first-child th:nth-of-type(3) {
  padding: 0 12px 0 32px;
}
@media screen and (max-width: 768px) {
  .p-strength__table tr:first-child th:nth-of-type(3) {
    padding: 0 6px 0 16px;
  }
}

.p-strength__table tr:first-child th:nth-of-type(4) {
  padding: 0 32px 0 12px;
}
@media screen and (max-width: 768px) {
  .p-strength__table tr:first-child th:nth-of-type(4) {
    padding: 0 16px 0 6px;
  }
}

.p-strength__table tr:first-child th:nth-of-type(3) p,
.p-strength__table tr:first-child th:nth-of-type(4) p {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: rgba(24, 49, 100, 0.05);
  padding: 31px 0;
}
@media screen and (max-width: 768px) {
  .p-strength__table tr:first-child th:nth-of-type(3) p,
  .p-strength__table tr:first-child th:nth-of-type(4) p {
    font-size: 1.125rem;
  }
}

.p-strength__table th {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-strength__table th {
    font-size: 1rem;
  }
}

.p-strength__table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-strength__table td {
    font-size: 0.875rem;
  }
}

.p-strength__table th:nth-of-type(1) {
  width: 174px;
}
@media screen and (max-width: 768px) {
  .p-strength__table th:nth-of-type(1) {
    width: 17%;
  }
}

.p-strength__table th:nth-of-type(2) {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-strength__table th:nth-of-type(2) {
    width: 30%;
  }
}

.p-strength__table th:nth-of-type(3) {
  width: 283px;
}
@media screen and (max-width: 768px) {
  .p-strength__table th:nth-of-type(3) {
    width: 26.5%;
  }
}

.p-strength__table th:nth-of-type(4) {
  width: 283px;
}
@media screen and (max-width: 768px) {
  .p-strength__table th:nth-of-type(4) {
    width: 26.5%;
  }
}

.p-strength__table td:nth-of-type(1) {
  background-color: rgba(177, 2, 0, 0.05);
  color: #b10200;
}

.p-classes {
  margin-top: 139px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-classes {
    margin-top: 58px;
  }
}

.p-classes .c-font__title-span {
  left: auto;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .p-classes .c-font__title-span {
    left: 60%;
    transform: translateX(-50%);
  }
}

.p-classes__splide {
  position: relative;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .p-classes__splide {
    margin-top: 43px;
  }
}

.p-classes .splide__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-classes .splide__slide {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4/3;
  margin: 0 8px;
  overflow: hidden;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-classes .splide__slide {
    margin: 0 4px;
    max-width: 242.28px;
    aspect-ratio: 242.28/182;
  }
}

.p-classes .splide__slide img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  object-fit: cover;
}
.p-classes ul.splide__pagination.splide__pagination--ltr {
  max-width: 146px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-classes ul.splide__pagination.splide__pagination--ltr {
    max-width: 146px;
  }
}

.p-classes .splide__pagination {
  bottom: -63px;
}
@media screen and (max-width: 768px) {
  .p-classes .splide__pagination {
    bottom: -46px;
  }
}

.p-classes .splide__pagination .splide__pagination__page {
  border-radius: 50%; /* 丸いドット */
  width: 8px; /* ドットの幅 */
  height: 8px; /* ドットの高さ */
}

.p-classes .p-countDown .splide__pagination .splide__pagination__page {
  background-color: rgba(51, 51, 51, 0.05);
}

.p-classes .splide__pagination .splide__pagination__page.is-active {
  background: #b10200; /* アクティブなドットの背景色 */
  width: 10px; /* ドットの幅 */
  height: 10px; /* ドットの高さ */
}

.p-classes .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: -57px;
  right: 50%;
}
@media screen and (max-width: 768px) {
  .p-classes .splide__arrows.splide__arrows--ltr {
    bottom: -40px;
  }
}

.p-classes .splide__arrow--prev {
  background-image: url("../images/arrow_left.webp");
  background-size: contain; /* 画像をボタン内に収める */
  background-repeat: no-repeat;
  background-position: center;
  width: 25.67px; /* 必要に応じて調整 */
  height: 32.67px; /* 必要に応じて調整 */
  /* デフォルト矢印を非表示 */
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: absolute;
  left: -100px;
}

/* 右矢印 */
.p-classes .splide__arrow--next {
  background-image: url("../images/arrow_right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25.67px;
  height: 32.67px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  right: -100px;
}

/* 左矢印のSVGアイコンを非表示 */
.p-classes .splide__arrow--prev svg {
  display: none;
}

/* 右矢印のSVGアイコンを非表示 */
.p-classes .splide__arrow--next svg {
  display: none;
}

.p-splide-video {
  display: block;
  width: 100%;
}

.p-classes .splide__slide video,
.p-splide-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.p-interview {
  margin-top: 257px;
}
@media screen and (max-width: 768px) {
  .p-interview {
    margin-top: 104px;
  }
}

.p-interview .c-font__title-span {
  left: -11px;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-interview .c-font__title-span {
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-interview__wrap {
    margin-top: 45px;
  }
}

.p-interview__items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-interview__items {
    flex-direction: column;
    gap: 24px;
  }
}

.p-interview__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-interview__item {
    width: 100%;
  }
}

.p-interview__top-img {
  max-width: 500px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-interview__top-img {
    max-width: 100%;
  }
}

.p-interview__top-span span {
  position: absolute;
  top: 0;
  right: 11px;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #b10200;
  color: #fff;
  padding: 8px 4px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-interview__top-span span {
    font-size: 1rem;
    right: 16px;
  }
}

.p-interview__top-span span:nth-of-type(2) {
  top: 25%;
  right: 51px;
}

.p-interview__top-img img {
  aspect-ratio: 500/346;
}

.p-interview__text {
  margin-top: 24px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-interview__text {
    margin-top: 16px;
    line-height: 1.4;
    font-size: 0.875rem;
  }
}

.p-instructors {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .p-instructors {
    margin-top: 40px;
  }
}

.p-instructors .c-font__title-span {
  left: -11px;
  bottom: -53px;
}
@media screen and (max-width: 768px) {
  .p-instructors .c-font__title-span {
    left: 22px;
    bottom: -30px;
  }
}

.p-instructors__wrap {
  max-width: 824px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-instructors__wrap {
    margin-top: 45px;
  }
}

.p-instructors__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-instructors__top {
    flex-direction: column;
    gap: 0;
    position: relative;
  }
}

.p-instructors__img {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .p-instructors__img {
    max-width: 240px;
  }
}

.p-instructors__lead {
  width: fit-content;
  padding: 4px 8px;
  background-color: #b10200;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-instructors__lead {
    position: absolute;
    top: 50%;
    right: 12%;
    font-size: 1.25rem;
  }
}

.p-instructors__lists {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-instructors__lists {
    margin-top: 16px;
  }
}

.p-instructors__list {
  list-style: disc;
  list-style-position: inside;
  padding-left: 25px; /* リストマーカーの位置調整 */
  text-indent: -25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-instructors__list {
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: 1.4;
  }
}

.p-instructors__bottom {
  max-width: 1040px;
  margin-top: 35px;
  margin-left: auto;
  border: 40px solid transparent; /* 必要に応じてスペースを確保 */
  background-image: url("../images/deco.webp"); /* 装飾に使用する画像 */
  background-repeat: repeat; /* 画像を繰り返し表示 */
  background-size: 53.17px 53.59px; /* 画像のサイズを調整 */
  background-origin: border-box; /* 枠の内側に合わせる */
  background-clip: border-box; /* 枠の内側に表示 */
  background-position: 59.5% 62%;
}
@media screen and (max-width: 768px) {
  .p-instructors__bottom {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 26px;
    border: 16px solid transparent;
    background-size: 25.97px 25.2px;
  }
}

.p-instructors__bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  background-color: #fff;
  border: solid 1px #b10200;
  padding: 32px 64px;
}
@media screen and (max-width: 768px) {
  .p-instructors__bottom-text {
    font-size: 0.875rem;
    padding: 9px;
    line-height: 1.5;
  }
}

.p-completion {
  margin-top: 254px;
  background: linear-gradient(to bottom, rgba(76, 90, 120, 0.6) 0%, rgba(24, 49, 100, 0.6) 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-completion {
    margin-top: 46px;
  }
}

.p-completion::before {
  content: "";
  width: 100%;
  height: 330px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(../images/completion_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-completion::before {
    height: 436px;
  }
}

.p-completion__wrap {
  height: 330px;
  padding-left: 120px;
  padding-right: 77px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-completion__wrap {
    height: 436px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    flex-direction: column-reverse;
  }
}

.p-completion__text {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #e7c881;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-completion__text {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}

.p-completion__img {
  max-width: 776px;
  width: 100%;
  transform: translateY(-75px);
}
@media screen and (max-width: 768px) {
  .p-completion__img {
    transform: translateY(0);
  }
}

.p-faq {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    margin-top: 48px;
  }
}

.p-faq__inner {
  max-width: 1010px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    padding: 0 16px;
  }
}

.p-faq .c-font__title-span {
  left: auto;
  right: 15px;
  bottom: -32px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-faq .c-font__title-span {
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-faq__wrap {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-faq__wrap {
    margin-top: 45px;
  }
}

.p-faq .l-inner {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}

.p-faq details {
  position: relative;
  border-top: solid 0.5px #183164;
}

.p-faq details:last-child {
  border-bottom: solid 0.5px #183164;
}

.p-faq details::before,
.p-faq details::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3.43px;
  top: 43px;
  right: 34px;
  background-color: #183164;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq details::before,
  .p-faq details::after {
    width: 18px;
    height: 2.57px;
    right: 20px;
  }
}

.p-faq details::after {
  transform: rotate(90deg);
}

.p-faq details[open]::after {
  transform: rotate(0deg);
}

.p-faq summary {
  width: 100%;
  list-style-type: none;
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 34px 0 34px 52px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq summary {
    font-size: 1rem;
    padding: 24px 48px;
  }
}

.p-faq summary::before {
  content: "Q";
  line-height: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.75rem;
  font-weight: 600;
  color: #183164;
}
@media screen and (max-width: 768px) {
  .p-faq summary::before {
    left: 15px;
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
  }
}

.p-faq__text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding-left: 52px;
  margin: 6px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-faq__text {
    font-size: 0.875rem;
    padding-left: 48px;
    padding-right: 10px;
  }
}

.p-faq__text::before {
  content: "A";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #b10200;
}
@media screen and (max-width: 768px) {
  .p-faq__text::before {
    left: 15px;
    top: 0;
    transform: translateY(0);
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
  }
}

.p-faq__content {
  overflow: hidden;
}

.p-access {
  margin-top: 139px;
}
@media screen and (max-width: 768px) {
  .p-access {
    margin-top: 53px;
  }
}

.p-access__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-access__inner {
    padding: 0 16px;
  }
}

.p-access .c-font__title-span {
  left: 50%;
  transform: translateX(-50%);
}

.p-access__text {
  margin-top: 77px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-access__text {
    margin-top: 48px;
    font-size: 1rem;
  }
}

.p-access__map {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-access__map {
    margin-top: 15px;
    height: 320px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-access__map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-access__map iframe {
    height: inherit;
  }
}

.p-attendance {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-attendance {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.p-attendance__inner {
  max-width: 1010px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-attendance__inner {
    padding: 0 16px;
  }
}

.p-attendance .l-inner {
  max-width: 960px;
}

.p-attendance .c-font__title::before {
  display: none;
}

.p-attendance__wrap {
  margin-top: 24px;
  padding: 5px;
  background-color: #f4f5f7;
}
@media screen and (max-width: 768px) {
  .p-attendance__wrap {
    margin-top: 16px;
  }
}

.p-attendance__items {
  padding: 19px 30px 28px 55px;
  overflow-y: auto;
  height: 247px;
}
@media screen and (max-width: 768px) {
  .p-attendance__items {
    padding: 13px 17px 18px 30px;
    height: 350px;
  }
}

.p-attendance__items::-webkit-scrollbar {
  padding: 10px 0;
  width: 11px;
  height: 97%;
  border-radius: 5.5px;
}

.p-attendance__items::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 5.5px;
}

.p-attendance__items::-webkit-scrollbar-thumb {
  background-color: #b10200;
  border-radius: 5.5px;
}

.p-attendance__item {
  list-style: decimal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-attendance__item {
    font-size: 0.875rem;
  }
}

.p-attendance__item:not(:first-child) {
  margin-top: 5px;
}

.p-contact {
  background: linear-gradient(to bottom, #4c5a78 0%, #183164 100%);
  margin-top: 90px;
  padding: 80px 25px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin-top: 94px;
    padding: 64px 16px;
  }
}

.p-contact__inner {
  max-width: 970px;
  margin-inline: auto;
}

.p-contact__title {
  color: #e7c881;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 1.25rem;
  }
}

.p-contact__container {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-contact__container {
    margin-top: 40px;
  }
}

.p-contact__item {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-contact__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact__item:not(:first-child) {
    margin-top: 16px;
  }
}

.p-contact__message {
  min-height: 247px;
}
@media screen and (max-width: 768px) {
  .p-contact__message {
    min-height: 269px;
  }
}

.p-contact__label {
  width: 23%;
  display: inline-block;
  text-align: right;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    font-size: 1rem;
    text-align: left;
    width: fit-content;
  }
}

.p-contact__item:not(:nth-of-type(3)) .p-contact__label::before {
  content: "必須";
  width: 35.9px;
  height: 23.95px;
  position: absolute;
  right: -59.9px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding-top: 2px;
  font-size: 0.75rem;
  background-color: #b10200;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.p-contact__input {
  background-color: #fff;
  width: 100%;
  padding: 10px;
}
.p-contact__item-flex {
  display: flex;
  width: calc(100% - 130px);
  justify-content: space-between;
  align-items: center;
  margin-left: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-contact__item-flex {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
    font-size: 0.875rem;
  }
}

.p-contact__item--confirm {
  color: #fff;
}

input.p-contact__input.p-contact__input-half {
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  input.p-contact__input.p-contact__input-half {
    margin-top: 0;
  }
}

.p-contact__item-flex span:nth-of-type(2) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__item-flex span:nth-of-type(2) {
    margin-left: 23px;
  }
}

.p-contact__submit {
  max-width: 300px;
  width: 100%;
  padding: 10px 0;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

span.wpcf7-not-valid-tip {
  color: #fff;
}

.wpcf7-response-output {
  display: none;
}

.p-contact__text {
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    font-size: 1.25rem;
  }
}

.p-contact__radio {
  color: #fff;
}
.p-contact__radio .wpcf7-list-item-label {
  display: inline-block;
  padding-inline-start: 1.25rem;
  position: relative;
  cursor: pointer;
}
.p-contact__radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  background: #fff;
  border-radius: 100vmax;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.p-contact__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.15rem;
  width: 0.5rem;
  height: 0.5rem;
  background: blue;
  border-radius: 100vmax;
  opacity: 0;
  transition: opacity 0.3s;
}
.p-contact__radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.p-contact__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-top-news {
  position: relative;
  padding-block: 4.5rem 2.625rem;
}

.p-top-news__inner {
  max-width: 1010px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    padding: 0 16px;
  }
}

.p-top-news .c-font__title-span {
  left: auto;
  right: 15px;
  bottom: -32px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-top-news .c-font__title-span {
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-top-news__wrap {
  display: flex;
  flex-direction: column;
  margin-block-start: 4.375rem;
}

.p-top-news__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 16px 16px 24px 16px;
  gap: 0.8125rem;
  border-top: solid 0.5px #183164;
}
.p-top-news__content:last-of-type {
  border-bottom: solid 0.5px #183164;
}

.p-top-news__content-date {
  color: #1e4268;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.9px;
}

.p-top-news__content-text {
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.9px;
}

.p-top-news__btn {
  max-width: 268px;
  width: 100%;
  box-sizing: border-box;
  margin: 53px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-news__btn {
    max-width: 254px;
  }
}

.p-top-news__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.p-top-news__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single {
  padding-block: 7.125rem 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-single {
    padding-block: 4.375rem 3.125rem;
  }
}

.p-single__date {
  color: #1e4268;
  font-size: 1.125rem;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  padding-block-end: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-single__date {
    font-size: 0.875rem;
  }
}

.p-single__title {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: 0.64px;
  position: relative;
  padding-bottom: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-single__title {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}
.p-single__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  left: 0;
  bottom: 0;
  background: #183164;
}

.p-single__body {
  padding-block: 2.25rem 3.9375rem;
}
@media screen and (max-width: 768px) {
  .p-single__body {
    padding-block: 1rem 2.5rem;
  }
}
.p-single__body p {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}
.p-single__body p + p {
  margin-top: 1.5rem;
}
.p-single__body figure + p {
  margin-top: 3.5625rem;
}
.p-single__body img + p {
  margin-top: 3.5625rem;
}

.p-single__img {
  margin-inline: auto;
  margin-bottom: 3.5625rem;
}
.p-single__img img {
  width: 100%;
  height: 100%;
}

.p-fv-page {
  margin-top: 90px;
  padding-top: 45px;
  min-height: 219px;
  position: relative;
  background: linear-gradient(to bottom, #4c5a78 0%, #183164 100%);
}
@media screen and (max-width: 768px) {
  .p-fv-page {
    margin-top: 94px;
    padding-top: 64px;
  }
}

.p-fv-page::before,
.p-fv-page::after {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}

.p-fv-page::before {
  background-image: url(../images/cta_left.webp);
  left: -133px;
  bottom: -47px;
  max-width: 514px;
  aspect-ratio: 514/155;
}
@media screen and (max-width: 768px) {
  .p-fv-page::before {
    left: -75px;
    bottom: -24px;
    max-width: 237px;
    aspect-ratio: 237/72;
  }
}

.p-fv-page::after {
  background-image: url(../images/cta_right.webp);
  right: 0;
  top: -10px;
  right: 0;
  max-width: 297px;
  aspect-ratio: 297/130;
}
@media screen and (max-width: 768px) {
  .p-fv-page::after {
    right: 0;
    max-width: 126px;
    aspect-ratio: 126/61;
  }
}

.p-fv-page__text {
  text-align: center;
  max-width: 654px;
  width: 100%;
  aspect-ratio: 654/134;
  font-size: 2rem;
  font-weight: 700;
  color: #e7c881;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-fv-page__text {
    max-width: 343px;
    aspect-ratio: 343/70.19;
    font-size: 1.25rem;
  }
}

.p-fv-page__text::before {
  content: "";
  background-image: url(../images/cta_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-archive {
  padding-block: 4.375rem 3.125rem;
}

.p-archive__wrap {
  display: flex;
  flex-direction: column;
}

.p-archive__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 16px 16px 24px 16px;
  gap: 0.8125rem;
  border-top: solid 0.5px #183164;
}
@media screen and (max-width: 768px) {
  .p-archive__content {
    padding: 10px 8px 10px 8px;
    gap: 0.5rem;
  }
}
.p-archive__content:last-of-type {
  border-bottom: solid 0.5px #183164;
}

.p-archive__content-date {
  color: #1e4268;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .p-archive__content-date {
    font-size: 0.875rem;
  }
}

.p-archive__content-text {
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.9px;
}

.p-archive__pagination {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 3.0625rem;
  padding-inline: 1.03125rem;
  position: relative;
}
.p-archive__pagination span {
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}
.p-archive__pagination .is-current span {
  color: #b10200;
}
.p-archive__pagination .prev {
  position: relative;
}
.p-archive__pagination .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'><path d='M37.332 44.3332V11.6665L11.6654 27.9998L37.332 44.3332ZM32.6654 35.8165L20.4154 27.9998L32.6654 20.1832V35.8165Z' fill='%23DBAC3D'/></svg>") no-repeat center/contain;
  right: 100%;
}
.p-archive__pagination .next {
  position: relative;
}
.p-archive__pagination .next::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 56px;
  height: 56px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'><path d='M18.668 44.3332V11.6665L44.3346 27.9998L18.668 44.3332ZM23.3346 35.8165L35.5846 27.9998L23.3346 20.1832V35.8165Z' fill='%23DBAC3D'/></svg>") no-repeat center/contain;
  left: 100%;
}

.p-foot-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-foot-sp {
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    translate: 0 40px;
    transition: opacity 0.3s ease, translate 0.3s ease;
  }
  .p-foot-sp.js-show {
    opacity: 1;
    translate: 0 0;
  }
}

.p-foot-sp__btn {
  max-width: 16.25rem;
  margin-inline: auto;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */
