@charset "utf-8";

/* -------------------- ALL --------------------*/

body {
    background-color: #993233;
}

img {
    width: 100%;
}

a {
    display: block;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}


/* -------------------- HEADER --------------------*/
header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

header ul .header-logo images {
    height: 80px;
}



/* -------------------- FV --------------------*/
#fv {
    position: relative;
    background: url(../images/fv-back.jpg);
    background-position: -400px top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 100px;
}

#fv h1 {
    width: 70%;
}

#fv .fv-button {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}

#fv .fv-button .change {
    display: block;
    background: url(../images/cv-button-off.png) no-repeat center;
    background-size: 100% auto;
    height: 0;
    font-size: 0;
    padding-top: 16%;
}

#fv .fv-button .change:hover {
    background: url(../images/cv-button-on.png) no-repeat center;
    background-size: 100% auto;
}



/* -------------------- POINT --------------------*/
#point {
    background: url(../images/back-01.jpg);
    background-size: cover;
    padding: 100px 0;
}


/* -------------------- whats --------------------*/
#whats {
    background: url(../images/back-02.png);
    background-size: cover;
    padding: 40px 0;
}

#whats .wrapper {
    padding: 80px 0;
}


/* -------------------- FLOW --------------------*/
#flow {
    background: url(../images/back-01.jpg);
    background-size: cover;
    padding: 100px 0;
}

#flow .flow-01 {
    margin-bottom: 60px;
}


/* -------------------- ITEMS --------------------*/
#items {
    background: url(../images/back-02.png);
    background-size: cover;
    padding: 40px 0;
}

#items .wrapper {
    padding: 80px 0;
}


/* -------------------- QA --------------------*/
#qa {
    background: url(../images/back-01.jpg);
    background-size: cover;
    padding: 150px 0;
}


/* -------------------- FOOTER --------------------*/
footer {
    color: #fff;
    background-color: #111;
    text-align: center;
    padding: 40px 0;
}

footer div {
    width: 15%;
    margin: 0 auto;
}

footer ul {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin: 40px 0;
}

footer ul a {
    text-decoration: underline;
}

footer ul a:hover {
    color: #993233;
}




.title_text_c h2{
    background:#fac667;
    padding:15px;
    font-size:24px;
    color:#000;
    text-align: center;
    margin:0 auto;
}
ul.t_five{
    margin:20px auto;
}
ul.t_five li{
    padding:15px;
    text-align:left;
    color:#000;
    font-size:16px;
    line-height: 1.8;
}
ul.t_five li h3{
    font-size:20px;
    font-weight: bold;
}
.pp{
    margin:20px auto;
}
.pp h3{
    color:#000;
    font-size:18px;
    font-weight: bold;
    line-height: 1.8;
    padding:15px 0 15px;
}
.pp p{
    color:#000;
    text-align:left;
    font-size:14px;
    font-weight: bold;
    line-height: 1.8;
    padding:10px 0 10px;
}


@media screen and (max-width: 1200px) {
    .wrapper {
        width: 95%;
    }

    header ul .header-logo images {
        height: 60px;
    }

    header ul .header-cv-button a images {
        height: 60px;
    }

    #fv .fv-button {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #fv {
        padding: 80px 0 60px;
        background-position: -340px top;
    }

    #point {
        padding: 60px 0;
    }

    #whats {
        padding: 20px 0;
    }

    #whats .wrapper {
        padding: 40px 0;
    }

    #flow {
        padding: 40px 0;
    }

    #items {
        padding: 20px 0;
    }

    #items .wrapper {
        padding: 40px 0;
    }

    #qa {
        padding:100px 0 40px;
    }

    .title_text_c h2{
        font-size:20px;
    }


    footer div {
        width: 25%;
    }
    footer ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
        column-gap: 10px;
        margin: 20px 0;
    }
    footer ul li{
        padding:10px 0 0;
    }

}

@media screen and (max-width: 548px) {
    header ul {
        padding: 10px;
    }

    header ul .header-cv-button a images {
        height: 40px;
    }

    #fv {
        padding: 80px 0 60px;
        background-position: -340px top;
    }

    #fv h1 {
        width: 80%;
    }

    #point {
        padding: 40px 0;
    }

    #whats {
        padding: 10px 0;
    }

    #whats .wrapper {
        padding: 20px 0;
    }

    #flow .flow-01 {
        margin-bottom: 20px;
    }

    footer {
        padding: 20px 0;
    }

    footer ul {
        margin: 20px 0;
        column-gap: 20px;
    }

}