@charset "UTF-8";
/* ------------------------------ */
/* html / body */
/* ------------------------------ */
html {
  font-size: 11px;
  height: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #DDE9EF;
  color: #241916;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  height: 100%;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0;
  overscroll-behavior-y: none;
  padding: 0;
  text-align: left;
}

/* 画像 */
img {
  height: auto;
}

/* アンカー */
:root {
  --link-color: #0033cc;
  --link-color-hover: #cc3434;
  --link-color-visited: #006ccc;
  --link-bg-color: transparent;
  --link-bg-color-hover: transparent;
  --link-decoration: none;
  --link-decoration-hover: none;
}

a {
  background-color: var(--link-bg-color);
  color: var(--link-color);
  display: inline-block;
  -webkit-text-decoration: var(--link-decoration);
  text-decoration: var(--link-decoration);
}
a > img {
  width: 100%;
}
a:visited {
  color: var(--link-color-visited);
}
a:hover {
  background-color: var(--link-bg-color-hover);
  color: var(--link-color-hover);
  -webkit-text-decoration: var(--link-decoration-hover);
  text-decoration: var(--link-decoration-hover);
}
a:hover img {
  opacity: 0.6;
}

/* ------------------------------ */
/* font */
/* ------------------------------ */
.lobster, #interviewModal .inner .title {
  font-family: "Lobster", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.lato, .section .interview .card .label, .section .h_en {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.icomoon, .col_r .movie span:after, .inpage_links a:after, #footer .link_buttons .link_button:after, .carousel__button-prev:after,
.carousel__button-next:after,
.style_select__button-prev:after,
.style_select__button-next:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------ */
/* 画像無限スクロール */
/* ------------------------------ */
.infinite_scroll_wrap {
  overflow: hidden;
}

.infinite_scroll_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.infinite_scroll_track img {
  height: 100%;
  width: auto;
}

@-webkit-keyframes infiniteScrollRTL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes infiniteScrollRTL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.infinite_scroll_track[data-scroll-initialized=true] {
  -webkit-animation-name: infiniteScrollRTL;
  animation-name: infiniteScrollRTL;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* ------------------------------ */
/* アイコン/マーク付きボタンリンク */
/* ------------------------------ */
.link_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--link-button_border_color);
  border-radius: 2em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  display: inline-grid;
  font-size: 1.4286rem;
  grid-template-columns: 1fr auto 1fr;
  height: 4em;
  line-height: 1;
  padding: 0 1.5em;
}
.link_button:before {
  content: "";
}
.link_button:after {
  justify-self: end;
}

/* ------------------------------ */
/* 学校紹介ボックス */
/* ------------------------------ */
.section {
  container: section/inline-size;
  padding-bottom: 7.1429rem;
  padding-top: 100px;
  position: relative;
}
.section .padbox {
  padding-left: clamp(30px, 4vw, 80px);
  padding-right: clamp(30px, 4vw, 80px);
}
.section .ss_y_t {
  position: absolute;
  right: 0;
  top: 22px;
  width: 28.4%;
}
.section .ss_b {
  left: 0;
  position: absolute;
  top: 74px;
  width: 34.4%;
}
.section .head {
  text-align: center;
}
.section .sign {
  display: block;
}
.section h2 {
  background: #00428E;
  color: #ffffff;
  display: inline-block;
  font-size: 2.1429rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  padding: 0.5em 1em;
}
.section .catch {
  font-size: 1.7143rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.875;
  margin: 60px 0 0;
  padding: 0.5em 1em;
}
.section .h_en {
  font-size: 3.7143rem;
  font-weight: 700;
  letter-spacing: 0.042em;
  line-height: 1;
  margin: 0;
  padding-top: 4.2857rem;
}
.section .h_en span {
  display: inline-block;
}
.section .h_en span:first-letter {
  color: #00428E;
}
.section .h_en + h3 {
  font-size: 1.7857rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-top: 1em;
}
.section .link_button {
  --link-color: #ffffff;
  --link-color-hover: #ffffff;
  --link-color-visited: #ffffff;
  --link-bg-color: #241916;
  --link-bg-color-hover: #241916;
  --link-button_border_color: #241916;
  margin: 74px 0 0;
  max-width: 500px;
  width: 66.6667%;
}
.section .link_button:after {
  aspect-ratio: 1;
  background: var(--link-color);
  border-radius: 50%;
  content: "";
  display: block;
  width: 0.5em;
}
.section .link_button:hover:after {
  background: var(--link-color-hover);
}
.section .head + .padbox {
  margin-top: 4.5rem;
}
.section .course + .course {
  margin-top: 2.85rem;
}
.section .course {
  border-radius: 20px;
  overflow: hidden;
}
.section .course .img {
  width: 100%;
}
.section .course .dtl {
  background: #ffffff;
  padding: 60px 0;
  position: relative;
  text-align: center;
}
.section .course .dtl .ss {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21.8667%;
}
.section .course .dtl .label {
  font-size: 2.8571rem;
  letter-spacing: 0em;
  line-height: 1.35;
  margin: 0;
}
.section .course .dtl .sublabel {
  font-size: 1.2857rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 0.8333em;
}
.section .course .dtl .txt {
  font-size: 1.5714rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.7273;
  margin: 30px 0 0;
  padding-left: 5%;
  padding-right: 5%;
}
.section .course .dtl .txt span {
  white-space: nowrap;
}
.section .course .dtl .txt i {
  color: #4694D1;
  font-style: normal;
}
.section .course .dtl .link_button {
  margin: 48px 0 0;
  width: 90%;
}
.section .course.st .sublabel {
  color: #00AC9D;
}
.section .course.ad .sublabel {
  color: #4694D1;
}
.section .course.at .sublabel {
  color: #AEA4D0;
}
.section.hi .course .dtl .label {
  font-size: 2.5714rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}

