@charset "UTF-8";
html {
    container-type: inline-size;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

/* base */
* {
    box-sizing: border-box;
}
body {
    background: linear-gradient(180deg,rgba(14, 37, 75, 1) 0%, rgba(2, 20, 49, 1) 100%);
    color: #323232;
}
a {
    color: #005ecd;
}
img {
    width: 100%;
}
.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 11;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20%;
    max-width: 960px;
    padding: 1em;
    margin: auto;
}

.header__list01 {
    display: flex;
    gap: 8%;
    align-items: center;
}

.header__img01,
.header__img02 {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrapper {
    position: relative;
    max-width: 960px;
    margin: auto;
}

.footer__inner {
    padding: 3%;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
}

.footer__nav {
    max-width: 860px;
    margin: auto;
    font-size: 14px;
}

.nav__list01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 3.1rem;
}

.nav__link01 {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
    text-decoration: none;
    color: #323232;
}

.nav__link01::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    top: 77%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../img/img_ico06.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.nav__link01:hover {
    text-decoration: underline;
}

.nav__list01:not(:first-child) {
    margin-top: 10px;
}

.footer__text01 {
    margin-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width: 959px) {
    .wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {

}

/* General purpose */
.t-bold {
    font-weight: bold;
}

/* nav */
@media screen and (max-width: 500px) {
}

/* heading */
.heading01__wrapper01 {
    position: relative;
    padding-top: 82px;
}

.heading01 {
    max-width: 1024px;
    margin: auto;
    text-align: center;
}

.heading01__link-area01 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2%;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.heading01__link-box01 {
    width: 180px;
    aspect-ratio: 292 / 267;
    flex-shrink: 0;
    display: grid;
    place-items: end;
}

.heading01__link-img01 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

.heading02 {
    padding-top: 34px;
}

.heading02__img01 {
    width: 71.66666%;
    margin: auto;
}

.heading03 {
    width: 44.375%;
    margin: 60px auto 0;
}

.sec07 .heading03 {
    width: 41.48%;
}

.heading07 {
    width: 81.25%;
    margin: auto;
}

.sec08__heading04 {
    padding-top: 30px;
}

.sec08__heading05 {
    font-size: 48px;
    font-weight: bold;
}

.sec08__heading-mod01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.sec08__img {
    position: absolute;
    width: 18%;
    max-width: 194px;
    top: -35px;
    left: 5%;
}

.sec08__ttl01 {
    display: inline-block;
    position: relative;
    padding-bottom: 1em;
    font-size: 24px;
    font-weight: bold;
}

.sec08__ttl01::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    background-image: url(../img/img_underline01.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom;
}

.sec08__ttl03.-mtmod01 {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.sec08__ttl03-mod01 {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 1439px) {
    .heading01__link-area01 {
        flex-wrap: wrap;
        align-items: baseline;
        gap: 2%;
        width: 70%;
        bottom: 8vw;
    }

    .heading01__link-box01 {
        width: 38%;
    }

    .heading01__link-box01:nth-child(3) {
        margin-top: 20px;
    }

    .heading01__link-box01:nth-child(4) {
        margin-top: 18px;
    }
}

@media screen and (max-width: 1300px) {
    .heading01__link-area01 {
        width: 80%;
        bottom: 9vw;
    }
}

@media screen and (max-width: 1200px) {
    .heading01__link-area01 {
        width: 85%;
        bottom: 9vw;
    }
}

@media screen and (max-width: 1100px) {
    .heading01__link-area01 {
        width: 95%;
        bottom: 9vw;
    }
}

@media screen and (max-width: 1062px) {
    .heading01__link-area01 {
        width: 100%;
        bottom: 9vw;
    }
}

@media screen and (max-width: 959px) {
    .sec08__ttl03.-mtmod01 {
        top: -13vw;
    }
}

@media screen and (max-width: 767px) {
    .heading03 {
        width: 61.375%;
    }
    .sec07 .heading03 {
        width: 61.48%;
    }
    .sec08__img {
        width: 34%;
        top: -6.5vw;
    }
    .sec08__heading05 {
        font-size: 24px;
    }
    .sec08__heading-mod01 {
        font-size: 4vw;
    }
    .heading01__wrapper01 {
        padding-top: 11vw;
    }
    .sec08__ttl03-mod01 {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .heading01__wrapper01 {
        padding-top: 12vw;
    }
}

@media screen and (max-width: 500px) {
        .heading01__wrapper01 {
        padding-top: 15vw;
    }
}
/* block */
.sec02__wrapper {
    width: 100vw;
    width: 100cqw;
    margin: 0 calc(50% - 50vw);
    background-image: url(../img/img_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sec02 {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.bnr__container01 {
    width: 73.5416%;
    margin: 28px auto 0;
    padding-bottom: 36px;
}

.sec03 {
    margin-top: 64px;
}

.sec04 {
    background: #fff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(251, 255, 216, 1) 100%);
    border-radius: 30px;
}

.sec04__inner {
    width: 85%;
    margin: 36px auto 0;
    padding: 2em 0;
}

.card__container01 {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.sec06 {
    margin-top: 40px;
}

.sec06__container01 {
    margin-top: 24px;
    padding: 1em 0;
    background-color: #fff;
}

.sec06__inner {
    width: 93.1372%;
    height: 20em;
    padding: 1em;
    margin: auto;
    line-height: 1.4;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 2px solid #aaa;
}

.sec07 {
    max-width: 1072px;
    margin: auto;
}

.sec08__wrap01 {
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
    border: 8px solid #b88d28;
    border-radius: 30px;
    background-color: #fff;
}

.sec08__wrap02 {
    margin-top: 48px;
    background-color: #b88d28;
    color: #fff;
    text-align: center;
    padding: 3em;
}

.sec08__inner {
    width: 86.1733%;
    margin: auto;
}

.sec08__wrap01:first-child::after {
    position: absolute;
    content: '';
    width: 82px;
    height: 48px;
    background-image: url(../img/img_ico03.png);
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
}

.sec08__wrap01:not(:first-child) {
    margin-top: 128px;
}

.sec08__container01 {
    display: flex;
    justify-content: center;
    gap: 6%;
    margin-top: 2em;
}

.sec08__list02 {
    width: 46%;
    flex-shrink: 0;
    text-align: center;
}

.sec08__list03 {
    position: relative;
    &.-mt01 {
        margin-top: 80px;
    }
}

.sec08__list04,
.sec08__list05 {
    margin-top: 2em;
    text-align: left;
    line-height: 1.4;
}

.sec08__list05 {
    font-size: 18px;
}

.sec08__item04,
.sec08__details05 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec09,
.sec10 {
    max-width: 800px;
    width: 83.333333%;
    margin: auto;
}

.sec09 {
    margin-top: 80px;
}

.sec09__container01 {
    margin-top: 34px;
    padding: 1em;
    text-align: center;
    background-color: #fff;
    border: 4px solid #323232;
    border-radius: 16px;
}

.sec10 {
    margin-top: 52px;
}

.sec10__list01 {
    margin-top: 62px;
}

.sec10__item02 {
    display: block;
    width: 100%;
    padding: 1em;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    background-color: #7f7f7f;
}

.sec10_item01:not(:first-child) {
    margin-top: 40px;
}

.sec11 {
    margin-top: 72px;
    padding-bottom: 134px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
}

.sec12 {
    font-size: 24px;
    line-height: 1.4;
}

.sec12:not(:first-child) {
    margin-top: 50px;
}

.sec12__container01 {
    display: flex;
    gap: 2.3333%;
    margin-top: 0.8em;
}

.sec12__pic01 {
    max-width: 342px;
    width: 38%;
    flex-shrink: 0;
}

.sec12__list02:not(:first-child) {
    margin-top: 1em;
}

.sec12__text-wrap01 {
    margin-top: 0.8em;
}

.sec12__text-wrap01 .sec12__list02 {
    font-size: 18px;
}

.swiper__container01 {
    position: relative;
}

.swiper-mv {
    width: 86.1111%;
    margin: 35px auto 0;
}

.swiper-mv__button-prev,
.swiper-mv__button-next {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: transparent;
}

.swiper__container01 .swiper-mv__button-prev {
    background-image: url('../img/img_ico01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 41px;
}

.swiper__container01 .swiper-mv__button-next {
    background-image: url('../img/img_ico02.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 41px;
}

@media screen and (max-width: 959px) {
    .sec08__container01 {
        display: block;
    }
    .sec08__list02 {
        width: 100%;
    }
    .sec08__list03.-mt01 {
        margin-top: 14vw;
    }
    .sec08__list02:not(:first-child) {
        margin-top: 2em;
    }
    .sec12 {
        font-size: 12px;
    }
    .sec12__text-wrap01 .sec12__list02 {
        font-size: 12px;
    }
    .sec12__list02.-fz01 {
        font-size: 10px;
    }
    .sec10__item02 {
        font-size: 20px;
    }
    .sec12__text-wrap01 {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .swiper__container01 .swiper-mv__button-prev {
        left: -20px;
    }
    .swiper__container01 .swiper-mv__button-next {
        right: -20px;
    }
    .sec06__inner {
        font-size: 12px;
    }
    .sec08__list04 {
        font-size: 3vw;
    }
    .sec08__list05 {
        font-size: 3.5vw;
    }
    .sec10__list01 {
        margin-top: 25px;
    }
    .sec10_item01:not(:first-child) {
        margin-top: 16px;
    }
}

@media screen and (max-width: 500px) {
}

/* link */
@media screen and (max-width: 959px) {
}

/* text */
.sec04__text01 {
    padding-top: 40px;
    line-height: 1.2;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.sec04__list01 {
    margin-top: 20px;
}

.sec04__item01 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec06__ttl01,
.sec06__ttl02 {
    margin-top: 1em;
    font-weight: bold;
}

.sec06__ttl02 {
    margin-top: 2em;
}

.sec06__details01 {
    margin-top: 0.5em;
}

.sec06__ttl05 {
    margin-top: 1em;
}

.sec06__ttl05.-mt01 {
    margin-top: 0em;
}

.sec06__item03 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec06__campaign-text01 {
    margin-top: 1.5em;
}


.sec08__text01,
.sec08__text02 {
    margin-top: 1em;
    line-height: 1.4;
    font-weight: bold;
    font-size: 20px;
    color: #cc0033;
}

.sec08__text01 {
    font-size: 14px;
}

.sec08__link02 {
    color: #cc0033;
    &:hover {
        opacity: 0.8;
    }
}

.sec08__item03 {
    margin-top: 1em;
}

.sec08__text03 {
    margin-top: 1em;
    text-align: left;
}

.sec08__text04 {
    font-size: 24px;
    margin-top: 2em;
}

.sec08__text05 {
    margin-top: 1em;
    font-size: 18px;
}

.sec08__text06 {
    margin-top: 1em;
    font-size: 20px;
}

.sec08__list01 {
    margin-top: 1em;
    line-height: 1.4;
    font-weight: bold;
    font-size: 14px;
    color: #cc0033;
}

.sec08__caption01 {
    margin-top: 1.5em;
}

.sec09__list01 {
    margin-top: 1em;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.sec09__text01 {
    font-size: 24px;
    font-weight: 900;
}

.sec09__list02 {
    margin-top: 1em;
    font-size: 18px;
}

.sec11__text01 {
    margin-top: 20px;
    font-size: 42px;
    font-weight: 900;
}

.sec11__text02 {
    margin-top: 16px;
    font-size: 28px;
}

.sec11_list01 {
    width: 66%;
    line-height: 1.4;
    margin: 18px auto 0;
    font-size: 20px;
}

.sec11__item01.-mt02 {
    margin-top: 20px;
}

.sec12__text01 {
    font-weight: bold;
}

.sec12__text02 {
    margin-top: 1em;
    font-weight: bold;
}

.sec12__ttl01 {
    margin-top: 1.5em;
    font-weight: bold;
}

.sec12__details01 {
    padding-left: 0.8em;
}

.sec12__text03 {
    margin-top: 1.5em;
}

.sec12__item02 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec12__deco {
    font-weight: normal;
}


@media screen and (max-width: 959px) {
    .sec04__text01 {
        font-size: 20px;
    }
    .sec09__text01 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .sec04__list01 {
        font-size: 12px;
    }
    .sec04__text01 {
        padding-top: 10px;
        font-size: 16px;
    }

    .sec08__text01 {
        font-size: 2.5vw;
    }

    .sec08__text02,
    .sec08__text03 {
        font-size: 3vw;
    }

    .sec08__text04 {
        font-size: 4vw;
    }

    .sec08__text05 {
        font-size: 3.5vw;
    }

    .sec08__text06 {
        font-size: 4.5vw;
    }

    .sec08__list01 {
        font-size: 2.5vw;
    }

    .sec09__list01 {
        font-size: 14px;
    }

    .sec09__item02 {
        font-size: 14px;
    }

    .sec11__text01 {
        font-size: 4vw;
    }

    .sec11__text02 {
        font-size: 3.6vw;
    }

    .sec11_list01 {
        width: 83.333333%;
        font-size: 3vw;
    }
    .sec11__item01.-mt02 {
        margin-top: 10px;
    }
}
@media screen and (max-width: 500px) {
    .sec09__text01 {
        font-size: 12px;
    }
    .sec09__list01 {
        font-size: 12px;
    }
    .sec09__item02 {
        font-size: 12px;
    }
}

/* table */
@media screen and (max-width: 959px) {
}


/* accordion */
@media screen and (max-width: 959px) {
}



/* floating__btn */
.floating__btn {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 2em 0;
    text-align: center;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 2;
}

.floating__btn.is-visible {
    display: block;
    animation: fadeIn 180ms ease-out;
    pointer-events: auto;
}
@media screen and (max-width: 500px) {

}

/* btn */
.btn__area01,
.btn__area02 {
    max-width: 600px;
    margin: auto;
}

.btn__area01 {
    margin-top: 40px;
}

.sec11__btn01 {
    width: 75%;
    margin: 20px auto 0;
}

@media screen and (max-width: 959px) {
    .btn__area01,
    .btn__area02 {
        width: 90%;
    }
}