@charset "utf-8";

.inner-1165 {
    max-width: 1165px;
    margin-left: auto;
    margin-right: auto;
}

#intro {
    position: relative;
    background-image: url(../imgs/back_img1.webp);
    background-size: cover;
    padding-top: 36px;
    padding-bottom: 74px;
    font-weight: bold;
}

.intro__heading {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.intro__heading-sub {
    font-size: 29px;
    margin-bottom: 18px;
}

.intro__heading-main {
    font-size: 67px;
}

.intro__no1 {
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
}

.intro__no1 li {
    width: 178px;
}

.intro__no1 li:not(:last-child) {
    margin-right: 10px;
}

.intro__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 6%;
    padding-right: 6%;
    box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.2);
}

.intro__box-desc {
    width: calc(100% - 475px);
    color: #0075c1;
    font-size: 22px;
    line-height: 1.7;
}

.intro__box-btn {
    min-width: 438px;
    min-height: 75px;
    background-color: #0075c1;
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border-radius: 20px;
    transition: opacity 0.3s;
}

.intro__box-btn:hover {
    opacity: 0.8;
}

#select {
    padding-top: 154px;
    padding-bottom: 115px;
    background-color: #cde4f3;
}

.select__heading {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
}

.select__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.select__list-heading {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}




.select__list-item {
    background-color: #fff;
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 38px;
    width: 48.6%;
    box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.select__list-item:first-child .select__list-num {
    margin-right: 10px;
}

.select__list-item:not(:first-child) .select__list-num {
    margin-right: 24px;
}

.select__list-num {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #cde4f3;
    font-size: 100px;
    line-height: 1;
}

.select__list-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
}

.select__list-content {
    display: flex;
    justify-content: space-between;
}

.select__list-ph {
    width: 52%;
}

.select__list-desc {
    width: 44%;
    line-height: 1.75;
}

#present {
    padding-top: 90px;
    padding-bottom: 85px;
}

.present__heading {
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 78px;
}

.present__heading-m {
    font-size: 36px;
}

.present__heading-l {
    font-size: 45px;
}

.present__box {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 9.2%;
    padding-right: 3.6%;
    background-image: url(../imgs/back_img2.webp);
    background-size: cover;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.present__box-content {
    width: 52%;
    padding-top: 58px;
}

.present__box-desc {
    line-height: 1.6;
    letter-spacing: 0.03em;

}

.present__box-desc strong {
    font-size: 18px;
    font-weight: bold;
}

.present__box-desc span {
    font-size: 14px;
}

.present__box-ph {
    width: 39%;
}

.present__box-heading {
    font-size: 36px;
    font-weight: bold;
    color: #0075c1;
    position: relative;
    margin-bottom: 28px;
}

.present__box-heading span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    height: 3px;
    width: 78%;
    border-bottom: #0075c1 solid 3px;
}

.present__box-heading span {
    position: relative;
    display: inline-flex;
    padding-bottom: 12px;
}



.present__anno-heading {
    font-size: 15px;
    margin-bottom: 15px;
}

.present__anno-content {
    line-height: 2;
    font-size: 15px;
    padding-left: 1em;
}

.present__area {
    background-image: url(../imgs/present_back.webp);
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 55px;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 80px;
}

.present__area-title {
    font-size: 36px;
    color: #0075c1;
    font-weight: bold;
    margin-bottom: 100px;
    line-height: 2;

}

.present__area-subTitle {
    font-size: 24px;
    color: #0075c1;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
    line-height: 1.6;
}

.present__area-title--2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 0 !important;

}

.present__area-title span {
    position: relative;
}

.present__area-title span::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 3px;
    background-color: #0075c1;
}

.present__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.present__list-item {
    width: 31.4%;
    margin-bottom: 25px;
}

.present__list-item img {
    display: block;
    margin-bottom: 14px;
}

.present__list-title {
    font-size: 18px;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: justify;
    line-height: 1.5;
}

.present__anno {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

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


#contact {
    padding-bottom: 25px;
}

.contact__bnr {
    background-color: #0075c1;
    line-height: 1.4;
    padding: 18px 3%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 64px;
}

.contact__inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 1165px) {
    .inner-1165 {
        padding-left: 3%;
        padding-right: 3%;
    }

    .intro__box-btn {
        min-width: 36vw;
        min-height: 6.4vw;
        font-size: 2.7vw;
    }

    .intro__box-desc {
        font-size: 1.7vw;
        width: 100%;
    }

    .select__list-title {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 1000px) {
    .contact__inner {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-bottom: 13vw;
    }

    .intro__box {
        flex-direction: column;
    }

    .intro__box-desc {
        font-size: 3.2vw;
        margin-bottom: 40px;
    }

    .intro__box-btn {
        min-width: 72vw;
        min-height: 12.8vw;
        font-size: 5.4vw;
    }

    .select__heading {
        line-height: 1.4;
        font-size: 42px;
    }

    .select__list {
        flex-direction: column;
    }

    .select__list-item {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .select__list-title {
        font-size: 21px;
    }

    .select__list-content {
        flex-direction: column;
    }

    .select__list-ph {
        width: 100%;
        margin-bottom: 20px;
    }

    .select__list-desc {
        width: 100%;
    }

    .present__box {
        flex-direction: column;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 40px;
    }

    .present__box-ph {
        width: 100%;
    }

    .present__box-content {
        padding-top: 0;
        margin-bottom: 30px;
    }

    .present__heading {
        line-height: 1.6;
    }

    .present__heading-m {
        font-size: 4.6vw;
    }

    .present__heading-l {
        font-size: 9vw;
    }

    .present__box-content {
        width: 100%;
    }

    .present__anno {
        padding-left: 0;
    }

    .present__area {
        padding-left: 4%;
        padding-right: 4%;
    }

    .present__list-item {
        width: 100%;
    }

    .present__list-title {
        font-size: 16px;

    }

    .present__area-title {
        text-align: center;
        line-height: 1.6;
    }

    .present__area-title span {
        display: inline-block;
        padding-bottom: 12px;
    }


    .present__area-title span::after {
        bottom: 12px;
    }


}

@media screen and (max-width: 720px) {
    .contact__bnr {
        font-size: 5vw;
    }
}

@media screen and (max-width: 540px) {
    .select__list-heading {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }

    .select__list-item {
        padding-top: 30px;
    }

    .select__list-item:first-child .select__list-num,
    .select__list-item:not(:first-child) .select__list-num {
        margin-right: 0;
    }
}

@media screen and (max-width: 520px) {
    .intro__heading-sub {
        font-size: 5.5vw;
    }

    .intro__heading-main {
        font-size: 12.8vw;
    }

    .select__list-title {
        font-size: 4vw;
    }
}

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

    .present__box-heading,
    .present__area-title {
        font-size: 6.4vw;
    }

    .present__area-subTitle {
        font-size: 4.8vw;
    }

}