.section .interview {
  margin: 2.8571rem auto 0;
  overflow: visible;
}
.section .interview .carousel {
  padding-left: clamp(30px, 4vw, 80px);
  padding-right: clamp(30px, 4vw, 80px);
}
@container section (min-width: 540px) {
  .section .interview .carousel {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.section .interview .carousel__item {
  padding: 0 10px;
}
.section .interview .carousel__pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4.2rem;
}
.section .interview .card {
  container: interview_card/inline-size;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.section .interview .card .label {
  color: #00428E;
  font-size: 1.7143rem;
  letter-spacing: 0em;
  line-height: 1;
  padding: 1.2em 0 1em;
}
.section .interview .card .person .img {
  background-color: transparent;
}
.section .interview .card .person .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.section .interview .card .person .prof .name {
  font-size: 2.2143rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1;
  white-space: nowrap;
}
.section .interview .card .person .prof .name span {
  font-size: 0.5806em;
}
.section .interview .card .person .prof .desc {
  font-size: 1.1429rem;
  letter-spacing: 0em;
  line-height: 1.875;
  margin-top: 0.75em;
}
@media (min-width: 992px) {
  @container interview_card (max-width: 239px) {
    .section .interview .card .person .prof .desc {
      font-size: 13px;
    }
  }
}
.section .interview .card .detail {
  --link-color: #00428E;
  --link-color-hover: #00428E;
  --link-color-visited: #00428E;
  border-bottom: 2px solid #00428E;
  font-size: 1.4286rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin: 1em 0 2em;
  padding: 0 0 0.5em;
}
.section .interview .card .detail:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section.jr .sign {
  margin: 0 auto 6px;
  width: 58.6667%;
}
.section.hi .sign {
  margin: 0 auto;
  width: 32.4%;
}
.section.life .sign {
  margin: 6px auto;
  width: 53.3333%;
}
.section.event .sign {
  margin: 4px auto 0;
  width: 26.6667%;
}

/* ------------------------------ */
/* インタビュー */
/* ------------------------------ */
.interview .card {
  border: 2px solid #00428E;
  border-radius: 20px;
  container: interview-card/inline-size;
  padding: 10%;
  position: relative;
}
.interview .card:before {
  aspect-ratio: 1;
  background: #00428E;
  border: 2px solid #00428E;
  border-radius: 50%;
  content: "";
  left: 20px;
  position: absolute;
  top: 20px;
  width: 20px;
}
.interview .card .person {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.interview .card .person .img {
  background-color: #DDE9EF;
  background-image: repeating-linear-gradient(341deg, transparent, transparent 8px, rgba(255, 255, 255, 0.3) 8px, rgba(255, 255, 255, 0.3) 14px);
  border: 2px solid #00428E;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.interview .card .person .img img {
  width: 100%;
}
.interview .card .person .prof {
  bottom: -2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  border-bottom: 2px solid transparent;
  border-left: 2px solid #00428E;
  border-right: 2px solid #00428E;
  border-top: 2px solid #00428E;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-width: 76%;
  padding: 2.8rem 1rem 1.2rem;
  text-align: center;
  transform: translateX(-50%);
}
.interview .card .person .prof .kind {
  background: #00428E;
  display: grid;
  font-size: 1.2857rem;
  font-weight: 600;
  height: 2.2em;
  left: 50%;
  letter-spacing: 0em;
  line-height: 1;
  padding: 0 1.6em;
  place-content: center;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  border-radius: 1.1em;
  color: #ffffff;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.interview .card .person .prof .name {
  font-size: 2.8571rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1;
  white-space: nowrap;
}
.interview .card .person .prof .name span {
  font-size: 0.525em;
  font-weight: 500;
  line-height: 1;
}
.interview .card .person .prof .desc {
  font-size: 1.2857rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 0.77em;
}
.interview .card .msg {
  padding-top: 4.5rem;
}
.interview .card .msg .lead {
  font-size: 1.8571rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.6154;
}
.interview .card .msg .txt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.875;
  margin-top: 1.875em;
}
@container interview-card (min-width: 370px) {
  .interview .card .msg .txt {
    font-size: 15px;
  }
}
@container interview-card (min-width: 400px) {
  .interview .card .msg .txt {
    font-size: 16px;
  }
}
.interview .card.jr, .interview .card.jr .person .prof {
  background: #73CB49;
}
.interview .card.st, .interview .card.st .person .prof {
  background: #4CBFB6;
}
.interview .card.ad, .interview .card.ad .person .prof {
  background: #4694D1;
}
.interview .card.at, .interview .card.at .person .prof {
  background: #8C9AD5;
}
.interview .card.in, .interview .card.in .person .prof {
  background: #F9BE65;
}

/* ------------------------------ */
/* カルーセル */
/* ------------------------------ */
.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.carousel__item {
  min-width: 100%;
}

.carousel__button-prev,
.carousel__button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel__button-prev.disabled,
.carousel__button-next.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.carousel__button-prev {
  left: 5%;
}

.carousel__button-next {
  right: 5%;
}

.carousel__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.carousel__indicator {
  aspect-ratio: 1;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 10px;
}
.carousel__indicator.active {
  background: #000;
}

/* ------------------------------ */
/* カルーセルと制服スタイル部のボタン */
/* ------------------------------ */
.carousel__button-prev,
.carousel__button-next,
.style_select__button-prev,
.style_select__button-next {
  aspect-ratio: 1;
  background: #ffffff;
  border: 2px solid #00428E;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
}
.carousel__button-prev:after,
.carousel__button-next:after,
.style_select__button-prev:after,
.style_select__button-next:after {
  color: #00428E;
  font-size: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
}

.carousel__button-prev:after,
.style_select__button-prev:after {
  content: "";
  -webkit-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

.carousel__button-next:after,
.style_select__button-next:after {
  content: "";
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

/* ------------------------------ */
/* modal */
/* ------------------------------ */
.modal {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 120ms linear;
  backdrop-filter: blur(1px);
  background: rgba(0, 66, 142, 0.8);
  transition: all 120ms linear;
  z-index: 999;
}
.modal.open {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}
.modal > .inner {
  height: 100%;
  width: 100%;
}
.modal .close {
  aspect-ratio: 1;
  display: inline-block;
  position: relative;
  width: 42px;
}
.modal .close:before, .modal .close:after {
  background: #ffffff;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  top: 0;
  width: 60px;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.modal .close:before {
  left: 1px;
  rotate: 45deg;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.modal .close:after {
  right: 1px;
  rotate: -45deg;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

/* ------------------------------ */
/* layout */
/* ------------------------------ */
#header,
#contents,
#footer,
.modal {
  min-width: 375px;
}

#header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 992px) {
  #header {
    display: none !important;
  }
}

#contents {
  background-attachment: fixed;
  background-image: repeating-linear-gradient(341deg, #dde9ef, #dde9ef 10px, #ffffff 10px, #ffffff 16px);
  padding: 0 0 8.5714rem;
  position: relative;
}
#contents .col_l,
#contents .col_r {
  background: #dde9ef;
  display: none;
  min-width: clamp(280px, 28%, 768px);
  position: relative;
  width: clamp(280px, 28%, 768px);
  z-index: 0;
}
#contents .col_l > .inner,
#contents .col_r > .inner {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: inherit;
}
#contents .col_mid {
  background: #ffffff;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  container: col_mid/inline-size;
  margin-bottom: 30rem;
  order: 2;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
#contents .smoke {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#DDE9EF00), color-stop(56%, #DDE9EFE0), to(#DDE9EF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #DDE9EF00 0%, #DDE9EFE0 56%, #DDE9EF 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  height: 500px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  #contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: clamp(15px, 1.77083vw, 45px);
    justify-content: space-between;
    padding: 0;
  }
  #contents .col_l,
#contents .col_r {
    display: block;
  }
  #contents .col_l {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #contents .col_r {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* ------------------------------ */
/* #footer */
/* ------------------------------ */
#footer {
  aspect-ratio: 1.7778;
  background: url("../img/footer.webp") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 2;
}
#footer > .inner {
  display: inline-block;
  padding-bottom: 4.2857rem;
  padding-left: clamp(10px, 2.8vw, 30px);
  padding-right: clamp(10px, 2.8vw, 30px);
  padding-top: 8.5714rem;
}
#footer .link_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
}
#footer .link_buttons .link_button {
  --link-color: #00428E;
  --link-color-hover: #00428E;
  --link-color-visited: #00428E;
  --link-bg-color: #ffffff;
  --link-bg-color-hover: #ffffff;
  --link-button_border_color: #ffffff;
}
#footer .link_buttons .link_button:after {
  color: #999999;
  content: "";
}
#footer address {
  color: #ffffff;
  font-style: normal;
  margin: 3.9286rem 0 0;
}
#footer address span {
  white-space: nowrap;
}
#footer address .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
#footer address .name .company {
  font-size: 1.2857rem;
  font-weight: 700;
  line-height: 3.5;
}
#footer address .addr {
  font-size: 1.1429rem;
  line-height: 1.875;
  margin: 2.2857rem 0 0;
  mix-blend-mode: difference;
}
#footer .rel_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1429rem;
  font-weight: 700;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.6) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  justify-content: center;
  margin: 4.0714rem 0 0;
  padding: 2.5rem 0;
  row-gap: 1em;
  --link-color: #241916;
  --link-color-hover: #241916;
  --link-color-visited: #241916;
}

