@charset "utf-8";

/* -------------------- FONT -------------------- */




/* -------------------- ALL -------------------- */
body {
    color: #fff;
    font-family: "dera";
    background-color: #222445;
}

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

.section-title {
    width: 90%;
    margin: 0 auto 40px auto;
}

@media screen and (max-width: 900px) {
    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .section-title {
        margin: 0 auto 20px auto;
    }
}


/* -------------------- HEADER -------------------- */
#header {
    padding: 16px 40px;
    /* FLEX */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header h1 {
    width: 260px;
}

/* #header div {
    background: url("../images/nyororon-header-btn.png") no-repeat;
} */

#header div a {
    width: 278px;
    height: 53px;
    background: url("../images/cv-btn.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
}

#header div a:hover {
    background-position: 0 -53px;
}

@media screen and (max-width: 747px) {
    #header {
        padding: 20px 20px;
    }

    #header h1,
    #header div {
        width: 150px;
    }
}

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

    #header h1 {
        width: 200px;
    }

    #header div a {
        width: 150px;
        height: 28px;
    }

    #header div a:hover {
        background-position: 0 -28px;
    }
}

@media screen and (max-width: 545px) {
    #header h1 {
        width: 160px;
    }
}


/* -------------------- FV -------------------- */
#fv {
    padding: 40px 0;
    /* BACK GROUND */
    background-image: url(../images/fv-back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#fv .fv-text {
    width: 80%;
    margin: 0 auto;
}

/* #fv .cv-btn {
    background: url("../images/nyororon-fv-cv.png") no-repeat;
} */

#fv .cv-btn a {
    width: 620px;
    height: 118px;
    margin: 0 auto;
    background: url("../images/cv-btn.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
}

#fv .cv-btn a:hover {
    background-position: 0 -118px;
}

@media screen and (max-width: 747px) {
    #fv {
        padding: 40px 0;
    }

    #fv .fv-text {
        width: 80%;
    }

    #fv .cv-btn a {
        width: 460px;
        height: 88px;
    }

    #fv .cv-btn a:hover {
        background-position: 0 -88px;
    }
}

@media screen and (max-width: 545px) {
    #fv .fv-text {
        width: 90%;
    }

    #fv .cv-btn a {
        width: 340px;
        height: 64px;
    }

    #fv .cv-btn a:hover {
        background-position: 0 -65px;
    }
}


/* -------------------- POINTS / SYSTEM -------------------- */
#points-sistem {
    padding: 100px 0;
    /* BACK GROUND */
    background-image: url(../images/all-back.jpg);
    background-position: top center;
    background-repeat: repeat;
    background-size: cover;
}

#points-sistem .points {
    margin-bottom: 100px;
}

@media screen and (max-width: 747px) {
    #points-sistem {
        padding: 60px 0;
    }

    #points-sistem .points {
        margin-bottom: 60px;
    }
}


@media screen and (max-width: 545px) {
    #points-sistem {
        padding: 40px 0;
    }

    #points-sistem .points {
        margin-bottom: 40px;
    }
}


/* -------------------- CV -------------------- */
#cv {
    padding: 60px 0;
    position: relative;
    /* BACK GROUND */
    background-image: url(../images/cv-back.jpg);
    background-position: top center;
    background-size: cover;
}

#cv .cv-text {
    width: 90%;
    margin: 0 auto;
}

/* #cv .cv-btn {
    background: url("../images/nyororon-fv-cv.png") no-repeat;
} */

#cv .cv-btn a {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 620px;
    height: 118px;
    margin: 0 auto;
    background: url("../images/cv-btn.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
}

#cv .cv-btn a:hover {
    background-position: 0 -118px;
}

@media screen and (max-width: 900px) {
    #cv .cv-btn a {
        width: 500px;
        height: 96px;
    }

    #cv .cv-btn a:hover {
        background-position: 0 -96px;
    }
}

@media screen and (max-width: 747px) {
    #cv {
        padding: 30px 0;
    }

    #cv .cv-text {
        width: 100%;
    }

    #cv .cv-btn a {
        width: 420px;
        height: 80px;
    }

    #cv .cv-btn a:hover {
        background-position: 0 -80px;
    }
}

@media screen and (max-width: 545px) {
    #cv .cv-btn a {
        width: 300px;
        height: 57px;
    }

    #cv .cv-btn a:hover {
        background-position: 0 -57px;
    }
}

@media screen and (max-width: 420px) {
    #cv .cv-btn a {
        width: 240px;
        height: 46px;
    }

    #cv .cv-btn a:hover {
        background-position: 0 -46px;
    }
}



/* -------------------- FLOW -------------------- */
#flow-item {
    padding: 100px 0;
    /* BACK GROUND */
    background-image: url(../images/all-back.jpg);
    background-position: top center;
    background-repeat: repeat;
    background-size: cover;
}

#flow-item .flow {
    margin-bottom: 100px;
}

#flow-item .flow div:nth-of-type(1) {
    margin-bottom: 60px;
}

@media screen and (max-width: 747px) {
    #flow-item {
        padding: 60px 0;
    }

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

    #flow-item .flow div:nth-of-type(1) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 545px) {
    #flow-item {
        padding: 40px 0;
    }

    #flow-item .flow {
        margin-bottom: 40px;
    }
}

/* -------------------- Q&A -------------------- */
#qa {
    padding: 100px 0;
    /* BACK GROUND */
    background-image: url(../images/all-back.jpg);
    background-position: top center;
    background-size: cover;
}

@media screen and (max-width: 747px) {
    #qa {
        padding: 60px 0;
    }
}

@media screen and (max-width: 545px) {
    #qa {
        padding: 40px 0;
    }
}

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

#footer div {
    width: 280px;
    margin: 0 auto 40px auto;
}

#footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    column-gap: 40px;
    font-weight: bold;
}

#footer ul li a {
    font-size: 24px;
}

#footer ul li a:hover {
    opacity: .7;
}

#footer p {
    text-align: center;
}

@media screen and (max-width: 545px) {
    #footer div {
        width: 200px;
        margin: 0 auto 20px auto;
    }

    #footer ul {
        margin-bottom: 20px;
    }

    #footer ul li a {
        font-size: 16px;
    }
}

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

    #footer ul{
        text-align: center;
        margin:0 auto;
        flex-direction: column;
    }
    #footer ul li{
        padding:7px 0;
    }

}




.title_text_c{
    margin:10px auto;
    text-align: center;
}
.title_text_c h2{
    font-size:28px;
    color:#fff;
    text-align: center;
}
ul.service{
    margin-bottom:40px;
}
ul.service li{
    text-align: left;
    padding:20px 10px;
    box-sizing: border-box;
    font-size:16px;
    color:#fff;
    border-bottom:1px solid #fff;
    line-height: 1.6;
}
ul.service li h3{
    font-size:20px;
}
ul.company li{
    text-align: left;
    padding:20px 10px;
    box-sizing: border-box;
    font-size:16px;
    color:#fff;
    border-bottom:1px solid #fff;
}
ul.company li h3{
    font-size:20px;
}
.pp{
    text-align: left;
    padding:20px 10px;
    box-sizing: border-box;
    line-height: 1.6;
    font-size:16px;
    color:#fff;
    border-bottom:1px solid #fff;
    margin-bottom:40px;
}
.pp h3{
    font-size:20px;

}
.btn_f3{
    color:yellow;
}
