@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

*,
*:before,
*:after {
    box-sizing: border-box;
}

/*  */

#main_content {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
}

#box_kv {

    width: 100%;
    position: relative;
    overflow: hidden;

    & div.wrap {
        max-width: 1600px;
        margin-inline: auto;
        position: relative;
        z-index: 9;
    }

    & h1 {
        width: 100%;
        margin-inline: auto;
    }

    & h2 {
        font-size: 2.8rem;
        font-weight: 500;
        font-feature-settings: "palt" 1;
        letter-spacing: 0.05em;
        line-height: 1.4;
        color: #274E9B;
    }

    /*  */
}

#box_kv::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vw * 0.37);
    max-height: 592px;
    background-image: url(/management/assets/img/bg_kv.avif);
    background-size: cover;
    /* background-position: 0 0; */
    background-position: 0 -15px;
    background-repeat: no-repeat;
    filter: blur(10px);
    z-index: 1;
    overflow: hidden;
}

p.btn {
    margin-inline: auto;
    text-align: center;
    margin-top: 2em;
}

p.btn a {
    font-size: 1.8rem;
    position: relative;
    background-color: #FF900E;
    line-height: 1.4;
    padding: 1.2em 4.6em 1em 3.0em;
    border-radius: 8px;
    transition: 0.3s;
}

p.btn.zero a {
    background-color: #0965a9;
}

p.btn a::after {
    content: '';
    display: block;
    background-image: url(/management/assets/img/icon_search.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 31px;
    height: 31px;
    position: absolute;
    top: calc(50% - 15px);
    right: 2.6em;
}

p.btn a:hover {
    transform: translate(0, -12px);
}

/*  */

#main_content main {
    width: 100%;
    padding: 0;
    margin-top: 0;
    /* width: 1088px;
    margin-inline: auto; */
}


[id^="sec_"] {
    margin-top: 68px;
    position: relative;
}

[id^="sec_"]>div.inner {
    width: 1088px;
    margin-inline: auto;
    position: relative;
    overflow: visible;

    /* border-left: #666666 solid 1px;
    border-right: #666666 solid 1px; */
}

