@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

input[type=checkbox],
input[type=radio] {
  all: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

a {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #413d41;
  font-size: 1.25vw;
  line-height: 1.7;
  letter-spacing: 0.078125vw;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body {
    font-size: 3.59375vw;
    letter-spacing: 0.46875vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body p {
    color: #000000;
  }
}
body table {
  width: 100%;
}
body table th, body table td {
  border: 0.1rem solid #413d41;
}

@media screen and (max-width: 640px) {
  body.is-fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
}

.l-header_wrap {
  position: fixed;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  width: 100vw;
  height: 8.75vw;
  padding-left: 4.375vw;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_wrap {
    height: 18.75vw;
    padding-left: 6.25vw;
  }
}
.l-header_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_outer {
    padding-right: 3.125vw;
  }
}
.l-header_logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.l-header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.l-header_logo a img {
  width: 12.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_logo a img {
    width: 28.125vw;
  }
}
.l-header_nav {
  margin-right: 5.3125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_nav {
    display: none;
  }
}
.l-header_nav_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125vw;
}
.l-header_nav_li a {
  font-size: 1.09375vw;
}
.l-header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5vw;
  width: 15.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_btn {
    gap: 6.875vw;
  }
}
.l-header_btn_img {
  height: 3.4375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_btn_img {
    height: 8.75vw;
  }
}
.l-header_btn p {
  font-size: 0.9375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_btn p {
    display: none;
    font-size: 2.5vw;
  }
}
.l-header_btn_contact {
  text-align: center;
}
.l-header_btn_contact img {
  width: 2.1875vw;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_btn_contact img {
    width: 6.5625vw;
  }
}
.l-header_btn_access {
  text-align: center;
}
.l-header_btn_access img {
  width: 1.875vw;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_btn_access img {
    width: 5.625vw;
  }
}
.l-header_hamburger {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_hamburger {
    opacity: 1;
    visibility: visible;
    width: 18.75vw;
    height: 18.75vw;
  }
}
.l-header_hamburgerBtn {
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_hamburgerBtn {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 18.75vw;
    height: 18.75vw;
  }
}
.l-header_hamburgerBtn_gr {
  position: relative;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_hamburgerBtn_gr {
    width: 6.25vw;
    height: 3.125vw;
  }
}
.l-header_hamburgerBtn_gr span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #413d41;
  border-radius: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header_hamburgerBtn_gr span:nth-of-type(1) {
  top: 0;
}
.l-header_hamburgerBtn_gr span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header_hamburgerBtn_gr span:nth-of-type(3) {
  bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_hamburgerMenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 18.75vw;
    left: 0;
    padding: 12.5vw;
    padding-top: 18.75vw;
    background-color: #ffffff;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_hamburgerMenu_li {
    margin-bottom: 18.75vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_hamburgerMenu_li_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 6.25vw;
    color: #a48600;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_hamburgerMenu_btn > div:first-of-type {
    margin-bottom: 3.125vw;
  }
}
.l-header_hamburger.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header_hamburger.is-active .l-header_hamburgerBtn_gr span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.l-header_hamburger.is-active .l-header_hamburgerBtn_gr span:nth-of-type(2) {
  opacity: 0;
}
.l-header_hamburger.is-active .l-header_hamburgerBtn_gr span:nth-of-type(3) {
  bottom: unset;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  right: -0.2rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-header_hamburger.is-active .l-header_hamburgerMenu {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 767px) {
  .l-header.is-scrolled .l-header_wrap {
    height: 6.25vw;
  }
}
@media screen and (min-width: 767px) {
  .l-header.is-scrolled .l-header_btn_contact p, .l-header.is-scrolled .l-header_btn_access p {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .l-header.is-scrolled .l-header_btn_contact img {
    width: 1.875vw;
  }
}
@media screen and (min-width: 767px) {
  .l-header.is-scrolled .l-header_btn_access img {
    width: 1.5625vw;
  }
}

.l-main {
  position: relative;
  padding-top: 8.75vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-main {
    padding-top: 18.75vw;
  }
}
.l-main_sct {
  position: relative;
  padding: 9.375vw 0;
}
@media screen and (max-width: 640px) {
  .l-main_sct {
    padding: 12.5vw 0;
  }
}

.l-grid_guide {
  position: absolute;
  width: 100vw;
  height: 1800vh;
  z-index: -100;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[16];
  grid-template-columns: repeat(16, 1fr);
}
.l-grid_guide .grid:nth-of-type(2n) {
  background-color: #413d41;
  opacity: 0.05;
}

.l-footer {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12.5vw;
  }
}
.l-footer_outer {
  background-color: #413d41;
  border-radius: 0 6.4rem 0 0;
  width: 46.875vw;
  padding: 6.25vw 0 5vw 9.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_outer {
    border-radius: unset;
    width: 100%;
    padding: 8.75vw 0 8.75vw 5vw;
  }
}
.l-footer_outer * p {
  font-size: 0.9375vw;
  color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_outer * p {
    font-size: 2.65625vw;
    font-weight: 500;
  }
}
.l-footer_logo {
  width: 12.5vw;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_logo {
    width: 25vw;
    margin-bottom: 6.25vw;
  }
}
.l-footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_info_inner {
    gap: 3.75vw;
  }
}
.l-footer_info_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer_info_gr.-mail {
  padding-right: 2.5vw;
  border-right: 0.1rem solid #ffffff;
  height: 100%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_info_gr.-mail {
    padding-right: 4.6875vw;
    border-right: 0.05rem solid #ffffff;
  }
}
.l-footer_info_gr.-mail .l-footer_info_img {
  width: 2.1875vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_info_gr.-mail .l-footer_info_img {
    width: 5.625vw;
  }
}
.l-footer_info_gr.-access {
  padding-left: 2.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_info_gr.-access {
    padding-left: 4.6875vw;
  }
}
.l-footer_info_gr.-access .l-footer_info_img {
  width: 1.875vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_info_gr.-access .l-footer_info_img {
    width: 4.84375vw;
  }
}
.l-footer_info_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_info_img {
    margin-bottom: 1.25vw;
  }
}
.l-footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625vw;
  margin-top: 11.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_sns {
    margin: 0;
    margin-left: 12.5vw;
    gap: 5vw;
  }
}
.l-footer_sns_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.15625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_sns_gr {
    width: 32.8125vw;
  }
}
.l-footer_sns_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.03125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_sns_img {
    width: 5.9375vw;
  }
}
.l-footer_sns_img.-line img {
  width: 2.03125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_sns_img.-line img {
    width: 5.9375vw;
  }
}
.l-footer_sns_img.-note img {
  width: 1.40625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_sns_img.-note img {
    width: 3.75vw;
  }
}
.l-footer_sns_txt {
  line-height: 1;
  font-size: 0.9375vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_sns_txt {
    font-size: 2.96875vw;
    font-weight: 400;
  }
}
.l-footer_copy {
  font-size: 0.78125vw;
  margin-top: 18.125vw;
  margin-right: 1.875vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .l-footer_copy {
    font-size: 2.34375vw;
    margin: unset;
    padding: 4.375vw 0 3.75vw;
    text-align: center;
    background-color: #413d41;
    color: #ffffff;
  }
}

