@charset "UTF-8";
/** ================================================
 * リセットCSS
 *  A Modern CSS Reset：
 *  https://github.com/Andy-set-studio/modern-css-reset/blob/master/dist/reset.min.css
 * ================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
/** ================================================
 * 基本設定
 * ================================================ */
html {
    overflow-x: hidden;
}

body {
    color: #222222;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    max-width: 100%;
    min-width: 100%;
}

a,
a:visited {
    color: #222222;
    text-decoration: none;
    transition: all 0.3s;
}

@media (hover: hover) {
    a:hover {
        opacity: 0.8;
        cursor: pointer;
    }
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

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

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

html {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

body {
    line-height: 1.8;
    letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

p {
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-small {
    font-size: 0.8em;
}

.text-strong {
    font-weight: 700;
}

.right-arrow {
    width: 8px;
    height: 12px;
    stroke: #fff;
    stroke-width: 1px;
    fill: none;
}

.external-link {
    height: 1em;
    aspect-ratio: 1/1;
    fill: #7a7a7a;
    margin-bottom: -0.2em;
}

/** ================================================
 * ヘッダー
 * ================================================ */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 16px 4% 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
    z-index: 100;
    transition: padding-top 0.3s ease, opacity 0.4s ease;
}
@media screen and (max-width: 1023px) {
    .header {
        padding-inline: 4%;
        padding-block: 12px;
        height: 64px;
    }
}
@media screen and (max-width: 599px) {
    .header {
        padding-inline: 20px;
        height: 56px;
    }
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.header__title {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__title a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__title a img {
    width: 164px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 1023px) {
    .header__title a img {
        width: 120px;
    }
}
@media screen and (max-width: 599px) {
    .header__title a img {
        width: 104px;
    }
}
.header__nav {
    padding-inline: 20px;
    margin-left: auto;
}
@media screen and (max-width: 1439px) {
    .header__nav {
        padding-inline: 0;
    }
}
@media screen and (max-width: 1023px) {
    .header__nav {
        display: none;
    }
}
.header__nav-list {
    display: flex;
    gap: 1.2vw;
}
@media screen and (max-width: 1439px) {
    .header__nav-list {
        gap: 0.6vw;
    }
}
.header__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__nav-item a {
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #222222;
    padding-inline: 1.2vw;
    position: relative;
    overflow: hidden;
}
.header__nav-item:nth-child(4) {
    padding-right: 1.8vw;
    border-right: 1px solid #222222;
}
@media screen and (max-width: 1439px) {
    .header__nav-item:nth-child(4) {
        padding-right: 0.9vw;
    }
}
.header__nav-item:nth-child(5) {
    padding-left: 0.6vw;
}
@media screen and (max-width: 1439px) {
    .header__nav-item:nth-child(5) {
        padding-left: 0.3vw;
    }
}
.header__menu-button {
    display: none;
    width: 32px;
    height: 28px;
    padding: 2px;
    background: none;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 599px) {
    .header__menu-button {
        width: 28px;
        height: 24px;
    }
}
.header__menu-button_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.header__menu-button_inner span {
    height: 2px;
    background-color: #123c7e;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
    .header__menu-button_inner span {
        height: 1px;
    }
}
.header__menu-button_inner span:nth-child(1) {
    width: 100%;
}
.header__menu-button_inner span:nth-child(2) {
    width: calc(100% - 4px);
}
.header__menu-button_inner span:nth-child(3) {
    width: calc(100% - 8px);
}
@media screen and (max-width: 1023px) {
    .header__menu-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/** ================================================
 * フッター
 * ================================================ */
.footer {
    background-color: #123c7e;
    padding: 80px 5%;
}
@media screen and (max-width: 1439px) {
    .footer {
        padding-inline: 2%;
    }
}
@media screen and (max-width: 1023px) {
    .footer {
        padding-inline: 8%;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 599px) {
    .footer {
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 479px) {
    .footer {
        padding-inline: 24px;
    }
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 80px;
}
@media screen and (max-width: 1439px) {
    .footer__inner {
        gap: 2%;
    }
}
@media screen and (max-width: 1023px) {
    .footer__inner {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
    .footer__inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 80px;
    }
}
.footer__logo {
    width: 144px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media screen and (max-width: 1439px) {
    .footer__logo {
        width: 120px;
    }
}
@media screen and (max-width: 767px) {
    .footer__logo {
        width: 100%;
    }
}
.footer__menu {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 1023px) {
    .footer__menu {
        width: calc(100% - 144px);
    }
}
@media screen and (max-width: 767px) {
    .footer__menu {
        width: 100%;
        flex-direction: column;
    }
}
.footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-inline: 64px;
}
@media screen and (max-width: 1439px) {
    .footer__nav {
        padding-inline: 7%;
    }
}
@media screen and (max-width: 767px) {
    .footer__nav {
        width: 100%;
        padding-inline: 0;
        padding-bottom: 48px;
    }
}
.footer__nav--main {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
    .footer__nav--main {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}
.footer__nav--sub {
    padding-right: 0;
}
@media screen and (max-width: 767px) {
    .footer__nav--sub {
        padding-block: 48px 0;
    }
}
.footer__nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    height: 100%;
}
.footer__nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.footer__nav-item a {
    color: #fff;
}
.footer__nav-item a .external-link {
    fill: #fff;
}

.footer__nav-item .f_link {
    display: block;
    font-size: 0.8em;
}

.footer__copyright {
    width: 280px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
@media screen and (max-width: 1023px) {
    .footer__copyright {
        margin-top: 80px;
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .footer__copyright {
        margin-top: 0;
    }
}
.footer__copyright p {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0;
}

.drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    padding-inline: 4%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    z-index: 1000;
    transition: right 0.3s ease-in-out, opacity 0.3s;
    overflow-y: auto;
}
@media screen and (max-width: 479px) {
    .drawer {
        padding-inline: 24px;
    }
}
.drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-block: 20px;
}
.drawer__logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drawer__logo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.drawer__logo a img {
    width: 120px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 599px) {
    .drawer__logo a img {
        width: 104px;
    }
}
.drawer__close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 599px) {
    .drawer__close-button {
        width: 28px;
        height: 28px;
    }
}
.drawer__close-button_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.drawer__close-button span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222222;
    transform-origin: center;
}
@media screen and (max-width: 599px) {
    .drawer__close-button span {
        height: 1px;
    }
}
.drawer__close-button span:nth-child(1) {
    transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
    .drawer__close-button span:nth-child(1) {
        transform: rotate(45deg);
    }
}
.drawer__close-button span:nth-child(2) {
    transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
    .drawer__close-button span:nth-child(2) {
        transform: rotate(-45deg);
    }
}
.drawer.is-open {
    right: 0;
    opacity: 1;
}
.drawer__nav {
    width: 100%;
    padding-block: 16px 64px;
    padding-left: 4px;
}
.drawer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.drawer__nav-item {
    border-bottom: 1px solid #c4c4c4;
}
.drawer__nav-item:last-child {
    margin-bottom: 0;
}
.drawer__nav-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 24px;
}
@media screen and (max-width: 599px) {
    .drawer__nav-item a {
        padding-block: 20px;
    }
}
.drawer__nav-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    color: #123c7e;
    letter-spacing: 0;
    line-height: 1.5;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 700;
}
.drawer__nav-button {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #123c7e;
    border-radius: 50%;
}
.drawer__nav-button .right-arrow {
    stroke: #fff;
    width: 8px;
    height: 8px;
}
.drawer__copyright {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: auto;
    padding-bottom: 20px;
}

.drawer__nav-list--sub {
    margin-top: 48px;
}
.drawer__nav-list--sub .drawer__nav-text {
    color: #222222;
}
.drawer__nav-list--sub .drawer__nav-button {
    background-color: #222222;
}

.section__title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    color: #123c7e;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .section__title {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 599px) {
    .section__title {
        font-size: 1rem;
    }
}
@media screen and (max-width: 479px) {
    .section__title {
        font-size: 0.875rem;
    }
}

.box-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.box-heading::before {
    content: '';
    display: block;
    height: 1em;
    aspect-ratio: 1/1;
    background-color: #123c7e;
    margin-right: 0.5em;
}

.read-more-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
.read-more-button__text {
    min-width: 80px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color: #123c7e;
    transition: color 0.3s;
}
@media screen and (max-width: 599px) {
    .read-more-button__text {
        min-width: 72px;
    }
}
.read-more-button__arrow {
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.read-more-button__arrow::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #123c7e;
    border-radius: 50%;
    transition: all 0.4s;
}
.read-more-button__arrow .right-arrow {
    stroke: #f5f1ea;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 1px;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.3s;
}
.read-more-button__arrow .right-arrow--default {
    opacity: 1;
}
.read-more-button__arrow .right-arrow--hover {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 20px)) rotate(90deg);
}
.read-more-button__arrow--large {
    width: 30px;
    height: 30px;
    transition: all 0.3s;
}
.read-more-button__arrow--large .read-more-button__arrow .right-arrow {
    width: 12px;
    height: 16px;
}
.read-more-button.is-open .read-more-button__arrow {
    transform: rotate(180deg);
}

@media (hover: hover) {
    .read-more-button:hover .read-more-button__text {
        color: #123c7e;
    }
    .read-more-button:hover .read-more-button__arrow::before {
        opacity: 0.8;
    }
}
.box-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border: solid 1px #67abc4;
    border-radius: 5px;
}
@media screen and (max-width: 599px) {
    .box-button {
        width: 100%;
    }
}
.box-button__text {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #123c7e;
    line-height: 1;
}
.box-button .external-link {
    width: 1em;
    height: 1em;
    fill: #123c7e;
}