/* [id^="sec_"] */
[id^="sec_"] {

    & div.ttl {
        /* display: flex; */
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }

    & div.ttl::after {
        /* content: '';
        display: block;
        width: 100vw;
        height: 2px;
        border: #274E9B dotted 4px;
        position: absolute;
        top: 50%;
        right: 0; */

        background: radial-gradient(circle farthest-side, #00B3BC, #00B3BC 60%, transparent 60%, transparent);
        background-size: 10px;
        content: '';
        display: inline-block;
        height: 10px;
        width: 100%;
        position: absolute;
        right: -102%;
    }

    & div.ttl span {
        display: block;
        width: 218px;
        height: auto;
    }

    & div.ttl h3 {
        font-size: 3.6rem;
        line-height: 1.2;
        color: #FF8276;
        font-weight: 500;
        text-align: right;
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;

    }

    & div.ttl h3::after {
        content: '';
        display: inline-block;
        width: 118px;
        height: 119px;
        background-image: url(/management/assets/img/fig_icon_staff.avif);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-left: 24px;
    }

    & div.wrap {
        width: 945px;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 24px;
        padding-bottom: 60px;
        position: relative;
        overflow: visible;
    }

    & #fig_02 {
        width: 748px;
        margin-inline: auto;
        margin-top: 30px;
    }


    & p:not(:first-child) {
        margin-top: 1.2em;
    }

    & div.wrap div.inner {
        padding: 1.6em 3em;
    }

    & p.note {
        color: #555555;
        font-size: 0.8em;
        line-height: 2;
    }

    p.zero {
        margin-top: 3em;
    }

    & p strong {
        font-weight: 400;
        background: linear-gradient(transparent 10%, #F7F9C0 0%);
    }

}

/* / [id^="sec_"] */

/* #sec_point1 */

#sec_point1 {

    & div.wrap:nth-child(2) {
        margin-left: auto;
        z-index: 99;
    }

    & figure.sttl {
        border-radius: 22px 22px 0 0;
        overflow: hidden;
        position: relative;
        border: #fff solid 2px;

        & h4 {
            position: absolute;
            width: 380px;
            top: 70px;
            left: 84px;
        }
    }

    /*  */

    & div.wrap:nth-child(3) {
        z-index: 9;
        margin-top: -120px;

        & div.sttl {
            text-align: center;
            margin-top: 180px;

            & p {
                text-align: center;
                font-size: 3.2rem;
                color: #274E9B;
                font-weight: 600;
            }

            & h5 {
                background-color: #507CC6;
                color: #fff;
                font-size: 2.0rem;
                text-align: center;
                display: inline-block;
                border-radius: 28px;
                font-weight: 400;
                padding: 0.6em 2.0em;
                line-height: 1;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                margin-top: 1em;

            }

            & h5 strong {
                font-family: 'Roboto', sans-serif;
                font-size: 1.6em;
                margin-inline: 0.2em;
            }

        }

        & div.inner {
            width: 800px;
            display: flex;
            justify-content: space-between;
            padding: 0;
            margin-top: 30px;
            margin-inline: auto;
        }

        & div.table {
            width: 374px;
            position: relative;

            & h6 {
                color: #fff;
                background-color: #67A9BD;
                font-size: 2.0rem;
                text-align: center;
                padding: 0.2em 0;
            }

            & dl {
                display: flex;
                flex-wrap: wrap;
            }

            & dt,
            & dd {
                text-align: right;
                padding: 8px 14px;
                border-top: #fff solid 2px;
            }

            & dt:not(:last-of-type),
            & dd:not(:last-child) {
                /* border-bottom: #fff solid 2px; */
            }

            & dt {
                width: 52%;
                background-color: #C4E2EB;
                font-size: 1.6rem;
                border-right: #fff solid 2px;
                display: inline-flex;
                align-items: center;
                justify-content: flex-end;
            }

            & dd {
                width: 48%;
                background-color: #DBE9EE;
                font-size: 2.4rem;
                font-family: 'Roboto', sans-serif;
            }

            & dd:last-child {
                font-weight: 700;
            }

        }

        /* & div.table:nth-child(1)::after {
            content: '';
            display: block;
            width: 62px;
            height: 50px;
            background-image: url(/management/assets/img/arrow.svg);
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 100% auto;
            position: absolute;
            right: -70px;
            top: calc(50% - 32px);
            z-index: 99;
        } */

        & #fig_arrow {
            display: block;
            width: 62px;
            height: 50px;
            position: absolute;
            right: -70px;
            top: calc(50% - 32px);
            z-index: 99;
            transition-delay: 0.6s;
        }

        & div.table:nth-child(2) {

            & h6 {
                background-color: #FF900E;
            }

            & dt {
                background-color: #F8E0C3;
            }

            & dd {
                background-color: #F4E9DC;
            }

            & dd:nth-child(n+7) {
                color: #F52525;
            }
        }

        & div.inner+p {
            text-align: center;
            font-size: 3.2rem;
            color: #274E9B;
            font-weight: 700;
        }

        & div.inner+p sup {
            font-weight: 400;
            font-size: 0.6em;
            vertical-align: top;
        }

        & p.note {
            text-align: center;
            font-size: 1.8rem;
            color: #666666;
        }

        /*  */

    }

}

/* /#sec_point1  */

#sec_point2 {

    margin-top: 150px;

    & div.inner:nth-child(1) {
        text-align: right;
    }

    & div.ttl {
        justify-content: flex-end;
        margin-right: -18px;
        margin-bottom: 20px;
    }

    & div.ttl h3 {
        order: 1;
        margin-left: auto;
        text-align: left;
        margin-right: 40px;
    }

    & div.ttl h3::before {
        content: '';
        display: inline-block;
        width: 118px;
        height: 119px;
        background-image: url(/management/assets/img/fig_icon_staff.avif);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-right: 20px;
    }

    & div.ttl h3::after {
        display: none;
    }

    & div.ttl span {
        order: 2;
    }

    & div.ttl::after {
        right: auto;
        left: -102%;
    }

    /*  */
}