.c-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22.5vw;
  height: 4.0625vw;
  background-color: #413d41;
  border-radius: 100vh;
  color: #ffffff;
  font-size: 1.5625vw;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn a {
    width: 50vw;
    height: 10vw;
    font-size: 3.90625vw;
  }
}
.c-btn_ico {
  position: absolute;
  right: 1.875vw;
  width: 1.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn_ico {
    width: 2.8125vw;
    right: 5vw;
  }
}
.c-btn a:hover {
  opacity: 0.8;
}

.c-btn.-small a {
  width: 100%;
  height: 2.5vw;
  font-size: 1.015625vw;
  font-weight: 400;
  padding-bottom: 0.15625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn.-small a {
    height: 7.5vw;
    font-size: 2.65625vw;
    padding-bottom: 0.625vw;
    font-weight: 500;
  }
}
.c-btn.-small a.-oruli, .c-btn.-small a.-pineapple {
  text-transform: uppercase;
}
.c-btn.-small .c-btn_ico {
  width: 0.78125vw;
  right: 0.9375vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn.-small .c-btn_ico {
    width: 1.875vw;
    right: 2.5vw;
  }
}

.c-btn_ppl a {
  background-color: #883c92;
  width: 31.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn_ppl a {
    width: 75vw;
  }
}
.c-btn_ppl_ico_web {
  width: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn_ppl_ico_web {
    width: 4.0625vw;
    margin-right: 0.3125vw;
  }
}
.c-btn_ppl_ico_mail {
  width: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn_ppl_ico_mail {
    width: 4.6875vw;
  }
}
.c-btn_ppl a:hover {
  -webkit-filter: saturate(160%);
          filter: saturate(160%);
}

