@charset "UTF-8";

/*==========================
メインビジュアル
===========================*/
#mainVisual {
    background: url("img/fv_studio.jpg") no-repeat;
    z-index: 1;
    margin-top: -140px;
    height: 450px;
    background-size: cover;
    background-position: left;
    position: relative;
}

#mainVisual .key {
    position: absolute;
    bottom: 80px;
    left: 50px;
    width: 400px;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    #mainVisual {
        height: 300px;
        margin: 0;
        background-position: left -120px top 0;
    }

    #mainVisual .key {
        position: absolute;
        left: 15px;
        width: 285px;
        z-index: 10;
        bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    #mainVisual {
        background-size: cover;
    }
}

/*==========================
ご挨拶
===========================*/
#hello {
    background: url("../common/img/bg.jpg") no-repeat;
    background-size: cover;
    padding: 3em 0;
}

#hello h2 {
    position: relative;
    margin-bottom: 0.6em;
}

#hello h2:after {
    content: url("img/leaf.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    padding-top: 2.2em;
}

#hello .topics-box {
    background: #fff;
    border-radius: 50px;
    margin: 3em;
    padding: 0 5em 3em;
    text-align: center;
}

#hello .topics-box p {
    text-align: left;
    font-size: 15px;
}

#hello .topics-box p.name {
    font-size: 18px;
    font-family: "Hannari", 'Noto Serif JP', serif;
    padding: 1em 0 0.5em;
}

#hello .margin-l {}

#hello .name-box {
    margin: 0 0 0 auto;
    display: table;
}

#hello .name-box li {
    margin-bottom: 1em;
    text-align: left;
    font-size: 0.8em;
    list-style: disc;
    margin-left: 1.5em;
}

@media screen and (max-width: 768px) {
    #hello .topics-box {
        border-radius: 30px;
        margin: 2em 1em;
        padding: 0 3em 3em;
    }

    #hello h2:after {
        width: 250px;
        padding-top: 2.5em;
    }
}

@media screen and (max-width: 480px) {
    #hello .topics-box {
        border-radius: 20px;
        margin: 0 0.5em;
        padding: 0 1.5em 2em;
    }
}

/*==========================

===========================*/
#sec01 {
    background: #fff;
    text-align: left;
    padding: 4em 0 0;
}

#sec01 h2 {
    padding: 1.5em 0 0.5em;
    position: relative;
    line-height: 1.6;
}

#sec01 h2:after {
    content: url("../common/img/bar_s.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 250px;
}

#sec01 .pr {
    display: flex;
    margin: 0 auto;
    padding-bottom: 1em;
    justify-content: center;
}

#sec01 .pr .box,
#sec01 .pr .box-img {
    padding: 2%;
}

#sec01 .pr .box {
    width: 62%;
}

#sec01 .pr .box-img img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #sec01 h2 {
        padding: 1.7em 0 0.5em;
    }

    #sec01 h2:after {
        right: 0;
        width: 200px;
    }

    #sec01 .pr {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #sec01 .pr .box {
        width: 100%;
        padding: 2%;
        margin: 0 auto;
    }

    #sec01 .pr .box p {
        text-align: left;
    }
}

/*==========================

===========================*/
#sec02 {
    background: url("img/bg_st.svg") no-repeat;
    background-size: cover;
    text-align: left;
    padding: 5em 0;
}

#sec02 h2 {
    padding: 1.5em 0 0.5em;
    position: relative;
    line-height: 1.6;
}

#sec02 h2:after {
    content: url("../common/img/bar_s.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 250px;
}

#sec02 .pr {
    display: flex;
    margin: 0 auto;
    padding-bottom: 1em;
    justify-content: center;
}

#sec02 .pr .box,
#sec02 .pr .box-img {
    padding: 2%;
}

#sec02 .pr .box {
    width: 62%;
}

#sec02 .pr .box-img img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #sec02 h2 {
        padding: 1.7em 0 0.5em;
    }

    #sec02 h2:after {
        right: 0;
        width: 200px;
    }

    #sec02 .pr {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #sec02 .pr .box {
        width: 100%;
        padding: 2%;
        margin: 0 auto;
    }

    #sec02 .pr .box p {
        text-align: left;
    }
}

/*==========================

===========================*/
#sec03 {
    background: #fff;
    text-align: left;
    padding-bottom: 2em;
    border-bottom: 1px solid #FFF5F5;
}

#sec03 h2 {
    padding: 1.5em 0 0.5em;
    position: relative;
    line-height: 1.6;
}

#sec03 h2:after {
    content: url("../common/img/bar_s.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 250px;
}

#sec03 .pr {
    display: flex;
    margin: 0 auto;
    padding-bottom: 1em;
    justify-content: center;
}

#sec03 .pr .box,
#sec03 .pr .box-img {
    padding: 2%;
}

#sec03 .pr .box {
    width: 62%;
}

#sec03 .pr .box-img img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #sec03 h2 {
        padding: 1.7em 0 0.5em;
    }

    #sec03 h2:after {
        right: 0;
        width: 200px;
    }

    #sec03 .pr {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #sec03 .pr .box {
        width: 100%;
        padding: 2%;
        margin: 0 auto;
    }

    #sec03 .pr .box p {
        text-align: left;
    }
}