@charset "utf-8";

/* ======================
　　　　　common
======================= */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family:
        "Overlock",
        "Yuji Syuku",
        "Sawarabi Gothic",
        "Ovo",
        sans-serif;
    font-style: normal;
    background-color: #fff;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.section__topic {
    font-family: "Yuji Syuku";
    font-size: 3.5rem;
    font-weight: 400;
    text-align: center;
    color: #085194;
}

/* common pc */

@media screen and (min-width: 769px) {
    .section__topic {
        font-family: "Yuji Syuku";
        font-size: 7.0rem;
        font-weight: 400;
        text-align: center;
        color: #085194;
    }

} /* common pc END */


/* ======================
　　　　　main
======================= */

/* Contact */

.section--Contact {
    background-image: url(../images/back-mable.jpg);
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}

.Contact__txt_sp {
    color: #5F849C;
    text-align: center;
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.7px;
    padding: 30px 60px 30px 60px;
}

.Contact__txt_pc {
    display: none;
}

.form__category {
    color: #5F849C;
    font-family: Ovo;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: normal;
    padding-left: 40px;
    padding-right: 40px;
}

.care {
    color: #FF008A;
}

.group {
    margin-bottom: 20px;
    background-color: #FFF;
}

.group__textArea {
    height: 150px;
}

input[type="text"],
.group__textArea {
    display: block;
    width: 100%;
    padding: 8px 10px 8px 10px;
    border: 0.5px;
    font-size: 1.4rem;
}

input[type="text"]:focus,
.group__textArea:focus {
    outline: solid 1.5px #5F849C;
}

::placeholder {
    color: #D9D9D9;
}

.btn__submit__sp {
    text-align: center;
    padding: 20px 20px 45px 20px;
}

.btn__submit__pc {
    display: none;
}

/* Contact pc*/

@media screen and (min-width: 769px) {

.section--Contact {
    padding-top: 80px;
}

.Contact__txt_sp {
    display: none;
}

.Contact__txt_pc {
    display: block;
    color: #5F849C;
    text-align: center;
    font-family: "Sawarabi Gothic";
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.7px;
    padding: 60px 0px 40px 0px;
}

.form__category {
    color: #5F849C;
    font-family: Ovo;
    font-size: 3.0rem;
    font-weight: 400;
    line-height: normal;
    padding-left: 300px;
    padding-right: 300px;
}

.group__textArea {
    height: 275px;
}

input[type="text"],
.group__textArea {
    display: block;
    width: 100%;
    padding: 10px 12px 10px 12px;
    border: 0.5px;
    font-size: 1.8rem;
}

.btn__submit__sp {
    display: none;
}

.btn__submit__pc {
    display: block;
    text-align: center;
    padding: 40px 20px 100px 20px;
}

} /* Contact pc END*/


/* ======================
　　　　　footer
======================= */

.footer {
    background-image: url(../images/back-flower.jpg);
    background-color:rgba(95, 131, 156, 0.7);
    background-blend-mode:Multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    position: relative;
}

.footer__logo_sp {
    margin: 0 auto;
    text-align: center;
    padding: 33px 0px 0px 0px;
    width: 25%;
}

.footer__logo_pc {
    display: none;
}

.footer__sns {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.footer__sns__item1,
.footer__sns__item2,
.footer__sns__item3 {
    width: 26px;
    height: 25px;
}

.footer__sns__item2 {
    margin-left: 30px;
}

.footer__sns__item3 {
    margin-left: 30px;
    padding-top: 2px;
}

.copy {
    padding: 30px 0px 11px 17px;
}

.copy small {
    color: #FFF;
    font-family: Ovo;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}


/* footer pc */

@media screen and (min-width: 769px) {

    .footer {
        background-image: url(../images/back-flower.jpg);
        background-color:rgba(95, 131, 156, 0.7);
        background-blend-mode:Multiply;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom -170px;
        position: relative;
    }

    .footer__logo_sp {
        display: none;
    }

    .footer__logo_pc {
        display: block;
        text-align: center;
        padding-top: 60px;
    }

    .copy {
        padding: 50px 0px 24px 30px;
    }
    
    .copy small {
        color: #FFF;
        font-family: Ovo;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: normal;
    }

} /* footer pc END */