html {
    max-width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    font-family: 'Gotham SSm A', 'Gotham SSm B', '-apple-system', 'BlinkMacSystemFont',
        'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Original Yu Gothic', 'Yu Gothic', 'YuGothic',
        'Meiryo', 'sans-serif';
    margin: 0;
    letter-spacing: 0.04em;
    color: #3b434b;
}

::-webkit-scrollbar {
    display: none;
}

h2 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.hiraginoSans {
    font-family: Hiragino Sans;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.block__img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.block__wrap {
    position: relative;
}

.block__mp4 video {
    width: 100%;
    aspect-ratio: 300 /600;
    object-fit: cover;
    vertical-align: middle;
}

.block__item {
    position: absolute;
    text-align: center;
    top: 7%;
}

.block__item img{
    width: 83%;
    height: 100%;
    vertical-align: middle;
}

.image {
    width: 100%;
    height: auto;
    vertical-align: top;
}


/* header,fvセクション
======================================== */

.header-section {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    height: 64px;
    background: rgba(255, 255, 255, 0.6);
}

.header-logo {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 37px;
}

.header-logo .img {
    width: 173px;
}

.header-cv {
    opacity: 1;
    background-color: #fe5fa9;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
    font-family: Hiragino Sans;
    width: 128px;
}

.header-cv::after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(./img/header-btn-icon.png) no-repeat center center / cover;
    margin-left: 10px;
}

.top-section {
    margin-top: 64px;
    position: relative;
    overflow: hidden;
}

.top-fv {
    display: block;
    width: 100%;
    height: auto;
}

.top-inner {
    position: absolute;
    bottom: 18%;
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
}

.top-section-campeign {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    margin: 0 auto;
}

.top-section-campeign img {
    width: 100%;
}

.top-section-campeign-countdown-time-wrapper {
    position: absolute;
    bottom: 18.5%;
    right: 10%;
    display: flex;
    height: 45px;
}

.top-section-campeign-countdown-time-wrapper.closed {
    right: 20%;
}

