@charset "UTF-8";
.common-pink-header,
.common-blue-header {
    width: 100%;
    margin-bottom: 4rem;
    position: relative;
    @media screen and (max-width: 767px) {
        margin-bottom: 3rem;
    }
    & span {
        font-style: normal;
        font-weight: 700;
        font-size: 2.8rem;
        line-height: 1;
        letter-spacing: 0.1em;
        color: #367ab2;
        padding-right: 1.8rem;
        background-color: #fff;
        position: relative;
        z-index: 1;
        @media screen and (max-width: 767px) {
            font-size: 1.8rem;
        }
    }
    &:before {
        width: 100%;
        height: 1px;
        background-color: #367ab2;
        left: 0;
        top: 50%;
        position: absolute;
        content: "";
    }
}

.common-pink-header {
    & span {
        color: #e28c76;
    }
    &:before {
        background-color: #e28c76;
    }
}

#application {
    .card-banner {
        @media screen and (max-width: 767px) {
            padding-top: 8.6rem;
        }
        width: 100%;
        & img {
            width: 100%;
            vertical-align: top;
        }
    }
    #intro-block {
        padding-top: 7rem;
        padding-bottom: 11rem;
        @media screen and (max-width: 767px) {
            padding-top: 5rem;
            padding-bottom: 6rem;
        }
        .orange-text {
            font-style: normal;
            font-weight: 700;
            font-size: 3rem;
            line-height: 1;
            text-align: center;
            letter-spacing: 0.08em;
            color: #ed6c00;
            margin-bottom: 4rem;
            @media screen and (max-width: 767px) {
                font-size: 2rem;
                margin-bottom: 3rem;
            }
        }
        .red-lined-text,
        .blue-lined-text {
            margin-bottom: 1.6rem;
            position: relative;
            width: 100%;
            display: flex;
            justify-content: center;
            &:before {
                width: 100%;
                height: 1px;
                background-color: #367ab2;
                left: 0;
                top: 50%;
                position: absolute;
                content: "";
            }
            & span {
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 1;
                letter-spacing: 0.08em;
                color: #367ab2;
                background-color: #fff;
                padding-left: 2rem;
                padding-right: 2rem;
                box-sizing: border-box;
                text-align: center;
                z-index: 1;
                @media screen and (max-width: 767px) {
                    font-size: 1.6rem;
                    padding-left: 1.2rem;
                    padding-right: 1.2rem;
                }
            }
        }
        .red-lined-text {
            &:before {
                background-color: #e36d6f;
            }
            & span {
                color: #e36d6f;
            }
        }
        .centered-text {
            font-style: normal;
            font-weight: 400;
            font-size: 1.8rem;
            line-height: 144%;
            text-align: center;
            letter-spacing: 0.08em;
            color: #000000;
            margin-bottom: 4rem;
            @media screen and (max-width: 767px) {
                font-size: 1.4rem;
                margin-bottom: 3rem;
            }
        }
        .anchor-flex {
            margin-top: 9rem;
            display: flex;
            gap: 4rem;
            @media screen and (max-width: 767px) {
                margin-top: 4rem;
                gap: 2rem;
                justify-content: space-between;
            }
            & a {
                display: flex;
                gap: 1.2rem;
                @media screen and (max-width: 767px) {
                    gap: 0.6rem;
                    align-items: center;
                }
                & span {
                    font-style: normal;
                    font-weight: 700;
                    font-size: 2.4rem;
                    line-height: 1;
                    letter-spacing: 0.1em;
                    color: #000000;
                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                    }
                }
                & img {
                    width: 2.1rem;
                    height: 2.1rem;
                    display: block;
                    vertical-align: top;
                }
            }
        }
    }
    #block2 {
        .card-table {
            width: 100%;
            margin-bottom: 3rem;
            position: relative;
            border-top: #cecece 1px solid;
            @media screen and (max-width: 767px) {
                display: block;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                width: 100%;
                margin-bottom: 1rem;
            }
            & tr {
                display: flex;
                & th {
                    font-style: normal;
                    font-weight: 700;
                    font-size: 1.8rem;
                    line-height: 1;
                    display: flex;
                    align-items: center;
                    text-align: center;
                    letter-spacing: 0.08em;
                    color: #ffffff;
                    background-color: #00ada9;
                    width: 18.3rem;
                    height: 100%;
                    border-bottom: #fff 1px solid;
                    box-sizing: border-box;
                    flex-shrink: 0;
                    height: auto;
                    padding: 2.2rem 1.45rem;
                    justify-content: center;
                    flex: 0 0 18.3rem;
                    white-space: nowrap;
                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                        padding: 1.5rem 1.45rem;
                        width: 15rem;
                        flex: 0 0 15rem;
                    }
                }
                & td {
                    justify-content: center;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 1.6rem;
                    line-height: 2rem;
                    letter-spacing: 0.04em;
                    color: #000000;
                    background-color: #f0f3f6;
                    border-bottom: #cecece 1px solid;
                    border-right: #cecece 1px solid;
                    box-sizing: border-box;
                    flex: 1;
                    min-height: 100%;
                    padding: 2.2rem 1.5rem;
                    display: flex;
                    align-items: left;
                    height: auto;
                    flex: 1 1 auto;
                    width: 25.4rem;
                    flex-direction: column;
                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                        line-height: 1.9rem;
                        padding: 1.5rem 1.5rem;
                        width: 24rem;
                    }
                    .img-wrapper {
                        margin-top: 2rem;
                        width: 100%;
                        height: 11.2rem;
                        display: flex;
                        justify-content: center;
                        align-items: flex-end;
                        @media screen and (max-width: 767px) {
                            height: 9.2rem;
                            margin-top: 1rem;
                        }
                        .card1 {
                            width: 14.9rem;
                        }
                        .card2 {
                            width: 14.7rem;
                        }
                        .card3 {
                            width: 13.7rem;
                        }
                        .card4 {
                            width: 14.5rem;
                        }
                    }
                }
            }
            & tr:first-child {
                & th {
                    padding: 2.2rem 1.45rem 2.2rem;
                    @media screen and (max-width: 767px) {
                        padding: 1.5rem 1.45rem;
                    }
                }
                & td {
                    padding: 2.2rem 1.45rem 2.2rem;
                    @media screen and (max-width: 767px) {
                        padding: 1.5rem 1.45rem;
                    }
                }
            }
            & tr:last-child {
                & td {
                    align-items: center;
                }
            }
        }
        .note {
            margin-bottom: 9rem;
            font-style: normal;
            font-weight: 400;
            font-size: 1.6rem;
            line-height: 2.4rem;
            letter-spacing: 0.08em;
            color: #000000;
            @media screen and (max-width: 767px) {
                font-size: 1.2rem;
                line-height: 1.8rem;
                margin-bottom: 4rem;
            }
        }
        .icon-text {
            margin-bottom: 9rem;
            width: 100%;
            @media screen and (max-width: 767px) {
                margin-bottom: 4rem;
            }
            .icon-flex {
                width: 100%;
                margin-bottom: 5rem;
                display: flex;
                gap: 2.8rem;
                @media screen and (max-width: 767px) {
                    margin-bottom: 3rem;
                    gap: 1.6rem;
                }
                .icon {
                    width: 12.7rem;
                    @media screen and (max-width: 767px) {
                        width: 7rem;
                    }
                    & img {
                        width: 100%;
                    }
                }

                .text {
                    flex: 1;
                    width: 100%;
                    .header {
                        margin-bottom: 1.6rem;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 2rem;
                        line-height: 2.6rem;
                        letter-spacing: 0.1em;
                        color: #000000;
                        @media screen and (max-width: 767px) {
                            font-size: 1.6rem;
                            line-height: 1.4;
                            margin-bottom: 1rem;
                        }
                        & span {
                            font-size: 1.8rem;
                            font-weight: 500;
                            @media screen and (max-width: 767px) {
                                font-size: 1.4rem;
                            }
                        }
                    }
                    .description {
                        font-style: normal;
                        font-weight: 400;
                        font-size: 1.6rem;
                        line-height: 150%;
                        letter-spacing: 0.08em;
                        color: #000000;
                        @media screen and (max-width: 767px) {
                            font-size: 1.4rem;
                        }
                        .blue {
                            color: #367ab2;
                            font-weight: bold;
                            display: block;
                            line-height: 150%;
                        }
                    }
                }
            }
        }
        .label-flex {
            display: flex;
            gap: 3.2rem;
            width: 100%;
            margin-bottom: 4rem;
            @media screen and (max-width: 767px) {
                gap: 1rem;
            }
            .label {
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 1;
                letter-spacing: 0.1em;
                color: #ffffff;
                background-color: #367ab2;
                /* padding: 1rem 2.2rem; */
                box-sizing: border-box;
                height: 4rem;
                position: relative;
                width: 12.9rem;
                display: flex;
                justify-content: center;
                align-items: center;
                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    gap: 0.6rem 1rem;
                    height: 3.6rem;
                    width: 12rem;
                    white-space: nowrap;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                &:after {
                    content: "";
                    position: absolute;
                    width: 1.7rem;
                    height: 1.7rem;
                    background: url("../../img/page/application/arrow-polygon.png") no-repeat center / 100% auto;
                    left: 5.6rem;
                    bottom: -3rem;
                    @media screen and (max-width: 767px) {
                        width: 1.3rem;
                        height: 1.3rem;
                        left: 5.3rem;
                        bottom: -2rem;
                    }
                }
            }
            .text {
                padding-top: 0.3rem;
                font-style: normal;
                font-weight: 400;
                font-size: 1.6rem;
                line-height: 2.4rem;
                letter-spacing: 0.08em;
                color: #000000;
                flex: 1;
                @media screen and (max-width: 767px) {
                    padding-top: 0;
                    font-size: 1.4rem;
                    line-height: 2.2rem;
                }
            }
        }
        .label-flex:last-child {
            margin-bottom: 9rem;
            @media screen and (max-width: 767px) {
                margin-bottom: 5rem;
            }
            .label {
                &:after {
                    display: none;
                }
            }
        }
    }
}

