<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* background */
.background {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #F8F6EF;
    height: 2150px;
}

.background2 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #FFFFF3;
    height: 2250px;
}

.background3 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #FFFFF3;
    height: 2300px;
}

.Positioning {
    margin-top: -2100px;
}

.Positioning1-2 {
    margin-top: -2200px;
}

.Positioning2 {
    margin-top: -2230px;
}

/*layout */
.flex {
    display: flex;
    gap: 80px;
}


.flex2 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    display: flex;
    gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

/* photomove_new */
.fadeslide {
    position: relative;
    overflow: hidden;
    width: 525px;
    height: 698px;
    z-index: 3;
}

.fadeslide div {
    position: absolute;
    top: 10px;

}

.fadeslide div:nth-of-type(1) {
    animation: fadeslide 6s 0s infinite both;
    z-index: 2;
}

.fadeslide div:nth-of-type(2) {
    animation: fadeslide 6s 3s infinite both;
    z-index: 1;
}



@keyframes fadeslide {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* photomove_new2 */
.fadeslide2 {
    position: relative;
    overflow: hidden;
    width: 525px;
    height: 698px;
    z-index: 3;
}

.fadeslide2 div {
    position: absolute;
    top: 10px;

}

.fadeslide2 div:nth-of-type(1) {
    animation: fadeslide 7s 0s infinite both;
    z-index: 2;
}

.fadeslide2 div:nth-of-type(2) {
    animation: fadeslide 7s 3.5s infinite both;
    z-index: 1;
}



@keyframes fadeslide2 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* font*/
.titlefont {
    font-family: 'Times New Roman';
    color: #002060;
    line-height: 1.5;
    text-align: center;

}

.subtitlefont {
    font-family: '游ゴシック', 'YuGothic';
    color: #002060;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}


.voicefont {
    font-family: 'Times New Roman';
    line-height: 1.5;
    text-align: left;
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
}

.basefont {
    font-family: '游ゴシック', 'YuGothic';
    line-height: 1.5;
}


.coments_left {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 50%;
}

.coments_right {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 40%;
}

.coments_right_2 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 40%;
}

.image_left {
    margin-top: 100px;
    margin-left: auto;
    margin-left: auto;
    height: auto;
    max-width: 50%;
}

.inner240 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 240px;
}

.inner480 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 480px;
}

.inner880 {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 1200px;
}

/* lineArrow*/
.lineArrow {
    width: 350px;
    height: 35px;
    border-bottom: 2px solid #000;
    border-right: 3px solid #000;
    transform: skew(50deg);
    margin: 0px 0px 20px 360px;
}


/* line*/

.border-solid {
    border: 1px solid;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}


.linkfont {
    margin-top: 50px;
    font-family: 'Times New Roman';
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
}

.linkfont2 {
    font-family: 'Times New Roman';
    line-height: 1.8;
    text-align: center;
    font-size: 24px;
}

/* link*/
.p-person__link1 {
    white-space: nowrap;
    line-height: 1.5;
    font-size: 12px;
    margin-top: 20px
}

@media(min-width: 768px) {
    .p-person__link1 {
        font-size: .89rem;
        margin-top: auto
    }
}

@media(hover: hover),
(-ms-high-contrast: none) {
    .p-person__link1:hover {
        text-decoration: underline
    }
}</pre></body></html>