@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;
    background: url(../images/hf-back.jpg) no-repeat center;
    background-size: cover;
}

#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-back02.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-back02.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: url(../images/hf-back.jpg) no-repeat center;
    background-size: cover;
    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;
    }
}



.box_in{
    position: relative;
	width:100%;
	padding: 70px 0 70px 0;
	margin: 0px auto;
	text-align: left;
}
/* ---title---*/
.title_text_c{
width: 100%;
padding: 0px 0 0 0;
}
.title_text_c h2{
text-align: center;
font-size:24px;
margin: 0 auto;
}


/* ---company---*/
.company{
width:100%;
max-width:900px;
	padding:20px 0px 30px 0px;
	margin:0 auto;
	list-style:none;
}
.company li{
border-bottom: 3px dotted #fff;
padding:40px 0px 40px 0px;
}
.company li h3{
font-size:20px;
line-height:1.5;
color:#fff;
font-weight:500;
text-align:left;
padding: 0 0 10px 0;
}
.company li p{
font-size:16px;
line-height:16px;
color:#fff;
}
.company li:last-child{
border-bottom:none;
}

/* ---pp---*/
.pp{
width:100%;
max-width:900px;
	padding:30px 0px 30px 0px;
	margin:0 auto;
	list-style:none;
}
.pp h3{
font-size:20px;
line-height:20px;
color:#000;
font-weight:500;
background-color: #fff;
border-radius:15px;
padding:15px;
margin:40px 0 20px 0;
}
.pp p{
font-size:16px;
line-height:1.5;
padding:0px 0px 0px 0px ;
}

@media screen and (max-width: 747px) {
    .box_in{
        position: relative;
        width: 86%;
        padding: 5% 0;
        margin: 0px auto;
        text-align: left;
    }
    /* ---title---*/
    .title_text_c{
    width: 100%;
    padding: 0px 0 0 0;
    text-align: center;
    }
    .title_text_c h2{
        font-size:18px;
    }


    /* ---company---*/
    .company{
    width:100%;
    padding:5% 0px 0px 0px;
    margin:0 auto;
    list-style:none;
    }
    .company li{
    padding:5% 0px;
    }
    .company li h3{
    letter-spacing:2px;
    font-size:16px;
    line-height:1.5;
    text-align:left;
    font-weight:500;
    padding: 0 0 2.5% 0;
    }
    .company li p{
    font-size:14px;
    line-height:14px;
    }
    .company li:last-child{
    border-bottom:none;
    }

    /* ---pp---*/
    .pp{
        width:100%;
        padding:5% 0px;
        margin:0 auto;
        list-style:none;
    }
    .pp h3{
    font-size:16px;
    line-height:16px;
    font-weight:500;
    border-radius:10px;
    padding:15px;
    margin:5% 0 2.5% 0;
    }
    .pp p{
    font-size:14px;
    line-height:1.7;
    padding:0px 0px 0px 0px ;
    }

}