/* ------------------------------ */
/* .col_l */
/* ------------------------------ */
.inpage_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  font-size: 1.4286rem;
  font-weight: 500;
  justify-content: flex-start;
  letter-spacing: 0em;
  line-height: 1;
  row-gap: 1em;
}
.inpage_links a {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  margin-left: -0.8em;
  --link-color: #241916;
  --link-color-hover: #00428E;
  --link-color-visited: #241916;
}
.inpage_links a:before {
  aspect-ratio: 1;
  background: #00428E;
  border-radius: 50%;
  content: "";
  display: inline-block;
  opacity: 0;
  width: 0.4em;
}
.inpage_links a:after {
  content: "";
  font-size: 0.5em;
}
.inpage_links a:hover:before {
  opacity: 1;
}
.inpage_links a.access:after {
  color: #999999;
  content: "";
  font-size: 0.7em;
}
.inpage_links a.access:hover:after {
  color: var(--link-color-hover);
}

.instagram {
  aspect-ratio: 1;
  background: #ffffff;
  border-radius: 50%;
  display: grid;
  margin: 2.5rem 0 0;
  place-items: center;
  width: 70px;
}
.instagram img {
  width: 40px;
}

.col_l > .inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto) 1fr;
}
.col_l .padbox {
  padding-left: clamp(20px, 3vw, 90px);
  padding-right: clamp(20px, 3vw, 90px);
}
.col_l .bg {
  width: 100%;
}
.col_l .logo {
  margin: clamp(20px, 2vw, 50px) 0 0;
  margin-top: 2.1429rem;
  width: 90%;
}
.col_l .inpage_links {
  margin: clamp(25px, 2.2vw, 60px) 0 0;
}
.col_l .jump {
  -ms-flex-item-align: end;
  align-self: end;
}

