@charset "utf-8";
/*
html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
    visibility: visible;
}
*/
body{
    font-family: "Noto Sans JP", sans-serif;
    color:#1f2951;
    background-color:#fff;
}
article{
    height:100%;
}
img{
    display: block;
    width:100%;
    height:auto;
    object-fit: cover;
}
.sp{
    display: none;
}
a.anchor{
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.page-top {
    position: fixed;
    right: 2vw;
    bottom: 5vh;
    z-index: 99;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-align: center;
    font-size:14px;
    color: #d2171a;
}
.btn{
    padding:10px 80px;
    font-size:18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    border-radius: 50px;
    color:#fff;
    box-shadow:3px 3px 1px rgb(0,0,0,0.4);
}
.btn.contact{
    background:linear-gradient(to bottom, #889ac7 0%, #102f83 25%, #102f83 55%, #202950 100%);
    border:solid 1.5px #0c308d;
}
.btn.yamanashi{
    background:linear-gradient(to bottom, #b577a5 0%, #942984 25%, #942984 55%, #58274e 100%);
    border:solid 1.5px #9e579c;
}
.btn.cuu{
    position: absolute;
    left: 50%;
    bottom:0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background:linear-gradient(to bottom, #19a6b3 0%, #008b9b 25%, #008b9b 55%, #13607b 100%);
    border:solid 1.5px #009aa5;
}
.btn.contact:hover, .btn.yamanashi:hover, .btn.cuu:hover{
    color:#fff365;
    transition: .3s;
}
.bg_dot{
    width:600px;
    position: absolute;
    z-index: -1;
}
header{
    display: flex;
    width:100%;
    height:80px;
    background-color:#fff;
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
}
header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:80vw;
    max-width:1600px;
    margin:auto;
}
header h1{
    display: flex;
    align-items: center;
    font-size:20px;
}
header h1 img{
    width:50px;
    margin-right:10px;
}
header .btn.contact{
    padding:12px 2em;
}
.eyecatch{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:90vh;
    min-height:800px;
    background-image: url(../img/eyecatch_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color:#94bcf7;
    position: relative;
}
.eyecatch img{
    width:80%;
    max-width:1200px;
    height:auto;
    overflow: hidden;
    margin: 50px auto 0;
}
.eyecatch nav{
    position: absolute;
    left:0;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100px;
    color:#fff;
    background-color:rgb(23, 57, 206,0.35);
}
.eyecatch nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:80%;
    max-width: 1200px;
    height:70px;
    margin:auto;
}
.eyecatch nav ul li{
    width:100%;
    height:100%;
}
.eyecatch nav ul li:nth-child(-n+4){
    border-right:solid 1px #fff;
}
.eyecatch nav ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    font-size:22px;
    font-weight: 600;
}
.eyecatch nav ul li a:hover{
    color:#fff365;
    transition: .3s;
}
section{
    padding:80px 0 50px;
    position: relative;
/*    overflow: hidden;*/
}
section.blue{
    background-color:#c2d6ff;
}
section .box01{
    width:80vw;
    max-width:1000px;
    margin:auto;
    position: relative;
    z-index: 5;
}
section .btn.contact{
    position: absolute;
    left: 50%;
    bottom:0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width:520px;
    height:35px;
    font-size:22px;
}
section.arrow-b, section.arrow-w{
    background-repeat: no-repeat;
    background-position: 50% 101%;
    background-size:100%;
}
section.arrow-b{
    background-image: url(../img/bg_arrow-blue.svg);
}
section.arrow-w{
    background-image: url(../img/bg_arrow-white.svg);
}
section h2{
    text-align: center;
    font-size:32px;
    position: relative;
    padding-bottom:8px;
}
section h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 220px;
    height: 3.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #c2d6ff;
    border-radius: 2px;
}
section h2.white::after{
    background-color: #fff;
}
section.ex .bg_dot.left{
    bottom:-200px;
}
ul.ex{
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
    align-items: flex-start;
    width:1000px;
    margin:80px auto;
}
ul.ex li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:480px;
    height:135px;
    margin:15px 0;
    border-radius: 15px;
    background-color:#fff365;
    box-shadow:4px 4px 0px rgb(0,0,0,0.4);
}
ul.ex li p{
    margin:0 0 0 35px;
    font-size:20px;
    font-weight: 700;
    line-height: 1.5em;
    color:#0b308e;
}
ul.ex li img{
    width:auto;
    margin:0 35px 0 15px;
}
ul.ex li img.syo{
    height:95px;
}
ul.ex li img.lif{
    height:80px;
}
ul.ex li img.zid{
    height:95px;
}
ul.ex li img.set{
    height:110px;
    margin:20px 25px 0 0;
}
ul.ex li img.shi{
    height:110px;
    margin:20px 45px 0 0;
}
ul.ex li img.asi{
    height:110px;
    margin:20px 25px 0 0;
}
ul.ex li img.dx{
    height:100px;
}
ul.ex li img.bou{
    height:80px;
}
section.sub{
    position: relative;
}
section.sub img.bg_dot.right{
    right:0;
    bottom:-150px;
    z-index: 0;
    mix-blend-mode: multiply;
}
ul.sub{
    margin:80px 0 50px;
}
ul.sub li h3{
    padding:6px 0;
    font-size:22px;
    text-align: center;
    border-radius: 8px;
    background-color:#fff;
    letter-spacing: 6px;
}
ul.sub li p{
    margin:10px 0 20px;
    text-align: center;
    font-size:22px;
    font-weight: 500;
    line-height: 1.3em;
}
ul.sub li.red h3{
    color:#fff;
    background-color:#e50012;
}
ul.sub li.red p{
    font-size:26px;
    font-weight: 600;
    color:#e50012;
}
.outline_cuu{
    position: relative;
}
div.cuu {
    display: flex;
    margin:50px 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow:5px 5px 5px rgb(0,0,0,0.5), -2px -2px 5px rgb(0,0,0,0.2);
    position: relative;
}
div.cuu::before {
    content: "";
    position: absolute;
    top: -39px;
    left: 30%;
    border: 5px solid transparent;
    border-bottom: 35px solid #fff;
    border-left:35px solid transparent;
}
section.flow{
    position: relative;
}
section.flow img.bg_dot.left{
    z-index: 1;
    mix-blend-mode: multiply;
    left:-200px;
    bottom:100px;
}
ul.flow{
    margin:50px 0 0;
    position: relative;
}
ul.flow li{
    display: flex;
    align-items: center;
    width:100%;
    height:130px;
    margin:35px 0;
    border-radius: 15px;
    box-shadow:5px 5px 5px rgb(0,0,0,0.5), -2px -2px 5px rgb(0,0,0,0.2);
    position: relative;
}
ul.flow li .wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width:35%;
    height:100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
