@charset "UTF-8";

body {
    font-family: "Hiragino Kaku Gothic ProN";
}

@media print,
screen and (min-width: 768px) {
    .l-main {
        padding: 0 0 50px;
    }
}


.l-main__in {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    min-width: auto;
}


.p-lead__content {
    position: relative;
}

.p-lead__in {
    height: auto;
    width: 100%;
    padding: 0;
    max-width: none;
    min-width: auto;
}

.p-lead__content_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: 0;
    text-align: center;
    width: 100%;
}

.p-lead__title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.p-lead__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.p-lead__textbox {
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.p-lead__text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.p-lead__figure {
    margin: 0;
    position: relative;
}

.p-lead__img {
    width: 100%;
    height: auto;
    display: block;
}




.p-main_text {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 166.7%;
}

.l-section_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 95px;
    margin-bottom: 100px;
}

.c-contents01 {
    max-width: 752px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}


.c-box01 {
    border-top: 2px solid #0056A7;
    ;
    padding: 40px 60px;
    margin-top: 40px;
}

.c-box01 .c-heading-02 {
    margin-top: 38px;
}

.c-box_title {
    font-size: 2.4rem;
}

.c-box02 {
    padding: 60px 0px;
}

.l-row.u-center {
    display: flex;
    align-items: center;
}

.p-flag {
    display: flex;
    align-items: center;
    gap: 15px;
}

.c-text02 {
    font-size: 14px;
}

.c-contents01 {
    display: flex;
    align-items: stretch;
}

.c-contents01>div {
    display: flex;
}

.c-figure {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.c-figure__img {
    margin: auto 0;
    display: block;
    max-width: 100%;
}

.c-figure__caption {
    position: relative;
    padding-left: 20px;
}

.c-figure__caption::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e60012;
}

.c-contents03 {
    max-width: 880px;
    width: 100%;
    margin: 80px auto 30px;
    min-width: auto;
}

@media (max-width: 767px) {
    .l-main {
        padding: 0px 0px 60px;
    }

    .l-main__in {
        margin-top: 130px;
        padding: 0 15px;
    }

    .p-lead__subtitle {
        font-size: 20px;

    }

    .l-section_wrapper {
        display: block;
        text-align: center;
    }

    .p-main_text {
        font-size: 18px;
        line-height: 166.7%;
    }

    .p-lead__in {
        border-bottom: none;
    }

    .p-lead__content_wrapper {
        color: #fff;
        position: absolute;
        top: 35vw;
        left: auto;
        transform: none;
    }

    .p-flag--sp {
        border-bottom: none;
    }

    .p-lead__title+.p-lead__figure {
        margin-top: 0;
    }

    .p-lead__figure {
        /* position: absolute; */
        width: 100%;
    }

    .c-box01,
    .c-box02 {
        padding: 20px;
    }

    .c-box01 {
        margin-top: 20px;
    }

    .c-figure__caption {
        text-align: center;
        padding-left: 0;
    }

    .c-figure__caption::before {
        width: 1.56vw;
        height: 1.56vw;
        top: 2.08vw;
        left: 35%;
        transform: translateX(-50%);

    }

    .c-box_title {
        font-size: 20px;
    }

    .c-heading-02 {
        font-size: 16px;
        line-height: 125%;
    }

    .c-box01 .c-text {
        font-size: 14px;
        line-height: 166.7%;
        margin-top: 18px;
    }

    .p-lead__text {
        margin-top: 0;
        font-size: 16px;
    }

    .c-button-group .c-button-auto {
        font-size: 12px;
        font-weight: 600;
        line-height: 170%;
    }

    .p-lead__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: auto;
    }

    .p-lead__title {
        position: static;
        transform: none;
        font-size: 28px;
    }

    .c-contents02 .c-box_title {
        text-align: center;
    }

    .c-contents02 .p-info__title {
        font-size: 20px;
    }

    .c-contents03 {
        padding: 0 15px;
        margin: 60px auto 0;
    }

}

@media (max-width: 570px) {
    .p-lead__content_wrapper {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}