.blue-bg {
    background-color: #eaf6ff;
    padding-top: 7rem;
    padding-bottom: 7rem;
    @media screen and (max-width: 767px) {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .centered-title {
        font-style: normal;
        font-weight: 700;
        font-size: 2.6rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 0.1em;
        color: #000000;
        margin-bottom: 4rem;
        @media screen and (max-width: 767px) {
            font-size: 2rem;
            margin-bottom: 3rem;
        }
    }
    .buttons-flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2.6rem;
        @media screen and (max-width: 767px) {
            margin-bottom: 1rem;
            flex-direction: column;
            gap: 2rem;
        }
        .button {
            width: 57rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            @media screen and (max-width: 767px) {
                width: 100%;
            }
            .bubble {
                font-style: normal;
                font-weight: 700;
                font-size: 2.2rem;
                line-height: 1;
                text-align: center;
                letter-spacing: 0.1em;
                color: #ffffff;
                width: 47.7rem;
                height: 6.5rem;
                border-radius: 5.2rem;
                background-color: #367ab2;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: -0.8rem;
                z-index: 2;
                position: relative;
                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    width: 95%;
                    height: 4.8rem;
                }
                &:before {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-left: 1.549rem solid transparent;
                    border-right: 1.549rem solid transparent;
                    border-top: 2.579rem solid #367ab2;
                    z-index: -1;
                    bottom: -1.5rem;
                    left: 50%;
                    transform: translateX(-50%);
                    @media screen and (max-width: 767px) {
                        border-left: 0.8rem solid transparent;
                        border-right: 0.8rem solid transparent;
                        border-top: 1.4rem solid #367ab2;
                        bottom: -0.8rem;
                    }
                }
            }
            .bubble.green {
                background-color: #51a4ad;
                &:before {
                    border-top: 2.579rem solid #51a4ad;
                    @media screen and (max-width: 767px) {
                        border-top: 1.4rem solid #51a4ad;
                    }
                }
            }
            .bubble.red {
                background-color: #e36d6f;
                &:before {
                    border-top: 2.579rem solid #e36d6f;
                    @media screen and (max-width: 767px) {
                        border-top: 1.4rem solid #e36d6f;
                    }
                }
            }
            .bubble.pink {
                background-color: #e28c76;
                &:before {
                    border-top: 2.579rem solid #e28c76;
                    @media screen and (max-width: 767px) {
                        border-top: 1.4rem solid #e28c76;
                    }
                }
            }
            .main-btn {
                background-color: #fff;
                border: #367ab2 0.3rem solid;
                border-radius: 1rem;
                padding: 3rem;
                box-sizing: border-box;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                height: 12.4rem;
                justify-content: center;
                @media screen and (max-width: 767px) {
                    padding: 2rem;
                    height: 9.4rem;
                }
                .line1 {
                    font-style: normal;
                    font-weight: 700;
                    font-size: 2.2rem;
                    line-height: 136%;
                    text-align: center;
                    letter-spacing: 0.1em;
                    color: #367ab2;
                    display: block;
                    margin-bottom: 0.3rem;
                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                    }
                }
                .flex {
                    display: flex;
                    align-items: center;
                    gap: 1.1rem;
                    @media screen and (max-width: 767px) {
                        gap: 0.6rem;
                    }
                }
                .line2 {
                    font-style: normal;
                    font-weight: 700;
                    font-size: 2.6rem;
                    line-height: 1;
                    text-align: center;
                    letter-spacing: 0.1em;
                    color: #000000;
                    display: block;
                    @media screen and (max-width: 767px) {
                        font-size: 1.6rem;
                    }
                }
                .icon {
                    position: relative;
                    width: 2.4rem;
                    @media screen and (max-width: 767px) {
                        width: 1.8rem;
                    }
                    & img {
                        width: 100%;
                        vertical-align: top;
                    }
                }
                .icon.blue-filter {
                    & img {
                        filter: brightness(0) saturate(100%) invert(42%) sepia(43%) saturate(677%) hue-rotate(165deg) brightness(96%) contrast(95%);
                    }
                }
                .icon.pink-filter {
                    & img {
                        filter: brightness(0) saturate(100%) invert(66%) sepia(40%) saturate(1498%) hue-rotate(309deg) brightness(89%) contrast(100%);
                    }
                }
            }
            .main-btn.green {
                border: #51a4ad 0.3rem solid;
                .line1.green {
                    color: #51a4ad;
                }
            }
            .main-btn.red {
                border: #e36d6f 0.3rem solid;
                .line1.red {
                    color: #e36d6f;
                }
            }
            .main-btn.pink {
                border: #e28c76 0.3rem solid;
                .line1.pink {
                    color: #e28c76;
                }
            }
        }
    }
    .note2 {
        margin-bottom: 4.3rem !important;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 150%;
        letter-spacing: 0.08em;
        color: #000000;
        @media screen and (max-width: 767px) {
            font-size: 1.2rem;
            margin-bottom: 3rem !important;
        }
    }
    .center-contact {
        display: flex;
        justify-content: center;
        width: 100%;
        @media screen and (max-width: 767px) {
            flex-direction: column;
            align-items: center;
        }
    }
    .contact {
        margin: 0 auto;
        border: #000 1px solid;
        padding: 1rem 3rem;
        box-sizing: border-box;
        display: inline-flex;
        align-items: baseline;
        justify-content: center;
        @media screen and (max-width: 767px) {
            padding: 1rem 2rem;
            gap: 1rem;
            flex-direction: column;
            align-items: center;
            /* display: flex; */
            /* width: 100%; */
        }
        .text1 {
            font-style: normal;
            font-weight: 700;
            font-size: 1.8rem;
            line-height: 1;
            letter-spacing: 0.08em;
            color: #000000;
            margin-right: 2rem;
            @media screen and (max-width: 767px) {
                font-size: 1.4rem;
                margin-right: 0;
                text-align: center;
            }
        }
        .text2 {
            font-style: normal;
            font-weight: 700;
            font-size: 2.4rem;
            line-height: 1;
            letter-spacing: 0.08em;
            color: #000000;
            margin-right: 0.4rem;
            @media screen and (max-width: 767px) {
                font-size: 1.8rem;
                margin-right: 0;
            }
        }
        .text3 {
            font-style: normal;
            font-weight: 400;
            font-size: 1.4rem;
            line-height: 1;
            letter-spacing: 0.08em;
            color: #000000;
            @media screen and (max-width: 767px) {
                font-size: 1.2rem;
            }
        }
    }
}