.top-section-campeign-countdown-time {
    color: #5DBFE3;
    font-weight: bold;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-btn {
    margin-bottom: 20%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width: 450px) {
    .top-section-campeign-countdown-time-wrapper {
        bottom: 19%;
    }

    .top-section-campeign-countdown-time {
        font-size: 32px;
    }

    .top-btn {
        margin-bottom: 22%;
    }
}

@media screen and (min-width: 500px) {
    .top-section-campeign-countdown-time {
        font-size: 36px;
    }
}

@media screen and (min-width: 599px) {
    .top-section-campeign-countdown-time {
        font-size: 42px;
    }

    .top-section-campeign-countdown-time-wrapper {
        bottom: 19.5%;
    }
}


/* program カルーセルセクション
======================================== */
.program {
    padding: 60px 0 50px;
    display: block;
    width: 100%;
    /* background: #CEECF7; */
    background: url(./img/program_bg.png) no-repeat top center / cover;
}

.program__img img {
    display: block;
    width: 87%;
    height: 100%;
    margin: 0 auto;
}

.program__swiper {
    margin-top: 35px;
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    padding: 11px 0 0;
    height: 440px;
    box-sizing: border-box;
}

.card__emphasis {
    font-size: 18px;
    font-weight: 700;
}

.card__mp4 {
    width: 91%;
    margin: 0 auto;
    flex-shrink: 0;
}

.card__mp4 video {
    width: 100%;
    height: 100%;
    aspect-ratio: 252 / 141;
    object-fit: cover;
}

.card__title {
    text-align: center;
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.card__title span{
    font-size: 20px;
    font-weight: 800;
}

.card__title.card__title--sm {
    margin-top: 15px;
}

.card__img {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 19px 0 12px;
}

.card__img.card__img--sm {
    margin-top: 5px;
}

.card__img img {
    height: 100%;
    width: auto;
}

.card__body {
    padding: 0 14px 10px;
    flex-grow: 1;
}

.card__dashed-line {
    width: 100%;
    height: 2px;
    border-bottom: dotted 2px;
}

.card__text {
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.75px;
}

.card__tag {
    font-size: 10px;
    margin-top: 9px;
}

.card__tag li {
    margin-top: 5px;
    padding: 5px 11px;
    color: #229cc2;
    font-weight: bold;
    background-color: #eff9fc;
    border-radius: 14px;
    display: inline-block;
}

.swiper-slide.swiper-slide1 {
    display: block;
    width: 274px;
    opacity: .4;
}

.swiper-slide1.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev1,
.swiper-button-next.swiper-button-next1 {
    width: 38px;
    height: 38px;
}

.swiper-button-prev.swiper-button-prev1::after,
.swiper-button-next.swiper-button-next1::after {
    background-size: contain;
    content: "";
    height: 38px;
    margin: auto;
    width: 38px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev1::after {
    background: url(./img/prev_arrow.png) no-repeat center center / cover;
}

.swiper-button-next.swiper-button-next1::after {
    background: url(./img/next_arrow.png) no-repeat center center / cover;
}

.swiper-pagination1 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 10px;
    opacity: 1;
    width: 10px;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 10px;
    width: 10px;
}

.swiper-pagination1 > .swiper-pagination-bullet,
.swiper-pagination1.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 10px;
}

.program__swiper [class^="swiper-button-"]{
    width: 18%;
    top: 48%;
}

@media screen and (max-width: 374px) {

    .card__text {
        font-size: 13px;
    }

}

@media screen and (min-width: 410px) {

    .program__swiper [class^="swiper-button-"]{
        width: 25%;
    }

    .card {
        height: 460px;
    }

}

@media screen and (min-width: 550px) {

    .program__swiper [class^="swiper-button-"]{
        width: 26%;
        top: 55%;
    }

    .card {
        height: 480px;
    }

}

/* stepセクション
======================================== */
.step {
    display: block;
    width: 100%;
    padding: 45px 0;
    background-color: #BEE5F4;
}

.step__img img {
    display: block;
    width: 87%;
    height: 100%;
    margin: 0 auto;
}

.step__swiper {
    margin-top: 35px;
    --add-bottom: 25px;
    padding-bottom: var(--add-bottom);
}

.card3__img img {
    aspect-ratio: 264 / 528;
    width: 100%;
    object-fit: cover;
}

.swiper-slide.swiper-slide3 {
    display: block;
    opacity: .4;
}

.swiper-slide3.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev3,
.swiper-button-next.swiper-button-next3 {
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next.swiper-button-next3 {
    right: 5%;
}

.swiper-button-prev.swiper-button-prev3 {
    left: 5%;
}

.swiper-button-prev.swiper-button-prev3::after,
.swiper-button-next.swiper-button-next3::after {
    background-size: contain;
    content: "";
    height: 21px;
    margin: auto;
    width: 26px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev3::after,
.swiper-button-next.swiper-button-next3::after {
    background: url(./img/next_arrow3.png) no-repeat center center / cover;
}

.swiper-pagination3 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 10px;
    opacity: 1;
    width: 10px;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 10px;
    width: 10px;
}

.swiper-pagination3 > .swiper-pagination-bullet,
.swiper-pagination3.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 10px;
    bottom: 0;
}

.swiper-pagination3.swiper-pagination-horizontal {
    bottom: 0%;
}

.swiper-button-prev3.swiper-button-disabled,
.swiper-button-next3.swiper-button-disabled {
    display: none;
}

@media screen and (min-width: 450px) {
    .swiper-button-next.swiper-button-next3 {
        right: 7%;
    }

    .swiper-button-prev.swiper-button-prev3 {
        left: 7%;
    }
}

@media screen and (min-width: 500px) {
    .swiper-button-next.swiper-button-next3 {
        right: 13%;
    }

    .swiper-button-prev.swiper-button-prev3 {
        left: 13%;
    }
}

/* mokuhyoセクション
======================================== */
.mokuhyo {
    display: block;
    width: 100%;
    padding: 42px 0 24px;
    background: url(./img/mokuhyo-bg.png) no-repeat center center / cover;
}

.mokuhyo__img img {
    display: block;
    width: 70%;
    height: 100%;
    margin: 0 auto;
}

.mokuhyo__swiper {
    margin-top: 15px;
    --add-bottom: 25px;
    padding-bottom: var(--add-bottom);
}

.card5__img img {
    aspect-ratio: 310 / 409;
    width: 100%;
    object-fit: cover;
}

.swiper-slide.swiper-slide5 {
    display: block;
    opacity: .4;
}

.swiper-slide5.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev5,
.swiper-button-next.swiper-button-next5 {
    width: 38px;
    height: 38px;
    top: 55%;
}

.swiper-button-prev.swiper-button-prev5 {
    left: 9%;
}

.swiper-button-next.swiper-button-next5 {
    right: 7%;
}

.swiper-button-prev.swiper-button-prev5::after,
.swiper-button-next.swiper-button-next5::after {
    background-size: contain;
    content: "";
    height: 38px;
    margin: auto;
    width: 38px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev5::after {
    background: url(./img/prev_arrow.png) no-repeat center center / cover;
}

.swiper-button-next.swiper-button-next5::after {
    background: url(./img/next_arrow.png) no-repeat center center / cover;
}

.swiper-pagination5 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 10px;
    opacity: 1;
    width: 10px;
}

.swiper-pagination5 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 10px;
    width: 10px;
}