.gallery-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.gallery-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.4s;
}
.gallery-modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: calc(100dvw - 48px);
    max-height: calc(100dvh - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
    pointer-events: none;
}
.gallery-modal__content {
    position: relative;
    pointer-events: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.gallery-modal__content img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: auto;
}
.gallery-modal__close {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: opacity 0.3s;
    pointer-events: auto;
    padding-left: 24px;
}
@media (hover: hover) {
    .gallery-modal__close:hover {
        opacity: 0.8;
    }
}
.gallery-modal__close__text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    margin-left: auto;
}
@media screen and (max-width: 599px) {
    .gallery-modal__close__text {
        font-size: 1rem;
    }
}
.gallery-modal__close__button {
    height: 1.5em;
    aspect-ratio: 1/1;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}
.gallery-modal__close__button::before,
.gallery-modal__close__button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.gallery-modal__close__button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.gallery-modal__close__button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.js-accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

.js-accordion.is-open .js-accordion-content {
    height: auto;
}

.lp-main {
    position: relative;
    z-index: 1;
    background-color: #f4f4f4;
}

.main-visual {
    width: 100%;
    height: 100svh;
    padding-top: 80px;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .main-visual {
        padding-top: 64px;
    }
}
@media screen and (max-width: 599px) {
    .main-visual {
        padding-top: 56px;
    }
}
.main-visual__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 6.5vw;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .main-visual__inner {
        justify-content: center;
        padding-left: 0;
    }
}
.main-visual__title {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.main-visual__title--sub {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.07em;
}
@media screen and (max-width: 1023px) {
    .main-visual__title--sub {
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 599px) {
    .main-visual__title--sub {
        font-size: 1.25rem;
    }
}
.main-visual__title--main {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.07em;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .main-visual__title--main {
        font-size: 4rem;
    }
}
@media screen and (max-width: 599px) {
    .main-visual__title--main {
        font-size: 3rem;
    }
}
.main-visual .swiper {
    inset: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.main-visual .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.main-visual .swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(34, 34, 34, 0.2);
    z-index: -1;
}
.main-visual .swiper-slide picture,
.main-visual .swiper-slide img {
    position: absolute;
    inset: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -2;
}
@media screen and (max-width: 767px) {
    .main-visual .swiper-slide picture,
    .main-visual .swiper-slide img {
        -o-object-position: right top;
        object-position: right top;
    }
}

.programs {
    padding-block: 120px;
    max-width: 1440px;
    margin-top: 80px;
    margin-inline: auto;
}
@media screen and (max-width: 1619px) {
    .programs {
        padding-inline: 4%;
    }
}
@media screen and (max-width: 1439px) {
    .programs {
        padding-block: 80px;
    }
}
@media screen and (max-width: 1023px) {
    .programs {
        padding-block: 80px;
        padding-inline: 8%;
    }
}
@media screen and (max-width: 767px) {
    .programs {
        padding-top: 56px;
        padding-inline: 4%;
    }
}
@media screen and (max-width: 599px) {
    .programs {
        padding-block: 24px;
        padding-inline: 32px;
    }
}
.programs__inner {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
@media screen and (max-width: 1023px) {
    .programs__inner {
        gap: 72px;
    }
}
@media screen and (max-width: 599px) {
    .programs__inner {
        gap: 60px;
    }
}
.programs__body {
    padding-block: 20px;
}
@media screen and (max-width: 599px) {
    .programs__body {
        padding-block: 28px;
    }
}
.programs__list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
@media screen and (max-width: 599px) {
    .programs__list {
        gap: 80px;
    }
}
.programs__item {
    position: relative;
    padding-left: 6.3541666667vw;
}
@media screen and (max-width: 1439px) {
    .programs__item {
        padding-left: 4vw;
    }
}
@media screen and (max-width: 1023px) {
    .programs__item {
        padding-left: 6vw;
        padding-left: 0;
    }
}
.programs__item__logo {
    position: absolute;
    top: -20px;
    left: 0;
    width: 10.4166666667vw;
    min-width: 160px;
    z-index: 1;
}
@media screen and (max-width: 1439px) {
    .programs__item__logo {
        width: 10vw;
    }
}
@media screen and (max-width: 1023px) {
    .programs__item__logo {
        width: 18vw;
    }
}
@media screen and (max-width: 599px) {
    .programs__item__logo {
        top: -28px;
        width: 30.7692307692vw;
        min-width: 120px;
    }
}
.programs__item__inner {
    display: flex;
    align-items: flex-start;
    gap: 2.9166666667vw;
}
@media screen and (max-width: 1439px) {
    .programs__item__inner {
        align-items: stretch;
    }
}
@media screen and (max-width: 1023px) {
    .programs__item__inner {
        flex-direction: column;
        gap: 48px;
    }
}
@media screen and (max-width: 599px) {
    .programs__item__inner {
        gap: 24px;
    }
}
.programs__item__image {
    width: 30.4166666667vw;
    max-width: 640px;
}
@media screen and (max-width: 1023px) {
    .programs__item__image {
        width: 100%;
        max-width: 100%;
        padding-left: 48px;
    }
}
.programs__item__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 584/400;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px;
}
.programs__item__main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
}
.programs__item__header {
    padding-bottom: 12px;
    border-bottom: solid 1px #123c7e;
    width: 100%;
}
.programs__item__title {
    font-size: 2rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: #123c7e;
}
@media screen and (max-width: 1023px) {
    .programs__item__title {
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 599px) {
    .programs__item__title {
        font-size: 1.5rem;
    }
}
.programs__item__subtitle {
    font-size: 1rem;
    font-weight: 500;
    color: #123c7e;
}
@media screen and (max-width: 599px) {
    .programs__item__subtitle {
        font-size: 0.875rem;
    }
}
.programs__item__button {
    gap: 8px;
    margin-bottom: 0;
    transition: margin-bottom 0.5s ease-in-out;
}
.programs__item__catch-phrase {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    max-width: calc(100% - 8px - 30px);
}

.programs__item__body.is-open .programs__item__button {
    margin-bottom: 16px;
}

.gallery {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 1440px;
    margin-inline: auto;
}
@media screen and (max-width: 1619px) {
    .gallery {
        padding-inline: 4%;
    }
}
@media screen and (max-width: 1023px) {
    .gallery {
        padding-inline: 8%;
    }
}
@media screen and (max-width: 599px) {
    .gallery {
        margin-block: 80px;
        padding-inline: 24px;
    }
}
.gallery__header {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 599px) {
    .gallery__header {
        position: absolute;
        top: -56px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: calc(100% + 56px + 72px);
        align-items: center;
    }
}
.gallery__title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #123c7e;
}
.gallery__controls {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
@media screen and (max-width: 599px) {
    .gallery__controls {
        flex-direction: row;
        position: relative;
        width: 50%;
        min-width: 180px;
    }
}
.gallery__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (max-width: 599px) {
    .gallery__buttons {
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
    }
}
.gallery__button {
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #123c7e;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 599px) {
    .gallery__button {
        width: 48px;
    }
}
.gallery__button .right-arrow {
    stroke: #fff;
}
.gallery__button--prev .right-arrow {
    transform: rotate(180deg);
}
.gallery__button[aria-disabled='true'] {
    background-color: transparent;
    border: solid 1px #bdbdbd;
    cursor: not-allowed;
}
.gallery__button[aria-disabled='true'] .right-arrow {
    stroke: #bdbdbd;
}
@media (hover: hover) {
    .gallery__button:hover {
        opacity: 0.8;
    }
}
.gallery__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #123c7e;
    width: 100%;
}
@media screen and (max-width: 599px) {
    .gallery__pagination {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}
@media screen and (max-width: 479px) {
    .gallery__pagination {
        gap: 4px;
    }
}
.gallery__slider {
    width: 89.5833333333%;
    min-height: 240px;
}
@media screen and (max-width: 1439px) {
    .gallery__slider {
        width: 86%;
    }
}
@media screen and (max-width: 1023px) {
    .gallery__slider {
        width: 80%;
    }
}
@media screen and (max-width: 599px) {
    .gallery__slider {
        width: 100%;
    }
}
.gallery__slider .swiper-slide {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    aspect-ratio: 414/302;
}
.gallery__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s;
}
@media (hover: hover) {
    .gallery__slider .swiper-slide img:hover {
        transform: scale(1.05);
    }
}

.about {
    padding-block: 200px;
}
@media screen and (max-width: 1619px) {
    .about {
        padding-inline: 4%;
    }
}
@media screen and (max-width: 1023px) {
    .about {
        padding-block: 160px 120px;
        padding-inline: 8%;
    }
}
@media screen and (max-width: 767px) {
    .about {
        padding-top: 120px;
        padding-inline: 4%;
    }
}
@media screen and (max-width: 599px) {
    .about {
        padding-block: 80px;
        padding-inline: 24px;
    }
}
.about__inner {
    padding-block: 120px;
    padding-inline: 145px;
    max-width: 1440px;
    margin-inline: auto;
    background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1619px) {
    .about__inner {
        padding-inline: 8%;
    }
}
@media screen and (max-width: 1023px) {
    .about__inner {
        padding-block: 100px;
        padding-inline: 4%;
    }
}
@media screen and (max-width: 599px) {
    .about__inner {
        padding-block: 56px 64px;
        padding-inline: 32px;
    }
}
.about__lead p {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .about__lead p {
        font-size: 1.25rem;
        margin-top: 32px;
    }
}
@media screen and (max-width: 599px) {
    .about__lead p {
        font-size: 1.125rem;
        margin-top: 24px;
    }
}
.about__mission {
    border: solid 1px #123c7e;
    margin-top: 60px;
    padding-block: 0;
    padding-inline: 4%;
    transition: padding-block 0.5s ease-in-out;
}
@media screen and (max-width: 1023px) {
    .about__mission {
        margin-top: 52px;
    }
}
@media screen and (max-width: 599px) {
    .about__mission {
        margin-top: 40px;
    }
}
.about__mission__content {
    width: 88%;
    margin-inline: auto;
    margin-bottom: 0;
    transition: margin-bottom 0.5s ease-in-out;
}
.about__mission__title {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #123c7e;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .about__mission__title {
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 599px) {
    .about__mission__title {
        font-size: 1.25rem;
    }
}
.about__mission__text {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 60px;
}
@media screen and (max-width: 1023px) {
    .about__mission__text {
        font-size: 1.125rem;
        margin-top: 48px;
    }
}
@media screen and (max-width: 599px) {
    .about__mission__text {
        font-size: 1rem;
        margin-top: 32px;
    }
}
.about__mission__text--en {
    text-align: left;
    text-justify: auto;
}
.about__mission__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    gap: 36px;
}
@media screen and (max-width: 1023px) {
    .about__mission__button {
        gap: 28px;
        height: 56px;
    }
}
@media screen and (max-width: 599px) {
    .about__mission__button {
        gap: 16px;
        height: 52px;
    }
}
.about__mission__button .read-more-button__text {
    font-size: 1.25rem;
    min-width: 80px;
    transition: min-width 0.5s ease-in-out;
}
@media screen and (max-width: 1023px) {
    .about__mission__button .read-more-button__text {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 599px) {
    .about__mission__button .read-more-button__text {
        font-size: 1rem;
    }
}
.about__mission.is-open {
    padding-block: 120px;
}
@media screen and (max-width: 1023px) {
    .about__mission.is-open {
        padding-block: 100px;
    }
}
@media screen and (max-width: 599px) {
    .about__mission.is-open {
        padding-block: 60px;
    }
}
.about__mission.is-open .about__mission__content {
    margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
    .about__mission.is-open .about__mission__content {
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 599px) {
    .about__mission.is-open .about__mission__content {
        margin-bottom: 40px;
    }
}
.about__mission.is-open .about__mission__button {
    gap: 12px;
}
.about__mission.is-open .about__mission__button .read-more-button__text {
    min-width: auto;
}

.profile-container {
    padding-block: 200px;
    position: relative;
}
.profile-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #fff;
    z-index: -1;
}
@media screen and (max-width: 1023px) {
    .profile-container::before {
        top: 480px;
    }
}
@media screen and (max-width: 767px) {
    .profile-container::before {
        top: 360px;
    }
}
@media screen and (max-width: 599px) {
    .profile-container::before {
        top: 280px;
    }
}
@media screen and (max-width: 1619px) {
    .profile-container {
        padding-inline: 4%;
    }
}
@media screen and (max-width: 1023px) {
    .profile-container {
        width: 100%;
        padding-top: 0;
        padding-inline: 8%;
        padding-bottom: 160px;
    }
}
@media screen and (max-width: 767px) {
    .profile-container {
        padding-inline: 4%;
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 599px) {
    .profile-container {
        padding-bottom: 100px;
    }
}

.profile {
    width: 80%;
    max-width: 1280px;
    margin-inline: auto;
    padding-block: 72px;
    border-top: solid 1px #c4c4c4;
    border-bottom: solid 1px #c4c4c4;
}
@media screen and (max-width: 1619px) {
    .profile {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .profile {
        padding-block: 64px;
    }
}
@media screen and (max-width: 599px) {
    .profile {
        padding-block: 40px 48px;
    }
}
.profile__inner {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
@media screen and (max-width: 1023px) {
    .profile__inner {
        gap: 48px;
    }
}
@media screen and (max-width: 599px) {
    .profile__inner {
        gap: 24px;
    }
}
.profile__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 1023px) {
    .profile__body {
        flex-direction: column;
        gap: 24px;
    }
}
.profile__image {
    width: 23.4375vw;
    min-width: 360px;
    aspect-ratio: 450/570;
}
@media screen and (max-width: 1023px) {
    .profile__image {
        width: 80%;
        max-width: 560px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 599px) {
    .profile__image {
        width: 100%;
    }
}
.profile__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px;
}
.profile__content {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-inline: 5% 8px;
}
@media screen and (max-width: 1023px) {
    .profile__content {
        padding-inline: 4%;
    }
}
@media screen and (max-width: 599px) {
    .profile__content {
        padding-inline: 0;
    }
}
.profile__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px;
    font-weight: 700;
    line-height: 1;
    padding-block: 8px;
}
@media screen and (max-width: 1023px) {
    .profile__title {
        justify-content: center;
    }
}
@media screen and (max-width: 599px) {
    .profile__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}
.profile__title__position {
    font-size: 1rem;
}
.profile__title__name {
    font-size: 1.5rem;
}
.profile__text {
    min-height: 112px;
    margin-top: 24px;
    padding-bottom: 24px;
    position: relative;
}
.profile__text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: linear-gradient(to bottom, transparent, #fff);
    transition: height 0.5s ease-in-out;
}
.profile__text p {
    font-size: 0.875rem;
    line-height: 2;
}
.profile__button {
    width: 100%;
    justify-content: center;
    gap: 8px;
    transition: gap 0.5s ease-in-out;
}
.profile__button .read-more-button__text {
    min-width: 80px;
}

.profile__content.is-open .profile__text::after {
    height: 0;
}
@media screen and (max-width: 599px) {
    .profile__content.is-open .profile__button {
        margin-top: 16px;
    }
}
.profile__content.is-open .profile__button .read-more-button__text {
    min-width: auto;
}

.published-works {
    width: 80%;
    max-width: 1280px;
    margin-inline: auto;
    padding-block: 60px;
    border-bottom: solid 1px #c4c4c4;
}
@media screen and (max-width: 1619px) {
    .published-works {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .published-works {
        padding-block: 52px;
    }
}
@media screen and (max-width: 599px) {
    .published-works {
        padding-block: 40px;
    }
}
.published-works__header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.published-works__open-button {
    width: 64px;
    aspect-ratio: 1/1;
    border: 1px solid #123c7e;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
    .published-works__open-button {
        width: 48px;
    }
}
@media screen and (max-width: 767px) {
    .published-works__open-button {
        width: 40px;
    }
}
@media screen and (max-width: 599px) {
    .published-works__open-button {
        width: 32px;
    }
}
@media screen and (max-width: 479px) {
    .published-works__open-button {
        width: 24px;
    }
}
.published-works__open-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 2px;
    background-color: #123c7e;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
    .published-works__open-button span {
        width: 16px;
        height: 2px;
    }
}
@media screen and (max-width: 599px) {
    .published-works__open-button span {
        width: 12px;
        height: 1px;
    }
}
@media screen and (max-width: 479px) {
    .published-works__open-button span {
        width: 8px;
        height: 1px;
    }
}
.published-works__open-button span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}
.published-works__open-button:hover {
    background-color: #123c7e;
}
.published-works__open-button:hover span {
    background-color: #fff;
}
.published-works__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3%;
    column-gap: 3%;
    row-gap: 32px;
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    .published-works__list {
        -moz-column-gap: 8%;
        column-gap: 8%;
    }
}
.published-works__item {
    width: 14.1666666667%;
}
@media screen and (max-width: 1619px) {
    .published-works__item {
        width: 17.6%;
    }
}
@media screen and (max-width: 1279px) {
    .published-works__item {
        width: 22.75%;
    }
}
@media screen and (max-width: 1023px) {
    .published-works__item {
        width: 31.3333333333%;
    }
}
@media screen and (max-width: 767px) {
    .published-works__item {
        width: 46%;
    }
}
.published-works__item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-inline: auto;
}
.published-works__item__image {
    border: solid 1px #7a7a7a;
    aspect-ratio: 180/273;
    overflow: hidden;
}
.published-works__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s;
}
.published-works__item__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 20px;
}
.published-works__item__meta {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 4px;
    text-align: center;
}

@media (hover: hover) {
    .published-works__item a:hover .published-works__item__image img {
        transform: scale(1.05);
    }
}
.published-works.is-open .published-works__open-button span:last-child {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
} /*# sourceMappingURL=main.css.map */
