@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-family: Noto Sans JP, sans-serif;
    scroll-behavior: smooth
}

body {
    font-family: Noto Sans JP, sans-serif;
    line-height: 1.6;
    color: #333
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.en {
    font-family: Oswald, sans-serif
}

.pc {
    display: block
}

.sp {
    display: none
}

@media(max-width:768px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }
}

.header[data-astro-cid-3ef6ksr2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px 0
}

@media(max-width:768px) {
    .header[data-astro-cid-3ef6ksr2] {
        padding: 4px 0
    }
}

.header__container[data-astro-cid-3ef6ksr2] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:768px) {
    .header__container[data-astro-cid-3ef6ksr2] {
        padding: 0 4px
    }
}

.header__logo[data-astro-cid-3ef6ksr2] {
    display: flex;
    align-items: center
}

.header__logo-img[data-astro-cid-3ef6ksr2] {
    width: 270px
}

@media(max-width:768px) {
    .header__logo-img[data-astro-cid-3ef6ksr2] {
        width: 120px
    }
}

.header__actions[data-astro-cid-3ef6ksr2] {
    display: flex;
    align-items: center;
    gap: 16px
}

@media(max-width:768px) {
    .header__actions[data-astro-cid-3ef6ksr2] {
        gap: 8px;
        display: none
    }
}

.header__button[data-astro-cid-3ef6ksr2] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all .3s ease;
    width: 200px
}

@media(max-width:768px) {
    .header__button[data-astro-cid-3ef6ksr2] {
        padding: 8px 12px;
        font-size: 12px
    }
}

.header__button[data-astro-cid-3ef6ksr2] .header__button-icon[data-astro-cid-3ef6ksr2] {
    width: 20px;
    height: 20px
}

@media(max-width:768px) {
    .header__button[data-astro-cid-3ef6ksr2] .header__button-icon[data-astro-cid-3ef6ksr2] {
        width: 16px;
        height: 16px
    }
}

.header__button[data-astro-cid-3ef6ksr2] .header__button-text[data-astro-cid-3ef6ksr2] {
    color: #fff
}

@media(max-width:768px) {
    .header__button[data-astro-cid-3ef6ksr2] .header__button-text[data-astro-cid-3ef6ksr2] {
        display: none
    }
}

.header__button--requirement[data-astro-cid-3ef6ksr2] {
    background-color: #00a5ff
}

.header__button--requirement[data-astro-cid-3ef6ksr2]:hover {
    background-color: #0084cc
}

.header__button--entry[data-astro-cid-3ef6ksr2] {
    background-color: #56a740
}

.header__button--entry[data-astro-cid-3ef6ksr2]:hover {
    background-color: #438232
}

.header__instagram[data-astro-cid-3ef6ksr2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    transition: transform .3s ease
}

@media(max-width:768px) {
    .header__instagram[data-astro-cid-3ef6ksr2] {
        width: 40px;
        height: 40px
    }
}

.header__instagram[data-astro-cid-3ef6ksr2]:hover {
    transform: scale(1.1)
}

.header__instagram[data-astro-cid-3ef6ksr2] .header__instagram-icon[data-astro-cid-3ef6ksr2] {
    width: 100%
}

.footer[data-astro-cid-sz7xmlte] {
    color: #000;
    font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    position: relative
}

.footer__top-line[data-astro-cid-sz7xmlte] {
    width: 100%;
    height: 2px;
    background-color: #09f
}

.footer__container[data-astro-cid-sz7xmlte] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center
}

.footer__logo-section[data-astro-cid-sz7xmlte] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 294px;
    margin: 0 auto 40px
}

@media(max-width:1000px) {
    .footer__logo-section[data-astro-cid-sz7xmlte] {
        width: 294px;
        margin: 0 auto 20px
    }
}

.footer__company-name[data-astro-cid-sz7xmlte] {
    text-align: left
}

.footer__company-title[data-astro-cid-sz7xmlte] {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin: 0;
    letter-spacing: 2px
}

.footer__company-subtitle[data-astro-cid-sz7xmlte] {
    font-size: 16px;
    color: #000;
    margin: 4px 0 0
}

.footer__button-section[data-astro-cid-sz7xmlte] {
    margin-bottom: 20px
}

.footer__corporate-button[data-astro-cid-sz7xmlte] {
    width: 300px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background-color: #5269b0;
    color: #fff;
    padding: 16px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background-color .3s ease
}

.footer__corporate-button[data-astro-cid-sz7xmlte]:hover {
    background-color: #4a5da0
}

.footer__button-icon[data-astro-cid-sz7xmlte] {
    width: 36px;
    height: 30px
}

.footer__button-text[data-astro-cid-sz7xmlte] {
    white-space: nowrap;
    font-weight: 600
}

.footer__company-info[data-astro-cid-sz7xmlte] {
    margin-bottom: 32px;
    line-height: 1.8
}

@media(max-width:768px) {
    .footer__company-info[data-astro-cid-sz7xmlte] {
        font-size: 14px
    }
}

.footer__company-name-main[data-astro-cid-sz7xmlte] {
    font-size: 21px
}

@media(max-width:768px) {
    .footer__company-name-main[data-astro-cid-sz7xmlte] {
        font-size: 14px
    }
}

.footer__license[data-astro-cid-sz7xmlte],
.footer__address[data-astro-cid-sz7xmlte],
.footer__contact-info[data-astro-cid-sz7xmlte] {
    font-size: 21px
}

@media(max-width:768px) {

    .footer__license[data-astro-cid-sz7xmlte],
    .footer__address[data-astro-cid-sz7xmlte],
    .footer__contact-info[data-astro-cid-sz7xmlte] {
        font-size: 14px
    }
}

.footer__copyright[data-astro-cid-sz7xmlte] {
    font-size: 14px;
    color: #000;
    margin: 0
}

@media(max-width:768px) {
    .footer__copyright[data-astro-cid-sz7xmlte] {
        font-size: 12px
    }
}

.footer__gradient[data-astro-cid-sz7xmlte] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 132px;
    background: linear-gradient(to bottom, #fff, #e0f2f7);
    z-index: -1
}

.footer-bnr[data-astro-cid-wwrcnnv7] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none
}

@media(max-width:768px) {
    .footer-bnr[data-astro-cid-wwrcnnv7] {
        display: block
    }
}

.footer-bnr__container[data-astro-cid-wwrcnnv7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto
}

.footer-bnr__button-section[data-astro-cid-wwrcnnv7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 70px)
}

.footer-bnr__button[data-astro-cid-wwrcnnv7] {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 12px 12px 0 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all .3s ease;
    flex: 1;
    justify-content: center;
    width: 100%
}

.footer-bnr__button[data-astro-cid-wwrcnnv7] .footer-bnr__button-icon[data-astro-cid-wwrcnnv7] {
    width: 24px;
    height: 24px
}

.footer-bnr__button[data-astro-cid-wwrcnnv7] .footer-bnr__button-text[data-astro-cid-wwrcnnv7] {
    color: #fff;
    font-size: 11px
}

.footer-bnr__button--requirement[data-astro-cid-wwrcnnv7] {
    background-color: #00a5ff
}

.footer-bnr__button--requirement[data-astro-cid-wwrcnnv7]:hover {
    background-color: #0084cc
}

.footer-bnr__button--entry[data-astro-cid-wwrcnnv7] {
    background-color: #56a740
}

.footer-bnr__button--entry[data-astro-cid-wwrcnnv7]:hover {
    background-color: #438232
}

