@charset "utf-8";

/* ------------------------------
   Browser Reset
------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	box-sizing: border-box;
}

* {
    font-family: 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    box-sizing: border-box;
}

html,body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	box-sizing: border-box;
}
html{
	
}

body {

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/*各スタイル
--------------------------------------*/
a {
	text-decoration: none;
	color: #3e3a39;
}
a:hover{
	color: #595655;
	text-decoration: underline;
}
a.anchor{
	padding-top:300px;
	margin-top:-100px
}

/*表示非表示切替
--------------------------------------*/
.pc_disp {
	display: inherit !important;
}
.sp_disp {
	display: none !important;
}


h1 {
	
}
h2 {
	font-size: 36px;
	line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
h3{
	
}
h4{
	
}
h5{
	
}

img{
	border: none;
}
p{
    font-size: 18px;
    line-height: 36px;
    color: #222;
    word-break: break-word;
}
li{
    list-style: none;
}

/*画像装飾
--------------------------------------*/
.pic_shadow{
	box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-webkit-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-moz-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
}

/*文字カラー、太さ指定
--------------------------------------*/
.pink {
	color: #f40b7b;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.yellowBolc{
    color: #ffd300;
    font-weight: bold;
    text-decoration: underline;
}
.red{
    color: #D60404;
}
.blue{
    color: #2A357C;
}
.red2{
    color: #E24C4B;
}


/*サイズ指定
--------------------------------------*/
.width100 {
	width: 100%;
}
.width20 {
	width: 20%;
}
/*効果（シャドウ）
--------------------------------------*/
.shadow{
    position: relative;
    display: block;
    width: 100%; /* 画像の横幅 */
    margin: 0 auto;
    z-index: 1;
}
.shadow:before{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(-3deg)
}
.shadow:after{
    content: "";
    position: absolute;
    bottom: 6px;
    right: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(3deg)
}
/*float
--------------------------------------*/
.fleft {
	float: left;
}
.fright{
	float: right;
}
.left01{
	float: left;
	width: 250px;
	padding-left: 50px;
}
.right01{
	float: right;
	width: 650px;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
}
.right01 img{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*clearfix
--------------------------------------*/
.cf {
	zoom: 1;
}

.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}


/*共通
--------------------------------------*/
.mgt_10{
    margin-top: 10px;
}
.mgt_20{
    margin-top: 20px;
}
.mgt_30{
    margin-top: 30px;
}
.mgt_40{
    margin-top: 40px;
}
.mgt_50{
    margin-top: 50px;
}
.mgt_60{
    margin-top: 60px;
}
.mgt_70{
    margin-top: 70px;
}
.mgt_80{
    margin-top: 80px;
}
.mgt_90{
    margin-top: 90px;
}
.mgt_100{
    margin-top: 100px;
}
.mgb_10{
    margin-bottom: 10px;
}
.mgb_20{
    margin-bottom: 20px;
}
.mgb_30{
    margin-bottom: 30px;
}
.mgb_40{
    margin-bottom: 40px;
}
.mgb_50{
    margin-bottom: 50px;
}
.mgb_60{
    margin-bottom: 60px;
}
.mgb_70{
    margin-bottom: 70px;
}
.mgb_80{
    margin-bottom: 80px;
}
.mgb_90{
    margin-bottom: 90px;
}
.mgb_100{
    margin-bottom: 100px;
}
.pdt_10{
    padding-top: 10px;
}
.pdt_20{
    padding-top: 20px;
}
.pdt_30{
    padding-top: 30px;
}
.pdt_40{
    padding-top: 40px;
}
.pdt_50{
    padding-top: 50px;
}
.pdt_60{
    padding-top: 60px;
}
.pdt_70{
    padding-top: 70px;
}
.pdt_80{
    padding-top: 80px;
}
.pdt_90{
    padding-top: 90px;
}
.pdt_100{
    padding-top: 100px;
}
.pdb_10{
    padding-bottom: 10px;
}
.pdb_20{
    padding-bottom: 20px;
}
.pdb_30{
    padding-bottom: 30px;
}
.pdb_40{
    padding-bottom: 40px;
}
.pdb_50{
    padding-bottom: 50px;
}
.pdb_60{
    padding-bottom: 60px;
}
.pdb_70{
    padding-bottom: 70px;
}
.pdb_80{
    padding-bottom: 80px;
}
.pdb_90{
    padding-bottom: 90px;
}
.pdb_100{
    padding-bottom: 100px;
}

.fsz_30{
    font-size: 30px;
}

.inner{
	width: 1000px;
	margin: 0 auto;
	display: block;
}
.sec_base{
    width: 100%;
    padding: 100px 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .sec_base{
        padding: 50px 0;
    }
}


/*******************************************
全ページ共通 スマホ用スタイル
*******************************************/
@media screen and (max-width: 768px) {

    /*表示非表示切替
    --------------------------------------*/
    .pc_disp {
        display: none !important;
    }
    .sp_disp {
        display: inherit !important;
    }

    * {

        margin: 0;
        padding: 0;
    }
    p{
        font-size: 24px;
        line-height: 42px;
    }
    .inner{
        width: 92%;
        margin: 0 auto;
    }
    dl{
        font-size: 24px;
        line-height: 42px;
    }
    dt{
        font-size: 24px;
        line-height: 42px;
    }
    dd{
        font-size: 24px;
        line-height: 42px;
    }
}

/*ヘッダー
--------------------------------------*/
header{
	width: 100%;
    height: 600px;
	background-color:#004F86;
    background-image: url("/static/top/images/kv_bg@2x.4cae73de6019.jpg");
    background-size: 2000px 600px;
    background-position: center;
    background-repeat: no-repeat;
}

header .inner{
    width: 1100px;
    padding: 30px 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    header{
        height: auto;
        background: none;
        background-color:#004F86;
    }
    header .inner{
        width: 92%;
    }
}
#header_nav{
    width: 650px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    align-items: flex-start;
}
#header_nav h1{
    width: 214px;
}
#header_nav h1 img{
    width: 100%;
}
#header_nav a{
    width: 160px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    height: 40px;
    padding-top: 10px;
    transition: all .3s;
}
#header_nav a:hover{
    background-color: #fff;
    text-decoration: none;
    color: #004F86;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #header_nav{
        width: 100%;
        margin-bottom: 60px;
    }
}
header h2{
    text-align: left;
    color: #fff;
    
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 80px;
}
header .entry{
    width: 360px;
}
header .entry .btn_member{
    width: 100%;
    background-color: #b98f0a;
    display: block;
    padding: 20px 20px 20px 90px;
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    border-radius: 40px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    transition: all .3s;
}
header .entry .btn_member:after{
    position: absolute;
    content: "無料";
    font-size: 20px;
    line-height: 20px;
    background-color: #886A0E;
    padding: 5px 10px;
    border-radius: 5px;
    top:20px;
    right: 80px;
    font-weight: normal;
    transition: all .3s;
}
header .entry .btn_member:hover{
    background-color: #83640a;
    text-decoration: none;
}
header .entry .btn_member:hover:after{
    background-color: #614b08;
}
header .entry .btn_mentor{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    header h2{
        margin-bottom: 50px;
    }
    header .entry{
        width: 80%;
        margin: 0 auto;
    }
    header .entry .btn_member{
        padding: 20px 20px 20px 30%;
        margin-bottom: 30px;
    }
    header .entry .btn_mentor{
        font-size: 18px;
    }
    .kv_bg_sp{
        width: 100%;
    }
}
.sec_title{
    position: relative;
    margin-bottom: 100px;
    color: #30475B;
}
.sec_title:after{
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    background-color: #E8BC3F;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
}
#only .p_01{
    text-align: center;
    margin-bottom: 60px;
}
#only ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#only ul li:nth-child(odd){
    background-color: #004D86;
    width: 214px;
    border-radius: 10px;
    padding: 25px 15px;
}
#only ul li:nth-child(odd) img{
    width: 80px;
    margin: 0 auto 35px;
    display: block;
}
#only ul li:nth-child(odd) h3{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
#only ul li:nth-child(odd) p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
#only ul li:nth-child(even){
    width: 17px;
}
#only ul li:nth-child(even) img{
    width: 17px;
    padding-top: 200px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #only .p_01{
        text-align: left;
    }
    #only ul{
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #only ul li:nth-child(odd){
        width: 100%;
    }
    #only ul li:nth-child(odd) img{
        width: 160px;
        margin: 0 auto 20px;
    }
    #only ul li:nth-child(odd) h3{
        font-size: 36px;
    }
    #only ul li:nth-child(odd) p{
        font-size: 24px;
        line-height: 48px;
    }
    #only ul li:nth-child(even){
        width: 100%;
    }
    #only ul li:nth-child(even) img{
        padding-top: 30px;
        padding-bottom: 20px;
        width: 30px;
        margin: 0 auto;
        display: block;
        rotate: 90deg;
    }
}
.cv{
    width: 100%;
    padding: 30px 0;
    background-color: #F5F9FB;
}
.cv .btn_member{
    width: 360px;
    background-color: #b98f0a;
    display: block;
    padding: 20px 20px 20px 90px;
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    border-radius: 40px;
    position: relative;
    margin:0 auto;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    transition: all .3s;
}
.cv .btn_member:after{
    position: absolute;
    content: "無料";
    font-size: 20px;
    line-height: 20px;
    background-color: #886A0E;
    padding: 5px 10px;
    border-radius: 5px;
    top:20px;
    right: 80px;
    font-weight: normal;
    transition: all .3s;
}
.cv .btn_member:hover{
    background-color: #83640a;
    text-decoration: none;
}
.cv .btn_member:hover:after{
    background-color: #614b08;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv .btn_member{
        width: 90%;
        padding: 20px 20px 20px 30%;
    }
}
#feature{
    /*background-image: url("/static/top/images/feature_bg@2x.c447af7dcfa0.jpg");*/
    background-size: 2000px 166px;
    background-repeat: no-repeat;
    position: center top;
}
#feature ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#feature ul li{
    width: 270px;
}
#feature ul li img{
    width: 100%;
    margin-bottom: 45px;
}
#feature ul li:first-child img{
    padding-top: 40px;
}
#feature ul li p{
    /*font-family: 'Noto Serif JP', serif;*/
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #feature{
        /*background-image: url("/static/top/images/sp/feature_bg_sp@2x.d6248ced36e6.jpg");*/
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 80px;
    }
    #feature h2{
        margin-bottom: 40px;
    }
    #feature ul{
        width: 92%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    #feature ul li{
        width: 100%;
        margin-bottom: 80px;
    }
    #feature ul li img{
        width: 80%;
        margin: 0 auto 20px;
        display: block;
    }
    #feature ul li p{
        font-size: 30px;
        line-height: 48px;
    }
    #feature ul li:last-child{
        margin-bottom: 0;
    }
}
#companys{
    width: 100%;
    padding: 60px 0;
    position: relative;
}
#companys .bg_area{
    width: 70%;
    height: 650px;
    background-image: url("/static/top/images/companys_bg@2x.929795b5c1a3.jpg");
    background-size: cover;
    background-position: center;
}
#companys .inner{
    position: absolute;
    background-color: #004D86;
    width: 660px;
    padding: 55px 48px;
    top:90px;
    left: 50%;
    margin-left: -160px;
}
#companys .inner h2{
    text-align: left;
    color: #fff;
    line-height: 46px;
    position: relative;
    margin-bottom: 90px;
}
#companys .inner h2:after{
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    background-color: #E8BC3F;
    bottom: -50px;
    left: 0;
}
#companys .inner p{
    color: #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #companys{
        background-image: url("/static/top/images/companys_bg@2x.929795b5c1a3.jpg");
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        padding-top: 200px;
    }
    #companys .bg_area{
        height: auto;
    }
    #companys .inner{
        position: relative;
        width: 90%;
        top: auto;
        left: auto;
        margin-left: 0px;
        margin: 0 auto;
    }
}
#support{
    /*background-image: url("/static/top/images/support_bg@2x.8b305b86ce53.jpg");*/
    background-size: 2000px 166px;
    background-repeat: no-repeat;
    position: center top;
    padding-bottom: 0;
}
#support p{
    text-align: center;
    margin-bottom: 80px;
}
#support ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#support ul li{
    width: 290px;
}
#support ul li img{
    width: 100%;
    margin-bottom: 45px;
}
#support ul li:nth-child(1) img{
    padding-top: 22px;
}
#support ul li:nth-child(3) img{
    padding-top: 30px;
}
#support ul li p{
    /*font-family: 'Noto Serif JP', serif;*/
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #support p{
        text-align: left;
    }
    #support ul{
        flex-wrap: wrap;
    }
    #support ul li{
        width: 92%;
    }
    #support ul li img{
        width: 80%;
        margin: 0 auto 30px;
        display: block;
    }
    #support ul li:nth-child(1) img,
    #support ul li:nth-child(3) img{
        padding-top: 0;
    }
    #support ul li p{
        font-size: 30px;
        line-height: 40px;
    }
}
#ex{
    background-color: #E1E7EB;
    background-image: url("/static/top/images/ex_bg@2x.6ae7c5befd6b.jpg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 140px;
}
#ex .inner > ul{
    width: 100%;
}
#ex .inner > ul > li{
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 22px 27px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
#ex .inner > ul > li:last-child{
    margin-bottom: 0;
}
#ex .inner > ul > li img{
    width: 114px;
}
#ex .inner > ul > li .ex_txt{
    width: 790px;
}
#ex .inner > ul > li .ex_txt .attri{
    line-height: 18px;
}
#ex .inner > ul > li .ex_txt h3{
    font-size: 24px;
    line-height: 46px;
    font-weight: bold;
}
#ex .inner > ul > li .ex_txt .flow{
    background-color: #F5F9FB;
    padding: 5px;
    display: flex;
    margin-bottom: 10px;
}
#ex .inner > ul > li .ex_txt .flow li:nth-child(1){
    margin-right: 30px;
    position: relative;
}
#ex .inner > ul > li .ex_txt .flow li:nth-child(1):after{
    content: '';
    position: absolute;
    background-image: url("/static/top/images/ex_arrow@2x.2a833770a319.png");
    width: 16px;
    height: 17px;
    background-size: 16px 17px;
    top:4px;
    right: -24px;
}
#ex .inner > ul > li .ex_txt .txt{
    font-size: 16px;
    line-height: 26px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #ex .inner > ul > li img{
        width: 20%;
    }
    #ex .inner > ul > li .ex_txt{
        width: 75%;
    }
    #ex .inner > ul > li .ex_txt .flow{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    #ex .inner > ul > li .ex_txt .flow li:nth-child(1):after{
        top:10px;
    }
    #ex .inner > ul > li .ex_txt .txt{
        font-size: 24px;
        line-height: 36px;
    }
}
#qa{
    width: 100%;
}
#qa ul{
    width: 100%;
}
#qa ul li{
    width: 100%;
    margin-bottom: 50px;
}
#qa ul li h3{
    font-size: 24px;
    line-height: 46px;
    font-weight: bold;
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}
#qa ul li h3:before{
    position: absolute;
    content: '';
    background-image: url("/static/top/images/qa_icon_q@2x.a4cf9657c67f.png");
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    top:-5px;
    left: 0;
}
#qa ul li p{
    position: relative;
    padding-left: 80px;
    font-size: 16px;
    line-height: 26px;
}
#qa ul li p:before{
    position: absolute;
    content: '';
    background-image: url("/static/top/images/qa_icon_a@2x.d3f469df62e7.png");
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    top:-5px;
    left: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #qa ul li p{
        font-size: 24px;
        line-height: 36px;
    }
}




footer{
    width: 100%;
    padding: 60px 0 20px;
    background-color: #004D86;

}
footer .logo{
    width: 214px;
    margin: 0 auto 60px;
    display: block;
}
footer .btns{
    width: 590px;
    margin: 0 auto 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
footer .btns a{
    width: 280px;
    background-color: #b98f0a;
    display: block;
    padding: 19px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    border-radius: 40px;
    position: relative;
    margin:0 auto;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    transition: all .3s;
}
footer .btns a:hover{
    background-color: #83640a;
    text-decoration: none;
}
footer .nav{
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
footer .nav a{
    color: #fff;

}
footer address{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 20px 0 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    footer .btns{
        width: 100%;
        margin-bottom: 50px;
    }
    footer .btns li{
        width: 48%;
        display: block;
    }
    footer .btns li a{
        width: 100%;
    }
    footer .nav{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    footer .nav a{
        width: 49%;
        font-size: 18px;
        background-color:#013963;
        display: block;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 10px;
        text-align: center;
    }
    footer address{
        font-size: 16px;
    }
}