/* ------------------------------ */
/* .col_r */
/* ------------------------------ */
.col_r > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.col_r .bg {
  width: 100%;
}
.col_r .img1 {
  -ms-flex-item-align: end;
  align-self: end;
  margin-top: 2.1818%;
  width: 77.0909%;
}
.col_r .movie {
  --link-color: #241916;
  --link-color-hover: #00428E;
  --link-color-visited: #241916;
  margin-left: 10%;
  margin-top: 7.2727%;
  width: 66.5455%;
  z-index: 1;
}
.col_r .movie .youtube {
  aspect-ratio: 16/9;
  width: 100%;
}
.col_r .movie .youtube iframe {
  height: 100%;
  width: 100%;
}
.col_r .movie span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.1429rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  margin-top: 0.8125em;
}
.col_r .movie span:after {
  content: "";
  font-size: 10px;
  margin-top: -3px;
}
.col_r .jump {
  margin-top: -10%;
}
.col_r .img2 {
  -ms-flex-item-align: end;
  align-self: end;
  margin-right: 8%;
  translate: 0 -70%;
  width: 54.1818%;
}

/* ------------------------------ */
/* .col_mid：上部メイン画像・タイトル */
/* ------------------------------ */
.col_mid .main_visual {
  width: 100%;
}
.col_mid .logo_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.90625vw;
  -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;
}
@media (min-width: 2560px) {
  .col_mid .logo_title {
    padding-top: 16px;
  }
}
.col_mid .logo_title .logo90th {
  width: 25.3333%;
}
.col_mid .logo_title .ss_y {
  -ms-flex-item-align: end;
  align-self: end;
  margin-right: 1.2857rem;
  width: 19.2%;
}
.col_mid .logo_title .title {
  margin-top: 1.35vw;
  text-align: center;
}
.col_mid .logo_title .title img {
  width: 77.6%;
}
.col_mid .logo_title .catch {
  color: #00428E;
  font-size: 1.8571rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 2.3077em 0 0;
  padding-left: clamp(30px, 4vw, 80px);
  padding-right: clamp(30px, 4vw, 80px);
}
.col_mid .logo_title .catch span {
  white-space: nowrap;
}