.c-txt_secLabel {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875vw;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_secLabel {
    position: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 5vw;
    gap: 6.25vw;
  }
}
.c-txt_secLabel p {
  color: #a48600;
  font-size: 1.40625vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_secLabel p {
    font-size: 3.125vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-txt_secLabel_line {
  width: 6.25vw;
  height: 0.1484375vw;
  background-color: #cca803;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_secLabel_line {
    width: 6.25vw;
    height: 0.46875vw;
  }
}
.c-txt_secLabel_en {
  position: absolute;
  top: 0;
  text-transform: capitalize;
  font-size: 10vw;
  line-height: 1;
  letter-spacing: 0.3125vw;
  color: #b39200;
  font-family: "Noto Sans", "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_secLabel_en {
    font-size: 15vw;
    font-weight: 300;
    font-weight: 100;
    letter-spacing: 1.25vw;
    top: 53.125vw;
    left: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_secLabel_en.-program {
    top: 42.1875vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_secLabel_en.-material {
    top: 59.375vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_secLabel_en.-question {
    top: 42.1875vw;
  }
}
.c-txt_secTtl {
  font-size: 2.8125vw;
  font-weight: 400;
  letter-spacing: 0.78125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_secTtl {
    font-size: 5.3125vw;
    font-weight: 500;
    letter-spacing: 0.625vw;
  }
}
.c-txt_secTtl.-mb {
  margin-bottom: 5.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_secTtl.-mb {
    margin-bottom: 11.25vw;
  }
}
.c-txt_intro {
  margin-bottom: 7.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt_intro {
    margin-left: 6.25vw;
    margin-right: 6.25vw;
    margin-bottom: 12.5vw;
  }
}
.c-txt_intro span {
  color: #a48600;
  font-weight: 600;
}

.t-accordion_group {
  background-color: #ffffff;
  border-radius: 1.6rem;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_group {
    border-radius: 0.8rem;
    margin-bottom: 1.875vw;
  }
}
.t-accordion_label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 1.875vw 0;
  padding-left: 2.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_label {
    padding: 3.125vw 0;
    padding-left: 5vw;
  }
}
.t-accordion_label_ttl {
  position: relative;
  font-weight: 500;
  width: 100%;
  padding-left: 1.875vw;
  line-height: 1.4;
}
.t-accordion_label_ttl.-program {
  padding-left: 2.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_label_ttl.-program {
    padding-left: 5vw;
  }
}
.t-accordion_label_ttl.-program::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #cca803;
  width: 0.9375vw;
  height: 0.9375vw;
  border-radius: 100vh;
  left: 0.3125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_label_ttl.-program::before {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
.t-accordion_label_ttl.-question {
  padding-left: 2.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_label_ttl.-question {
    padding-left: 6.25vw;
  }
}
.t-accordion_label_ttl.-question::before {
  content: "Q";
  position: absolute;
  color: #cca803;
  font-size: 1.875vw;
  line-height: 1;
  left: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_label_ttl.-question::before {
    font-size: 4.375vw;
  }
}
.t-accordion_label_btn {
  position: absolute;
  top: 50%;
  right: 1.25vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #f7e33a;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_label_btn {
    right: 3.125vw;
    width: 4.84375vw;
    height: 4.84375vw;
  }
}
@media screen and (min-width: 1280px) {
  .t-accordion_label_btn {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.t-accordion_label_btn_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.t-accordion_label_btn_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 0.2rem;
  background-color: #a48600;
  z-index: 5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_label_btn_inner::before {
    width: 2.1875vw;
  }
}
@media screen and (min-width: 1280px) {
  .t-accordion_label_btn_inner::before {
    width: 0.859375vw;
    height: 0.15625vw;
  }
}
.t-accordion_label_btn_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 1.1rem;
  height: 0.2rem;
  background-color: #a48600;
  z-index: 5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_label_btn_inner::after {
    width: 2.1875vw;
  }
}
@media screen and (min-width: 1280px) {
  .t-accordion_label_btn_inner::after {
    width: 0.859375vw;
    height: 0.15625vw;
  }
}
.t-accordion_label.is-open .t-accordion_label_btn_inner::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.t-accordion_contents {
  display: none;
  padding-bottom: 1.5625vw;
  padding-left: 5vw;
  padding-right: 6.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-accordion_contents {
    padding: 1.25vw 6.25vw 4.375vw;
  }
}
.t-accordion_contents_deta span.-bold {
  display: block;
  font-weight: 500;
  margin-bottom: 0.625vw;
}

.t-slider_mv_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.t-slider_mv_container {
  height: 50vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_mv_container {
    height: 73.4375vw;
  }
}
.t-slider_mv_container.-num01 {
  width: 12.5vw;
  border-radius: 0 6.4rem 6.4rem 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_mv_container.-num01 {
    border-radius: 0 3.2rem 3.2rem 0;
    display: none;
  }
}
.t-slider_mv_container.-num02 {
  width: 68.75vw;
  border-radius: 6.4rem 0 0 6.4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_mv_container.-num02 {
    border-radius: 0 0 6.4rem 6.4rem;
    width: 100%;
  }
}

.t-slider_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}
.t-slider_mv_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125vw;
}
.t-slider_mv_slide {
  width: 100%;
  height: inherit;
}
.t-slider_mv_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-slider_program {
  overflow: visible !important;
  padding-bottom: 5.9375vw !important;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program {
    padding-bottom: 21.25vw !important;
  }
}
.t-slider_program_slide {
  width: 18.75vw !important;
  aspect-ratio: 3/2;
  -webkit-transform: unset !important;
          transform: unset !important;
  border-radius: 1.6rem;
  overflow: hidden;
  opacity: 1 !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_slide {
    width: 43.75vw !important;
  }
}
.t-slider_program_slide > a {
  position: relative;
  display: block;
  height: 100%;
}
.t-slider_program_slide > a::before {
  content: "";
  position: absolute;
  bottom: 0.625vw;
  right: 0.625vw;
  width: 1.875vw;
  height: 1.875vw;
  background-color: #f7e33a;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_slide > a::before {
    width: 5vw;
    height: 5vw;
    right: 1.25vw;
    bottom: 1.25vw;
  }
}
.t-slider_program_slide > a::after {
  content: "";
  position: absolute;
  bottom: 1.09375vw;
  right: 1.09375vw;
  width: 0.9375vw;
  height: 0.9375vw;
  background-image: url("/assets/img/ico/ico_zoom.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_slide > a::after {
    width: 2.1875vw;
    height: 2.1875vw;
    bottom: 2.65625vw;
    right: 2.65625vw;
  }
}
.t-slider_program_slide_img {
  overflow: hidden;
  margin: 0 auto;
  width: 42.1875vw;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_slide_img {
    width: 100%;
  }
}
.t-slider_program_slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-slider_program_slide_txt {
  margin-top: 3.125vw;
}
.t-slider_program_slide_ttl {
  font-weight: 600;
  padding-right: 0.9375vw;
}
.t-slider_program_scrollbar {
  width: 50vw !important;
  left: 0 !important;
  background-color: #ffffff !important;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_scrollbar {
    width: 81.25vw !important;
    margin-bottom: 14.375vw;
  }
}
.t-slider_program_scrollbar > div {
  background-color: #f7e33a;
}
.t-slider_program_prev, .t-slider_program_next {
  width: 3.75vw !important;
  height: 3.75vw !important;
  border-radius: 100vh;
  top: unset !important;
  bottom: 0 !important;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_prev, .t-slider_program_next {
    width: 9.375vw !important;
    height: 9.375vw !important;
  }
}
.t-slider_program_prev::after, .t-slider_program_next::after {
  position: absolute;
  content: "" !important;
  width: 0.9375vw;
  height: 1.09375vw;
  background-color: #cca803;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_prev::after, .t-slider_program_next::after {
    width: 2.65625vw;
    height: 2.8125vw;
  }
}
.t-slider_program_prev {
  background-color: #ffffff;
  left: 53.75vw !important;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_prev {
    left: 59.375vw !important;
  }
}
.t-slider_program_prev::after {
  -webkit-clip-path: polygon(100% 1.09375vw, 100% 0%, 0vw 50%);
          clip-path: polygon(100% 1.09375vw, 100% 0%, 0vw 50%);
  left: 50%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_prev::after {
    -webkit-clip-path: polygon(100% 2.8125vw, 100% 0%, 0vw 50%);
            clip-path: polygon(100% 2.8125vw, 100% 0%, 0vw 50%);
  }
}
.t-slider_program_next {
  background-color: #f7e33a;
  left: 58.75vw !important;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_next {
    left: 71.875vw !important;
  }
}
.t-slider_program_next::after {
  -webkit-clip-path: polygon(0% 1.09375vw, 0% 0%, 0.9375vw 50%);
          clip-path: polygon(0% 1.09375vw, 0% 0%, 0.9375vw 50%);
  left: 50%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .t-slider_program_next::after {
    -webkit-clip-path: polygon(100% 1.40625vw, 0% 0%, 0vw 100%);
            clip-path: polygon(100% 1.40625vw, 0% 0%, 0vw 100%);
  }
}