.swiper-pagination5 > .swiper-pagination-bullet,
.swiper-pagination5.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 7px;
    bottom: 0;
}

.swiper-pagination5.swiper-pagination-horizontal {
    bottom: 0%;
}

@media screen and (min-width: 500px) {

    .swiper-button-prev.swiper-button-prev5,
    .swiper-button-next.swiper-button-next5 {
        top: 52%;
    }
    .swiper-button-prev.swiper-button-prev5 {
        left: 20.5%;
    }

    .swiper-button-next.swiper-button-next5 {
        right: 19%;
    }
}

/* faqセクション
======================================== */
.faq {
    padding: 36px 35px 49px;
}

.faq__title {
    color: #229CC2;
    font-family: "Hiragino Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: 1.92px;
    text-align: center;
    margin-top: 20px;
}

.faq__list {
    margin-top: 20px;
}

.faq-list__item:nth-child( n + 2 ) {
    margin-top: 20px;
}

.faq-list__item-question {
    color: #229CC2;
    font-family: "Hiragino Kaku Gothic ProN";
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    font-size: 15px;
    border-bottom: 1px solid #B1B4B7;
    padding: 7px 30px 10px 33px;
    text-indent: -30px;
    position: relative;
}

.faq-list__item-question span {
    color: #229CC2;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%; /* 26.4px */

}

.faq-list__item-question::before,
.faq-list__item-question::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 0;
    width: 18px;
    height: 2px;
    background: #898E93;
    transition: .3s;
}

.faq-list__item-question::after {
    transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
    transform: rotate(0deg);
}

.faq-list__item-answer {
    padding: 7px 22px 10px 30px;
    display: none;
    text-indent: -27px;
    color: #229CC2;
    font-family: "Hiragino Sans";
    font-size: 13px;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
}

.faq-list__item-answer span {
    color: #229CC2;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
}

@media screen and (min-width: 450px) {
    .faq-list__item-question {
        font-size: 17px;
    }
    .faq-list__item-answer {
        font-size: 14px;
    }
}

@media screen and (min-width: 500px) {
    .faq-list__item-question {
        font-size: 18px;
    }
    .faq-list__item-answer {
        font-size: 15px;
    }
}

@media screen and (min-width: 600px) {
    .faq-list__item-question {
        font-size: 20px;
    }
    .faq-list__item-answer {
        font-size: 16px;
    }
}



/* footer
======================================== */
footer {
    text-align: center;
    background: #3b424b;
    padding: 24px 24px 160px;
}

.footer-logo {
    width: 120px;
    margin-bottom: 16px;
}

.footer-line {
    width: 200px;
    margin-bottom: 16px;
}

.footer-link {
    list-style: none;
    padding: 0;
    font-weight: bold;
    margin-bottom: 32px;
}

.footer-link li {
    margin-bottom: 4px;
}

.footer-link a {
    font-size: 12px;
    text-decoration: none;
    color: #95a0ac;
}