ul.flow li .wrap h3{
    font-size:24px;
    font-weight: 800;
    letter-spacing: 2px;
}
ul.flow li .wrap h3 span, ul.flow li p span{
    font-size:14px;
    font-weight:500;
    letter-spacing: 0;
}
ul.flow li .wrap.blue{
    color:#fff;
    background-color:#4f70b2;
}
ul.flow li .wrap.yellow{
    color:#0b308e;
    background-color:#fff57f;
}
ul.flow li .text{
    display: flex;
    flex-flow: column;
    justify-content: center;
    width:65%;
    height:100%;
    padding:0 40px;
    background-color:#fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
    ul.flow li .text .box03{
        display: flex;
        align-items: center;
    }
    ul.flow li .text .box03 img{
        width:auto;
        height:35px;
        margin:0 5px;
    }
ul.flow li .text p{
    text-align: left;
    font-size:22px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 1px;
}
ul.flow li .text span{
    font-size:14px;
    font-weight: 500;
    line-height: 1.1em;
}
ul.flow li img.num{
    position: absolute;
    left:-25px;
    width:50px;
    margin:auto;
}
ul.flow li img.arrow{
    position: absolute;
    top:-35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width:80px;
}
ul.caveat{
    font-size:14px;
    line-height: 1.3em;
}
section.course{
    position: relative;
}
section.course img.bg_dot.right{
    right:0;
    z-index: 2;
    top:-150px;
    mix-blend-mode: multiply;
}
section.course .box01{
    display: flex;
    flex-flow: column;
}
section.course h2{
    font-size:38px;
    font-weight: 800;
    letter-spacing: 2px;
    text-shadow:2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0 0 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
}
section.course h2 span{
    font-size:52px;
    margin-right:3px;
}
section.course .box01 .wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin:80px 0;
}
section.course .box02{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width:490px;
    margin-bottom:25px;
    border-radius: 10px;
    background-color:#fff;
    box-shadow:5px 5px 1px #0b308e;
}
section.course .box02 h3{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:80px;
    color:#fff;
    text-align: center;
    font-size:32px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
section.course .box02.uwanose h3{
    background-color:#8074b3;
}
section.course .box02.kakudai h3{
    background-color:#7ecbe0;
}
section.course .box02.kankyou h3{
    background-color:#71be77;
}
section.course .box02.kensyu h3{
    background-color:#f7b734;
}
section.course .box02 h3 img.num{
    position: absolute;
    left:15px;
    bottom:0;
    width:95px;
}
section.course .box02 h3 img.icon{
    position: absolute;
    right:15px;
    width:80px;
}
section.course .box02.kakudai h3 img.icon{
    width:85px;
    top:-8px;
}
section.course .box02.kankyou h3 img.icon{
    width:90px;
    top:-5px;
}
section.course .box02.kensyu h3 img.icon{
    width:100px;
    top:-18px;
    right:-15px;
}
ul.course{
    width:450px;
    height:560px;
    margin:auto;
}
ul.course.kensyu{
    background-image: url(../img/bg_kensyu.png);
    background-repeat: no-repeat;
    background-size:90%;
    background-position: 50% 90%;
}
ul.course li.taisyou{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 0 10px;
}
ul.course li h4{
    text-align: center;
    margin:15px 0 10px;
    padding:8px 0;
    font-size:18px;
    letter-spacing: 2px;
    color:#0B308E;
}
ul.course.uwanose li h4{
    background-color:#E5E1FF;
}
ul.course.kakudai li h4{
    background-color:#d3edf4;
}
ul.course.kankyou li h4{
    background-color:#caefcb;
}
ul.course.kensyu li h4{
    background-color:#ffe2ae;
}
ul.course li.taisyou h4{
    display: flex;
    justify-content: center;
    align-items: center;
    width:75px;
    height:75px;
    margin:0 auto;
    padding:0;
    font-size:22px;
    font-weight: 800;
    letter-spacing: 2px;
    border:solid 2px;
    border-radius: 50%;
    background-color:transparent;
}
ul.course.uwanose li.taisyou h4{
    color:#8074B3;
}
ul.course.kakudai li.taisyou h4{
    color:#00B2D2;
}
ul.course.kankyou li.taisyou h4{
    color:#71BE77;
}
ul.course li p{
    line-height: 1.4em;
}
ul.course li.taisyou p{
    width:325px;
    margin:auto;
    font-size:20px;
    font-weight: 700;
}
ul.course li p.point{
    margin-left:1em;
    text-indent: -1em;
}
ul.course li p.point::before{
    content:"●";
}
ul.course li .row{
    display: flex;
}
ul.course li .row p{
    margin-right:10px;
}
ul.course li .row ul{
    display: flex;
    flex-flow: row wrap;
}
ul.course li .row ul li{
    font-size:13px;
    line-height: 1.3em;
    margin-right:1em;
}
ul.course li span.out{
    display: block;
    margin:10px 0;
    padding:10px;
    text-align: center;
    font-size:13px;
    line-height: 1.3em;
    border:solid 1.5px;
}
ul.course li span.out2{
    display: block;
    margin-top:5px;
    font-size:13px;
}
ul.course .ritsu{
    display: flex;
    align-items: center;
}
ul.course .ritsu .num{
    display: flex;
    justify-content: center;
    align-items: center;
    width:80px;
    height:40px;
    margin-right:15px;
    font-size:24px;
    font-weight:800;
    letter-spacing: -3px;
    color:#000;
}
ul.course .ritsu p{
    letter-spacing: -0.5px;
}
ul.course .ritsu .red{
    color:#E50012;
    font-weight: 600;
}
ul.course.uwanose .ritsu .num{
    background-color:#E5E1FF;
}
ul.course.kakudai .ritsu .num{
    background-color:#D3EDF4;
}
ul.course.kankyou .ritsu .num{
    background-color:#caefcb;
}
ul.course.kensyu .ritsu .num{
    width:110px;
    letter-spacing: -6px;
    background-color:#ffe2ae;
}
section.ov{
    background-image: url(../img/bg_footer.svg);
    background-repeat: no-repeat;
    background-size:70%;
    background-position:right bottom;
}
ul.ov{
    margin:80px 0 0;
}
ul.ov li{
    padding:0 0 10px;
}
ul.ov li.top{
    display: flex;
    flex-flow: column;
}
ul.ov li.top a{
    margin:10px auto;
    text-align: center;
}
ul.ov li.bottom p.con{
    font-size:20px;
    font-weight: 500;
}
ul.ov h3{
    margin:10px 0;
    padding:7px 0 8px;
    text-align: center;
    font-size:24px;
    letter-spacing: 6px;
    border-radius: 8px;
    color:#fff;
    background-color:#4f70b2;
}
ul.ov p{
    margin:5px 20px;
    font-weight: 400;
    line-height:1.3em;
}
ul.ov p.blue{
    margin:0 10px;
    font-size:20px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 1px;
    color:#0b308e;
}
ul.ov ul.kikan{
    width:38em;
    max-width:100%;
    margin:0 auto 15px;
}
ul.ov ul.kikan li{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    border-bottom:solid 2px #0B308E;
}
ul.ov ul.kikan li span.num{
    font-size:28px;
    font-weight: 700;
}
ul.ov ul.kikan li p{
    font-size:24px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
ul.ov ul.kikan li p span{
    margin:0 1px;
    font-size:34px;
    font-weight: 700;
}
span.alert{
    display: block;
    margin:0 25px;
    font-size:12px;
    line-height: 1.3em;
}
.shinsei{
    width:620px;
    max-width:100%;
    margin:35px auto;
    padding:30px 0;
    border-radius: 8px;
    background-color:#fff;
    box-shadow:5px 5px 5px rgb(0,0,0,0.5), -2px -2px 5px rgb(0,0,0,0.2);
}
.shinsei h4{
    display: block;
    width:500px;
    max-width:80%;
    margin:auto;
    padding:8px 0;
    text-align: center;
    font-size:24px;
    letter-spacing: 4px;
    border:solid 2px;
    border-radius: 5px;
    color:#0B308E;
}
.shinsei p.mei{
    margin:20px 0;
    text-align: center;
    font-size:26px;
    font-weight: 700;
}
.shinsei .tel{
    margin:0 35px;
    font-size:36px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.shinsei .tel span, .shinsei .mail span{
    margin-right:10px;
    font-size:24px;
    font-weight: 700;
    letter-spacing: 1px;
}
.shinsei .mail, .shinsei .add{
    margin:0 35px 8px;
    font-size:24px;
    font-weight: 500;
}
.shinsei .mail span{
    letter-spacing: 0;
}
.shinsei img{
    width:320px;
    margin:15px auto 0;
}
aside.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:160px;
    background-color:#4f70b2;
    position: relative;
}
aside.contact .btn.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 520px;
    height: 35px;
    font-size: 22px;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:50px;
    color:#fff;
    background-color:#1f2951;
}
footer small{
    font-size:14px;
    font-weight: 300;
}
/*contact*/
section.contact{
    height:100%;
    padding:120px 0 30px;
}
section.contact .alert{
    margin:50px 0 0;
    text-align: center;
    font-weight: 700;
    color:#e50012;
}
.form-box{
    margin:50px auto 0;
    border-radius: 8px;
    background-color:#fff;
    box-shadow:5px 5px 5px rgb(0,0,0,0.5), -2px -2px 5px rgb(0,0,0,0.2);
}
form{
    width:70%;
    max-width:90%;
    margin:auto;
    padding:35px 0;
}
form .box02{
    display: flex;
    align-items: center;
    margin:25px 0;
    padding-bottom:25px;
    border-bottom:solid 2px #c2d6ff;
}
form label{
    display: flex;
    width:10em;
    font-size:18px;
    font-weight: 600;
}
form .jusyo label{
    margin:15px 0 10px;
    font-size:16px;
}
form input, form textarea{
    padding:5px;
}
form input.w-sp{
    width:25em;
    max-width:90%;
}
form textarea{
    width:30em;
    max-width:90%;
    height:10em;
}
.btn.confirm-btn{
    display: block;
    margin:auto;
    border:none;
    background-color:#688fe9;
    cursor: pointer;
}
.btn.confirm-btn:hover{
    color:#fff365;
    transition: .3s;
}
aside.contact.row{
    background-color:#c2d6ff;
}
aside.contact.row a{
    text-decoration: underline;
}
.form-req{
    width:90%;
}
/*thanks*/
section.contact.thanks p{
    margin:80px 0;
    font-size:18px;
    line-height: 1.3em;
}
section.thanks a{
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: underline;
}
body.thanks, html{
    height:100%;
}
body.thanks main{
    height:auto;
}

body.thanks footer{
    margin-top:auto;
    position: sticky;
    top:100vh;
}