.p-common_intro {
  margin-left: 18.75vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-common_intro {
    margin-left: 12.5vw;
  }
}

.p-fv {
  padding-bottom: 6.25vw;
  position: relative;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-fv {
    padding-bottom: 12.5vw;
  }
}
.p-fv_lead {
  position: absolute;
  top: 17.1875vw;
  left: 17.734375vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 5;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-fv_lead {
    position: static;
    margin: 0 auto;
    margin-top: 15.625vw;
    font-size: 3.4375vw;
    line-height: 2;
  }
}

.p-about {
  position: relative;
}
.p-about_wrap {
  margin-left: 18.75vw;
  margin-right: 12.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_wrap {
    margin-right: 6.25vw;
    margin-left: 12.5vw;
  }
}
.p-about_method {
  margin-bottom: 10.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_method {
    margin-bottom: 12.5vw;
  }
}
.p-about_method_img {
  margin-bottom: 5.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_method_img {
    margin-bottom: 15vw;
  }
}
.p-about_method_img .-pc {
  display: block;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_method_img .-pc {
    display: none;
  }
}
.p-about_method_img .-sp {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_method_img .-sp {
    display: block;
  }
}
.p-about_flow > p {
  margin-bottom: 4.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_flow > p {
    margin-bottom: 8.75vw;
  }
}
.p-about_flow_outer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25vw 1fr 1.25vw 1fr 1.25vw 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_flow_outer {
    -ms-grid-columns: 1fr 5vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
}
.p-about_flow_inner {
  position: relative;
  padding-top: 1.875vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_flow_inner {
    padding-top: 4.375vw;
  }
}
.p-about_flow_num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.75vw;
  height: 3.75vw;
  background-color: #cca803;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vh;
  border: 0.625vw solid #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_flow_num {
    width: 8.75vw;
    height: 8.75vw;
    border: 0.625vw solid #ffffff;
  }
}
.p-about_flow_num p {
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  padding-left: 0.15625vw;
  padding-bottom: 0.15625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_flow_num p {
    padding-left: 0.46875vw;
    padding-bottom: 0.46875vw;
    font-size: 3.90625vw;
  }
}
.p-about_flow_img {
  margin-bottom: 0.9375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_flow_img {
    margin-bottom: 1.25vw;
  }
}
.p-about_flow_img img {
  border-radius: 1.6rem;
}
.p-about_flow_txt {
  text-align: center;
  font-size: 1.09375vw;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_flow_txt {
    font-size: 3.59375vw;
    font-weight: 400;
  }
}
.p-about_flow_txt span {
  font-size: 0.9375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-about_flow_txt span {
    font-size: 2.8125vw;
  }
}