.footer-bnr__instagram[data-astro-cid-wwrcnnv7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: transform .3s ease;
    margin-left: 8px;
    padding: 2px 0
}

.footer-bnr__instagram[data-astro-cid-wwrcnnv7]:hover {
    transform: scale(1.1)
}

.footer-bnr__instagram[data-astro-cid-wwrcnnv7] .footer-bnr__instagram-icon[data-astro-cid-wwrcnnv7] {
    width: 100%
}

.mv[data-astro-cid-qrg2fpmn] {
    position: relative;
    height: 700px;
    background: url(../img/img_mv_bg.png) no-repeat center center/cover
}

@media(max-width:1024px) {
    .mv[data-astro-cid-qrg2fpmn] {
        height: 400px
    }
}

@media(max-width:600px) {
    .mv[data-astro-cid-qrg2fpmn] {
        height: 260px
    }
}

.mv__container[data-astro-cid-qrg2fpmn] {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media(max-width:1000px) {
    .mv__container[data-astro-cid-qrg2fpmn] {
        padding: 0
    }
}

.mv__container[data-astro-cid-qrg2fpmn] .mv__text-container[data-astro-cid-qrg2fpmn] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 130px;
    width: 612px;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center
}

@media(max-width:1000px) {
    .mv__container[data-astro-cid-qrg2fpmn] .mv__text-container[data-astro-cid-qrg2fpmn] {
        left: 20px;
        width: calc(100% - 40px)
    }
}

@media(max-width:600px) {
    .mv__container[data-astro-cid-qrg2fpmn] .mv__text-container[data-astro-cid-qrg2fpmn] {
        left: 16px;
        width: calc(100% - 32px);
        width: 200px
    }
}

.mv__container[data-astro-cid-qrg2fpmn] .mv__text-container[data-astro-cid-qrg2fpmn] .mv__text-container__jp[data-astro-cid-qrg2fpmn] {
    position: relative
}

.mv__container[data-astro-cid-qrg2fpmn] .mv__text-container[data-astro-cid-qrg2fpmn] .mv__text-container__jp[data-astro-cid-qrg2fpmn] .mv__text-container__en[data-astro-cid-qrg2fpmn] {
    position: absolute;
    bottom: -50px;
    right: -220px
}

@media(max-width:1000px) {
    .mv__container[data-astro-cid-qrg2fpmn] .mv__text-container[data-astro-cid-qrg2fpmn] .mv__text-container__jp[data-astro-cid-qrg2fpmn] .mv__text-container__en[data-astro-cid-qrg2fpmn] {
        bottom: -30px;
        right: -120px
    }
}

@media(max-width:600px) {
    .mv__container[data-astro-cid-qrg2fpmn] .mv__text-container[data-astro-cid-qrg2fpmn] .mv__text-container__jp[data-astro-cid-qrg2fpmn] .mv__text-container__en[data-astro-cid-qrg2fpmn] {
        bottom: -20px;
        right: -80px;
        width: 80px
    }
}

.mv__container[data-astro-cid-qrg2fpmn] .mv__image-container[data-astro-cid-qrg2fpmn] {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:1000px) {
    .mv__container[data-astro-cid-qrg2fpmn] .mv__image-container[data-astro-cid-qrg2fpmn] {
        width: 75%
    }
}

@media(max-width:600px) {
    .mv__container[data-astro-cid-qrg2fpmn] .mv__image-container[data-astro-cid-qrg2fpmn] {
        width: 290px
    }
}

.mv__container[data-astro-cid-qrg2fpmn] .mv__image-container[data-astro-cid-qrg2fpmn] img[data-astro-cid-qrg2fpmn] {
    width: 100%;
    height: auto;
    max-width: 100%
}

.mv__text-image[data-astro-cid-qrg2fpmn] {
    position: absolute;
    bottom: -88px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 100%;
    max-width: 1200px
}

@media(max-width:1000px) {
    .mv__text-image[data-astro-cid-qrg2fpmn] {
        bottom: -50px
    }
}

@media(max-width:600px) {
    .mv__text-image[data-astro-cid-qrg2fpmn] {
        bottom: -30px
    }
}

.mv__text-image[data-astro-cid-qrg2fpmn] .mv__text-img[data-astro-cid-qrg2fpmn] {
    width: 100%;
    height: auto
}

.about[data-astro-cid-eiamszqp] {
    position: relative
}

.about[data-astro-cid-eiamszqp] .about__professional-header[data-astro-cid-eiamszqp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 40px 0
}

@media(max-width:768px) {
    .about[data-astro-cid-eiamszqp] .about__professional-header[data-astro-cid-eiamszqp] {
        padding: 30px 0
    }
}

.about[data-astro-cid-eiamszqp] .about__container[data-astro-cid-eiamszqp] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 200px 20px 120px;
    position: relative;
    z-index: 2
}

@media(max-width:768px) {
    .about[data-astro-cid-eiamszqp] .about__container[data-astro-cid-eiamszqp] {
        padding: 70px 20px 60px
    }
}

.about[data-astro-cid-eiamszqp] .about__content[data-astro-cid-eiamszqp] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: flex-start
}

@media(max-width:768px) {
    .about[data-astro-cid-eiamszqp] .about__content[data-astro-cid-eiamszqp] {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.about[data-astro-cid-eiamszqp] .about__text[data-astro-cid-eiamszqp] {
    order: 1
}

@media(max-width:768px) {
    .about[data-astro-cid-eiamszqp] .about__text[data-astro-cid-eiamszqp] {
        order: 1
    }
}

.about[data-astro-cid-eiamszqp] .about__title[data-astro-cid-eiamszqp] {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin: 0 0 24px;
    letter-spacing: 2px
}

@media(max-width:768px) {
    .about[data-astro-cid-eiamszqp] .about__title[data-astro-cid-eiamszqp] {
        font-size: 40px;
        margin-bottom: 12px
    }
}

.about[data-astro-cid-eiamszqp] .about__description[data-astro-cid-eiamszqp] {
    font-size: 14px;
    color: #000;
    margin: 0 0 24px;
    line-height: 1.8
}

.about[data-astro-cid-eiamszqp] .about__description[data-astro-cid-eiamszqp]:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .about[data-astro-cid-eiamszqp] .about__description[data-astro-cid-eiamszqp] {
        font-size: 14px;
        margin-bottom: 0
    }
}

.about[data-astro-cid-eiamszqp] .about__image[data-astro-cid-eiamszqp] {
    order: 2;
    text-align: center;
    transform: translateY(48px)
}

@media(max-width:768px) {
    .about[data-astro-cid-eiamszqp] .about__image[data-astro-cid-eiamszqp] {
        order: 2;
        transform: translateY(0);
        padding: 0 20px
    }
}

.about[data-astro-cid-eiamszqp] .about__gradient[data-astro-cid-eiamszqp] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, #fff, #d7edf8);
    z-index: 1
}

@media(max-width:768px) {
    .about[data-astro-cid-eiamszqp] .about__gradient[data-astro-cid-eiamszqp] {
        height: 100px
    }
}

.section-title[data-astro-cid-azbpcp4f] {
    position: relative;
    text-align: center;
    margin-bottom: 80px
}

@media(max-width:768px) {
    .section-title[data-astro-cid-azbpcp4f] {
        margin-bottom: 40px
    }
}

.section-title[data-astro-cid-azbpcp4f] .section-title__english[data-astro-cid-azbpcp4f] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 200px;
    font-weight: 700;
    margin: 0;
    z-index: 1;
    pointer-events: none;
    font-family: Oswald, sans-serif
}