.footer-copyright {
    font-size: 10px;
    color: #95a0ac;
}

/* cta
======================================== */
.cta {
    position: relative;
}

.cta__block {
    width: 100%;
}

.cta__countdown {
    margin-top: 19px;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
}

.cta__btn {
    position: absolute;
    bottom: 17%;
    width: 100%;
}

.countdown__time {
    width: 16.6%;
    height: 7.1%;
    color: #229CC2;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    background-color: #FFF974;
    display: grid;
    place-content: center;
    border-radius: 2.5px;
}

.countdown__time.countdown__time--hours {
    position: absolute;
    top: 80%;
    left: 15.5%;
}
.countdown__time.countdown__time--minutes {
    position: absolute;
    top: 80%;
    left: 39.5%;
}

.countdown__time.countdown__time--seconds {
    position: absolute;
    top: 80%;
    left: 63%;
}

.countdown__time.countdown__time--hours2 {
    position: absolute;
    top: 60%;
    left: 21.5%;
    width: 13.3%;
    height: 7.4%;
    background-color: #FFE500;
    color: #34BCD9;
    font-size: 33px;
}

.countdown__time.countdown__time--minutes2 {
    position: absolute;
    top: 60%;
    left: 41.5%;
    width: 13.3%;
    height: 7.4%;
    background-color: #FFE500;
    color: #34BCD9;
    font-size: 33px;
}

.countdown__time.countdown__time--seconds2 {
    position: absolute;
    top: 60%;
    left: 61%;
    width: 13.3%;
    height: 7.4%;
    background-color: #FFE500;
    color: #34BCD9;
    font-size: 33px;
}

@media screen and (min-width: 450px) {
    .cta__btn {
        bottom: 18%;
    }

    .countdown__time {
        font-size: 42px;
    }

    .countdown__time.countdown__time--hours2,
    .countdown__time.countdown__time--minutes2,
    .countdown__time.countdown__time--seconds2 {
        font-size: 42px;
    }
}

@media screen and (min-width: 500px) {
    .countdown__time {
        font-size: 48px;
    }

    .countdown__time.countdown__time--hours2,
    .countdown__time.countdown__time--minutes2,
    .countdown__time.countdown__time--seconds2 {
        font-size: 44px;
    }
}

@media screen and (min-width: 600px) {
    .countdown__time {
        font-size: 58px;
    }

    .countdown__time.countdown__time--hours2,
    .countdown__time.countdown__time--minutes2,
    .countdown__time.countdown__time--seconds2 {
        font-size: 55px;
    }
}

/* cta2
======================================== */
.cta2 {
    position: relative;
    overflow: hidden;
}

.cta2__fv {
    display: block;
    width: 100%;
    height: auto;
}

.top-btn.cta2__btn {
    margin-bottom: 8%;
}

@media screen and (min-width: 450px) {
    .top-btn.cta2__btn {
        margin-bottom: 9%;
    }
}



/* CTAボタン
======================================== */
.cta-button {
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #fe5fa9;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 18px 32px;
    border-radius: 10px;
    white-space: nowrap;
    text-align: center;
    width: 85%;
    font-weight: bold;
    border: 4px solid #ffffff;
    position: relative;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.cta-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -20px;
    width: 32px;
    height: 200px;
    background : #fff;
    opacity: 0.8;
    transform: rotate(30deg);
    animation: moveRight 3s linear infinite; /* アニメーションが 5 秒かかる */
}

@keyframes moveRight {
    0% {
        left: -20px;
    }
    40% {
        left: calc(100% + 30px); /* 100%右に移動 */
    }
    
    100% {
        left: calc(100% + 30px); /* 100%右に移動 */
    }
}

@media screen and (min-width: 450px) {
    .cta-button {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 599px) {
    .cta-button {
        padding: 24px;
        font-size: 28px;
    }
}



/* 追従バナー
======================================== */
.fixed-wrap {
    position: fixed;
    bottom: 0;
    display: none;
    max-width: 580px;
    width: 95%;
    bottom: 15px;
    z-index: 3;
    margin: 0 10px;
}

.fixed-btn {
    margin: auto;
}