/* ------------------------------ */
/* .col_mid：リニューアル予告 */
/* ------------------------------ */
.col_mid .renewal {
  aspect-ratio: 1.9274;
  background: url("../img/renewal_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  display: grid;
  margin: min(5.2vw, 100px) auto 0;
  overflow: hidden;
  place-content: center;
  place-items: center;
  width: 92%;
}
.col_mid .renewal img {
  min-width: 440px;
  width: 63.1884%;
}

/* ------------------------------ */
/* .col_mid：無限ループスライド１ */
/* ------------------------------ */
.col_mid .infinite_scroll_wrap.loop_slide1 {
  aspect-ratio: 1.7045;
  margin-top: min(5.2vw, 100px);
}
.col_mid .loop_slide1_txt {
  font-size: 1.7143rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.875;
  margin-top: 2.5em;
  padding-left: clamp(30px, 4vw, 80px);
  padding-right: clamp(30px, 4vw, 80px);
}

/* ------------------------------ */
/* .col_mid：中高コース紹介 */
/* ------------------------------ */
.section.jr {
  margin-top: 5.20833vw;
}

.section.jr,
.section.jr .interview .card:before {
  background: #D9F0A8;
}

.section.hi,
.section.hi .interview .card:before {
  background: #FFFBBC;
}

/* ------------------------------ */
/* .col_mid：スクールライフ */
/* ------------------------------ */
.col_mid .section.life .padx {
  padding-left: 5.3333%;
  padding-right: 5.3333%;
}
.col_mid .section.life h4 {
  background: #241916;
  border-radius: 1.2em;
  color: #ffffff;
  display: inline-block;
  font-size: 1.4286rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0.7em 1.4em;
}

/* ------------------------------ */
/* .col_mid：クラブ活動 */
/* ------------------------------ */
.col_mid .club .infinite_scroll_wrap.loop_slide2 {
  aspect-ratio: 1.25;
  margin-top: 3.5714rem;
}
.col_mid .club h4 {
  margin-top: 2.1429rem;
}
.col_mid .club .list {
  font-size: 1.2857rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 1.4286rem;
  padding-left: 1.5em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style: disc;
}
.col_mid .club .list li {
  margin-bottom: 0.4em;
}
.col_mid .club .list li::marker {
  color: #00428E;
  font-size: 16px;
  line-height: 1;
}
.col_mid .club .list span {
  color: #999999;
  font-size: 0.7778em;
  line-height: 1;
  white-space: nowrap;
}

/* ------------------------------ */
/* .col_mid：制服 */
/* ------------------------------ */
.col_mid .uniform .infinite_scroll_wrap.loop_slide3 {
  aspect-ratio: 1.25;
  margin-top: 3.5714rem;
}
.col_mid .uniform .padx {
  padding-left: 5.3333%;
  padding-right: 5.3333%;
}
.col_mid .uniform .infinite_scroll_wrap + .pad_uniform {
  margin-top: 2.1429rem;
}
.col_mid .uniform .pad_uniform + .pad_uniform {
  margin-top: 3.5714rem;
}
.col_mid .uniform .pad_uniform {
  padding: 0 3%;
  text-align: center;
}
.col_mid .uniform .style_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4286rem;
  position: relative;
}
.col_mid .uniform .style_select .item {
  width: calc(100% / 5);
}
.col_mid .uniform .style_select .item .img {
  aspect-ratio: 0.38;
  position: relative;
}
.col_mid .uniform .style_select .item .img img {
  height: 100%;
  width: auto;
}
.col_mid .uniform .style_select .item .img:after {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.col_mid .uniform .style_select .item .indicator {
  display: grid;
  justify-items: center;
  margin-top: 1.4286rem;
}
.col_mid .uniform .style_select .item .indicator:before {
  aspect-ratio: 1;
  background: #999999;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 10px;
}
.col_mid .uniform .style_select .item .indicator:after {
  background: transparent;
  content: "";
  display: inline-block;
  height: 4.2857rem;
  width: 1px;
}
.col_mid .uniform .style_select .item.active .img:after {
  display: none;
}
.col_mid .uniform .style_select .item.active .indicator:before, .col_mid .uniform .style_select .item.active .indicator:after {
  background: #00428E;
}
.col_mid .uniform .style_select .style_select__button-prev,
.col_mid .uniform .style_select .style_select__button-next {
  bottom: 2.8571rem;
  cursor: pointer;
  position: absolute;
}
.col_mid .uniform .style_select .style_select__button-prev {
  left: -2%;
}
.col_mid .uniform .style_select .style_select__button-next {
  right: -2%;
}
.col_mid .uniform .style_text {
  background: rgba(153, 153, 153, 0.1);
  border-radius: 30px;
  padding: 2rem;
  position: relative;
  text-align: left;
}
.col_mid .uniform .style_text .item {
  display: none;
}
.col_mid .uniform .style_text .item .style {
  color: #00428E;
  font-size: 1.4286rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.col_mid .uniform .style_text .item .txt {
  font-size: 1.2857rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6667;
  margin-top: 10px;
}
.col_mid .uniform .style_text .item.active {
  display: block;
}
.col_mid .uniform .style_view.inproc .style_select .item .img:after {
  display: none;
}
.col_mid .uniform .style_view.uni_f .item[data-style-id=style2] .img img {
  translate: -12% 0;
}
.col_mid .uniform .style_view.uni_f .item[data-style-id=style4] .img img {
  translate: 8% 0;
}

/* ------------------------------ */
/* .col_mid：イベント */
/* ------------------------------ */
.section.event {
  background: #73CB49;
  padding-bottom: 0;
}
.section.event .padx {
  padding-left: 5.3333%;
  padding-right: 5.3333%;
}
.section.event .event_target {
  background: #00428E;
  border-radius: 2em;
  color: #ffffff;
  display: grid;
  font-size: 1.4286rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.25;
  margin: 3.9286rem auto 0;
  padding: 1em 2em;
  place-items: center;
}
.section.event .event_target p {
  margin: 0;
}
.section.event .event_target span {
  white-space: nowrap;
}
.section.event .events {
  display: grid;
  gap: 1.4286rem;
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
}
@container section (min-width: 480px) {
  .section.event .events {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section.event .events .item {
  background: #ffffff;
  border-radius: 20px;
  display: grid;
  grid-template-rows: auto 3.5714rem 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  justify-items: center;
  padding: 4.2857rem 1rem;
  position: relative;
  text-align: center;
}
.section.event .events .item:before {
  aspect-ratio: 1.095;
  background: url(../img/ss_e.svg) no-repeat;
  background-size: contain;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 24%;
}
.section.event .events .item .date,
.section.event .events .item .time {
  color: #00428E;
}
.section.event .events .item .day {
  @expand .lato;
  font-size: 2.8571rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.section.event .events .item .dow {
  font-size: 1.2857rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1;
}
.section.event .events .item .time {
  @expand .lato;
  font-size: 1.1429rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 0.8em;
}
.section.event .events .item .title {
  font-size: 1.8571rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3077;
}
.section.event .events .item .title .sub {
  font-size: 0.6923em;
}
@media (min-width: 992px) {
  @container section (min-width: 480px) {
    .section.event .events .item .title {
      font-size: 1.62rem;
    }
  }
}
@media (min-width: 1200px) {
  .section.event .events .item .title {
    font-size: 1.48rem;
  }
  @container section (min-width: 514px) {
    .section.event .events .item .title {
      font-size: 1.55rem;
    }
  }
}
.section.event .events .item .target {
  color: #999999;
  font-size: 1.1429rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 0.8em;
}
.section.event .events .item.app_req:after {
  background: #00428E;
  color: #ffffff;
  content: "要予約";
  display: block;
  font-size: 1.1429rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.625em;
  position: absolute;
}
.section.event .events .item.app_req:after {
  border-bottom-left-radius: 0.625em;
  border-bottom-right-radius: 0.625em;
  border-top-left-radius: unset;
  letter-spacing: 3px;
  right: 0.8em;
  top: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.section.event .bus {
  margin-top: 2.8571rem;
}
.section.event .bus h4 {
  font-size: 1.4286rem;
  font-weight: 700;
  line-height: 1;
}
.section.event .bus p {
  font-size: 1.1429rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 1.4286rem;
}
.section.event .detail {
  margin-top: 2.8571rem;
}
.section.event .detail .balloon {
  background: #ffffff;
  border-radius: 5px;
  display: block;
  font-size: 1.1429rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  padding: 0.8em 0;
  position: relative;
  text-align: center;
  width: 12em;
}
.section.event .detail .balloon:after {
  border-bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-style: solid;
  border-top: 8px solid #ffffff;
  content: "";
  height: 0;
  left: calc(50% - 6px);
  position: absolute;
  top: 100%;
  width: 0;
}
.section.event .detail .link_button {
  display: grid;
  margin: -0.5rem auto 0;
  width: 90%;
}
.section.event #event_jr {
  padding-bottom: 4.2857rem;
}
.section.event #event_jr .h_en,
.section.event #event_jr h3,
.section.event #event_jr .bus {
  color: #ffffff;
}
.section.event #event_jr .detail .balloon {
  color: #73CB49;
}
.section.event #event_hi {
  background: #FFF100;
  padding-bottom: 4.2857rem;
}
.section.event #event_hi .detail .balloon {
  color: #00428E;
}
.section.event .lead {
  margin-top: 3.5714rem;
}
.section.event .lead .m {
  font-size: 1.7143rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.9167;
}
.section.event .lead .l {
  color: #00428E;
  font-size: 1.4286rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 1.6em;
}
.section.event .lead .d {
  font-size: 1.2857rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 1em;
}

/* ------------------------------ */
/* interview：modal */
/* ------------------------------ */
#interviewModal .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  padding: clamp(10px, 2.8vw, 30px) 0 30px;
}
@media (min-width: 992px) {
  #interviewModal .inner {
    display: block;
  }
}
#interviewModal .inner .ctl {
  margin-bottom: 20px;
  padding-left: clamp(10px, 2.8vw, 30px);
}
@media (min-width: 992px) {
  #interviewModal .inner .ctl {
    display: contents;
    margin-bottom: 0;
  }
}
#interviewModal .inner .title {
  color: #ffffff;
  font-size: 7.1429rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
}
#interviewModal .inner .title:before, #interviewModal .inner .title:after {
  background: #ffffff;
  content: "";
  display: inline-block;
  position: absolute;
}
#interviewModal .inner .title:before {
  border-radius: 50%;
  bottom: 0;
  height: 10px;
  left: 0;
  width: 10px;
}
#interviewModal .inner .title:after {
  border-radius: 5px;
  bottom: 0;
  height: 10px;
  left: 18px;
  width: 190px;
}
@media (min-width: 992px) {
  #interviewModal .inner .title {
    font-size: 100px;
    padding-bottom: 0;
    padding-left: 20px;
    position: fixed;
    right: calc(50% + 300px + clamp(20px, 2vw, 40px));
    top: clamp(10px, 2.8vw, 30px);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #interviewModal .inner .title:before {
    bottom: auto;
    height: 15px;
    left: 0;
    top: 0;
    width: 15px;
  }
  #interviewModal .inner .title:after {
    border-radius: 7.5px;
    bottom: auto;
    height: 250px;
    left: 0;
    top: 25px;
    width: 15px;
  }
}
#interviewModal .inner .close {
  position: fixed;
  right: clamp(10px, 2.8vw, 30px);
  top: clamp(10px, 2.8vw, 30px);
  z-index: 999;
}
@media (min-width: 992px) {
  #interviewModal .inner .close {
    left: calc(50% + 300px + clamp(20px, 2vw, 40px));
    right: auto;
  }
}
#interviewModal .inner .cards {
  width: 100%;
}
#interviewModal .inner .cards .card {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
@media (min-width: 992px) {
  #interviewModal .inner .cards {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin: 0 auto;
    order: 2;
    width: 600px;
  }
  #interviewModal .inner .cards .card {
    width: 600px;
  }
}