.p-program {
  position: relative;
}
.p-program_wrap {
  position: relative;
}
.p-program_gr {
  position: relative;
  background-color: #f7f5ea;
  padding-top: 8.125vw;
  padding-bottom: 5vw;
  border-radius: 6.4rem 0 0 6.4rem;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_gr {
    border-radius: 3.2rem 0 0 3.2rem;
    padding-top: 13.75vw;
    margin-bottom: 13.75vw;
  }
}
.p-program_gr.-reverse {
  border-radius: 0 6.4rem 6.4rem 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_gr.-reverse {
    border-radius: 0 3.2rem 3.2rem 0;
  }
}
.p-program_gr.-gr_01 {
  margin-left: 12.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_gr.-gr_01 {
    margin-left: 6.25vw;
  }
}
.p-program_gr.-gr_02 {
  margin-right: 31.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_gr.-gr_02 {
    margin-right: 6.25vw;
  }
}
.p-program_gr.-gr_03 {
  margin-left: 12.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_gr.-gr_03 {
    margin-left: 6.25vw;
  }
}
.p-program_gr.-gr_04 {
  margin-right: 9.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_gr.-gr_04 {
    margin-right: 6.25vw;
  }
}
.p-program_gr.-gr_05 {
  margin-left: 12.5vw;
  margin-bottom: 9.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_gr.-gr_05 {
    margin-left: 6.25vw;
  }
}
.p-program_outer {
  padding-left: 6.25vw;
}
.p-program .p-program_gr.-gr_02 .p-program_outer {
  padding-right: 6.25vw;
}
.p-program_imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125vw;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_imgTxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 6.25vw;
    margin-bottom: 10vw;
  }
}
.p-program_imgTxt_img {
  width: 37.5vw;
  aspect-ratio: 3/2;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_imgTxt_img {
    border-radius: 1.6rem;
    width: 62.5vw;
  }
}
.p-program_imgTxt_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-program_imgTxt_txt {
  width: 21.875vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_imgTxt_txt {
    width: 75vw;
    margin-left: 6.25vw;
  }
}
.p-program .p-program_gr.-gr_02 .p-program_imgTxt_img {
  width: 25vw;
  aspect-ratio: 2/3;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program .p-program_gr.-gr_02 .p-program_imgTxt_img {
    width: 50vw;
  }
}
.p-program .p-program_gr.-gr_02 .p-program_imgTxt_txt {
  width: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-program_program {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_program {
    gap: 2.5vw;
  }
}
.p-program_program_txt {
  color: #a48600;
  font-weight: 500;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_program_txt {
    font-size: 3.125vw;
    letter-spacing: 0.15625vw;
  }
}
.p-program_program_num {
  position: relative;
  width: 6.25vw;
  height: 6.25vw;
  background-color: #cca803;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_program_num {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.p-program_program_num::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -53%);
          transform: translate(-45%, -53%);
  content: "01";
  color: #ffffff;
  font-size: 2.34375vw;
  font-family: "Noto Sans", "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_program_num::after {
    font-size: 4.6875vw;
    font-weight: 500;
  }
}
.p-program_gr.-reverse .p-program_program {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: unset;
  left: 6.25vw;
}
.p-program_gr.-gr_02 .p-program_program_num::after {
  content: "02";
}
.p-program_gr.-gr_03 .p-program_program_num::after {
  content: "03";
}
.p-program_gr.-gr_04 .p-program_program_num::after {
  content: "04";
}
.p-program_gr.-gr_05 .p-program_program_num::after {
  content: "05";
}
.p-program_bgImg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6.4rem 0 0 6.4rem;
  overflow: hidden;
  width: 25vw;
  height: 26.5625vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_bgImg {
    top: 15vw;
    right: 0vw;
    border-radius: 1.6rem 0 0 1.6rem;
    width: 31.25vw;
    height: 32.8125vw;
  }
}
.p-program_bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.p-program_grTtl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.03125vw;
  font-weight: 500;
  line-height: 1;
  padding-left: 6.25vw;
  margin-bottom: 4.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_grTtl {
    font-size: 4.375vw;
    margin-bottom: 8.125vw;
    padding-left: 12.5vw;
  }
}
.p-program_grTtl::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.125vw;
  height: 0.234375vw;
  background-color: #cca803;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_grTtl::before {
    width: 5vw;
    height: 0.46875vw;
  }
}
.p-program_materials_label {
  position: relative;
  display: inline-block;
  padding: 0.46875vw 3.125vw;
  background-color: #cca803;
  border-radius: 100vh;
  color: #ffffff;
  margin-bottom: 1.875vw;
  margin-left: -3.125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_materials_label {
    margin-left: 0;
    margin-bottom: 3.75vw;
    padding: 0.9375vw 6.25vw;
  }
}
.p-program_materials_label::after {
  position: absolute;
  content: "";
  bottom: -0.78125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.875vw;
  height: 0.9375vw;
  background-color: #cca803;
  -webkit-clip-path: polygon(100% 0.9375vw, 0% 0%, 1.71875vw 0%);
          clip-path: polygon(100% 0.9375vw, 0% 0%, 1.71875vw 0%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_materials_label::after {
    width: 3.75vw;
    height: 1.875vw;
    -webkit-clip-path: polygon(100% 1.875vw, 0% 0%, 3.75vw 0%);
            clip-path: polygon(100% 1.875vw, 0% 0%, 3.75vw 0%);
    bottom: -1.5625vw;
  }
}
.p-program_materials_label p {
  font-weight: 500;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_materials_label p {
    color: #ffffff;
  }
}
.p-program_materials_slider {
  overflow: hidden;
  margin-left: -6.25vw;
  padding-left: 6.25vw;
}
.p-program_btn {
  margin-top: 3.125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_btn {
    margin-top: 8.125vw;
  }
}
.p-program_sst {
  margin-top: 7.5vw;
  padding-right: 6.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_sst {
    margin-top: 12.5vw;
  }
}
.p-program_sst_ttl {
  font-size: 1.875vw;
  font-weight: 500;
  margin-bottom: 3.75vw;
  text-align: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_sst_ttl {
    font-size: 4.375vw;
    margin-bottom: 6.25vw;
  }
}
.p-program_sst_lead {
  margin-bottom: 3.125vw;
  padding: 0 6.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_sst_lead {
    padding: 0;
    margin-bottom: 6.875vw;
  }
}
.p-program_txt {
  margin-bottom: 3.125vw;
  padding-right: 15.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_txt {
    padding-right: 6.25vw;
    padding-left: 6.25vw;
    margin-bottom: 10vw;
  }
}
.p-program_school {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 3.2rem;
  margin: 0 12.5vw;
  padding: 5vw 6.25vw 3.75vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_school {
    margin: 0 6.25vw;
    border-radius: 1.6rem;
    padding: 7.5vw 6.25vw 7.5vw;
  }
}
.p-program_school_label {
  position: absolute;
  top: -0.625vw;
  right: 6.25vw;
  width: 3.125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_school_label {
    width: 6.25vw;
    top: -1.25vw;
  }
}
.p-program_school_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_school_outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.5vw;
  }
}
.p-program_school_img {
  width: 12.5vw;
  aspect-ratio: 1/1;
  min-width: 12.5vw;
  border-radius: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_school_img {
    width: 31.25vw;
  }
}
.p-program_school_ttl {
  font-weight: 500;
  font-size: 1.5625vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_school_ttl {
    font-size: 3.75vw;
    color: #413d41;
    margin-bottom: 4.375vw;
    text-align: center;
  }
}
.p-program_school_txt {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_school_txt {
    margin-bottom: 5vw;
  }
}
.p-program_school_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375vw;
}
.p-program_school_link_img {
  width: 1.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-program_school_link_img {
    width: 3.125vw;
  }
}

