@charset "utf-8";

*{
	font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	box-sizing: border-box;
}

.sp{
	display: none;
}

img {
    width: 100%;
}

h1,h2,h3,a{
    font-weight: bold;
}

@media only screen and (max-width: 750px) {
    .sp{
	    display: block;
        }
    
    .pc{
	    display: none;
        }
    }


/*----- ヘッダー-----*/
header {
	width: 100%;
    height: 62px;
}

header p{
    width: 301px; 
    margin: 25px 0 0 20px;
}

@media only screen and (max-width: 768px) {
    header {
	    width: 100%;
        height: 13.5vw;
    }
    
    header p{
        width: 60vw; 
        margin: 6vw auto 0;
    }
}


/*----- main-----*/

.main{
    width: 100%;
    height: 515px;
    background-image: url("../img/mv_bg01_pc.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
}

.main .txt{
    width: 100%;
    height: 515px;
    content: "";
    background-image: url("../img/mv_bg02_pc.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 515px;
    position: absolute;
    top:0 ;
    left: 0;
    padding: 130px 0 0 100px;
    line-height: 1.1;
}

.main h1{
    display: inline-block;
    font-size: 40px;    
    color: #036d9c;
    background: -webkit-linear-gradient(left, #4eb4d3, #036d9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1.4;
    
}

.main .txt .en_ttl{
    width: 360px;
    margin: 48px 0 45px;
}

.main .txt a{
    display: block;
    width: 350px;
    height: 60px;
    background-color: #ff4000;
    border-radius:30px;
    color: #FFFFFF;
    font-size: 19px;
    text-align: center;
    padding: 20px 0 0;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.main .txt a:before{
    content: "";
    width: 18px;
    height: 24px;
    background-image: url("../img/btn_icon.gif");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin: -4px 8px;
}

.main .txt a:hover{
    background-color: #ff0030;
}


@media only screen and (max-width: 1000px) {
    .main .txt {
	   background-image: url("../img/mv_bg03_pc.png");
       padding: 110px 0 0 40px;
    }
}

@media only screen and (max-width: 750px) {
    .main{
        height: 158vw;
        background-image: url("../img/mv_bg01_sp.jpg");
        background-position: top;
        background-size: 100% auto;
    }

    .main .txt{
        height: 158vw;
        background-image: url("../img/mv_bg02_sp.png");
        background-position: bottom;
        background-size: 100% auto;
        bottom:0;
        padding: 91vw 7vw 0 ;
    }

    .main h1{
        display: inline-block;
        font-size: 10vw;    
    }

    .main .txt .en_ttl{
        width: 75vw;
        margin: 5vw 0 6vw;
    }

    .main .txt a{
        width: 100%;
        height: 17vw;
        border-radius:8.5vw;
        font-size: 5vw;
        padding: 5.5vw 0 0;
    }

    .main .txt a:before{
        width: 4.5vw;
        height: 6vw;
        margin: -1.1vw 2vw;
    }
}


/*----- sec 共通-----*/

.sec01,
.sec03{
    width: 100%;
    background-color: #FFFFFF;
}

.sec02{
    width: 100%;
    background-color: #f4f6f9;
}

.sec01 .inner,
.sec02 .inner,
.sec03 .inner,
.contact{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 40px 55px;
    box-sizing: border-box;
}

.sec01 h2,
.sec02 h2,
.sec03 h2{    
    display: inline-block;
    font-size: 38px;  
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    color: #036d9c;
    background: -webkit-linear-gradient(left, #4eb4d3, #036d9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec01 p,
.sec02 p,
.sec03 p{
    font-size: 16px;
    font-feature-settings: "palt";
    color: #242424;
    padding-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.04em;
}

.sec01 .en_ttl,
.sec02 .en_ttl,
.sec03 .en_ttl{
    line-height: 0;
    padding: 0;
}

@media only screen and (max-width: 750px) {

    .sec01 .inner{
        width: 93%;
        margin: 0 0 0 7%;
        padding: 19vw 0 12vw;
    }
    .sec02 .inner,
    .sec03 .inner{
        width: 86%;
        margin: 0 7%;
        padding: 19vw 0 13vw;
    }
    
    .sec01 h2,
    .sec02 h2,
    .sec03 h2{    
        font-size: 6.7vw; 
    }
    
    .sec01 p,
    .sec02 p,
    .sec03 p{
        font-size: 3.75vw;
        padding-bottom: 5vw;
        margin-right: 8%;
    }
    
}

/*----- sec01 -----*/

.sec01{
    position: relative;
}

canvas{
    position: absolute;
    top:0;
    left: 0;
    z-index: 100;
}

.sec01 .inner{
    z-index: 1000;
    position: relative;
}

.sec01 .inner .en_ttl{
    width: 270px;
}

.sec01 .inner h2{
    margin: 10px 0 45px;
}


@media only screen and (max-width: 750px) {
    .sec01 .inner .en_ttl{
        width: 61.5vw;
    }
    
    .sec01 .inner h2{
        margin: 2.5vw 0 6vw;
    }
    
}

/*----- sec02 -----*/


.sec02 .inner{
    text-align: center;
}

.sec02 .inner .en_ttl{
    width: 270px;
    margin: 0 auto;
}

.sec02 .inner h2{
    margin: 10px 0 45px;
}

.sec02 .inner h3{
    font-size: 30px;
    color:#242424;
    margin-bottom: 20px;
}

.sec02 .inner .step1,
.sec02 .inner .step2,
.sec02 .inner .step3{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 160px;
}

.sec02 .inner .step1,
.sec02 .inner .step2{
    background-image: url("../img/line.png");
    background-size: cover;
}

.sec02 .inner .step1{
    margin-top: 30px;
    background-position: top left;
}

.sec02 .inner .step2{
    background-position: bottom right;
}

.sec02 .inner .step3{
    padding-bottom: 50px;
}

.sec02 .inner .step1,
.sec02 .inner .step3{
    flex-flow: row-reverse;
}

.sec02 .inner .step1 .txt,
.sec02 .inner .step2 .txt,
.sec02 .inner .step3 .txt{
    width: 39%;
    text-align: left;
    line-height: 1.1;
}


.sec02 .inner p{
    padding-bottom: 0;
}

.sec02 .inner .step1 .photo,
.sec02 .inner .step2 .photo,
.sec02 .inner .step3 .photo{
    width: 49%;
    background-color: #f4f6f9;
}

.sec02 .inner .step1 .photo img,
.sec02 .inner .step2 .photo img,
.sec02 .inner .step3 .photo img{
    box-shadow: 0 0 20px 0 rgba(9, 9, 9, 0.04);
}


.sec02 .inner .step1 .photo,
.sec02 .inner .step3 .photo{
    margin:0 5% 0 7%;
}

.sec02 .inner .step2 .photo{
    margin:0 7% 0 4%;
}

.sec02 .inner .step{
    width: 16.7%;
    position: absolute;
    top:-60px;
}

.sec02 .inner .step1 .step,
.sec02 .inner .step3 .step{
    left: 0;
}

.sec02 .inner .step2 .step{
    right: 0;
}


@media only screen and (max-width: 850px) {
    .sec02 .inner .step1,
    .sec02 .inner .step2{
        background-image: url("../img/line02.png");
        padding-bottom: 125px;
    }

    .sec02 .inner .step1,
    .sec02 .inner .step2,
    .sec02 .inner .step3{
        align-items: flex-start !important;
    }
    
    .sec02 .inner h3{
        font-size: 26px;
    }
    
    .sec02 .inner .step1 .txt,
    .sec02 .inner .step2 .txt,
    .sec02 .inner .step3 .txt{
        width: 45%;
    }

    .sec02 .inner .step1 .photo,
    .sec02 .inner .step2 .photo,
    .sec02 .inner .step3 .photo{
        width: 45%;
        background-color: #f4f6f9;
    }
    
}

@media only screen and (max-width: 760px) {
    
        .sec02 .inner .step1{
            padding-bottom: 125px;
        }
    
        .sec02 .inner .step2{
            padding-bottom: 115px;
        }
    
        .sec02 .inner .step1 .txt,
        .sec02 .inner .step2 .txt,
        .sec02 .inner .step3 .txt{
            width: 46%;
        }

        .sec02 .inner .step1 .photo,
        .sec02 .inner .step2 .photo,
        .sec02 .inner .step3 .photo{
            width: 44%;
        }
    
        .sec02 .inner .step1 .photo,
        .sec02 .inner .step3 .photo{
            margin:0 5% 0 6%;
        }

        .sec02 .inner .step2 .photo{
            margin:0 6% 0 4%;
    }
}

@media only screen and (max-width: 750px) {
    
    .sec02 .inner{
        text-align: center;
    }
    
    .sec02 .inner .en_ttl{
        width: 61vw;
        margin: 0 auto;
    }
    
    .sec02 .inner h2{
        margin: 2.5vw 0 6vw;
    }
    
    .sec02 .inner h3{
        font-size: 5.95vw;
        margin-bottom: 4.5vw;
        text-align: center;
    }
    
    .sec02 .inner p{
        margin: 0;
    }

    .sec02 .inner .step1,
    .sec02 .inner .step2,
    .sec02 .inner .step3{
        position: static;
        display: block;
        align-items: center;
        padding-bottom: 12.5vw;
    }

    .sec02 .inner .step1,
    .sec02 .inner .step2{
        background-image: none;
    }

    .sec02 .inner .step1{
        margin-top: 30px;
    }

    .sec02 .inner .step3{
        padding-bottom: 30px;
    }

    .sec02 .inner .step1 .txt,
    .sec02 .inner .step2 .txt,
    .sec02 .inner .step3 .txt{
        width: 100%;
    }

    .sec02 .inner .step1 .photo,
    .sec02 .inner .step2 .photo,
    .sec02 .inner .step3 .photo{
        width: 100%;
        margin: 4.5vw 0 0;
    }

    .sec02 .inner .step{
        width: 24.5vw;
        position: static;
        margin: 0 auto 5.5vw;
    }
    
}



/*----- sec03 -----*/

.sec03 .inner .en_ttl{
    width: 308px;
    padding: 0;
}

.sec03 .inner h2{
    margin: 10px 0 45px;
}

.sec03 .inner h3{
    font-size: 25px;
    color:#242424;
    margin-bottom: 15px;
    position: relative;
    padding-left: 56px;
}

.sec03 .inner .number01:before{
    content: url("../img/number1.svg");
}

.sec03 .inner .number02:before{
    content: url("../img/number2.svg");
}

.sec03 .inner .number03:before{
    content: url("../img/number3.svg");
}

.sec03 .inner .number01:before,
.sec03 .inner .number02:before,
.sec03 .inner .number03:before{
    width: 50px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    transform: scale(1);
    position: absolute;
    top: 3px;
    left: 0;
}

.sec03 .inner p{
    padding-left: 56px;
    padding-bottom: 20px;
}

.sec03 .inner .illustration{
    box-shadow: 0 0 20px 0 rgba(9, 9, 9, 0.04);
    padding: 0;
    margin-bottom: 80px;
}

.sec03 .inner .illustration:last-child{
    margin-bottom: 0;
}


@media only screen and (max-width: 750px) {
    .sec03 .inner .en_ttl{
        width: 68.6vw;
    }

    .sec03 .inner h2{
        margin: 3vw 0 9vw;
    }

    .sec03 .inner h3{
        font-size: 5.8vw;
        margin-bottom: 3vw;
        position: relative;
        padding-left: 0;
        padding-top: 9vw;
    }

    .sec03 .inner .number01:before{
        width: 12vw;
        height: 6vw;
        top: 0;
    }
    .sec03 .inner .number02:before,
    .sec03 .inner .number03:before{
        width: 13.5vw;
        height: 7vw;
        top: 0;
    }

    .sec03 .inner p{
        padding-left: 0;
        padding-bottom: 3vw;
        margin-right: 0;
    }

    .sec03 .inner .illustration{
        margin-bottom: 14vw;
    }

}


/*----- contact -----*/

.contact{
    text-align: center;
    margin:40px auto 45px;
    padding-top:0;
}

.contact .box_bg{
    background-image: url("../img/contact_img_pc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}

.contact .box_bg .line{
    background-color: rgba(39, 143, 183, .5);
    border: solid 5px #FFFFFF;
}

.contact .en_ttl{
    width: 81px;
    padding: 0;
    margin: 70px auto 0;
}

.contact h2{
    font-size: 40px;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.contact .box_bg p{
    font-size: 16px;
    color: #FFFFFF;
}

.contact .box_bg .txt{
    width: 570px;
    height: 115px;
    background-color: #FFFFFF;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 30px 0 ;
    margin-bottom: 70px;
}

.contact .box_bg .txt p{
    color: #242424;
    font-weight: bold;
}

.contact .box_bg .txt .mail{
    padding: 5px 0 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.contact .box_bg .txt .mail:hover{
     opacity: 0.7;   
}

.contact .box_bg .txt .mail:before{
    content: url("../img/mail.gif");
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    position: absolute;
    top: 7px;
    left: -12px;
}



.contact .box_bg .txt .mail a{
    font-size: 18px;
    color: #036d9c;
    font-weight: bold;
}


@media only screen and (max-width: 750px) {
    .contact{
        margin:6vw auto 18vw;
        padding: 0 7%;
    }

    .contact .box_bg{
        background-image: url("../img/contact_img_sp.jpg");
        padding: 4vw;
    }

    .contact .en_ttl{
        width: 19vw;
        margin: 8vw auto 0;
    }

    .contact h2{
        font-size: 5.3vw;
        margin: 0 0 3.5vw;
    }

    .contact .box_bg p{
        font-size: 3.85vw;
    }

    .contact .box_bg .txt{
        width: 85%;
        height: auto;
        margin: 4vw auto 5vw;
        padding: 4vw 0 5vw 4vw ;
        }

    .contact .box_bg .txt p{
        font-size: 3.6vw;
        text-align: left;
    }

    .contact .box_bg .txt .mail{
        padding: 1vw 0 0 6vw;
        text-align: left;
        display: block;
    }

    .contact .box_bg .txt .mail:before{
        width: 2vw;
        height: 1vw;
        top: 2.5vw;
        left: 0vw;
        transform:scale(0.35);
    }

    .contact .box_bg .txt .mail a{
        font-size: 3.2vw;
        transform:scale(0.8);
    }
    
    
    
}


/*----- footer -----*/

footer{
    width: 100%;
    height: 90px;
    background-color:#1a1a1a;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0 ;
    margin: 0;
}

footer p{
    color: #FFFFFF;
    font-size: 11px;
    padding-top: 35px;
    font-weight: 100;
}

@media only screen and (max-width: 750px) {
    footer{
        height: 24vw;
    }
    
    footer p{
        font-size: 2.5vw;
        padding-top: 10vw;
        transform:scale(0.9);
    }

}






