@media(max-width:768px) {
    .section-title[data-astro-cid-azbpcp4f] .section-title__english[data-astro-cid-azbpcp4f] {
        font-size: 100px
    }
}

.section-title[data-astro-cid-azbpcp4f] .section-title__japanese[data-astro-cid-azbpcp4f] {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    z-index: 2;
    transform: translateY(5px)
}

@media(max-width:768px) {
    .section-title[data-astro-cid-azbpcp4f] .section-title__japanese[data-astro-cid-azbpcp4f] {
        font-size: 20px
    }
}

.section-title[data-astro-cid-azbpcp4f].section-title--default .section-title__english[data-astro-cid-azbpcp4f] {
    color: #dcf0fb
}

.section-title[data-astro-cid-azbpcp4f].section-title--default .section-title__japanese[data-astro-cid-azbpcp4f] {
    color: #000
}

.section-title[data-astro-cid-azbpcp4f].section-title--white .section-title__english[data-astro-cid-azbpcp4f] {
    color: #fff
}

.section-title[data-astro-cid-azbpcp4f].section-title--white .section-title__japanese[data-astro-cid-azbpcp4f] {
    color: #000
}

.section-title[data-astro-cid-azbpcp4f].section-title--blue .section-title__english[data-astro-cid-azbpcp4f] {
    color: #008cd8
}

.section-title[data-astro-cid-azbpcp4f].section-title--blue .section-title__japanese[data-astro-cid-azbpcp4f] {
    color: #fff
}

.service[data-astro-cid-o5bwjdhe] {
    padding: 80px 0
}

@media(max-width:768px) {
    .service[data-astro-cid-o5bwjdhe] {
        padding: 60px 0
    }
}

.service[data-astro-cid-o5bwjdhe] .service__container[data-astro-cid-o5bwjdhe] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.service[data-astro-cid-o5bwjdhe] .service__slider-container[data-astro-cid-o5bwjdhe] {
    position: relative;
    width: 900px;
    margin: 0 auto;
    box-shadow: 4px 4px 4px #858585
}

@media(max-width:1000px) {
    .service[data-astro-cid-o5bwjdhe] .service__slider-container[data-astro-cid-o5bwjdhe] {
        width: 600px
    }
}

@media(max-width:768px) {
    .service[data-astro-cid-o5bwjdhe] .service__slider-container[data-astro-cid-o5bwjdhe] {
        width: 300px;
        box-shadow: 0 1px 2px #858585
    }
}

.service[data-astro-cid-o5bwjdhe] .service__slider[data-astro-cid-o5bwjdhe] {
    overflow: hidden;
    border: 1px solid #e5e7eb
}

.service[data-astro-cid-o5bwjdhe] .service__slider__wrapper[data-astro-cid-o5bwjdhe] {
    display: flex;
    width: 100%
}

.service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] {
    flex-shrink: 0;
    width: 100%
}

.service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__content[data-astro-cid-o5bwjdhe] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0;
    background-color: #fff
}

@media(max-width:768px) {
    .service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__content[data-astro-cid-o5bwjdhe] {
        grid-template-columns: 1fr;
        gap: 0px
    }
}

.service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__image[data-astro-cid-o5bwjdhe] .service__slide__photo[data-astro-cid-o5bwjdhe] {
    width: auto;
    height: 100%;
    object-fit: cover
}

.service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__text[data-astro-cid-o5bwjdhe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 4px
}

@media(max-width:768px) {
    .service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__text[data-astro-cid-o5bwjdhe] {
        padding: 8px
    }
}

.service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__title[data-astro-cid-o5bwjdhe] {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 24px
}

@media(max-width:768px) {
    .service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__title[data-astro-cid-o5bwjdhe] {
        font-size: 20px;
        margin-bottom: 16px
    }
}

.service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__description[data-astro-cid-o5bwjdhe] {
    font-size: 16px;
    color: #000;
    margin: 0 0 16px;
    line-height: 1.8
}

.service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__description[data-astro-cid-o5bwjdhe]:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .service[data-astro-cid-o5bwjdhe] .service__slide[data-astro-cid-o5bwjdhe] .service__slide__description[data-astro-cid-o5bwjdhe] {
        font-size: 14px
    }
}

.service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10
}

.service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] .service__nav-button[data-astro-cid-o5bwjdhe] {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 0px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    pointer-events: auto;
    color: #000
}

.service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] .service__nav-button[data-astro-cid-o5bwjdhe]:disabled {
    opacity: .5;
    cursor: not-allowed
}

.service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] .service__nav-button[data-astro-cid-o5bwjdhe] svg[data-astro-cid-o5bwjdhe] {
    width: 40px;
    height: 40px
}

@media(max-width:768px) {
    .service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] .service__nav-button[data-astro-cid-o5bwjdhe] {
        width: 40px;
        height: 40px
    }

    .service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] .service__nav-button[data-astro-cid-o5bwjdhe] svg[data-astro-cid-o5bwjdhe] {
        width: 24px;
        height: 24px
    }
}

.service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] .service__nav-button--prev[data-astro-cid-o5bwjdhe] {
    margin-left: -60px
}

@media(max-width:768px) {
    .service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] .service__nav-button--prev[data-astro-cid-o5bwjdhe] {
        margin-left: -40px
    }
}

.service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] .service__nav-button--next[data-astro-cid-o5bwjdhe] {
    margin-right: -60px
}

@media(max-width:768px) {
    .service[data-astro-cid-o5bwjdhe] .service__navigation[data-astro-cid-o5bwjdhe] .service__nav-button--next[data-astro-cid-o5bwjdhe] {
        margin-right: -40px
    }
}

.message[data-astro-cid-w3zfjt2s] {
    position: relative;
    background-color: #b6cacc;
    padding: 80px 0;
    overflow: hidden
}

@media(max-width:768px) {
    .message[data-astro-cid-w3zfjt2s] {
        padding: 60px 0
    }
}

.message[data-astro-cid-w3zfjt2s] .message__container[data-astro-cid-w3zfjt2s] {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2
}

.message[data-astro-cid-w3zfjt2s] .message__content[data-astro-cid-w3zfjt2s] {
    position: relative;
    z-index: 3;
    padding-left: 60px
}

@media(max-width:768px) {
    .message[data-astro-cid-w3zfjt2s] .message__content[data-astro-cid-w3zfjt2s] {
        max-width: 100%;
        padding-left: 0
    }
}

.message[data-astro-cid-w3zfjt2s] .message__title[data-astro-cid-w3zfjt2s] {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin: 0 0 16px;
    font-family: Oswald, sans-serif
}

@media(max-width:768px) {
    .message[data-astro-cid-w3zfjt2s] .message__title[data-astro-cid-w3zfjt2s] {
        font-size: 40px
    }
}

.message[data-astro-cid-w3zfjt2s] .message__subtitle[data-astro-cid-w3zfjt2s] {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0 0 32px;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:768px) {
    .message[data-astro-cid-w3zfjt2s] .message__subtitle[data-astro-cid-w3zfjt2s] {
        font-size: 18px;
        margin-bottom: 24px
    }
}

.message[data-astro-cid-w3zfjt2s] .message__text[data-astro-cid-w3zfjt2s] {
    margin-bottom: 32px
}

.message[data-astro-cid-w3zfjt2s] .message__text[data-astro-cid-w3zfjt2s] p[data-astro-cid-w3zfjt2s] {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin: 0 0 16px;
    font-family: Noto Sans JP, sans-serif
}