.p-contact {
  position: relative;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact {
    padding-bottom: 6.25vw;
  }
}
.p-contact_02 {
  padding-bottom: 7.5vw;
}
.p-contact_bg {
  width: 100vw;
  height: 50vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_bg {
    height: 100vw;
  }
}
.p-contact_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contact_box {
  position: relative;
  background-color: #ffffff;
  border-radius: 3.2rem;
  padding: 7.5vw 0;
  text-align: center;
  width: 56.25vw;
  margin: 0 auto;
  margin-top: -25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_box {
    padding: 14.375vw 0;
    width: 93.75vw;
    border-radius: 1.6rem;
    margin-top: -50vw;
  }
}
.p-contact_ttl {
  font-size: 3.75vw;
  text-transform: capitalize;
  font-family: "Noto Sans", "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #883c92;
  margin-bottom: 1.5625vw;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_ttl {
    font-size: 8.75vw;
    margin-bottom: 3.125vw;
  }
}
.p-contact_ttl_ja {
  font-size: 1.5625vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_ttl_ja {
    font-size: 3.28125vw;
    margin-bottom: 5vw;
  }
}
.p-contact_lead {
  margin-bottom: 4.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_lead {
    margin-bottom: 8.75vw;
  }
}
.p-contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact_btn.-mb {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_btn.-mb {
    margin-bottom: 3.125vw;
  }
}
.p-contact_reception {
  margin-top: 1.875vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_reception {
    margin-top: 3.75vw;
    font-size: 3.125vw;
  }
}
.p-contact_reception span {
  font-size: 0.9375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_reception span {
    font-size: 2.8125vw;
  }
}
.p-contact_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 37.5vw;
  margin: 0 auto;
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_contents {
    width: 100%;
    padding: 0 3.125vw;
    margin-bottom: 11.25vw;
  }
}
.p-contact_contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact_contents_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f6f0;
  border-radius: 100vh;
  width: 10.625vw;
  aspect-ratio: 1/1;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_contents_gr {
    width: 25vw;
  }
}
.p-contact_contents_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact_contents_img.-img_01 {
  width: 5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_contents_img.-img_01 {
    width: 10vw;
  }
}
.p-contact_contents_img.-img_02 {
  width: 4.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_contents_img.-img_02 {
    width: 8.75vw;
  }
}
.p-contact_contents_img.-img_03 {
  width: 4.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_contents_img.-img_03 {
    width: 8.75vw;
  }
}
.p-contact_contents_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contact_contents_txt {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-contact_contents_txt {
    font-size: 2.65625vw;
  }
}
.p-contact_contents_txt.-mt {
  margin-top: 1.25vw;
}

