@charset "UTF-8";

/*共通*/
.sp {
    display: none;
}

.tb {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width:930px) {
    .sp {
        display: none;
    }

    .tb {
        display: block;
    }

    .pc {
        display: none;
    }
}

@media screen and (max-width:650px) {
    .sp {
        display: block;
    }

    .tb {
        display: none;
    }

    .pc {
        display: none;
    }
}


/*header*/
header .fv {
    position: relative;
}

header .fv .fv-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 99;
}

header .fv .fv-text p span {
    font-size: 75px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    letter-spacing: 0.03em;
}

header .fv .fv-text p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1300px) {
    header .fv .fv-text {
        top: 30%;
    }
}

@media screen and (max-width:960px) {

    header .fv .fv-text p span {
        font-size: 65px;
    }

    header .fv .fv-text p {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.2em;
    }

}

@media screen and (max-width:800px) {

    header .fv .fv-text p span {
        font-size: 60px;
    }

    header .fv .fv-text p {
        font-size: 14px;
        line-height: 1.6;
    }

}

@media screen and (max-width:730px) {

    header .fv .fv-text {
        top: 28%;
    }

    header .fv .fv-text p span {
        font-size: 55px;
    }

    header .fv .fv-text p {
        font-size: 13px;
        line-height: 1.5;
    }

}

@media screen and (max-width:700px) {

    header .fv .fv-text p span {
        font-size: 50px;
    }

}

@media screen and (max-width:630px) {

    header .fv .fv-text p {
        font-size: 12px;
    }

}

@media screen and (max-width:560px) {

    header .fv .fv-text {
        top: 27%;
    }

    header .fv .fv-text p span {
        font-size: 45px;
    }

    header .fv .fv-text p {
        font-size: 11px;
        line-height: 1.4;
    }

}

@media screen and (max-width:480px) {

    header .fv .fv-text {
        top: 25%;
    }

    header .fv .fv-text p span {
        font-size: 40px;
    }

    header .fv .fv-text p {
        line-height: 1.3;
    }

}

@media screen and (max-width:374px) {

    header .fv .fv-text {
        top: 23%;
    }

}


/*concept-top*/
#concept-top > div {
    position: relative;
}

#concept-top > div > p:nth-child(4) {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 19%;
    left: 0;
    z-index: 99;
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
}

#concept-top > div {
    background-color: #7f97a5;
}

#concept-top > div > div > p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 130px 3.5%;
    line-height: 1.9;
}

@media screen and (max-width:1400px) {
    #concept-top > div > p:nth-child(4) {
        top: 16%;
    }
}

@media screen and (max-width:1300px) {
    #concept-top > div > p:nth-child(4) {
        top: 13%;
    }
}

@media screen and (max-width:1100px) {
    #concept-top > div > p:nth-child(4) {
        top: 11%;
    }
}

@media screen and (max-width:1000px) {
    #concept-top > div > p:nth-child(4) {
        top: 10%;
    }
}

@media screen and (max-width:930px) {
    #concept-top > div > p:nth-child(4) {
        top: 13%;
    }

    #concept-top > div > div > p {
        padding: 100px 3.5%;
        font-size: 15px;
        text-align: justify;
    }
}

@media screen and (max-width:850px) {
    #concept-top > div > p:nth-child(4) {
        top: 11%;
    }
}

@media screen and (max-width:770px) {
    #concept-top > div > p:nth-child(4) {
        top: 10%;
    }
}

@media screen and (max-width:700px) {
    #concept-top > div > p:nth-child(4) {
        top: 8%;
    }
}

@media screen and (max-width:650px) {
    #concept-top > div > p:nth-child(4) {
        top: 15%;
    }

    #concept-top > div > div > p {
        padding: 50px 3.5%;
        text-align: left;
    }
}

@media screen and (max-width:600px) {
    #concept-top > div > p:nth-child(4) {
        top: 13%;
    }
}

@media screen and (max-width:520px) {
    #concept-top > div > p:nth-child(4) {
        top: 11%;
    }
}

@media screen and (max-width:480px) {
    #concept-top > div > p:nth-child(4) {
        top: 9%;
    }
}

@media screen and (max-width:450px) {
    #concept-top > div > p:nth-child(4) {
        top: 8%;
        font-size: 15px;
    }
}