.message[data-astro-cid-w3zfjt2s] .message__text[data-astro-cid-w3zfjt2s] p[data-astro-cid-w3zfjt2s]:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .message[data-astro-cid-w3zfjt2s] .message__text[data-astro-cid-w3zfjt2s] p[data-astro-cid-w3zfjt2s] {
        font-size: 13px
    }
}

.message[data-astro-cid-w3zfjt2s] .message__signature[data-astro-cid-w3zfjt2s] {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:768px) {
    .message[data-astro-cid-w3zfjt2s] .message__signature[data-astro-cid-w3zfjt2s] {
        font-size: 13px;
        text-align: left
    }
}

.message[data-astro-cid-w3zfjt2s] .message__signature[data-astro-cid-w3zfjt2s] .message__signature__company-name[data-astro-cid-w3zfjt2s] {
    font-size: 14px;
    display: block
}

.message[data-astro-cid-w3zfjt2s] .message__president-image[data-astro-cid-w3zfjt2s] {
    position: absolute;
    bottom: 3%;
    right: 0;
    z-index: 1;
    width: 264px
}

@media(max-width:768px) {
    .message[data-astro-cid-w3zfjt2s] .message__president-image[data-astro-cid-w3zfjt2s] {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 200px;
        height: 250px;
        margin: 32px auto 0;
        display: block
    }
}

.message[data-astro-cid-w3zfjt2s] .message__president-image[data-astro-cid-w3zfjt2s] .message__president-photo[data-astro-cid-w3zfjt2s] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.message[data-astro-cid-w3zfjt2s] .message__background-logo[data-astro-cid-w3zfjt2s] {
    position: absolute;
    top: -52px;
    left: -104px;
    z-index: -1;
    width: 298px
}

.message[data-astro-cid-w3zfjt2s] .message__background-logo[data-astro-cid-w3zfjt2s] .message__logo-image[data-astro-cid-w3zfjt2s] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.data[data-astro-cid-66cvmhdn] {
    background: linear-gradient(to bottom, #d1eaf7, #fff);
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden
}

@media(max-width:768px) {
    .data[data-astro-cid-66cvmhdn] {
        padding: 60px 0
    }
}

.data[data-astro-cid-66cvmhdn] .data__container[data-astro-cid-66cvmhdn] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2
}

@media(max-width:768px) {
    .data[data-astro-cid-66cvmhdn] .data__container[data-astro-cid-66cvmhdn] {
        padding: 0 16px
    }
}

.data[data-astro-cid-66cvmhdn] .data__subtitle[data-astro-cid-66cvmhdn] {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 0 0 40px;
    line-height: 1.6
}

@media(max-width:768px) {
    .data[data-astro-cid-66cvmhdn] .data__subtitle[data-astro-cid-66cvmhdn] {
        font-size: 14px;
        margin-bottom: 40px
    }
}

.data[data-astro-cid-66cvmhdn] .data__grid[data-astro-cid-66cvmhdn] {
    display: flex;
    gap: 8px;
    max-width: 736px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap
}

@media(max-width:768px) {
    .data[data-astro-cid-66cvmhdn] .data__grid[data-astro-cid-66cvmhdn] {
        gap: 8px;
        max-width: 100%
    }
}

.data[data-astro-cid-66cvmhdn] .data__box[data-astro-cid-66cvmhdn] {
    position: relative;
    width: 240px
}

@media(max-width:768px) {
    .data[data-astro-cid-66cvmhdn] .data__box[data-astro-cid-66cvmhdn] {
        width: 47%
    }
}