.p-materials {
  position: relative;
  padding-top: 10.9375vw;
}
.p-materials_secTtl {
  margin-bottom: 9.375vw;
}
.p-materials_outer {
  padding-top: 3.125vw;
}
.p-materials_gr {
  position: relative;
}
.p-materials_gr_01 {
  margin-bottom: 18.75vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-materials_gr_01 {
    margin-bottom: 81.25vw;
  }
}
.p-materials_gr_01_txt {
  padding-left: 25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-materials_gr_01_txt {
    padding-left: 21.875vw;
    padding-right: 12.5vw;
  }
}
.p-materials_gr_01_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 34.375vw;
  aspect-ratio: 3/2;
  border-radius: 1.6rem;
  overflow: hidden;
  margin-right: -3.125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-materials_gr_01_img {
    top: unset;
    bottom: -62.5vw;
    border-radius: 0.8rem;
    width: 75vw;
    height: 50vw;
  }
}
.p-materials_gr_01_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-materials_gr_02 {
  margin-bottom: 5.625vw;
}
.p-materials_gr_02_txt {
  padding-left: 56.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-materials_gr_02_txt {
    padding-left: 15.625vw;
    padding-right: 25vw;
  }
}
.p-materials_gr_02_img {
  position: absolute;
  top: 0;
  left: 12.5vw;
  width: 31.25vw;
  aspect-ratio: 3/2;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-materials_gr_02_img {
    border-radius: 0.8rem;
    left: 6.25vw;
    top: unset;
    bottom: -62.5vw;
    width: 75vw;
    height: 50vw;
  }
}
.p-materials_gr_02_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-materials_gr_03 {
  margin-bottom: 32.96875vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-materials_gr_03 {
    margin-top: 78.125vw;
    margin-bottom: 50vw;
  }
}
.p-materials_gr_03_txt {
  padding-left: 56.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-materials_gr_03_txt {
    padding-left: 21.875vw;
    padding-right: 6.25vw;
  }
}
.p-materials_gr_03_img {
  position: absolute;
  left: 56.25vw;
  bottom: -20.9375vw;
  width: 16.25vw;
  aspect-ratio: 3/2;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-materials_gr_03_img {
    border-radius: 0.8rem;
    width: 34.375vw;
    height: 22.921875vw;
    bottom: -34.375vw;
    left: 50vw;
  }
}
.p-materials_gr_03_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-question {
  position: relative;
  background-color: #f7f6f0;
  padding: 12.5vw 0;
}
.p-question_secLabel_en {
  top: 6.25vw;
  z-index: 1;
}
.p-question_intro {
  margin-bottom: 5.625vw;
  margin-left: 12.5vw;
}
.p-question_wrap {
  margin: 0 12.5vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-question_wrap {
    margin: 0 3.125vw;
  }
}
.p-question_grTtl {
  font-weight: 500;
  font-size: 1.875vw;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-question_grTtl {
    font-size: 4.0625vw;
    color: #413d41;
    margin-bottom: 5vw;
    padding-left: 9.375vw;
  }
}
.p-question_accordion {
  position: relative;
  z-index: 5;
  margin-bottom: 5.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-question_accordion {
    margin-bottom: 11.25vw;
  }
}

