<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
    padding-top: 108px;
    padding-bottom: 330px;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;;
}

.hero {
    padding: 86px 32px 8px;
    background-image: linear-gradient(0deg, #000031 0%, #140858 30%, #140858 70%, #000031 100%);
}

.hero .note {
    display: block;
    max-width: 930px;
    margin: 0 auto;
    font-size: 10px;
    color: #FFFFFF;
}

.article-title {
    max-width: 930px;
    margin: 0 auto;
}

.overview {
    position: relative;
    background-color: #CFA864;
    background-image: linear-gradient(90deg, #CFA864, #EFEDC2 30%, #EFEDC2 60%, #CFA864 100%);
}
.overview .section-container {
    position: relateive;
    max-width: 930px;
    padding: 0 40px;
    margin: 0 auto;
}

:is(.overview .section-container:nth-of-type(1)) {
    padding: 58px 40px 54px;
    height: 567px;
    background-color: #FFFFFF;
    background-image: url("../images/section-bg01.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

:is(.overview .section-container:nth-of-type(2)) {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 0 0 42px;
    height: 567px;
    background-color: #FFFFFF;
    background-image: url("../images/section-bg02_bottom.webp"), url("../images/section-bg02.webp");
    background-size: auto, contain;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
}

:is(.overview .section-container .section-title + .desc) {
    width: fit-content;
    font-size: 24px;
    line-height: 1.33;
}

:is(.overview .section-container:nth-of-type(1) .section-title) {
    margin-left: auto;
    width: fit-content;
    padding: 0 6px 12px 0;
}

:is(.overview .section-container:nth-of-type(2) .section-title) {
    width: fit-content;
    padding: 0 0 16px 0;
}

:is(.overview .section-container:nth-of-type(1) .section-title + .desc) {
    margin-left: auto;
    text-align: right;
    transform: translateX(0.5em);
}

:is(.section-title img) {
    height: 64px;
}

.column {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;;
    gap: 25px;
    margin-block-start: 18px;
}

.card {
    display: flex;
    flex-flow: column nowrap;
    width: 224px;
    gap: 10px;
}

:is(.overview .section-container:nth-of-type(2) .card) {
    width: 422px;
    margin-block-start: 32px;
}

.card .card-figure {
    order: 1;
    margin: 0;
}

.card .heading {
    order: 2;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    background-color: #25247B;
}

.card .desc {
    order: 3;
    font-size: 16px;
    line-height: 1.33;
}

.decoration-line {
    position: absolute;
    left: 50%;
    display: block;
    width: 100%;
    max-width: 930px;
    height: 108px;
    margin: 0 auto;
    border: 0;
    transform: translate(-50%, -58px);
    background-image: url("../images/section-bg01_bottom.webp");
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: clip;
}

@media (max-width: 930px) {
    :is(.overview .section-container:nth-of-type(1)) {
        background-size: cover;
    }
    :is(.overview .section-container:nth-of-type(2)) {
        background-size: auto, cover;
    }
}

@media (max-width: 768px) {
    #contents #pankuzu {
        padding-bottom: 1.2vw;
        margin-bottom: 0;
    }
    .hero {
        padding: 11.45vw 4.267vw 1.6vw;
        background-image: linear-gradient(0deg, #000031 0%, #140858 30%, #140858 70%, #000031 100%);
    }
    .hero .note {
        font-size: 2.667vw;
    }

    .overview .section-container {
        max-width: unset;
        padding: 0;
    }
    .decoration-line {
        max-width: unset;
    }
    :is(.section-title img) {
        height: 10.8vw;
    }
    :is(.overview .section-container:nth-of-type(1)) {
        padding: 6.4vw 0;
        height: unset;
    }
    :is(.overview .section-container:nth-of-type(1) .section-title) {
        padding-right: 3.2vw;
    }
    :is(.overview .section-container:nth-of-type(1) .section-title + .desc) {
        transform: translateX(0);
    }
    :is(.overview .section-container .section-title + .desc) {
        padding: 0.25em 3.2vw;
        font-size: 4.2vw;
        background-color: rgb(255 255 255 / 0.34);
    }
    :is(.overview .section-container:nth-of-type(1)) {
        background-size: cover;
    }
    :is(.overview .section-container:nth-of-type(2)) {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        padding: 12.4vw 4vw;
        height: 108vw;
        background-size: auto, cover;
        background-repeat: no-repeat, no-repeat;
        background-position: left bottom, right top;
    }
    :is(.overview .section-container:nth-of-type(2)) {
    }
    .column {
        justify-content: center;
        gap: 3.2vw;
        margin-block-start: 3.2vw;
    }
    .card {
        flex-flow: column nowrap;
        gap: 0;
        width: 45vw;
        height: 100%;
    }

    :is(.overview .section-container:nth-of-type(2) .card) {
        width: 92vw;
        height: auto;
        margin-block-start: 32px;
    }
    
    .card .card-figure {
        order: 1;
        margin: 0;
    }
    
    .card .heading {
        order: 2;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0.2em;
        color: #FFFFFF;
        background-color: #25247B;
    }
    
    .card .desc {
        order: 3;
        flex-grow: 1;
        min-height: 8.6vw;
        padding: 3.2vw;
        font-size: 3.2vw;;
        line-height: 1.33;
        background-color: rgb(255 255 255 / 0.48);
    }
    
}
</pre></body></html>