#sec_point3 div.wrap,
#sec_point2 div.wrap {

    width: 944px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    overflow: hidden;


    & figure {
        overflow: hidden;
        width: auto;
        height: 100%;
    }

    & h4 {
        font-size: 3.2rem;
        color: #274E9B;
        font-weight: 500;
        line-height: 1;
    }

    & h5 {
        font-size: 1.6rem;
        color: #274E9B;
        font-weight: 500;
        line-height: 1;
        margin-top: 1.4em;
    }

    & p {
        margin-top: 0.8em;
    }

    & h5+p {
        margin-top: 0.4em;
    }

    &>div {
        width: 640px;
        padding: 36px 50px;
    }

    & div.right {
        order: 1;
    }

    & figure {
        border: #fff solid 3px;
        border-radius: 0 24px 24px 0;
    }

    & div.right+figure {
        order: 0;
        border-radius: 24px 0 0 24px;
    }

}

#sec_point2 div.wrap:not(:nth-child(2)) {
    margin-top: 48px;
}

#sec_point2 div.wrap:nth-child(3) {

    margin-left: auto;

    &>div {
        width: 1000px;

        & figure {
            border: none;
            width: 90%;
            margin-inline: auto;
            margin-top: 40px;
        }

    }
}

#sec_point2 div.wrap:nth-child(4) {

    &>div {
        width: 1040px;

    }
}

#sec_point2+p.btn {
    margin-top: 60px;
}

/* /#sec_point2  */

#sec_point3 {
    margin-top: 130px;

    & div.inner {
        text-align: right;
    }

    & div.ttl {
        justify-content: flex-end;
        margin-left: auto;
    }

    & div.wrap {
        margin-left: auto;
        margin-top: 20px;
    }

    & div.wrap {
        &>div {
            width: 1180px;
        }
    }

}

#sec_point3+p.btn {
    margin-top: 40px;
    margin-bottom: 150px;
}

/* /#sec_point3  */


div.rassurer {
    width: 1088px;
    margin-inline: auto;
}

div.rassurer p:not(:first-child) {
    margin-top: 3em;
}

/* footer */

#wrapper>footer::before {
    top: -80px;
}

footer:after {
    height: 160px;
    top: -180px;
    z-index: 9;
    background-color: transparent;

    /*display: none;*/
}

/* 背景指定 */

.bg_round {
    width: auto;
    position: absolute;
    z-index: -1;
}

#sec_point1 {

    & .bg_round {}

    & .bg_round:nth-of-type(1) {
        top: 260px;
        height: 485px;
    }

    & .bg_round:nth-of-type(2) {
        height: 486px;
        top: 1280px;
        right: 0;
    }

    & .bg_round:nth-of-type(3) {
        height: 464px;
        bottom: -130px;
    }

}

#sec_point2 {

    & .bg_round {
        right: 0;
    }

    & .bg_round:nth-of-type(1) {
        top: 320px;
        height: 464px;
    }

    & .bg_round:nth-of-type(2) {
        height: 594px;
        top: 680px;
    }
}

#sec_point3 {

    & .bg_round {
        height: 449px;
        left: 0;
        top: 260px;
    }
}