.p-relation {
  background-color: #f7f7f7;
  padding: 8.125vw 0 9.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-relation {
    padding: 12.5vw 0 18.75vw;
  }
}
.p-relation_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.25vw 1fr 6.25vw 1fr 6.25vw 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.25vw;
  margin: 0 9.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-relation_wrap {
    -ms-grid-columns: 1fr 3.125vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 6.25vw;
    gap: 6.25vw 3.125vw;
  }
}
.p-relation_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-relation_outer {
    width: 100%;
  }
}
.p-relation_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.5vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-relation_img {
    height: 28.125vw;
  }
}
.p-relation img.-laluche {
  width: 7.8125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-relation img.-laluche {
    width: 15.625vw;
  }
}
.p-relation img.-oruli {
  width: 6.875vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-relation img.-oruli {
    width: 13.75vw;
  }
}
.p-relation img.-pineapple {
  width: 4.0625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-relation img.-pineapple {
    width: 8.125vw;
  }
}
.p-relation img.-sakura {
  width: 7.8125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-relation img.-sakura {
    width: 15.625vw;
  }
}
.p-relation_txt {
  font-size: 1.015625vw;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 2.5vw;
  letter-spacing: 0.078125vw;
  word-break: break-all;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-relation_txt {
    font-size: 2.65625vw;
    margin-bottom: 5vw;
    padding: 0 3.125vw;
  }
}

br.u-br_bp {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  br.u-br_bp {
    display: block;
  }
}

br.u-br_pcOnly {
  display: block;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  br.u-br_pcOnly {
    display: none;
  }
}

p.u-textBox {
  text-align: justify;
}

.js-target {
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.js-target.-fv_slider {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}
.js-target.-fv_lead {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-target.-prog_bgImg {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.js-target.-prog_school {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.js-target.-about_btn {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.js-target.is-active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.js-target_lr {
  -webkit-transform: translateX(-6.4rem);
          transform: translateX(-6.4rem);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .js-target_lr {
    -webkit-transform: translateX(-3.2rem);
            transform: translateX(-3.2rem);
  }
}
.js-target_lr.-secTtl_01 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.js-target_lr.-secTtl_02 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-target_lr.-prg_gr {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.js-target_lr.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-target_rl {
  -webkit-transform: translateX(6.4rem);
          transform: translateX(6.4rem);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .js-target_rl {
    -webkit-transform: translateX(3.2rem);
            transform: translateX(3.2rem);
  }
}
.js-target_rl.-prg_gr {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.js-target_rl.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-target_tb {
  -webkit-transform: translateY(-6.4rem);
          transform: translateY(-6.4rem);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .js-target_tb {
    -webkit-transform: translateY(-4.8rem);
            transform: translateY(-4.8rem);
  }
}
.js-target_tb.-secLabel_en {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-target_tb.-secLabel_en.is-active {
  opacity: 0.2;
}
.js-target_tb.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-target_bt {
  -webkit-transform: translateY(3.2rem);
          transform: translateY(3.2rem);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .js-target_bt {
    -webkit-transform: translateY(1.6rem);
            transform: translateY(1.6rem);
  }
}
.js-target_bt.-contact_02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-target_bt.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.js-overlay.is-overlay {
  opacity: 1;
  visibility: visible;
}