@charset "UTF-8";
/*!
Theme Name: theme_2026
Template: core
Version: 1.0.0
*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
	アニメーションスタイル
///////////////////////////////////////////////////////*/
@keyframes pageTopArrow {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -250%, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(0, 250%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes roleText {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(-360deg);
  }
}
@keyframes roleText2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*///////////////////////////////////////////////////////
    変数設定（追加）
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
	baseスタイル
///////////////////////////////////////////////////////*/
* {
  box-sizing: border-box;
}

:root :where(.is-layout-flow) > * {
  margin: 0;
}

html {
  font-size: 2.5445292621vw;
}

/* 961px~ */
@media screen and (min-width: 961px) {
  html {
    font-size: 0.7320644217vw;
  }
}
/* 1367px~ */
@media screen and (min-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
body {
  font-size: 1.4rem;
  line-height: 1.429;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--base-text);
  background: #f9f6ff;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/yns/app/files/2026/05/bg-sp.png") center top/cover repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.menu-open {
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  body::before {
    background-image: url("/yns/app/files/2026/05/bg-pc.png");
  }
}
a {
  color: var(--wp--preset--color--primary);
  overflow: visible;
}

@media screen and (min-width: 961px) {
  a:hover {
    color: var(--wp--preset--color--primary);
  }
}
img {
  -o-object-fit: initial !important;
  object-fit: initial !important;
  -o-object-position: initial !important;
  object-position: initial !important;
}

.only-sp {
  display: inherit;
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.only-tab {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 961px) {
  .only-tab {
    display: inherit;
  }
}
@media screen and (min-width: 961px) {
  .only-tab {
    display: none;
  }
}

.only-sp_tab {
  display: inherit;
}
@media screen and (min-width: 393px) and (max-width: 961px) {
  .only-sp_tab {
    display: inherit;
  }
}
@media screen and (min-width: 961px) {
  .only-sp_tab {
    display: none;
  }
}

.only-pc_tab {
  display: none;
}
@media screen and (min-width: 393px) and (max-width: 769px) {
  .only-pc_tab {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .only-pc_tab {
    display: inherit;
  }
}

.only-pc {
  display: none;
}
@media screen and (min-width: 393px) and (max-width: 961px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .only-pc {
    display: inherit;
  }
}

strong,
b {
  font-weight: 700;
}

[class^=icon-],
[class*=" icon-"] {
  letter-spacing: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 961px) {
  .inner {
    padding: 0;
    width: 128rem;
  }
}
@media screen and (min-width: 1920px) {
  .inner {
    width: 128rem;
  }
}
.undefined {
  margin: 3rem auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .undefined {
    margin: 5rem auto;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.arrow, .wp-block-button.arrow-right .wp-block-button__link::after, .wp-block-button.arrow-left .wp-block-button__link::before {
  display: grid;
  place-content: center;
  width: 6rem;
  height: 2.8rem;
  font-size: 1.1rem;
  border-radius: 1.6rem;
}
.arrow i, .wp-block-button.arrow-right .wp-block-button__link::after i, .wp-block-button.arrow-left .wp-block-button__link::before i {
  font-size: 1.1rem;
}

.cl-white {
  color: var(--wp--preset--color--white);
}
.cl-school {
  color: var(--wp--preset--color--school);
}
.cl-primary {
  color: var(--wp--preset--color--primary);
}
.cl-accent {
  color: var(--wp--preset--color--accent);
}
.cl-oc {
  color: var(--wp--preset--color--oc);
}
.cl-oc_main {
  color: var(--wp--preset--color--oc-main);
}

.bg-white {
  background: var(--wp--preset--color--white);
}
.bg-school {
  background: var(--wp--preset--color--school);
}
.bg-primary {
  background: var(--wp--preset--color--primary);
}
.bg-accent {
  background: var(--wp--preset--color--accent);
}
.bg-oc {
  background: var(--wp--preset--color--oc);
}
.bg-oc_main {
  background: var(--wp--preset--color--oc-main);
}

/*///////////////////////////////////////////////////////
	コンポーネントスタイル
///////////////////////////////////////////////////////*/
.component-pager .component-pager__item.next-item .page-numbers::before,
.component-pager .component-pager__item.next-item .wp-block-query-pagination-previous-arrow::before, .component-pager .component-pager__item.prev-item .page-numbers::before,
.component-pager .component-pager__item.prev-item .wp-block-query-pagination-previous-arrow::before, .component-news__list .component-news__item .component-news__item_right::after, .wp-block-button.arrow-right .wp-block-button__link::after, .wp-block-button.arrow-left .wp-block-button__link::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-block-buttons > .wp-block-button {
  display: block;
}

.wp-block-button .wp-block-button__link {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 4rem;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.wp-block-button.arrow-left .wp-block-button__link::before {
  content: "\e900";
}
.wp-block-button.arrow-right .wp-block-button__link::after {
  content: "\e901";
}

@media screen and (min-width: 961px) {
  .wp-block-button .wp-block-button__link {
    transition: 0.3s ease color, 0.3s ease background-color;
  }
  .wp-block-button .wp-block-button__link::after {
    transition: 0.3s ease color, 0.3s ease background-color;
  }
}
.wp-block-button__link.has-white-color::after {
  background: var(--wp--preset--color--white);
}

.wp-block-button__link.has-white-background-color::after {
  color: var(--wp--preset--color--white);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-white-background-color {
    border-color: var(--wp--preset--color--white);
  }
}
.wp-block-button__link.has-school-color::after {
  background: var(--wp--preset--color--school);
}

.wp-block-button__link.has-school-background-color::after {
  color: var(--wp--preset--color--school);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-school-background-color {
    border-color: var(--wp--preset--color--school);
  }
}
.wp-block-button__link.has-primary-color::after {
  background: var(--wp--preset--color--primary);
}

.wp-block-button__link.has-primary-background-color::after {
  color: var(--wp--preset--color--primary);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-primary-background-color {
    border-color: var(--wp--preset--color--primary);
  }
}
.wp-block-button__link.has-secondary-color::after {
  background: var(--wp--preset--color--secondary);
}

.wp-block-button__link.has-secondary-background-color::after {
  color: var(--wp--preset--color--secondary);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-secondary-background-color {
    border-color: var(--wp--preset--color--secondary);
  }
}
.wp-block-button__link.has-accent-color::after {
  background: var(--wp--preset--color--accent);
}

.wp-block-button__link.has-accent-background-color::after {
  color: var(--wp--preset--color--accent);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-accent-background-color {
    border-color: var(--wp--preset--color--accent);
  }
}
.wp-block-button__link.has-accent-2-color::after {
  background: var(--wp--preset--color--accent-2);
}

.wp-block-button__link.has-accent-2-background-color::after {
  color: var(--wp--preset--color--accent-2);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-accent-2-background-color {
    border-color: var(--wp--preset--color--accent-2);
  }
}
.wp-block-button__link.has-oc-color::after {
  background: var(--wp--preset--color--oc);
}

.wp-block-button__link.has-oc-background-color::after {
  color: var(--wp--preset--color--oc);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-oc-background-color {
    border-color: var(--wp--preset--color--oc);
  }
}
.wp-block-button__link.has-oc-main-color::after {
  background: var(--wp--preset--color--oc-main);
}

.wp-block-button__link.has-oc-main-background-color::after {
  color: var(--wp--preset--color--oc-main);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-oc-main-background-color {
    border-color: var(--wp--preset--color--oc-main);
  }
}
.wp-block-button__link.has-base-text-color::after {
  background: var(--wp--preset--color--base-text);
}

.wp-block-button__link.has-base-text-background-color::after {
  color: var(--wp--preset--color--base-text);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-base-text-background-color {
    border-color: var(--wp--preset--color--base-text);
  }
}
.wp-block-button__link.has-footer-text-color::after {
  background: var(--wp--preset--color--footer-text);
}

.wp-block-button__link.has-footer-text-background-color::after {
  color: var(--wp--preset--color--footer-text);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-footer-text-background-color {
    border-color: var(--wp--preset--color--footer-text);
  }
}
.wp-block-button__link.has-background-color::after {
  background: var(--wp--preset--color--background);
}

.wp-block-button__link.has-background-background-color::after {
  color: var(--wp--preset--color--background);
}

@media screen and (min-width: 961px) {
  .wp-block-button__link.has-background-background-color {
    border-color: var(--wp--preset--color--background);
  }
}
.component-fixed__buttons {
  display: grid;
  grid-template-columns: 40.7124681934% 29.6437659033% 29.6437659033%;
  grid-gap: 0 0;
  justify-content: space-between;
  width: 100vw;
  height: 6.4rem;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 980;
}
.component-fixed__buttons .component-fixed__button {
  display: grid;
  place-content: center;
  grid-gap: 0.8rem 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0.6666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
.component-fixed__buttons .component-fixed__button .component-button__icon {
  font-size: 2.2rem;
}
.component-fixed__buttons .component-fixed__button .component-button__text {
  margin-bottom: 0.5rem;
}
.component-fixed__buttons .component-fixed__button.oc {
  color: var(--wp--preset--color--oc);
  background: var(--wp--preset--color--oc-main);
}
.component-fixed__buttons .component-fixed__button.oc .component-button__icon {
  font-size: 2.4rem;
}
.component-fixed__buttons .component-fixed__button.telemail {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--accent-2);
}
.component-fixed__buttons .component-fixed__button.access {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--secondary);
}

@media screen and (min-width: 961px) {
  .component-fixed__buttons {
    grid-template-columns: 1fr;
    width: 10rem;
    height: -moz-fit-content;
    height: fit-content;
    top: 9.6875vw;
    left: auto;
    right: 0;
    bottom: auto;
  }
  .component-fixed__buttons .component-fixed__button {
    grid-gap: 1.6rem 0;
    margin-left: auto;
    padding: 3.6rem 0;
    width: 8.8rem;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    transition: 0.3s ease width;
  }
  .component-fixed__buttons .component-fixed__button .component-button__icon {
    font-size: 2.4rem;
  }
  .component-fixed__buttons .component-fixed__button .component-button__text {
    margin-bottom: 0;
  }
  .component-fixed__buttons .component-fixed__button.oc {
    display: none;
  }
  .component-fixed__buttons .component-fixed__button:hover {
    width: 100%;
  }
}
.contents-head .contents-head__inner {
  position: relative;
}
.contents-head .contents-head__inner .contents-head__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contents-head .contents-head__inner .contents-head__wrapper {
  margin: 0 auto;
  padding: 18.4rem 2rem 3.6rem;
  position: relative;
}
.contents-head .contents-head__inner .contents-head__wrapper .contents-head__title {
  font-size: 3.6rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--primary);
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 961px) {
  .contents-head .contents-head__inner .contents-head__wrapper {
    padding: 27.8rem 0 6.4rem;
    width: 105rem;
  }
  .contents-head .contents-head__inner .contents-head__wrapper .contents-head__title {
    font-size: 5.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1920px) {
  .contents-head .contents-head__inner .contents-head__wrapper {
    width: 128rem;
  }
}
.contents-body,
.block-editor-iframe__body {
  position: relative;
  z-index: 2;
}
.contents-body .contents-body__inner .component-index,
.block-editor-iframe__body .contents-body__inner .component-index {
  margin: 0 auto 2.2rem;
  padding: 4rem 2rem;
  width: 35.3rem;
  border-radius: 2rem;
  box-sizing: border-box;
  box-shadow: 0 0 1rem color-mix(in srgb, var(--wp--preset--color--primary), transparent 50%);
  background: var(--wp--preset--color--contents-background);
}
.contents-body .contents-body__inner .component-index .component-index__title,
.block-editor-iframe__body .contents-body__inner .component-index .component-index__title {
  margin-bottom: 4rem;
  padding-left: 4rem;
  font-size: 2.4rem;
  font-family: var(--wp--preset--font-family--jost);
  font-weight: 500;
  line-height: 0.7083333333;
  letter-spacing: 0.15em;
  color: var(--wp--preset--color--primary);
  position: relative;
}
.contents-body .contents-body__inner .component-index .component-index__title::before,
.block-editor-iframe__body .contents-body__inner .component-index .component-index__title::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 24/17;
  background: url("/yns/app/files/2026/05/icon-index.svg") center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.contents-body .contents-body__inner .component-index .component-index__links,
.block-editor-iframe__body .contents-body__inner .component-index .component-index__links {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.contents-body .contents-body__inner .component-index .component-index__links .component-index__link,
.block-editor-iframe__body .contents-body__inner .component-index .component-index__links .component-index__link {
  width: calc((100% - 3.2rem) / 2);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contents-body .contents-body__inner .component-index .component-index__links .component-index__link > *,
.block-editor-iframe__body .contents-body__inner .component-index .component-index__links .component-index__link > * {
  color: var(--wp--preset--color--primary);
}
.contents-body .contents-body__inner .component-outer,
.block-editor-iframe__body .contents-body__inner .component-outer {
  margin: 0 auto;
  padding: 4rem 2rem 10rem;
  width: 35.3rem;
  border-radius: 2rem;
  box-sizing: border-box;
  box-shadow: 0 0 4rem color-mix(in srgb, var(--wp--preset--color--primary), transparent 75%);
  background: var(--wp--preset--color--white);
}
.contents-body .contents-body__inner .component-outer section + section,
.block-editor-iframe__body .contents-body__inner .component-outer section + section {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 0.1rem solid var(--wp--preset--color--school);
}

@media screen and (min-width: 961px) {
  .contents-body .contents-body__inner,
  .block-editor-iframe__body .contents-body__inner {
    display: flex;
    gap: 0 8rem;
    margin: 0 auto;
    padding: 8rem 10rem;
    width: 120rem;
    border-radius: 4rem;
    box-sizing: border-box;
    box-shadow: 0 0 4rem color-mix(in srgb, var(--wp--preset--color--primary), transparent 75%);
    background: var(--wp--preset--color--white);
  }
  .contents-body .contents-body__inner .component-index,
  .block-editor-iframe__body .contents-body__inner .component-index {
    flex: 0 0 32rem;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    position: sticky;
    top: 12rem;
    left: 0;
  }
  .contents-body .contents-body__inner .component-index .component-index__links,
  .block-editor-iframe__body .contents-body__inner .component-index .component-index__links {
    gap: 1.6rem 0;
  }
  .contents-body .contents-body__inner .component-index .component-index__links .component-index__link,
  .block-editor-iframe__body .contents-body__inner .component-index .component-index__links .component-index__link {
    padding-left: 2.8rem;
    width: 100%;
    position: relative;
  }
  .contents-body .contents-body__inner .component-index .component-index__links .component-index__link::before,
  .block-editor-iframe__body .contents-body__inner .component-index .component-index__links .component-index__link::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: var(--wp--preset--color--accent);
    position: absolute;
    top: 0.5em;
    left: 0.4rem;
    transform: translate(0, -0.25em);
    opacity: 0;
    transition: 0.3s ease;
  }
  .contents-body .contents-body__inner .component-index .component-index__links .component-index__link.active::before,
  .block-editor-iframe__body .contents-body__inner .component-index .component-index__links .component-index__link.active::before {
    opacity: 1;
  }
  .contents-body .contents-body__inner .component-outer,
  .block-editor-iframe__body .contents-body__inner .component-outer {
    flex: 1 1 80rem;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: unset;
    background: unset;
  }
}
@media screen and (min-width: 1920px) {
  .contents-body .contents-body__inner,
  .block-editor-iframe__body .contents-body__inner {
    padding: 16rem 20rem;
    width: 160rem;
  }
}
.component-news__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem 0;
  justify-content: space-between;
}
.component-news__list .component-news__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.9rem 0;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 0.2rem dotted var(--wp--preset--color--primary);
}
.component-news__list .component-news__item .component-news__item_left {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 0.9rem 0.8rem;
}
.component-news__list .component-news__item .component-news__item_left .component-news__item_date {
  flex: 0 1 auto;
  width: auto;
  padding: 0.4rem 1.6rem;
  border-radius: 1.4rem;
  background: var(--wp--preset--color--accent-2);
}
.component-news__list .component-news__item .component-news__item_left .component-news__item_date time {
  display: block;
  font-size: 1.2rem;
  font-family: var(--wp--preset--font-family--jost);
  font-weight: 400;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--primary);
}
.component-news__list .component-news__item .component-news__item_left .component-news__item_categories {
  flex: 0 1 auto;
  width: auto;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 0.8rem 0.4rem;
}
.component-news__list .component-news__item .component-news__item_left .component-news__item_categories span {
  flex: 0 1 auto;
  width: auto;
  display: block;
  padding: 0.3rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 0.1rem solid;
  border-radius: 1.4rem;
  box-sizing: border-box;
  color: var(--wp--preset--color--primary);
}
.component-news__list .component-news__item .component-news__item_right {
  padding-right: 10rem;
  position: relative;
}
.component-news__list .component-news__item .component-news__item_right .component-news__item_title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--primary);
}
.component-news__list .component-news__item .component-news__item_right::before, .component-news__list .component-news__item .component-news__item_right::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.component-news__list .component-news__item .component-news__item_right::before {
  width: 6rem;
  height: 2.8rem;
  border-radius: 1.6rem;
  background: var(--wp--preset--color--primary);
  right: 0;
}
.component-news__list .component-news__item .component-news__item_right::after {
  content: "\e901";
  font-size: 1.1rem;
  color: var(--wp--preset--color--white);
  right: 2rem;
}

@media screen and (min-width: 961px) {
  .component-news__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 4rem;
    justify-content: flex-start;
  }
  .component-news__list .component-news__item {
    grid-gap: 0.8rem 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .component-news__list .component-news__item .component-news__item_left {
    gap: 0.9rem 2.5rem;
  }
  .component-news__list .component-news__item .component-news__item_right {
    padding-right: 0;
    padding-bottom: 0;
  }
  .component-news__list .component-news__item .component-news__item_right::before, .component-news__list .component-news__item .component-news__item_right::after {
    top: auto;
    bottom: 0;
    transform: unset;
  }
  .component-news__list .component-news__item .component-news__item_right::before {
    left: 0;
    right: auto;
  }
  .component-news__list .component-news__item .component-news__item_right::after {
    left: 0;
    right: auto;
  }
}
.component-title {
  display: inline;
  padding: 0.4rem 4rem 0.4rem 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 0 3.2rem 3.2rem 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--accent);
}
.component-title--point {
  padding-left: 4.2rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--primary);
  position: relative;
}
.component-title--point::before {
  content: "";
  width: 2.5rem;
  aspect-ratio: 25/24;
  background: url("/yns/app/files/2026/05/icon-check.svg") no-repeat center/cover;
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 961px) {
  .component-title {
    padding: 0.8rem 4rem;
    line-height: 1.5;
  }
  .component-title--point {
    padding-left: 4.8rem;
    font-size: 2rem;
  }
  .component-title--point::before {
    width: 2.5rem;
    left: 0.75rem;
  }
}
.component-subtitle {
  padding: 0.8rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--contents-background);
}