/*  */

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

    .bg_round {
        display: none;
    }

    #box_kv {

        & h1 {
            width: 124%;
        }

        & h1 img {
            margin-top: -2%;
            margin-left: -12%;
        }

        & h2 {
            font-size: 5vw;
            /* 16px */
            font-size: 4.375vw;
            font-size: 4.0625vw;
            /* 13px */
            font-size: 3.75vw;
            /* 12px */
            text-align: left;
            width: 88vw;
            padding: 0.0em 0.1em 0.6em;
            margin-inline: auto;
        }

        & h2 br {
            display: none;
        }

        /*  */
    }

    p.btn {
        margin-top: 0.4em;
        width: 88vw;
    }

    p.btn a {
        font-size: 3.4375vw;
        /* 11px */
        font-size: 3.75vw;
        /* 12px */
        font-size: 4.0625vw;
        /* 13px */
        padding: 1.0em 4.6em 0.8em 3.0em;
        width: 100%;
    }

    p.btn a::after {
        width: 2em;
        height: 2em;
        right: 2.4em;
    }


    /*  */

    #main_content main {
        width: 88vw;
        margin-inline: auto;
        margin-top: 4vw;
    }

    [id^="sec_"]>div.inner {
        width: 100%;
    }

    [id^="sec_"] {
        margin-top: 4vw;

        /*  */

        & div.ttl {
            display: block;
            text-align: center;
        }


        & div.ttl span {
            width: 30vw;
            margin-inline: auto;
            margin-bottom: -2vw;
        }

        & div.ttl h3 {
            font-size: 5vw;
            /* 16px */
            justify-content: space-between;
        }


        & div.ttl h3::after {
            width: 4em;
            height: 4em;
            margin-left: 1em;
        }

        & div.ttl::after {
            display: none;
        }

        /*  */

        & div.wrap {
            width: 100%;
            padding-bottom: 12vw;
        }

        & p {
            font-size: 3.75vw;
            /* 12px */
        }

        /*  */

        & #fig_02 {
            width: 94%;
            margin-top: 4vw;
        }

        & #fig_02 img {
            width: 100%;
            height: auto;
        }

        & div.wrap div.inner {
            padding: 4vw 6vw;
        }

        /*  */

        & p.note {
            font-size: 0.8em;
            line-height: 1.6;
        }

        & p.btn {
            width: 78vw;
        }


    }

    /*  */

    #sec_point1 {

        opacity: 1;
        transform: translateY(0px);
        transition: 0.5s;

        & div.ttl {
            margin-bottom: 6vw;
        }

        & figure.sttl {
            & h4 {
                width: 40vw;
                top: 8vw;
                left: 4vw;
            }
        }

        & div.wrap:nth-child(3) {
            z-index: 9;
            margin-top: 8vw;
        }

        & div.wrap:nth-child(3) {
            padding-inline: 6vw;

            & div.sttl {
                margin-top: 6vw;
            }

            & div.sttl {
                & p {
                    font-size: 5vw;
                    /* 16px */
                    line-height: 1.4;
                }

                & h5 {
                    font-size: 3.125vw;
                    /* 10px */
                }

                & h5 strong {
                    font-size: 5.625vw;
                    /* 18px */
                }

            }

            /*  */

            & div.inner {
                width: 100%;
                margin-top: 6vw;
                flex-direction: column;
            }

            & div.table {
                width: 100%;

                & h6 {
                    color: #fff;
                    background-color: #67A9BD;
                    font-size: 2.0rem;
                    text-align: center;
                    padding: 0.2em 0;

                    font-size: 4.0625vw;
                    /* 13px */
                }

                & dt {
                    font-size: 3.125vw;
                    /* 10px */
                }

                & dd {
                    font-size: 4.375vw;
                    /* 14px */

                }

            }

            & div.table:nth-child(2) {
                margin-top: 10vw;
            }

            /* & div.table:nth-child(1)::after {
                transform: rotate(90deg);
                top: auto;
                bottom: calc(10vw * 0.8064516129032258 * -1);
                right: calc(50% - 6.0vw);
                width: 10vw;
                height: calc(10vw * 0.8064516129032258);
            } */

            & #fig_arrow {
                transform: rotate(90deg);
                top: auto;
                bottom: calc(10vw * 0.8064516129032258 * -1);
                right: calc(50% - 6.0vw);
                width: 10vw;
                height: calc(10vw * 0.8064516129032258);
            }

            /*  */

            & div.inner+p {
                font-size: 5.625vw;
                /* 18px */
                line-height: 1.4;
            }

            & p.note {
                font-size: 3.4375vw;
                /* 11px */
            }

        }

























        /*  */
    }

    #sec_point2 {
        margin-top: 20vw;

        & div.inner:nth-child(1) {
            text-align: left;
        }

        & div.ttl {
            justify-content: flex-start;
            margin-right: 0;
            margin-bottom: 6vw;
        }

        & div.ttl h3 {
            margin-right: 0;
            align-items: center;
        }

        & div.ttl h3::before {
            width: 4em;
            height: 4em;
            margin-right: 1em;

        }

        /*  */

        & div.wrap {
            width: 100%;
            padding-bottom: 8vw;
            flex-wrap: wrap;
            position: relative;

            &>div {
                width: auto;
                padding: 6vw 6vw;
            }

            & figure {
                width: 30vw;
                margin-top: calc((6vw - 2px) * -1);
                height: auto;
            }

            & h4 {
                font-size: 4.6875vw;
                /* 15px */
                line-height: 1.2;
            }

            & h5 {
                font-size: 4.0625vw;
                /* 13px */
            }

        }

        & div.right {
            & figure {
                float: left;
                border-radius: 24px 0 0 0;
                margin-left: calc((6vw - 2px) * -1);
                margin-right: 4vw;
            }
        }


        /*  */
    }

    #sec_point2 div.wrap:nth-child(3) {
        &>div {
            & figure {
                width: 30vw;
                border-radius: 0 24px 0 0;
                float: right;
                margin-top: calc((6vw - 2px) * -1);
                margin-right: calc((6vw - 2px) * -1);
                margin-left: 4vw;
            }

            & p+figure {
                width: 100%;
                float: none;
                margin-top: 6vw;
                margin-inline: auto;
            }
        }
    }


    #sec_point3 {
        margin-top: 12vw;

        & div.wrap {
            width: 100%;
            margin-top: 6vw;

            & h4 {
                font-size: 4.6875vw;
                /* 15px */

            }

            &>div {
                width: auto;
                padding: 6vw 6vw;
            }

            & figure {
                width: 30vw;
                height: auto;
                border-radius: 24px 0 0 0;
                margin-top: calc((6vw - 2px) * -1);
                margin-left: calc((6vw - 2px) * -1);
                margin-right: 4vw;
                float: left;
            }

        }


        /*  */
    }

    #sec_point3+p.btn {
        margin-top: 12vw;
        margin-bottom: 20vw;
    }

    div.rassurer {
        width: 100%;
    }

    div.rassurer p:not(:first-child) {
        margin-top: 4vw;
    }

    div.rassurer a {
        display: block;
    }

    /*  */
}