/* ------------------------------ */
/* uniform：modal */
/* ------------------------------ */
#uniformModal .inner {
  padding: calc(clamp(10px, 2.8vw, 30px) + 40px) 0 30px;
}
#uniformModal .inner .close {
  position: fixed;
  right: clamp(10px, 2.8vw, 30px);
  top: clamp(10px, 2.8vw, 30px);
  z-index: 999;
}
#uniformModal .inner .carousel {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  width: clamp(375px, calc(100vw / 3.1), 600px);
}
#uniformModal .inner .carousel__wrapper {
  display: grid;
  grid-template-columns: repeat(9, calc(clamp(375px, calc(100vw / 3.1), 600px) - 30px));
  grid-template-rows: 1fr auto;
  height: 100%;
  padding: 0 15px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
#uniformModal .inner .carousel__button-prev {
  left: 0;
}
#uniformModal .inner .carousel__button-next {
  right: 0;
}
#uniformModal .inner .card {
  background: #ffffff;
  border-radius: 20px;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  height: 100%;
  padding: 10% 0;
  position: relative;
}
#uniformModal .inner .card:before {
  aspect-ratio: 1;
  background: #00428E;
  border: 2px solid #00428E;
  border-radius: 50%;
  content: "";
  left: 20px;
  position: absolute;
  top: 20px;
  width: 20px;
}
#uniformModal .inner .card .img_wrapper {
  container-type: size;
  display: grid;
  overflow: hidden;
  padding: 0 10%;
  place-items: center;
  position: relative;
  width: 100%;
}
#uniformModal .inner .card .img {
  background-color: #DDE9EF;
  background-image: repeating-linear-gradient(341deg, transparent, transparent 8px, rgba(255, 255, 255, 0.3) 8px, rgba(255, 255, 255, 0.3) 14px);
  border-radius: 20px;
  height: 90cqh;
  text-align: center;
  width: 100%;
}
#uniformModal .inner .card .img img {
  height: 100cqh;
  left: 50%;
  min-height: 360px;
  position: absolute;
  top: 0;
  translate: -50% 0;
  width: auto;
}
#uniformModal .inner .card .text {
  margin-top: 2.1429rem;
  padding: 0 10%;
  width: 100%;
}
#uniformModal .inner .card .style {
  color: #00428E;
  font-size: 1.4286rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