@media screen and (max-width:390px) {
    #concept-top > div > p:nth-child(4) {
        top: 7%;
        font-size: 14px;
    }
}

@media screen and (max-width:350px) {
    #concept-top > div > p:nth-child(4) {
        top: 5%;
        font-size: 13px;
    }
}


/*flow*/
#flow > div > p {
    font-size: 0;
    width: 100%;
    display: flex;
}

#flow > div > p img {
    width: 25%;
}

#flow > p {
    font-size: 16px;
    text-align: center;
    padding: 160px 0;
    line-height: 1.9;
}

@media screen and (max-width:930px) {
    #flow > div > p {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #flow > div > p img {
        width: 50%;
    }

    #flow > p {
        padding: 100px 0;
    }
}

@media screen and (max-width:650px) {
    #flow > p {
        padding: 50px 0;
    }
}

#flow > .concept_bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3.5%;
}

#flow > .concept_bottom > div > p:first-child {
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 66.5px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 300px;
}

#flow > .concept_bottom > div:nth-child(4) > p:first-child,
#flow > .concept_bottom > div:nth-child(4) > p:first-child a {
    font-size: 50px;
}

#flow > .concept_bottom > div > p:first-child a {
    color: #fff;
    display: block;
    transition: 0.8s;
}

#flow > .concept_bottom > div > p:first-child:hover a {
    background: rgba(0, 0, 0, 0.6);
}

#flow > .concept_bottom > div:nth-child(1) > p:first-child {
    background-image: url(../img/concept_bottom1.jpg);
}

#flow > .concept_bottom > div:nth-child(2) > p:first-child {
    background-image: url(../img/concept_bottom2.jpg);
}

#flow > .concept_bottom > div:nth-child(3) > p:first-child {
    background-image: url(../img/concept_bottom3.jpg);
}

#flow > .concept_bottom > div:nth-child(4) > p:first-child {
    background-image: url(../img/concept_bottom4.jpg);
}

#flow > .concept_bottom > div > p:nth-child(2) {
    font-size: 14px;
    text-align: center;
    padding: 40px 0 120px 0;
    line-height: 1.9;
    color: #888;
}

@media screen and (max-width:1100px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 266px;
    }
}

@media screen and (max-width:1000px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 240px;
    }
}

@media screen and (max-width:930px) {
    #flow > .concept_bottom > div > p:nth-child(2) {
        padding: 20px 0 80px 0;
    }
}

@media screen and (max-width:900px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 224px;
    }
}

@media screen and (max-width:800px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 191px;
        font-size: 50px;
    }
}

@media screen and (max-width:750px) {

    #flow > .concept_bottom > div > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child a {
        line-height: 178px;
        font-size: 45px;
    }
}

@media screen and (max-width:700px) {

    #flow > .concept_bottom > div > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child a {
        line-height: 165px;
        font-size: 40px;
    }
}

@media screen and (max-width:650px) {
    #flow > .concept_bottom > div > p:nth-child(2) {
        padding: 10px 0 60px 0;
    }
}

@media screen and (max-width:670px) {

    #flow > .concept_bottom > div > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child a {
        line-height: 158px;
        font-size: 35px;
    }
}

@media screen and (max-width:650px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 153px;
    }
}

@media screen and (max-width:620px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 146px;
    }
}

@media screen and (max-width:600px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 141px;
    }
}

@media screen and (max-width:570px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 133px;
    }
}

@media screen and (max-width:550px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 128px;
    }
}

@media screen and (max-width:520px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 121px;
    }
}

@media screen and (max-width:500px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 116px;
    }
}

@media screen and (max-width:470px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 108px;
    }
}

@media screen and (max-width:450px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 103px;
    }
}

@media screen and (max-width:420px) {

    #flow > .concept_bottom > div > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child a {
        line-height: 97px;
        font-size: 30px;
    }
}

@media screen and (max-width:400px) {
    #flow > .concept_bottom > div > p:first-child {
        line-height: 90px;
    }
}

@media screen and (max-width:375px) {

    #flow > .concept_bottom > div > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child a {
        line-height: 88px;
        font-size: 25px;
    }
}

@media screen and (max-width:340px) {

    #flow > .concept_bottom > div > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child,
    #flow > .concept_bottom > div:nth-child(4) > p:first-child a {
        line-height: 80px;
        font-size: 23px;
    }
}
