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



/**/
/*BASE*/
/**/
#contens .hero_container {
    width: 100%;
    height: 500px;
    background: url(../img/photo_bg_01.jpg) no-repeat center top;
    background-size: cover;
}

#contens .hero_container .wrapper {
    position: relative;
    margin: 0 auto;
    width: 900px;
}

#contens .hero_container .wrapper .text {
    position: absolute;
    top: 110px;
    left: 50%;
}

#contens .hero_container .wrapper .text .box {
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 2px solid #FD4873;
    border-bottom: 2px solid #FD4873;
}

#contens .hero_container .wrapper .text .box p.head {
    font-size: 2em;
    font-style: italic;
    color: #555;
    line-height: 1.4em;
}

#contens .hero_container .wrapper .text .box p:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 0;
    line-height: 1.5em;
}

#contens02 {
    padding-top: 50px;
}



/**/
/*ABOUT*/
/**/
#about .flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#about .flex.is-align-top {
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

#about .flex.line:not(:last-child) {
    border-bottom: dotted 1px #eee;
}

#about .flex.reverse {
    flex-direction: row-reverse;
}

#about .flex img {
    width: 35%;
    border-radius: 50%;
    border: 6px solid #eee;
}

#about .flex.normal &gt; div.text {
    padding-right: 30px;
}

#about .flex.reverse &gt; div.text {
    padding-right: 0px;
    padding-left: 30px;
}

#about p.point {
    border-radius: 20px;
    background-color: #77BFD7;
    display: inline;
    padding: 6px 15px;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    font-weight: 600;
}

#about p.title {
    margin-top: 10px;
    color: #E9577B;
    font-weight: 600;
    font-size: 1.3em;
}

#about p.text {
    margin-top: 10px;
}



/**/
/*POINT*/
/**/

#point .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#point .flex &gt; div {
    width: calc(94% / 3);
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
}

#point .flex &gt; div:nth-child(3n) {
    margin-right: 0;
}

#point .flex &gt; div:last-child {
    margin-right: 0;
}


#point .flex &gt; div &gt; img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

#point .flex &gt; div &gt; p.title {
    margin: 10px 0 5px 0;
    text-align: center;
    color: #E9577B;
    font-weight: 600;
    font-size: .9em;
}

#point .flex &gt; div &gt; p.text {
    font-size: 0.7em;
    padding: 3px 5px 10px 5px;
}




/*iphone+ä»¥ä¸‹*/
@media screen and (max-width: 768px) {

    /**/
    /*BASE*/
    /**/
    #contens .hero_container {
        position: relative;
        width: 100%;
        height: 500px;
        background: url(../img/photo_bg_01_sp.jpg) no-repeat right -90px top;
        background-size: cover;
    }

    #contens .hero_container .wrapper {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }

    #contens .hero_container .wrapper .text {
        position: absolute;
        top: 234px;
        left: 0;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }

    #contens .hero_container .wrapper .text .box {
        padding: 20px 16px;
    }



    /**/
    /*ABOUT*/
    /**/
    #about .flex img {
        width: 45%;
        border: 3px solid #eee;
    }

    #about p.text {
        font-size: 0.8em;
        line-height: 1.6em;
        margin-top: 6px;
    }

    #about p.title {
        font-size: 1.1em;
        margin-top: 5px;
    }

    #about p.point {
        border-radius: 20px;
        background-color: #77BFD7;
        display: inline;
        padding: 4px 10px;
        margin-bottom: 10px;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 10px;
        font-weight: 600;
    }

    #about .flex.normal &gt; div.text {
        padding-right: 15px;
    }

    #about .flex.reverse &gt; div.text {
        padding-right: 0px;
        padding-left: 20px;
    }


    #about .flex.is-align-top {
        flex-direction: column-reverse;
    }
    #about .flex.is-align-top img {
        width: 60%;
        margin: auto;
    }
    #about .flex.is-align-top &gt; div.text {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #about .flex.is-align-top p.point {
        width: 50%;
        display: block;
        text-align: center;
        margin: 15px auto;
        font-size: 15px;
    }


    /**/
    /*POINT*/
    /**/
    #point .flex &gt; div {
        width: calc(97% / 2);
        margin-right: 3%;
        margin-bottom: 3%;
        background-color: #fff;
        box-sizing: border-box;
    }

    #point .flex &gt; div:nth-child(3n) {
        margin-right: 3%;
    }

    #point .flex &gt; div:nth-child(2n) {
        margin-right: 0;
    }

    #point .flex &gt; div:last-child {
        margin-right: 0;
    }

    #point .flex &gt; div &gt; p.text {
        line-height: 1.6em;
    }


}</pre></body></html>