#uniformModal .inner .card .txt {
  font-size: 1.5714rem;
  font-weight: semi-bold;
  letter-spacing: 0em;
  line-height: 1.5455;
  margin-top: 10px;
}

/* ------------------------------ */
/* Tablet / SmartPhone */
/* ------------------------------ */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #FFFFFF;
  container-type: inline-size;
  justify-content: space-between;
}
#header .logo {
  margin: 10px 0 10px 10px;
  width: min(50%, 250px);
}
#header .header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .header__buttons > * {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  height: 100%;
  max-width: 80px;
  place-content: center;
  place-items: center;
  width: 15cqw;
}
#header .header__buttons .label {
  font-size: 10px;
  margin: 0.3em 0 1em;
}

.modal_open #header {
  display: none !important;
}

.header__access {
  color: #00428E;
}
.header__access .icon-pin {
  font-size: 22px;
}

/* ------------------------------ */
/* hamburger */
/* ------------------------------ */
.header__hamburger {
  background: #00428E;
  color: #ffffff;
  display: grid;
  place-content: center;
}
.header__hamburger-bars {
  aspect-ratio: 1.25;
  position: relative;
  width: 33.3333%;
}
.header__hamburger-bars .bar {
  background-color: #ffffff;
  border-radius: 1px;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.header__hamburger-bars .bar:nth-child(1) {
  top: 0;
}
.header__hamburger-bars .bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__hamburger-bars .bar:nth-child(3) {
  bottom: 0;
}

.open_drawer .header__hamburger-bars .bar:nth-child(1), .open_drawer .header__hamburger-bars .bar:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.open_drawer .header__hamburger-bars .bar:nth-child(2) {
  opacity: 0;
  width: 0;
}
.open_drawer .header__hamburger-bars .bar:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open_drawer .header__hamburger-bars .bar:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ------------------------------ */
/* drawer */
/* ------------------------------ */
#drawer {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  z-index: 999;
}
#drawer .inner {
  backdrop-filter: blur(1px);
  background: rgba(0, 66, 142, 0.8);
  height: 100%;
  overflow-y: scroll;
  padding: 0;
  width: 100%;
}
#drawer .panel {
  background: #DDE9EF;
  display: inline-block;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 120ms linear;
  display: grid;
  grid-template-rows: auto auto 1fr;
  margin: 0 0 0 auto;
  max-width: 500px;
  min-height: 100%;
  padding-top: 40px;
  transition: all 120ms linear;
  width: 100%;
}
#drawer .inpage_links,
#drawer .instagram {
  margin-left: 32px;
}
#drawer .inpage_links {
  row-gap: 1.5em;
}
#drawer .jump {
  -ms-flex-item-align: end;
  align-self: end;
  width: 100%;
}

