@charset "utf-8";

/* -------------------- FONT -------------------- */
/* medium */
@font-face {
    font-family: "dera";
    src: url("../fonts/DelaGothicOne-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



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

.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: 64px;
    background: url("../images/nyororon-header-btn.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
}

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

@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: 35px;
    }

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

#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/nyororon-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: 130px;
    margin: 0 auto;
    background: url("../images/nyororon-cv-btn.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
}

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

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

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

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

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

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

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

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

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

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

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



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

#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/nyororon-all-back.png);
    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;
}

#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;
        flex-direction: column;
        text-align: center;
    }

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





.box_in{
	width:90%;
	 max-width:1100px;
	padding: 60px 0 60px 0;
	margin: 0px auto;
	text-align: left;
}
.title_text_c{
    width: 100%;
    padding: 0px 0 0 0;
	text-align:center;
}
.title_text_c h2 {
	letter-spacing:2px;
	font-size:48px;
	line-height:48px;
	text-align:center;
	padding:20px;

}
ul.service li{
    padding:15px 0;
}
ul.service li h3{
    font-size:18px;
    font-weight: normal;
}
ul.service li p{
    line-height: 2;
    font-size:16px;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
table.company{
    margin:20px auto;
    table-layout: fixed;
    width:550px;
    border-collapse: collapse;
}
table.company th{
    font-size:14px;
    padding:10px;
    border:1px solid #fff;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
table.company td{
    font-size:14px;
    padding:10px;
    border:1px solid #fff;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
div.pp{
    padding:20px;
    box-sizing: border-box;
}
div.pp h3{
    font-size:18px;
    padding:15px 0 15px;
    font-weight: bold;
    text-decoration: underline;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
div.pp p{
    line-height: 2;
    font-size:16px;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}


@media screen and (max-width: 600px) {
    .box_in{
        width: 90%;
        padding: 30px 0 30px 0;
        margin: 0px auto;
        text-align: left;
    }
    .title_text_c{
        width: 100%;
        padding: 0px 0 0 0;
        text-align:center;
    }
    .title_text_c h2 {
        font-size:28px;
        line-height:28px;
        text-align:center;
        padding:20px;
    }
    table.company{
        width:100%;
    }

}