/* animation */

.animation-fadein {
    opacity: 0;
    transition: 0.5s;
}

.animation-fadein.active {
    opacity: 1;
    transition: 0.5s;
}

.animation-fadein--up {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}

.animation-fadein--up.active {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s;
}

.animation-fadeUp {
    opacity: 0;
    transform: translateY(50px);
}

.animation-fadeUp.active {
    opacity: 1;
    transform: translateY(0px);
}

.animation-fadeUp01 {
    transition: 0.5s;
}

.animation-fadeUp01.active {
    transition: 0.5s;
}

.animation-fadeUp02 {
    transition: 0.8s;
}

.animation-fadeUp02.active {
    transition: 0.8s;
}

.animation-fadeUp03 {
    transition: 1.1s;
}

.animation-fadeUp03.active {
    transition: 1.1s;
}

.animation-fadeUp04 {
    transition: 1.4s;
}

.animation-fadeUp04.active {
    transition: 1.4s;
}


.animation-fadein--left {
    opacity: 0;
    transform: translateX(-100px);
    transition: 0.5s;
}

.animation-fadein--left.active {
    opacity: 1;
    transform: translateX(0px);
    transition: 0.5s;
}

.animation-fadein--right {
    opacity: 0;
    transform: translateX(100px);
    transition: 0.5s;
}

.animation-fadein--right.active {
    opacity: 1;
    transform: translateX(0px);
    transition: 0.5s;
}

/*  */

.bg_round.active {
    transition-delay: 0.8s;
    transition: 1.0s;
}

.table:nth-child(1).active {
    transition-delay: 0.4s;
}

.table:nth-child(2).active {
    transition-delay: 1.0s;
}

/*  */

footer:after {
    background-color: #fff !important;
}