.open_drawer #drawer {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
}
.open_drawer #drawer .panel {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* ------------------------------ */
/* 下部固定ボタン */
/* ------------------------------ */
#fixed {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  pointer-events: none;
  position: fixed;
  translate: -50% 0;
  width: 100cqw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
}
@media (min-width: 992px) {
  #fixed {
    gap: 0;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
#fixed .link_button {
  --link-color: #ffffff;
  --link-color-hover: #ffffff;
  --link-color-visited: #ffffff;
  --link-bg-color: #00428E;
  --link-bg-color-hover: #00428E;
  --link-button_border_color: #00428E;
  border-radius: 0;
  font-size: 16px;
  font-size: 14px;
  margin: 0;
  pointer-events: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  grid-template-columns: auto 1fr;
  height: 3.5em;
}
#fixed .link_button:before {
  display: none;
}
@media (min-width: 425px) {
  #fixed .link_button {
    font-size: 15px;
    grid-template-columns: 1fr auto 1fr;
  }
  #fixed .link_button:before {
    display: unset;
  }
}
@media (min-width: 576px) {
  #fixed .link_button {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #fixed .link_button {
    border-radius: 1.75em;
    font-size: 14px;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    grid-template-columns: auto 1fr;
    margin-bottom: 1em;
  }
  #fixed .link_button:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  #fixed .link_button {
    font-size: clamp(15px, 0.5859375vw + 9px, 24px);
  }
}
#fixed .link_button:after {
  aspect-ratio: 1;
  background: var(--link-color);
  border-radius: 50%;
  content: "";
  display: block;
  width: 0.5em;
}
#fixed .link_button:hover:after {
  background: var(--link-color-hover);
}