.blue-bg.pink {
    background-color: #f8ecec;
}

#block3 {
    padding-top: 9rem;
    @media screen and (max-width: 767px) {
        padding-top: 5rem;
    }
    .flex-cards {
        margin-bottom: 9rem;
        width: 100%;
        display: flex;
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
        @media screen and (max-width: 767px) {
            margin-bottom: 5rem;
            flex-direction: column;
        }
        .card {
            /* width: 33.333333333%; */
            width: 40rem;
            @media screen and (max-width: 767px) {
                width: 100%;
            }
            .card-title {
                font-style: normal;
                font-weight: 700;
                font-size: 1.8rem;
                line-height: 1;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                letter-spacing: 0.08em;
                color: #ffffff;
                background-color: #00ada9;
                height: 5.6rem;
                border-right: 1px solid #fff;
                @media screen and (max-width: 767px) {
                    border-right: none;
                    font-size: 1.6rem;
                    height: 4rem;
                }
            }
            .card-contents {
                background-color: #f0f3f6;
                padding: 1.4rem 2.4rem 3.5rem;
                box-sizing: border-box;
                border-right: 1px solid #cecece;
                @media screen and (max-width: 767px) {
                    padding: 1.4rem 2rem 2rem;
                    border-right: none;
                }
                .card-description {
                    margin-bottom: 3rem;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 1.6rem;
                    line-height: 2rem;
                    letter-spacing: 0.04em;
                    color: #000000;
                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                        margin-bottom: 1rem;
                    }
                }
                .card-img {
                    width: 18.2rem;
                    margin: 0 auto;
                    @media screen and (max-width: 767px) {
                        width: 16rem;
                    }
                    & img {
                        width: 100%;
                        vertical-align: top;
                    }
                }
            }
        }
        .card:last-child {
            .card-title {
                border-right: none;
            }
            .card-contents {
                border-right: none;
            }
        }
    }
}

@media screen and (max-width: 767px) {
    .card-table::before {
        content: "←";
        position: absolute;
        right: 0;
        top: 0;
        animation: moveArrow 3s linear infinite;
        font-size: 20px;
        color: #000000bb;
        border: 4px solid #000000bb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.3s ease-in-out;
        opacity: 1;
    }

    .card-table.scrolling::before {
        display: none;
    }
}

@keyframes moveArrow {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
    }
}

.pageup {
    & img {
        filter: brightness(0) saturate(100%) invert(50%) sepia(36%) saturate(982%) hue-rotate(309deg) brightness(102%) contrast(78%) !important;
    }
}

#form-submit {
    cursor: pointer;
    transition: all .3s ease-in;
}

#form-submit:hover {
    opacity: 0.8;
}