.data[data-astro-cid-66cvmhdn] .data__box[data-astro-cid-66cvmhdn] .data__box__image[data-astro-cid-66cvmhdn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.data[data-astro-cid-66cvmhdn]:before {
    content: "DATA";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 200px;
    font-weight: 700;
    color: #0099ff1a;
    z-index: 1;
    pointer-events: none;
    font-family: Arial, Helvetica, sans-serif
}

@media(max-width:768px) {
    .data[data-astro-cid-66cvmhdn]:before {
        font-size: 120px
    }
}

.schedule[data-astro-cid-s4x4txsv] {
    padding: 140px 0 80px;
    position: relative
}

@media(max-width:1024px) {
    .schedule[data-astro-cid-s4x4txsv] {
        overflow-x: hidden
    }
}

@media(max-width:768px) {
    .schedule[data-astro-cid-s4x4txsv] {
        padding: 60px 0
    }
}

.schedule[data-astro-cid-s4x4txsv] .schedule__container[data-astro-cid-s4x4txsv] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.schedule[data-astro-cid-s4x4txsv] .schedule__subtitle[data-astro-cid-s4x4txsv] {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 0 0 60px
}

@media(max-width:768px) {
    .schedule[data-astro-cid-s4x4txsv] .schedule__subtitle[data-astro-cid-s4x4txsv] {
        font-size: 14px;
        margin-bottom: 40px
    }
}

.schedule[data-astro-cid-s4x4txsv] .schedule__content[data-astro-cid-s4x4txsv] {
    width: 660px;
    margin: 0 auto
}

@media(max-width:768px) {
    .schedule[data-astro-cid-s4x4txsv] .schedule__content[data-astro-cid-s4x4txsv] {
        width: 100%
    }
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] {
    position: relative
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__timeline__line[data-astro-cid-s4x4txsv] {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #00a5ff;
    z-index: 1
}

@media(max-width:768px) {
    .schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__timeline__line[data-astro-cid-s4x4txsv] {
        left: 0;
        width: 4px
    }
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] {
    position: relative;
    padding-left: 60px;
    display: flex;
    gap: 20px;
    align-items: center
}

@media(max-width:768px) {
    .schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] {
        padding-left: 40px;
        padding-top: 40px;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start
    }
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv]:last-child {
    margin-bottom: 0
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__marker[data-astro-cid-s4x4txsv] {
    position: absolute;
    left: 9px;
    top: 30px;
    width: 26px;
    height: 26px;
    background-color: #09f;
    border-radius: 50%;
    z-index: 2
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__marker[data-astro-cid-s4x4txsv].marker_rest[data-astro-cid-s4x4txsv] {
    top: 10px;
}

@media(max-width:768px) {
    .schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__marker[data-astro-cid-s4x4txsv] {
        left: -11px;
        top: 50px
    }

    .schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__marker[data-astro-cid-s4x4txsv].marker_rest[data-astro-cid-s4x4txsv] {
        top: 45px;
    }
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__content[data-astro-cid-s4x4txsv] {
    flex: 1
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__content[data-astro-cid-s4x4txsv] .schedule__event__content__header[data-astro-cid-s4x4txsv] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 21px
}

@media(max-width:768px) {
    .schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__content[data-astro-cid-s4x4txsv] .schedule__event__content__header[data-astro-cid-s4x4txsv] {
        font-size: 20px
    }
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__content[data-astro-cid-s4x4txsv] .schedule__event__content__header[data-astro-cid-s4x4txsv] .schedule__event__time[data-astro-cid-s4x4txsv],
.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__content[data-astro-cid-s4x4txsv] .schedule__event__content__header[data-astro-cid-s4x4txsv] .schedule__event__title[data-astro-cid-s4x4txsv] {
    font-weight: 700
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__content[data-astro-cid-s4x4txsv] .schedule__event__description[data-astro-cid-s4x4txsv] {
    font-size: 14px;
    color: #000;
    margin: 0;
    line-height: 1.6
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__image[data-astro-cid-s4x4txsv] {
    width: 160px;
    flex-shrink: 0
}

.schedule[data-astro-cid-s4x4txsv] .schedule__timeline[data-astro-cid-s4x4txsv] .schedule__event[data-astro-cid-s4x4txsv] .schedule__event__image[data-astro-cid-s4x4txsv] .schedule__image__photo[data-astro-cid-s4x4txsv] {
    width: 100%;
    height: auto
}

.schedule[data-astro-cid-s4x4txsv] .schedule__gradient[data-astro-cid-s4x4txsv] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 95vh;
    background: linear-gradient(to bottom, #fff, #d7edf8);
    z-index: -1
}

@media(max-width:768px) {
    .schedule[data-astro-cid-s4x4txsv] .schedule__gradient[data-astro-cid-s4x4txsv] {
        height: 300vh
    }
}

.employee-modal[data-astro-cid-xfn2zgdn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    pointer-events: none
}

.employee-modal[data-astro-cid-xfn2zgdn].modal-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.employee-modal__overlay[data-astro-cid-xfn2zgdn] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    opacity: 0;
    transition: opacity .3s ease
}

.employee-modal[data-astro-cid-xfn2zgdn].modal-open .employee-modal__overlay[data-astro-cid-xfn2zgdn] {
    opacity: 1
}

.employee-modal__content[data-astro-cid-xfn2zgdn] {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    padding: 0;
    max-width: 800px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
    transform: scale(.8) translateY(20px);
    transition: transform .3s ease
}

.employee-modal[data-astro-cid-xfn2zgdn].modal-open .employee-modal__content[data-astro-cid-xfn2zgdn] {
    transform: scale(1) translateY(0)
}

.employee-modal__close[data-astro-cid-xfn2zgdn] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all .2s ease;
    z-index: 10
}

.employee-modal__close[data-astro-cid-xfn2zgdn]:hover {
    background-color: #f5f5f5;
    color: #333
}

.employee-modal__close[data-astro-cid-xfn2zgdn] svg[data-astro-cid-xfn2zgdn] {
    width: 20px;
    height: 20px
}

.employee-modal__header[data-astro-cid-xfn2zgdn] {
    display: flex;
    align-items: center;
    padding: 40px 40px 0
}

.employee-modal__image[data-astro-cid-xfn2zgdn] {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.employee-modal__photo[data-astro-cid-xfn2zgdn] {
    width: 100%;
    object-fit: cover
}

.employee-modal__info[data-astro-cid-xfn2zgdn] {
    width: 50%;
    padding-left: 20px
}

.employee-modal__join-year[data-astro-cid-xfn2zgdn] {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px
}

.employee-modal__english-name[data-astro-cid-xfn2zgdn] {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center
}

.employee-modal__japanese-name[data-astro-cid-xfn2zgdn] {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: 1.4
}

.employee-modal__position[data-astro-cid-xfn2zgdn] {
    display: block;
    background-color: #282936;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    width: 166px;
    text-align: center
}

.employee-modal__body[data-astro-cid-xfn2zgdn] {
    padding: 40px 40px 80px
}

.employee-modal__qa-section[data-astro-cid-xfn2zgdn] {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.employee-modal__qa-item[data-astro-cid-xfn2zgdn] {
    display: flex;
    flex-direction: column
}

.employee-modal__qa-title[data-astro-cid-xfn2zgdn] {
    background: linear-gradient(to right, #00a5ff, #fff 90%);
    color: #fff;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 0
}

.employee-modal__qa-content[data-astro-cid-xfn2zgdn] {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 1.6
}

@media(max-width:768px) {
    .employee-modal[data-astro-cid-xfn2zgdn] {
        padding: 16px
    }

    .employee-modal__content[data-astro-cid-xfn2zgdn] {
        max-width: 100%;
        max-height: 90vh
    }

    .employee-modal__header[data-astro-cid-xfn2zgdn] {
        flex-direction: column;
        text-align: center;
        padding: 20px 20px 16px
    }

    .employee-modal__image[data-astro-cid-xfn2zgdn] {
        width: 100%;
        margin-bottom: 16px
    }

    .employee-modal__photo[data-astro-cid-xfn2zgdn] {
        width: 80px;
        height: 80px
    }

    .employee-modal__info[data-astro-cid-xfn2zgdn] {
        width: 100%;
        padding-left: 0
    }

    .employee-modal__join-year[data-astro-cid-xfn2zgdn] {
        font-size: 16px
    }

    .employee-modal__english-name[data-astro-cid-xfn2zgdn] {
        font-size: 18px
    }

    .employee-modal__japanese-name[data-astro-cid-xfn2zgdn] {
        font-size: 16px
    }

    .employee-modal__position[data-astro-cid-xfn2zgdn] {
        font-size: 12px;
        padding: 4px 12px
    }

    .employee-modal__body[data-astro-cid-xfn2zgdn] {
        padding: 20px
    }

    .employee-modal__qa-title[data-astro-cid-xfn2zgdn] {
        font-size: 14px;
        padding: 10px 16px
    }

    .employee-modal__qa-content[data-astro-cid-xfn2zgdn] {
        font-size: 13px;
        padding: 12px 16px
    }

    .employee-modal__close[data-astro-cid-xfn2zgdn] {
        top: 12px;
        right: 12px;
        padding: 6px
    }

    .employee-modal__close[data-astro-cid-xfn2zgdn] svg[data-astro-cid-xfn2zgdn] {
        width: 18px;
        height: 18px
    }
}

.interview__slider-container[data-astro-cid-pfpbje5r] {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.interview__slider[data-astro-cid-pfpbje5r] {
    overflow: hidden;
    min-width: 350px
}

.interview__slider__wrapper[data-astro-cid-pfpbje5r] {
    display: flex;
    width: 100%
}

.interview__slide[data-astro-cid-pfpbje5r] {
    flex-shrink: 0
}

@media(max-width:1000px) {
    .interview__slide[data-astro-cid-pfpbje5r] {
        width: 400px !important
    }
}

@media(max-width:768px) {
    .interview__slide[data-astro-cid-pfpbje5r] {
        width: 220px !important
    }
}

.interview__card[data-astro-cid-pfpbje5r] {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 6px -1px #0000001a;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%
}

.interview__card[data-astro-cid-pfpbje5r]:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px #0000001a
}

.interview__card__image[data-astro-cid-pfpbje5r] {
    min-width: 290px;
    width: 100%;
    height: 250px;
    padding: 24px 24px 0;
    overflow: hidden
}

@media(max-width:768px) {
    .interview__card__image[data-astro-cid-pfpbje5r] {
        min-width: 220px;
        height: 150px;
        padding: 20px 20px 0
    }
}

.interview__card__photo[data-astro-cid-pfpbje5r] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.interview__card__content[data-astro-cid-pfpbje5r] {
    padding: 12px 0 4px
}

.interview__card__english-name[data-astro-cid-pfpbje5r] {
    font-size: 15px;
    font-family: Oswald, sans-serif;
    color: #333;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center
}

@media(max-width:768px) {
    .interview__card__english-name[data-astro-cid-pfpbje5r] {
        font-size: 10px
    }
}

.interview__card__japanese-name[data-astro-cid-pfpbje5r] {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px;
    line-height: 1.2;
    text-align: center;
    min-height: 36px
}

@media(max-width:768px) {
    .interview__card__japanese-name[data-astro-cid-pfpbje5r] {
        font-size: 18px;
        min-height: 24px
    }
}

.interview__card__japanese-name--sm[data-astro-cid-pfpbje5r] {
    font-size: 25px !important;
    color: #333 !important
}

@media(max-width:768px) {
    .interview__card__japanese-name--sm[data-astro-cid-pfpbje5r] {
        font-size: 16px !important
    }
}

.interview__card__position-info[data-astro-cid-pfpbje5r] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    justify-content: center
}

@media(max-width:768px) {
    .interview__card__position-info[data-astro-cid-pfpbje5r] {
        margin-bottom: 10px
    }
}

.interview__card__position[data-astro-cid-pfpbje5r] {
    background-color: #374151;
    color: #fff;
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 18px;
    width: 148px;
    text-align: center
}

@media(max-width:768px) {
    .interview__card__position[data-astro-cid-pfpbje5r] {
        font-size: 12px;
        width: 100px
    }
}

.interview__card__join-year[data-astro-cid-pfpbje5r] {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

@media(max-width:768px) {
    .interview__card__join-year[data-astro-cid-pfpbje5r] {
        font-size: 12px
    }
}

.interview__card__message[data-astro-cid-pfpbje5r] {
    padding: 0 20px;
    min-height: 70px
}

@media(max-width:768px) {
    .interview__card__message[data-astro-cid-pfpbje5r] {
        min-height: 80px;
        padding: 0 10px
    }
}

.interview__card__message[data-astro-cid-pfpbje5r] p[data-astro-cid-pfpbje5r] {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0 0 4px
}

@media(max-width:768px) {
    .interview__card__message[data-astro-cid-pfpbje5r] p[data-astro-cid-pfpbje5r] {
        font-size: 12px
    }
}

.interview__card__message[data-astro-cid-pfpbje5r] p[data-astro-cid-pfpbje5r]:last-child {
    margin-bottom: 0
}

.interview__card__button[data-astro-cid-pfpbje5r] {
    width: 100%;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 8px;
    padding: 4px 16px 12px;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none
}

@media(max-width:768px) {
    .interview__card__button[data-astro-cid-pfpbje5r] {
        font-size: 16px;
        padding: 4px 12px 10px
    }
}

.interview__card__button-icon[data-astro-cid-pfpbje5r] {
    width: 44px;
    height: 44px
}

@media(max-width:768px) {
    .interview__card__button-icon[data-astro-cid-pfpbje5r] {
        width: 28px;
        height: 28px
    }
}

@media(max-width:768px) {
    .interview__card__message[data-astro-cid-pfpbje5r] p[data-astro-cid-pfpbje5r] {
        font-size: 13px
    }
}

.interview[data-astro-cid-hpkrisyi] {
    background-color: #09f;
    padding: 140px 0 80px;
    position: relative
}

@media(max-width:1024px) {
    .interview[data-astro-cid-hpkrisyi] {
        overflow-x: hidden
    }
}

@media(max-width:768px) {
    .interview[data-astro-cid-hpkrisyi] {
        padding: 60px 0
    }
}

.interview[data-astro-cid-hpkrisyi] .interview__container[data-astro-cid-hpkrisyi] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
}

.interview[data-astro-cid-hpkrisyi] .interview__subtitle[data-astro-cid-hpkrisyi] {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0 0 60px
}

@media(max-width:768px) {
    .interview[data-astro-cid-hpkrisyi] .interview__subtitle[data-astro-cid-hpkrisyi] {
        font-size: 14px;
        margin-bottom: 40px
    }
}

.interview[data-astro-cid-hpkrisyi] .interview__slider-container[data-astro-cid-hpkrisyi] {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

@media(max-width:768px) {
    .interview[data-astro-cid-hpkrisyi] .interview__slider-container[data-astro-cid-hpkrisyi] {
        width: 100%
    }
}

.interview[data-astro-cid-hpkrisyi] .interview__slider[data-astro-cid-hpkrisyi] {
    overflow: hidden
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px #0000001a;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi]:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px #0000001a
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__image[data-astro-cid-hpkrisyi] {
    min-width: 290px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    padding: 28px 28px 0
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__image[data-astro-cid-hpkrisyi] .interview__card__photo[data-astro-cid-hpkrisyi] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] {
    padding: 24px
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__english-name[data-astro-cid-hpkrisyi] {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__header[data-astro-cid-hpkrisyi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px
}

@media(max-width:768px) {
    .interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__header[data-astro-cid-hpkrisyi] {
        flex-direction: column;
        gap: 8px
    }
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__header[data-astro-cid-hpkrisyi] .interview__card__japanese-name[data-astro-cid-hpkrisyi] {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__header[data-astro-cid-hpkrisyi] .interview__card__position-info[data-astro-cid-hpkrisyi] {
    display: flex;
    gap: 8px;
    align-items: center
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__header[data-astro-cid-hpkrisyi] .interview__card__position-info[data-astro-cid-hpkrisyi] .interview__card__position[data-astro-cid-hpkrisyi] {
    background-color: #374151;
    color: #fff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__header[data-astro-cid-hpkrisyi] .interview__card__position-info[data-astro-cid-hpkrisyi] .interview__card__join-year[data-astro-cid-hpkrisyi] {
    font-size: 12px;
    color: #000
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__message[data-astro-cid-hpkrisyi] {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0 0 20px
}

@media(max-width:768px) {
    .interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__message[data-astro-cid-hpkrisyi] {
        font-size: 13px
    }
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__button[data-astro-cid-hpkrisyi] {
    width: 100%;
    background-color: #374151;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color .3s ease
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__button[data-astro-cid-hpkrisyi]:hover {
    background-color: #1f2937
}

.interview[data-astro-cid-hpkrisyi] .interview__slide[data-astro-cid-hpkrisyi] .interview__card[data-astro-cid-hpkrisyi] .interview__card__content[data-astro-cid-hpkrisyi] .interview__card__button[data-astro-cid-hpkrisyi] svg[data-astro-cid-hpkrisyi] {
    width: 16px;
    height: 16px
}

.interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10
}

.interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button[data-astro-cid-hpkrisyi] {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    pointer-events: auto;
    color: #09f;
    box-shadow: 0 2px 4px #0000001a
}

.interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button[data-astro-cid-hpkrisyi]:hover {
    background-color: #f3f4f6;
    transform: scale(1.1)
}

.interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button[data-astro-cid-hpkrisyi]:disabled {
    opacity: .5;
    cursor: not-allowed
}

.interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button[data-astro-cid-hpkrisyi] svg[data-astro-cid-hpkrisyi] {
    width: 20px;
    height: 20px
}

@media(max-width:768px) {
    .interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button[data-astro-cid-hpkrisyi] {
        width: 40px;
        height: 40px
    }

    .interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button[data-astro-cid-hpkrisyi] svg[data-astro-cid-hpkrisyi] {
        width: 16px;
        height: 16px
    }
}

.interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button--prev[data-astro-cid-hpkrisyi] {
    margin-left: -24px
}

@media(max-width:768px) {
    .interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button--prev[data-astro-cid-hpkrisyi] {
        margin-left: -20px
    }
}

.interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button--next[data-astro-cid-hpkrisyi] {
    margin-right: -24px
}

@media(max-width:768px) {
    .interview[data-astro-cid-hpkrisyi] .interview__navigation[data-astro-cid-hpkrisyi] .interview__nav-button--next[data-astro-cid-hpkrisyi] {
        margin-right: -20px
    }
}

.bnr-area[data-astro-cid-dsigfccl] {
    background-color: #fff;
    padding: 30px 0 80px
}

@media(max-width:768px) {
    .bnr-area[data-astro-cid-dsigfccl] {
        padding: 40px 0
    }
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__container[data-astro-cid-dsigfccl] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

@media(max-width:768px) {
    .bnr-area[data-astro-cid-dsigfccl] .bnr-area__container[data-astro-cid-dsigfccl] {
        padding: 0
    }
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__yakiniku-banner[data-astro-cid-dsigfccl] {
    margin-bottom: 80px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px #0000001a
}

@media(max-width:768px) {
    .bnr-area[data-astro-cid-dsigfccl] .bnr-area__yakiniku-banner[data-astro-cid-dsigfccl] {
        margin-bottom: 60px
    }
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__yakiniku-banner[data-astro-cid-dsigfccl] .bnr-area__yakiniku-image[data-astro-cid-dsigfccl] {
    width: 100%;
    height: auto;
    display: block
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] {
    text-align: center
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-header[data-astro-cid-dsigfccl] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px
}

@media(max-width:768px) {
    .bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-header[data-astro-cid-dsigfccl] {
        gap: 0px;
        margin-bottom: 8px
    }
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-header[data-astro-cid-dsigfccl] .bnr-area__instagram-icon[data-astro-cid-dsigfccl] {
    width: 76px;
    height: 76px
}

@media(max-width:768px) {
    .bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-header[data-astro-cid-dsigfccl] .bnr-area__instagram-icon[data-astro-cid-dsigfccl] {
        width: 44px;
        height: 44px
    }
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-header[data-astro-cid-dsigfccl] .bnr-area__instagram-title[data-astro-cid-dsigfccl] {
    font-size: 21px;
    font-weight: 700;
    margin: 0
}

@media(max-width:768px) {
    .bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-header[data-astro-cid-dsigfccl] .bnr-area__instagram-title[data-astro-cid-dsigfccl] {
        font-size: 20px
    }
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-description[data-astro-cid-dsigfccl] {
    font-size: 20px;
    color: #000;
    margin: 0 0 40px;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:768px) {
    .bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-description[data-astro-cid-dsigfccl] {
        font-size: 14px;
        margin-bottom: 32px
    }
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-posts[data-astro-cid-dsigfccl] {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:768px) {
    .bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-posts[data-astro-cid-dsigfccl] {
        gap: 0px;
        padding: 0 20px;
    }
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-posts[data-astro-cid-dsigfccl] .bnr-area__instagram-post[data-astro-cid-dsigfccl] {
    width: 33%
}

@media(max-width:768px) {
    .bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-posts[data-astro-cid-dsigfccl] .bnr-area__instagram-post[data-astro-cid-dsigfccl] {
        width: 100%
    }
}

.bnr-area[data-astro-cid-dsigfccl] .bnr-area__instagram-section[data-astro-cid-dsigfccl] .bnr-area__instagram-posts[data-astro-cid-dsigfccl] .bnr-area__instagram-post[data-astro-cid-dsigfccl] .bnr-area__post-image[data-astro-cid-dsigfccl] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.faq[data-astro-cid-al2ca2vr] {
    position: relative;
    padding: 140px 0 80px
}

@media(max-width:768px) {
    .faq[data-astro-cid-al2ca2vr] {
        padding: 60px 0
    }
}

.faq[data-astro-cid-al2ca2vr] .faq__container[data-astro-cid-al2ca2vr] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.faq[data-astro-cid-al2ca2vr] .faq__subtitle[data-astro-cid-al2ca2vr] {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 60px;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:768px) {
    .faq[data-astro-cid-al2ca2vr] .faq__subtitle[data-astro-cid-al2ca2vr] {
        font-size: 14px;
        margin-bottom: 40px
    }
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] {
    border-radius: 8px;
    overflow: hidden
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr]:last-child {
    margin-bottom: 0
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__question[data-astro-cid-al2ca2vr] {
    display: flex;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    transition: background-color .3s ease
}

@media(max-width:768px) {
    .faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__question[data-astro-cid-al2ca2vr] {
        padding: 20px 0
    }
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__question[data-astro-cid-al2ca2vr]:hover {
    background-color: #f8f9fa
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__question[data-astro-cid-al2ca2vr] .faq__icon[data-astro-cid-al2ca2vr] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-right: 16px;
    flex-shrink: 0
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__question[data-astro-cid-al2ca2vr] .faq__icon[data-astro-cid-al2ca2vr].faq__icon--q {
    background-color: #000;
    color: #fff
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__question[data-astro-cid-al2ca2vr] .faq__question-text[data-astro-cid-al2ca2vr] {
    flex: 1;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    font-family: Noto Sans JP, sans-serif
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__question[data-astro-cid-al2ca2vr] .faq__toggle[data-astro-cid-al2ca2vr] {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    transition: transform .3s ease
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__answer[data-astro-cid-al2ca2vr] {
    display: none;
    padding: 24px 24px 0;
    border-top: 1px solid #e5e7eb
}

@media(max-width:768px) {
    .faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__answer[data-astro-cid-al2ca2vr] {
        padding: 20px 0 0
    }
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__answer[data-astro-cid-al2ca2vr] .faq__icon[data-astro-cid-al2ca2vr] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    flex-shrink: 0
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__answer[data-astro-cid-al2ca2vr] .faq__icon[data-astro-cid-al2ca2vr].faq__icon--a {
    background-color: #dc2626;
    color: #fff
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr] .faq__answer[data-astro-cid-al2ca2vr] .faq__answer-text[data-astro-cid-al2ca2vr] {
    font-size: 14px;
    color: #374151;
    line-height: 1.6
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr].active .faq__answer[data-astro-cid-al2ca2vr] {
    display: flex
}

.faq[data-astro-cid-al2ca2vr] .faq__list[data-astro-cid-al2ca2vr] .faq__item[data-astro-cid-al2ca2vr].active .faq__toggle[data-astro-cid-al2ca2vr] {
    transform: rotate(45deg)
}

.faq[data-astro-cid-al2ca2vr] .faq__gradient[data-astro-cid-al2ca2vr] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(to bottom, #fff, #d7edf8);
    z-index: -1
}

@media(max-width:768px) {
    .faq[data-astro-cid-al2ca2vr] .faq__gradient[data-astro-cid-al2ca2vr] {
        height: 100px
    }
}

.requirement[data-astro-cid-6liyygox] {
    position: relative;
    background-color: #fff;
    padding: 140px 0 80px
}

@media(max-width:1024px) {
    .requirement[data-astro-cid-6liyygox] {
        overflow-x: hidden
    }
}

@media(max-width:768px) {
    .requirement[data-astro-cid-6liyygox] {
        padding: 60px 0
    }
}

.requirement[data-astro-cid-6liyygox] .requirement__container[data-astro-cid-6liyygox] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.requirement[data-astro-cid-6liyygox] .requirement__subtitle[data-astro-cid-6liyygox] {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 60px;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:768px) {
    .requirement[data-astro-cid-6liyygox] .requirement__subtitle[data-astro-cid-6liyygox] {
        font-size: 14px;
        margin-bottom: 40px
    }
}

.requirement[data-astro-cid-6liyygox] .requirement__table[data-astro-cid-6liyygox] {
    width: 100%;
    border-collapse: collapse;
    margin: 0
}

.requirement[data-astro-cid-6liyygox] .requirement__table[data-astro-cid-6liyygox] tr[data-astro-cid-6liyygox] {
    border-bottom: 1px solid #e0e0e0
}

@media(max-width:768px) {
    .requirement[data-astro-cid-6liyygox] .requirement__table[data-astro-cid-6liyygox] tr[data-astro-cid-6liyygox] {
        border-bottom: none;
        display: flex;
        flex-direction: column
    }
}

.requirement[data-astro-cid-6liyygox] .requirement__table[data-astro-cid-6liyygox] tr[data-astro-cid-6liyygox]:last-child {
    border-bottom: none
}

.requirement[data-astro-cid-6liyygox] .requirement__table[data-astro-cid-6liyygox] .requirement__th[data-astro-cid-6liyygox] {
    width: 100px;
    padding: 20px 16px 20px 0;
    font-weight: 700;
    color: #000;
    text-align: left;
    vertical-align: top;
    border-bottom: 5px solid #00a5ff;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:768px) {
    .requirement[data-astro-cid-6liyygox] .requirement__table[data-astro-cid-6liyygox] .requirement__th[data-astro-cid-6liyygox] {
        width: 120px;
        font-size: 14px;
        padding: 16px 12px 16px 0
    }
}

.requirement[data-astro-cid-6liyygox] .requirement__table[data-astro-cid-6liyygox] .requirement__td[data-astro-cid-6liyygox] {
    padding: 20px 0 20px 50px;
    color: #000;
    line-height: 1.8;
    vertical-align: top;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:768px) {
    .requirement[data-astro-cid-6liyygox] .requirement__table[data-astro-cid-6liyygox] .requirement__td[data-astro-cid-6liyygox] {
        font-size: 13px;
        padding: 16px 0 0;
        border-top: 1px solid #e0e0e0
    }
}

.requirement[data-astro-cid-6liyygox] .requirement__table[data-astro-cid-6liyygox] .requirement__td[data-astro-cid-6liyygox] strong[data-astro-cid-6liyygox] {
    font-weight: 700
}

.entry[data-astro-cid-mjgvo5cu] {
    background-color: #00a5ff;
    padding: 140px 0
}

@media(max-width:768px) {
    .entry[data-astro-cid-mjgvo5cu] {
        padding: 60px 0
    }
}

.entry[data-astro-cid-mjgvo5cu] .entry__container[data-astro-cid-mjgvo5cu] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column
}

.entry[data-astro-cid-mjgvo5cu] .entry__form[data-astro-cid-mjgvo5cu] {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px #0000001a;
    margin-top: 20px
}

@media(max-width:768px) {
    .entry[data-astro-cid-mjgvo5cu] .entry__form[data-astro-cid-mjgvo5cu] {
        padding: 30px 20px
    }
}

.entry[data-astro-cid-mjgvo5cu] .entry__form-group[data-astro-cid-mjgvo5cu] {
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

@media(max-width:768px) {
    .entry[data-astro-cid-mjgvo5cu] .entry__form-group[data-astro-cid-mjgvo5cu] {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
        gap: 10px
    }
}

.entry[data-astro-cid-mjgvo5cu] .entry__form-group[data-astro-cid-mjgvo5cu]:last-child {
    margin-bottom: 0
}

.entry[data-astro-cid-mjgvo5cu] .entry__form-group[data-astro-cid-mjgvo5cu]:not(.entry__form-group--textarea) {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 24px
}

.entry[data-astro-cid-mjgvo5cu] .entry__form-group[data-astro-cid-mjgvo5cu].entry__form-group--textarea {
    align-items: flex-start
}

.entry[data-astro-cid-mjgvo5cu] .entry__label[data-astro-cid-mjgvo5cu] {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    width: 185px;
    flex-shrink: 0;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:768px) {
    .entry[data-astro-cid-mjgvo5cu] .entry__label[data-astro-cid-mjgvo5cu] {
        width: 100%
    }
}

.entry[data-astro-cid-mjgvo5cu] .entry__required[data-astro-cid-mjgvo5cu] {
    background-color: #dc2626;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px
}

.entry[data-astro-cid-mjgvo5cu] .entry__input[data-astro-cid-mjgvo5cu] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    font-family: Noto Sans JP, sans-serif;
    transition: border-color .3s ease
}

@media(max-width:768px) {
    .entry[data-astro-cid-mjgvo5cu] .entry__input[data-astro-cid-mjgvo5cu] {
        font-size: 14px;
        padding: 10px 12px;
        width: 100%
    }
}

.entry[data-astro-cid-mjgvo5cu] .entry__input[data-astro-cid-mjgvo5cu]:focus {
    outline: none;
    border-color: #1e3a8a
}

.entry[data-astro-cid-mjgvo5cu] .entry__input[data-astro-cid-mjgvo5cu]::placeholder {
    color: #9ca3af
}

.entry[data-astro-cid-mjgvo5cu] .entry__select[data-astro-cid-mjgvo5cu] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    font-family: Noto Sans JP, sans-serif;
    transition: border-color .3s ease;
    cursor: pointer
}

@media(max-width:768px) {
    .entry[data-astro-cid-mjgvo5cu] .entry__select[data-astro-cid-mjgvo5cu] {
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 0;
        width: 100%
    }
}

.entry[data-astro-cid-mjgvo5cu] .entry__select[data-astro-cid-mjgvo5cu]:focus {
    outline: none;
    border-color: #1e3a8a
}

.entry[data-astro-cid-mjgvo5cu] .entry__select[data-astro-cid-mjgvo5cu] option[data-astro-cid-mjgvo5cu] {
    color: #000
}

.entry[data-astro-cid-mjgvo5cu] .entry__textarea[data-astro-cid-mjgvo5cu] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    font-family: Noto Sans JP, sans-serif;
    resize: vertical;
    min-height: 100px;
    transition: border-color .3s ease
}

@media(max-width:768px) {
    .entry[data-astro-cid-mjgvo5cu] .entry__textarea[data-astro-cid-mjgvo5cu] {
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 0;
        width: 100%
    }
}

.entry[data-astro-cid-mjgvo5cu] .entry__textarea[data-astro-cid-mjgvo5cu]:focus {
    outline: none;
    border-color: #1e3a8a
}

.entry[data-astro-cid-mjgvo5cu] .entry__textarea[data-astro-cid-mjgvo5cu]::placeholder {
    color: #9ca3af
}

.entry[data-astro-cid-mjgvo5cu] .entry__submit[data-astro-cid-mjgvo5cu] {
    width: 296px;
    margin: 40px auto 0;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 16px;
    border: none;
    cursor: pointer;
    transition: background-color .3s ease;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:768px) {
    .entry[data-astro-cid-mjgvo5cu] .entry__submit[data-astro-cid-mjgvo5cu] {
        width: 200px;
        font-size: 14px;
        margin-top: 20px
    }
}

.entry[data-astro-cid-mjgvo5cu] .entry__submit[data-astro-cid-mjgvo5cu]:hover {
    background-color: #374151
}

.entry[data-astro-cid-mjgvo5cu] .entry__submit[data-astro-cid-mjgvo5cu]:active {
    background-color: #1f2937
}

.video[data-astro-cid-7qzxku2k] {
    width: 100%;
    height: 100%
}

.video[data-astro-cid-7qzxku2k] iframe[data-astro-cid-7qzxku2k] {
    width: 100%;
    height: 600px;
    border: 0 none
}

@media(max-width:768px) {
    .video[data-astro-cid-7qzxku2k] iframe[data-astro-cid-7qzxku2k] {
        height: 180px
    }
}