@media screen and (min-width: 961px) {
  .component-subtitle {
    font-size: 2rem;
  }
}
.component-lead {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.component-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.component-pager {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
  margin-top: 4.5rem;
}
.component-pager .component-pager__item {
  flex: 0 1 auto;
  width: auto;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  justify-content: center !important;
}
.component-pager .component-pager__item .page-numbers {
  flex: 0 1 auto;
  width: auto;
  display: grid;
  place-content: center;
  width: 1rem;
  height: 2.3rem;
  font-size: 1.6rem;
  font-family: var(--wp--preset--font-family--jost);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  box-sizing: border-box;
  color: #DADADA;
}
.component-pager .component-pager__item .page-numbers.dots {
  font-family: inherit;
}
.component-pager .component-pager__item.current {
  pointer-events: none;
}
.component-pager .component-pager__item.current .page-numbers {
  color: var(--wp--preset--color--primary);
}
.component-pager .component-pager__item.prev-item .page-numbers, .component-pager .component-pager__item.next-item .page-numbers {
  flex: 0 1 6rem;
  width: 6rem;
  height: 2.8rem;
  border-radius: 1.6rem;
  position: relative;
  background: var(--wp--preset--color--primary);
}
.component-pager .component-pager__item.prev-item .page-numbers::before, .component-pager .component-pager__item.next-item .page-numbers::before {
  font-size: 1rem;
  color: var(--wp--preset--color--white);
}
.component-pager .component-pager__item.prev-item .page-numbers::before,
.component-pager .component-pager__item.prev-item .wp-block-query-pagination-previous-arrow::before {
  content: "\e900";
}
.component-pager .component-pager__item.next-item .page-numbers::before,
.component-pager .component-pager__item.next-item .wp-block-query-pagination-previous-arrow::before {
  content: "\e901";
}

@media screen and (min-width: 961px) {
  .component-pager {
    margin-top: 10rem;
  }
  .component-pager .component-pager__item .page-numbers {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 2rem;
    transition: 0.3s ease color, 0.3s ease background;
  }
  .component-pager .component-pager__item .page-numbers:hover:not(.dots) {
    color: var(--wp--preset--color--primary);
    background: #d8defb;
  }
  .component-pager .component-pager__item.prev-item .page-numbers::before, .component-pager .component-pager__item.next-item .page-numbers::before {
    transition: 0.3s ease color;
  }
  .component-pager .component-pager__item.prev-item .page-numbers:hover::before, .component-pager .component-pager__item.next-item .page-numbers:hover::before {
    color: var(--wp--preset--color--primary);
  }
  .component-pager .component-pager__item.prev-item {
    margin-right: 0.5rem;
  }
  .component-pager .component-pager__item.next-item {
    margin-left: 0.5rem;
  }
}
/*///////////////////////////////////////////////////////
	headerスタイル
///////////////////////////////////////////////////////*/
.component-header {
  width: 37.3rem;
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.component-header .component-header__container {
  padding: 0.8rem 1.5rem 0.8rem 2.9rem;
  border-radius: 3.5rem;
  backdrop-filter: blur(1.6rem);
  -webkit-backdrop-filter: blur(1.6rem);
  isolation: isolate;
  position: relative;
}
.component-header .component-header__container .component-header__inner {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
}
.component-header .component-header__container .component-header__inner .component-header__logo {
  flex: 0 1 auto;
  width: auto;
}
.component-header .component-header__container .component-header__inner .component-header__logo img {
  width: 25rem;
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu {
  display: none;
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global {
  padding-top: 10rem;
  padding-bottom: 5rem;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(210, 214, 234, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: -1rem;
  left: -1rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease opacity;
  z-index: -1;
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global .component-header__wrapper {
  margin: 0 auto;
  padding: 4rem 2rem;
  width: 35.3rem;
  height: 100%;
  border-radius: 2rem;
  box-shadow: 0 0 1rem color-mix(in srgb, var(--wp--preset--color--primary), transparent 50%);
  box-sizing: border-box;
  background: var(--wp--preset--color--white);
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global .component-header__wrapper .menu-mobile_nav-container {
  height: 100%;
  overflow: auto;
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global .component-header__wrapper .menu-mobile_nav-container > .menu > .menu-item > a {
  padding: 2rem 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 0.1rem solid;
  position: relative;
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global .component-header__wrapper .menu-mobile_nav-container > .menu > .menu-item > a::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.1rem solid;
  border-right: 0.1rem solid;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-25%, -50%) rotate(45deg);
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global .component-header__wrapper .menu-mobile_nav-container > .menu > .menu-item.menu-item-has-children > a::before {
  transform: translate(-25%, -85%) rotate(135deg);
  transition: 0.3s ease;
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global .component-header__wrapper .menu-mobile_nav-container > .menu > .menu-item.menu-item-has-children.active > a::before {
  transform: translate(-25%, -25%) rotate(-45deg);
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global .component-header__wrapper .menu-mobile_nav-container > .menu > .menu-item > .sub-menu {
  display: none;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  gap: 1.5rem 1.5rem;
  padding-bottom: 1.4rem;
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global .component-header__wrapper .menu-mobile_nav-container > .menu > .menu-item > .sub-menu > .menu-item > a {
  padding: 0.5rem 0 0.5rem 1em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--base-text);
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global .component-header__wrapper .menu-mobile_nav-container > .menu > .menu-item > .sub-menu > .menu-item:first-child {
  margin-top: 1rem;
}
.component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global.active {
  opacity: 1;
  pointer-events: visible;
}
.component-header .component-header__container .component-header__inner .component-header__hamburger {
  flex: 0 1 4rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  position: relative;
  cursor: pointer;
}
.component-header .component-header__container .component-header__inner .component-header__hamburger .component-header__hamburger-border {
  width: 1.6rem;
  height: 0.2rem;
  background: var(--wp--preset--color--white);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  pointer-events: none;
}
.component-header .component-header__container .component-header__inner .component-header__hamburger .component-header__hamburger-border:nth-child(1) {
  top: 35%;
}
.component-header .component-header__container .component-header__inner .component-header__hamburger .component-header__hamburger-border:nth-child(2) {
  top: 50%;
}
.component-header .component-header__container .component-header__inner .component-header__hamburger .component-header__hamburger-border:nth-child(3) {
  top: 65%;
}
.component-header .component-header__container .component-header__inner .component-header__hamburger.active .component-header__hamburger-border:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.component-header .component-header__container .component-header__inner .component-header__hamburger.active .component-header__hamburger-border:nth-child(2) {
  display: none;
}
.component-header .component-header__container .component-header__inner .component-header__hamburger.active .component-header__hamburger-border:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}
.component-header .component-header__container::before, .component-header .component-header__container::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 3.5rem;
  position: absolute;
  pointer-events: none;
}
.component-header .component-header__container::before {
  inset: 0;
  box-shadow: inset 0.2rem 0.2rem 0.2rem -0.1rem rgba(255, 255, 255, 0.6);
  z-index: 0;
}
.component-header .component-header__container::after {
  inset: 0;
  box-shadow: inset -0.2rem -0.2rem 0.2rem -0.1rem rgba(255, 255, 255, 0.6);
  z-index: -1;
}

@media screen and (min-width: 961px) {
  .component-header {
    width: 100vw;
    top: 0;
  }
  .component-header .component-header__container {
    padding: 2rem 0 1.5rem;
    border-radius: 0;
  }
  .component-header .component-header__container .component-header__inner {
    margin: 0 auto;
    width: 130rem;
  }
  .component-header .component-header__container .component-header__inner .component-header__logo img {
    width: min(20.4638472033vw, 300px);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav {
    display: block;
    flex: 0 1 auto;
    width: auto;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
    gap: 0 2rem;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container {
    flex: 0 1 auto;
    width: auto;
    padding: 1.4rem 3rem;
    border-radius: 4rem;
    background: var(--wp--preset--color--white);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .menu {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: 0 3.2rem;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .menu > .menu-item {
    flex: 0 1 auto;
    width: auto;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .menu > .menu-item > a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.429;
    letter-spacing: 0.05em;
    color: var(--wp--preset--color--base-text);
    transition: 0.3s ease color;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .menu > .menu-item > a:hover {
    color: var(--wp--preset--color--primary);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .menu > .menu-item.menu-item-has-children {
    position: relative;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .menu > .menu-item.menu-item-has-children::before {
    content: "";
    width: 100%;
    height: 2rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .sub-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.65rem 0;
    padding: 1rem 1.8rem;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0.8rem;
    background: var(--wp--preset--color--white);
    position: absolute;
    left: 50%;
    bottom: -2rem;
    transform: translate3d(-50%, 100%, 0);
    transition: 0.3s ease opacity, 0.3s ease visibility;
    opacity: 0;
    visibility: hidden;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .sub-menu > .menu-item > a {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    color: var(--wp--preset--color--primary);
    transition: 0.3s ease color;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .sub-menu > .menu-item > a:hover {
    color: var(--wp--preset--color--secondary);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons {
    flex: 0 1 auto;
    width: auto;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button {
    width: 23.9rem;
    position: relative;
    isolation: isolate;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link {
    justify-content: center;
    gap: 0.8rem 0;
    padding: 0.95rem 1.1rem 0.95rem 3.9rem;
    border: 0.2rem solid;
    border-radius: 2.6rem;
    position: relative;
    transition: 0.3s ease transform;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link > * {
    width: 100%;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link .text-ja {
    font-size: 1.5rem;
    line-height: 0.7334;
    letter-spacing: 0;
    text-align: center;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link .text-en {
    font-size: 1.4rem;
    font-family: var(--wp--preset--font-family--jost);
    font-weight: 400;
    line-height: 0.7145;
    letter-spacing: 0;
    text-align: center;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link::before {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    font-size: 2.8rem;
    position: absolute;
    top: 50%;
    left: 2.5rem;
    transform: translateY(-50%);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link::after {
    display: none;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link:hover {
    transform: translate(0.2rem, 0.4rem);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 2.6rem;
    position: absolute;
    inset: 0;
    transform: translate(0.2rem, 0.4rem);
    z-index: -1;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-white-color)::before {
    background: var(--wp--preset--color--white);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-school-color)::before {
    background: var(--wp--preset--color--school);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-primary-color)::before {
    background: var(--wp--preset--color--primary);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-secondary-color)::before {
    background: var(--wp--preset--color--secondary);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-accent-color)::before {
    background: var(--wp--preset--color--accent);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-accent-2-color)::before {
    background: var(--wp--preset--color--accent-2);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-oc-color)::before {
    background: var(--wp--preset--color--oc);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-oc-main-color)::before {
    background: var(--wp--preset--color--oc-main);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-base-text-color)::before {
    background: var(--wp--preset--color--base-text);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-footer-text-color)::before {
    background: var(--wp--preset--color--footer-text);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button:has(.wp-block-button__link.has-background-color)::before {
    background: var(--wp--preset--color--background);
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_global {
    display: none !important;
  }
  .component-header .component-header__container .component-header__inner .component-header__hamburger {
    display: none;
  }
  .component-header .component-header__container::before, .component-header .component-header__container::after {
    border-radius: 0;
  }
}
@media screen and (min-width: 1920px) {
  .component-header .component-header__container .component-header__inner {
    width: 146.6rem;
  }
  .component-header .component-header__container .component-header__inner .component-header__logo img {
    width: 30rem;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container {
    padding: 1.4rem 4rem;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .menu-header_nav-container .menu > .menu-item > a {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button {
    width: 25.9rem;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link {
    padding: 0.95rem 4rem 0.95rem 6.8rem;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link .text-ja {
    font-size: 1.6rem;
    line-height: 0.6878;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link .text-en {
    font-size: 1.5rem;
    line-height: 0.667;
  }
  .component-header .component-header__container .component-header__inner .component-header__nav .component-header__nav_menu .component-header__buttons .wp-block-button .wp-block-button__link::before {
    left: 4rem;
  }
}
/*///////////////////////////////////////////////////////
	footerスタイル
///////////////////////////////////////////////////////*/
.component-footer_top__container {
  margin-top: 7.3rem;
  overflow: hidden;
}
.component-footer_top__container .component-footer_top__inner.open_campus {
  padding: 8.8rem 0 0;
  position: relative;
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper {
  padding: 0 0 8rem;
  background: var(--wp--preset--color--oc-main);
  isolation: isolate;
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .inner {
  display: contents;
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__title {
  margin: 0 auto 2rem;
  width: 37.278rem;
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons {
  margin-top: -4.25rem;
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button {
  margin: 0 auto;
  width: 35.3rem;
  position: relative;
  isolation: isolate;
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button .wp-block-button__link {
  justify-content: center;
  gap: 0 2rem;
  padding: 2.575rem 2.1rem 2.575rem 8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  border: 0.2rem solid;
  border-radius: 1.6rem;
  position: relative;
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button .wp-block-button__link::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 2.9rem;
  position: absolute;
  top: 50%;
  left: 4.4rem;
  transform: translateY(-50%);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  position: absolute;
  inset: 0;
  transform: translate(0.2rem, 0.4rem);
  z-index: -1;
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-white-color)::before {
  background: var(--wp--preset--color--white);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-school-color)::before {
  background: var(--wp--preset--color--school);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-primary-color)::before {
  background: var(--wp--preset--color--primary);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-secondary-color)::before {
  background: var(--wp--preset--color--secondary);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-accent-color)::before {
  background: var(--wp--preset--color--accent);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-accent-2-color)::before {
  background: var(--wp--preset--color--accent-2);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-oc-color)::before {
  background: var(--wp--preset--color--oc);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-oc-main-color)::before {
  background: var(--wp--preset--color--oc-main);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-base-text-color)::before {
  background: var(--wp--preset--color--base-text);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-footer-text-color)::before {
  background: var(--wp--preset--color--footer-text);
}
.component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button:has(.wp-block-button__link.has-background-color)::before {
  background: var(--wp--preset--color--background);
}
.component-footer_top__container .component-footer_top__inner.open_campus::before {
  content: "";
  width: 69.4rem;
  height: 40.1rem;
  background: var(--wp--preset--color--oc-main);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: ellipse(50% 50% at 50% 50%);
  z-index: 0;
}

@media screen and (min-width: 961px) {
  .component-footer_top__container {
    margin-top: 7.3rem;
  }
  .component-footer_top__container .component-footer_top__inner.open_campus {
    padding-top: 11.2rem;
  }
  .component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper {
    padding-bottom: 0;
  }
  .component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .inner {
    display: block;
    padding: 0 5.488rem 7.725rem;
    position: relative;
  }
  .component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__title {
    margin-top: 3.725rem;
    margin-left: 0;
    margin-bottom: 5.1rem;
    width: 72rem;
  }
  .component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__image {
    width: 45.025rem;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(-5.488rem);
  }
  .component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons {
    margin-top: 0;
    margin-left: 17.488rem;
  }
  .component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button {
    margin-left: 0;
    width: 37rem;
  }
  .component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button .wp-block-button__link {
    transition: 0.3s ease transform;
  }
  .component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button .wp-block-button__link::before {
    font-size: 2.967rem;
  }
  .component-footer_top__container .component-footer_top__inner.open_campus .component-footer_top__wrapper .component-footer_top__buttons .wp-block-button .wp-block-button__link:hover {
    transform: translate(0.2rem, 0.4rem);
  }
  .component-footer_top__container .component-footer_top__inner.open_campus::before {
    width: 121.6666666667vw;
    height: 25.9375vw;
  }
}
.component-footer {
  margin-bottom: 6.4rem;
}
.component-footer .component-footer__container.primary {
  padding: 8rem 0;
  background: var(--wp--preset--color--background);
}
.component-footer .component-footer__container.primary .component-footer__banners {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
.component-footer .component-footer__container.primary .component-footer__banners .component-footer__banners_inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.8rem 0;
  justify-content: space-between;
}
.component-footer .component-footer__container.primary .component-footer__banners::before {
  content: "";
  width: 89.8218829517%;
  height: 0.1rem;
  background: var(--wp--preset--color--school);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.component-footer .component-footer__container.primary .component-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 7.6rem 0;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem 0;
  justify-content: space-between;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__address {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.7rem 0;
  justify-content: space-between;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__address .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--footer-text);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__address .tel {
  line-height: 1;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__address .tel i {
  margin-right: 1rem;
  font-size: 2.2rem;
  color: var(--wp--preset--color--primary);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__address .tel a {
  display: inline-block;
  font-size: 2.4rem;
  font-family: var(--wp--preset--font-family--jost);
  font-weight: 400;
  line-height: 0.8335;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--footer-text);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem 0.8rem;
  justify-content: space-between;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link {
  padding: 0.6rem 2rem;
  border-radius: 0.8rem;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link::after {
  width: auto;
  color: inherit;
  background: unset;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .menu-footer_nav-container .menu {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  gap: 4rem 0;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .menu-footer_nav-container .menu > .menu-item {
  flex: 0 1 47.1671388102%;
  width: 47.1671388102%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content;
  grid-gap: 0.8rem 0;
  justify-content: space-between;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .menu-footer_nav-container .menu > .menu-item > a {
  padding: 1.05rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 0.2rem solid;
  color: var(--wp--preset--color--primary);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .menu-footer_nav-container .sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.4rem 0;
  justify-content: space-between;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .menu-footer_nav-container .sub-menu > .menu-item > a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--primary);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.6rem 0;
  justify-content: space-between;
  margin-top: 8rem;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc {
  margin: 0 auto;
  width: 25.9rem;
  position: relative;
  isolation: isolate;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc .wp-block-button__link {
  justify-content: center;
  gap: 0.8rem 0;
  padding: 0.95rem 4rem 0.95rem 6.8rem;
  border: 0.2rem solid;
  border-radius: 2.6rem;
  position: relative;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc .wp-block-button__link > * {
  width: 100%;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc .wp-block-button__link .text-ja {
  font-size: 1.6rem;
  line-height: 0.6878;
  letter-spacing: 0;
  text-align: center;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc .wp-block-button__link .text-en {
  font-size: 1.5rem;
  font-family: var(--wp--preset--font-family--jost);
  font-weight: 400;
  line-height: 0.667;
  letter-spacing: 0;
  text-align: center;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc .wp-block-button__link::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 2.8rem;
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc .wp-block-button__link::after {
  display: none;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2.6rem;
  position: absolute;
  inset: 0;
  transform: translate(0.2rem, 0.4rem);
  z-index: -1;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.policy .wp-block-button__link {
  gap: 0 2rem;
  margin: 0 auto;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background: unset;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.policy .wp-block-button__link::after {
  width: auto;
  font-size: 0.914rem;
  color: inherit;
  background: unset;
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-white-color)::before {
  background: var(--wp--preset--color--white);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-school-color)::before {
  background: var(--wp--preset--color--school);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-primary-color)::before {
  background: var(--wp--preset--color--primary);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-secondary-color)::before {
  background: var(--wp--preset--color--secondary);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-accent-color)::before {
  background: var(--wp--preset--color--accent);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-accent-2-color)::before {
  background: var(--wp--preset--color--accent-2);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-oc-color)::before {
  background: var(--wp--preset--color--oc);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-oc-main-color)::before {
  background: var(--wp--preset--color--oc-main);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-base-text-color)::before {
  background: var(--wp--preset--color--base-text);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-footer-text-color)::before {
  background: var(--wp--preset--color--footer-text);
}
.component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button:has(.wp-block-button__link.has-background-color)::before {
  background: var(--wp--preset--color--background);
}
.component-footer .component-footer__container.primary #component-pagetop {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.component-footer .component-footer__container.primary #component-pagetop .component-pagetop__circle {
  display: grid;
  place-content: center;
  margin: 0 auto 0.8rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--primary);
}
.component-footer .component-footer__container.primary #component-pagetop .component-pagetop__circle i {
  margin-bottom: 0.25em;
}
.component-footer .component-footer__container.primary #component-pagetop .component-pagetop__text {
  font-size: 1.6rem;
  font-family: var(--wp--preset--font-family--jost);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: var(--wp--preset--color--primary);
}
.component-footer .component-footer__container.secondary {
  padding: 4rem 0 8rem;
  background: var(--wp--preset--color--school);
  background: var(--wp--preset--gradient--gradient-school);
}
.component-footer .component-footer__container.secondary .component-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem 0;
  justify-content: space-between;
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  gap: 4rem 0;
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper > * {
  flex: 0 1 100%;
  width: 100%;
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--wp--preset--color--white);
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button {
  margin: 0 auto;
  width: 92.9178470255%;
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid var(--wp--preset--color--white);
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem 0.8rem;
  justify-content: space-between;
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button {
  width: 100%;
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link {
  padding: 0.6rem 2rem;
  border-radius: 0.8rem;
}
.component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link::after {
  width: auto;
  color: inherit;
  background: unset;
}
.component-footer .component-footer__container.secondary .component-footer__inner .copyright {
  margin: 0 auto;
  width: 73.9376770538%;
  font-size: 1.2rem;
  font-family: var(--wp--preset--font-family--jost);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.045em;
  text-align: center;
  color: var(--wp--preset--color--white);
}

@media screen and (min-width: 961px) {
  .component-footer {
    margin-bottom: 0;
  }
  .component-footer .component-footer__container.primary .component-footer__banners {
    margin-left: auto;
    margin-right: auto;
    width: 128rem;
  }
  .component-footer .component-footer__container.primary .component-footer__banners .component-footer__banners_inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 4rem;
    width: 100rem;
  }
  .component-footer .component-footer__container.primary .component-footer__banners .component-footer__banners_inner .component-footer__banner {
    border-radius: 0.8rem;
    box-shadow: 0 0 1rem 0 color-mix(in srgb, var(--wp--preset--color--primary) 50%, transparent);
    overflow: hidden;
    transition: 0.3s ease opacity;
  }
  .component-footer .component-footer__container.primary .component-footer__banners .component-footer__banners_inner .component-footer__banner:hover {
    opacity: 0.8;
  }
  .component-footer .component-footer__container.primary .component-footer__banners::before {
    width: 100%;
  }
  .component-footer .component-footer__container.primary .component-footer__inner {
    grid-template-columns: 48rem 67.7rem;
    grid-gap: 0 0;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left {
    align-content: start;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons {
    width: 40rem;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link {
    padding: 0.5rem 1.9rem;
    border-width: 0.1rem;
    border-style: solid;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-white-background-color:hover {
    color: var(--wp--preset--color--white) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--white) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-school-background-color:hover {
    color: var(--wp--preset--color--school) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--school) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-primary-background-color:hover {
    color: var(--wp--preset--color--primary) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-secondary-background-color:hover {
    color: var(--wp--preset--color--secondary) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--secondary) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-background-color:hover {
    color: var(--wp--preset--color--accent) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--accent) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-2-background-color:hover {
    color: var(--wp--preset--color--accent-2) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--accent-2) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-background-color:hover {
    color: var(--wp--preset--color--oc) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--oc) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-main-background-color:hover {
    color: var(--wp--preset--color--oc-main) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--oc-main) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-base-text-background-color:hover {
    color: var(--wp--preset--color--base-text) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--base-text) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-footer-text-background-color:hover {
    color: var(--wp--preset--color--footer-text) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--footer-text) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.left .component-footer__buttons .wp-block-button .wp-block-button__link.has-background-background-color:hover {
    color: var(--wp--preset--color--background) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--background) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .menu-footer_nav-container .menu {
    justify-content: flex-start;
    gap: 4rem 2.52rem;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .menu-footer_nav-container .menu > .menu-item {
    flex: 0 1 auto;
    width: auto;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .menu-footer_nav-container .menu > .menu-item > a {
    letter-spacing: 0.045em;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons {
    margin-top: 9.1rem;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc {
    margin-right: 0;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc .wp-block-button__link {
    transition: 0.3s ease transform;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc .wp-block-button__link::before {
    font-size: 2.88rem;
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.oc .wp-block-button__link:hover {
    transform: translate(0.2rem, 0.4rem);
  }
  .component-footer .component-footer__container.primary .component-footer__inner .component-footer__wrapper.right .component-footer__buttons .wp-block-button.policy .wp-block-button__link {
    margin-right: 0;
  }
  .component-footer .component-footer__container.primary #component-pagetop .component-pagetop__circle i {
    margin-bottom: 0.25em;
  }
  .component-footer .component-footer__container.primary #component-pagetop:hover .component-pagetop__circle i {
    animation: 1s 0s cubic-bezier(0.5, -0.62, 0.17, 1) forwards pageTopArrow;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner {
    width: 80.6rem;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper {
    align-items: center;
    gap: 0 0;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__text {
    flex: 0 1 51.4888337469%;
    width: 51.4888337469%;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons {
    flex: 0 1 40.6947890819%;
    width: 40.6947890819%;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button {
    width: 100%;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link {
    padding: 1.5rem 3.9rem;
    border-width: 0.1rem;
    border-style: solid;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-white-color:hover::after {
    color: var(--wp--preset--color--white) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-white-background-color:hover {
    color: var(--wp--preset--color--white) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--white) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-white-background-color:hover::after {
    background-color: var(--wp--preset--color--white) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-school-color:hover::after {
    color: var(--wp--preset--color--school) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-school-background-color:hover {
    color: var(--wp--preset--color--school) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--school) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-school-background-color:hover::after {
    background-color: var(--wp--preset--color--school) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-primary-color:hover::after {
    color: var(--wp--preset--color--primary) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-primary-background-color:hover {
    color: var(--wp--preset--color--primary) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-primary-background-color:hover::after {
    background-color: var(--wp--preset--color--primary) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-secondary-color:hover::after {
    color: var(--wp--preset--color--secondary) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-secondary-background-color:hover {
    color: var(--wp--preset--color--secondary) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--secondary) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-secondary-background-color:hover::after {
    background-color: var(--wp--preset--color--secondary) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-color:hover::after {
    color: var(--wp--preset--color--accent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-background-color:hover {
    color: var(--wp--preset--color--accent) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--accent) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-background-color:hover::after {
    background-color: var(--wp--preset--color--accent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-2-color:hover::after {
    color: var(--wp--preset--color--accent-2) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-2-background-color:hover {
    color: var(--wp--preset--color--accent-2) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--accent-2) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-2-background-color:hover::after {
    background-color: var(--wp--preset--color--accent-2) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-color:hover::after {
    color: var(--wp--preset--color--oc) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-background-color:hover {
    color: var(--wp--preset--color--oc) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--oc) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-background-color:hover::after {
    background-color: var(--wp--preset--color--oc) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-main-color:hover::after {
    color: var(--wp--preset--color--oc-main) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-main-background-color:hover {
    color: var(--wp--preset--color--oc-main) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--oc-main) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-main-background-color:hover::after {
    background-color: var(--wp--preset--color--oc-main) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-base-text-color:hover::after {
    color: var(--wp--preset--color--base-text) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-base-text-background-color:hover {
    color: var(--wp--preset--color--base-text) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--base-text) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-base-text-background-color:hover::after {
    background-color: var(--wp--preset--color--base-text) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-footer-text-color:hover::after {
    color: var(--wp--preset--color--footer-text) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-footer-text-background-color:hover {
    color: var(--wp--preset--color--footer-text) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--footer-text) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-footer-text-background-color:hover::after {
    background-color: var(--wp--preset--color--footer-text) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-background-color:hover::after {
    color: var(--wp--preset--color--background) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-background-background-color:hover {
    color: var(--wp--preset--color--background) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--background) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper .component-footer__buttons .wp-block-button .wp-block-button__link.has-background-background-color:hover::after {
    background-color: var(--wp--preset--color--background) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    justify-content: center;
    gap: 0.8rem 0.8rem;
    flex: 0 1 100%;
    width: 100%;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button {
    flex: 0 1 auto;
    width: auto;
    margin: 0;
    min-width: 19.6rem;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link {
    padding: 0.5rem 1.9rem;
    border-width: 0.1rem;
    border-style: solid;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-white-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-white-background-color:hover {
    color: var(--wp--preset--color--white) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--white) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-white-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-school-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-school-background-color:hover {
    color: var(--wp--preset--color--school) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--school) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-school-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-primary-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-primary-background-color:hover {
    color: var(--wp--preset--color--primary) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-primary-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-secondary-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-secondary-background-color:hover {
    color: var(--wp--preset--color--secondary) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--secondary) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-secondary-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-background-color:hover {
    color: var(--wp--preset--color--accent) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--accent) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-2-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-2-background-color:hover {
    color: var(--wp--preset--color--accent-2) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--accent-2) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-accent-2-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-background-color:hover {
    color: var(--wp--preset--color--oc) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--oc) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-main-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-main-background-color:hover {
    color: var(--wp--preset--color--oc-main) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--oc-main) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-oc-main-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-base-text-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-base-text-background-color:hover {
    color: var(--wp--preset--color--base-text) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--base-text) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-base-text-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-footer-text-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-footer-text-background-color:hover {
    color: var(--wp--preset--color--footer-text) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--footer-text) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-footer-text-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-background-color:hover::after {
    color: inherit !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-background-background-color:hover {
    color: var(--wp--preset--color--background) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--background) 5%, transparent) !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .component-footer__wrapper:first-child .component-footer__buttons .wp-block-button .wp-block-button__link.has-background-background-color:hover::after {
    background-color: unset !important;
  }
  .component-footer .component-footer__container.secondary .component-footer__inner .copyright {
    width: 100%;
  }
}