@charset "utf-8";

/* footer */

.footer{
	background: #000000;
	padding:  25px;
}

.footer_img{
	margin: 0 auto;
	width: 25%;
	display:block;
}

.footer_img2{
	margin: 0 auto;
	width: 20%;
	display:block;
}

 @media screen and (max-width:1001px){
.footer{
	background: #000000;
	padding:  5% 2.5% 5% 2.5%;
}

.footer_img{
	margin: 0 auto;
	width: 80%;
	display:block;
}

.footer_img2{
	margin: 0 auto;
	width: 60%;
	display:block;
}

}

/* -------------------- Fonts -------------------- */
.noto-jp {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



/* -------------------- All -------------------- */
html {
    font-size: 62.5%;
    font-family: "Noto Sans JP", serif;
}

body {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 4rem;
    letter-spacing: 3px;
    color: #222222;
}

a {
    transition: .3s;
}

a:hover {
    transform: scale(1.05, 1.05);
    transition: .3s;
}

.wrapper {
    width: 900px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
}

.big {
    font-size: 120%;
    line-height: 4.8rem;
}

.red {
    color: #EE1C24;
}

.yellow {
    color: #fcee21;
}

.bold {
    font-weight: 700;
}

span {
    display: inline-block;
}

.cv-btn-box .reflection {
    border-radius: 100px 100px 0 100px;
}

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

.img-box {
    width: 700px;
    margin: 40px auto;
}

.br-565 {
    display: none;
}

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

    .section-title {
        width: 90%;
    }

    .img-box {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .big {
        font-size: 110%;
        line-height: 4rem;
    }
}

@media screen and (max-width: 565px) {
    body {
        font-size: 1.6rem;
        line-height: 3rem;
        letter-spacing: 3px;
    }

    .wrapper {
        padding: 20px;
    }

    .big {
        font-size: 115%;
        line-height: 3rem;
    }

    .br-565 {
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .img-box {
        width: 100%;
    }
}

/* -------------------- Header / FV -------------------- */


#header .header-top {
    background-image: url(../img/header-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 110px;
}

#header .header-text-box {
    padding: 40px 0;
    /* backGround */
    background-image: url(../img/header-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#header .header-text-box h1 {
    width: 900px;
    margin: 0 auto;
}

#header .cv-btn-box {
    text-align: center;
    padding: 20px 0;
    /* BackGround */
    background-image: url(../img/header-cta-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#header .cv-btn-box .cv-btn p {
    font-size: 3.2rem;
    margin-bottom: 10px;
    /* Gradation */
    background: linear-gradient(180deg, #f7ed7a 0%, #f7ed7a 55%, #f2b235 57%, #eadb73 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

#header .cv-btn-box .cv-btn {
    position: relative;
    width: 750px;
    margin: 0 auto;
}

#header .cv-btn-box .cv-btn .reflection {
    border-radius: 100px 100px 0 100px;
}

#header .cv-btn-box .cv-btn-hand {
    position: absolute;
    width: 15%;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 900px) {
    #header .header-text-box h1 {
        width: 90%;
    }

    #header .cv-btn-box .cv-btn p {
        font-size: 2.4rem;
    }

    #header .cv-btn-box a {
        width: 70%;
    }

    #header .cv-btn-box .cv-btn {
        width: 100%;
    }

    #header .cv-btn-box .cv-btn-hand {
        width: 10%;
        right: 15%;
    }
}

@media screen and (max-width: 768px) {
    #header .header-top {
        height: 60px;
    }

    #header .header-text-box {
        padding: 20px 0;
    }

    #header .cv-btn-box .cv-btn p {
        font-size: 2rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 565px) {
    #header .header-top {
        height: 50px;
    }

    #header .cv-btn-box {
        padding: 10px 0;
    }

    #header .cv-btn-box .cv-btn p {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}

/* -------------------- First -------------------- */
#first {
    padding: 40px 0;
    background-color: #640000;
}



/* -------------------- Step -------------------- */
#step {
    padding: 40px 0;
    background-attachment: fixed;
    background-image: url(../img/step-back.jpg);
    background-position: center top;
    background-size: cover;
    padding-bottom: 40px;
}

#step .img-box:first-child {
    margin-top: 0;
}

/* -------------------- Difficult -------------------- */
#difficult {
    padding: 40px 0;
    /* BackGround */
    background-attachment: fixed;
    background-image: url(../img/difficult-back.jpg);
    background-position: center top;
    background-size: cover;
    padding-bottom: 40px;
}



/* -------------------- Attention -------------------- */
#attention {
    padding: 40px 0;
    /* backGround */
    background: linear-gradient(180deg, rgba(247, 147, 30, 1), rgba(193, 39, 45, 1));
}



/* -------------------- Last -------------------- */
#last {
    padding: 40px 0;
    background-image: url(../img/last-back.jpg);
    background-position: center center;
    background-size: cover;
    padding-bottom: 40px;
}

#last .wrapper {
    background-color: unset;
}

#last .btn-top {
    margin: 0 auto;
    width: 600px;
}

#last .cv-btn-box {
    text-align: center;
}

#last .cv-btn-box .cv-btn {
    position: relative;
    width: 750px;
    margin: 0 auto;
}

#last .cv-btn-box .cv-btn .reflection {
    border-radius: 100px 100px 0 100px;
}

#last .cv-btn-box .cv-btn-hand {
    position: absolute;
    width: 15%;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 900px) {
    #last {
        padding: 0;
    }

    #last .btn-top {
        width: 60%;
        margin: 0 auto;
    }

    #last .cv-btn-box a {
        width: 90%;
    }

    #last .cv-btn-box .cv-btn {
        width: 100%;
    }

    #last .cv-btn-box .cv-btn-hand {
        width: 10%;
        right: 15%;
    }
}


/* -------------------- Button -------------------- */
#button {
    position: fixed;
    right: 1%;
    bottom: -1%;
    z-index: 100;
}

#button .img-box {
    width: 300px;
    margin: 0 auto;
}

#button .cv-btn-box {
    width: 350px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #button .img-box {
        width: 200px;
    }

    #button .cv-btn-box {
        width: 250px;
    }
}

/* -------------------- Footer -------------------- */
#footer {
    line-height: normal;
}

#footer .footerframe {
    display: block;
    border: none;
    margin: 0px;
    width: 100%;
    height: 250px;
    overflow: hidden;
}