@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;
}

* {
	font-family: 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 45px;
	line-height: 60px;
    color: #333;
}
h3{
    color: #333;
}
h4{
	
}
h5{
	
}

img{
	border: none;
}
p{
    font-size: 18px;
    line-height: 30px;
    color: #222;
}
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;
}


/*サイズ指定
--------------------------------------*/
.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: ".";
}

/*******************************************
ヘッダー
*******************************************/
/*IE対応*/
/* html body {     
    background: url(null) fixed;     
} 
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  */


/*共通
--------------------------------------*/
.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;
}

.bg_mine{
    background-image: url(../images/bg_mine.jpg);
}

.inner{
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.inner2{
    width: 1000px;
    margin: 0 auto;
    display: block;
}

#bg{
	
}



/*ヘッダー
--------------------------------------*/
.kv_none{
    display: none;
}

#kv{
    width: 100%;
    padding: 30px 0 30px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5aa3c3+0,5da3c4+100 */
    background: #5aa3c3; /* Old browsers */
    background: -moz-linear-gradient(left,  #5aa3c3 0%, #5da3c4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #5aa3c3 0%,#5da3c4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #5aa3c3 0%,#5da3c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aa3c3', endColorstr='#5da3c4',GradientType=1 ); /* IE6-9 */
}
#kv .inner{
    width: 100%;
    margin: 0 auto;
    display: block;
    background-image: url(../images/kv_img.png);
    background-size: 1570px 715px;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 750px 0 0px 0;
    position: relative;
}
.kv_img{
    width: 100%;
    display: block;
    margin: 0;
}
#kv a{
    width: 300px;
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    background-color: #dd2566;
    border-radius: 30px;
    font-size: 24px;
    padding: 10px 0;
    transition: all .3s;
    border: none;
}
#kv a:hover{
    background-color: #eb5288;
    text-decoration: none;
}
.tel_pc{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.tel_pc p{
    color: #fff;
    font-size: 14px;
}
.tel_pc p.tel_num{
    font-size: 30px;
    font-weight: bold;
}


/*スクロールボタン アニメーション
--------------------------------------*/
.scrollBox{
    position: absolute;
    right: 20px;
	transform: translateX(-50%);
	bottom: -40px;
	width: 20px;
	height: 100px;
}
.scrollBox p{
    margin-bottom: 0px;
    text-align: center;
    
}
.scroll_txt{
    color: #fff;
    font-size: 12px;
    transform: rotateZ(90deg);
    padding-top:10px;
    padding-left: 0px; 
}

.btn__box {
	position: relative;
	width: 10px;
	height: 106px;
	line-height: 0px;
	margin:-30px auto 0;
	font-size: 13px;
	overflow: hidden;
}


.btn__box:before,
.btn__box:after {
	content: '';
	position: absolute;
	background: #fff;
}


.btn__box:before {
	top: -300px;
	right: 0;
	width: 1px;
	height: 150px;
}




.btn__box:before {
	-webkit-animation: bottomAnim 2.5s linear .5s infinite;
	animation: bottomAnim 2.5s linear .5s infinite;
}





@-webkit-keyframes topAnim {
	0% {top:-200px;}
	100% {top:200px;}
}
@keyframes topAnim {
	0% {top:-200px;}
	100% {top:200px;}
}
@-webkit-keyframes bottomAnim {
	0% {top:-200px;}
	100% {top:200px;}
}
@keyframes bottomAnim {
	0% {top:-200px;}
	100% {top:200px;}
}









#sec_01{
    width: 100%;
    background-image: url(../images/sec_01_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}
#sec_01 .inner{
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    background-color: rgba(250,250,250,.8);
    padding: 70px 0;
}
#sec_01 h2{
    color: #1daae9;
    font-size: 45px;
    line-height: 65px;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: bold;
}
#sec_01 .p_01{
    text-align: center;
    margin-bottom: 24px;
}
#sec_01 .p_02{
    width: 812px;
    margin: 0 auto;
    display: block;
}
#sec_01 .p_02 img{
    width: 100%;
    display: block;
    margin-bottom: 55px;
}
#sec_01 .p_03{
    text-align: center;
    margin-bottom: 80px;
}
.point_outer{
    width: 1100px;
    margin: 0 auto;
    display: block;
}
.point .left_block{
    float: left;
    width: 490px;
}
.point .right_block{
    float: right;
    width: 490px;
}
.point_pic{
    width: 100%;
    display: block;
}
.point{
    width: 100%;
    
}
.point img{
    width: 72px;
    display: block;
    float: left;
}
.point_outer{
    width: 1100px;
    margin: 0 auto;
    display: block;
}
.point_pic{
    margin-bottom: 45px;
}
.point_outer .left_block{
    float: left;
    width: 490px;
}
.point_outer .right_block{
    float: right;
    width: 490px;
}
.point_txt{
    float: right;
    width: 370px;
}
.point_txt h3{
    font-size: 24px;
    color: #004966;
    font-weight: bold;
    margin-bottom: 25px;
}
.point_txt h3 span{
    font-size: 15px;
    font-weight: normal;
    padding-left: 1em;
}
.point_txt p{
    font-size: 15px;
    line-height: 30px;
}
#feature{
    width: 100%;
    padding: 55px 0;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcad0+1,e38899+100 */
background: #022507; /* Old browsers */
background: -moz-linear-gradients(left,  #ffcad0 1%, #e38899 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffcad0 1%,#e38899 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffcad0 1%,#e38899 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcad0', endColorstr='#e38899',GradientType=1 ); /* IE6-9 */

}
#feature .inner{
    
}
#feature h2{
    width: 185px;
    margin: 0 auto 30px;
    display: block;
}
#feature h2 img{
    width: 100%;
    display: block;
}
#feature h2::after{
    content:"サービスの特徴";
    background-color: #dd2566;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 10px auto 0 20px;
    display: block;
    width: 7em;
    text-align: center;
}
.menu{
    width: 1100px;
    box-sizing: border-box;
    padding: 30px 65px;
    background-color: #fff;
    margin: 0 auto;
    display: block;
    
    /* box-shadow */
    box-shadow:0px 0px 6px 0px #cecdcf;
}
.menu li{
    width: 290px;
    float: left;
    margin-right: 50px;
}
.menu li:last-child{
    margin-right: 0;
}
.menu li img{
    width: 160px;
    margin: 0 auto 24px;
    display: block;
}
.menu li h3{
    color: #004966;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.menu li p{
    font-size: 15px;
    line-height: 30px;
}
.menu li p.small{
    font-size: 9px;
    line-height: 18px;
}
#perhaps{
    width: 100%;
    background-image: url(../images/perhaps_bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 70px 0 0;
}#perhaps h2{
    color: #012635;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 70px;
}
#perhaps h2 img{
    width: 218px;
    display: block;
    margin: 0 auto 25px;
}
.per_01,
.per_02,
.per_03{
    width: 100%;
}
.per_01 .per_img{
    width: 50%;
    float: left;
    height: 450px;
    background-image: url(../images/per_img_01.jpg);
    background-size: cover;
    background-position: center center;
}
.per_01 .per_txt,
.per_03 .per_txt{
    width: 500px;
    float: left;
    box-sizing: border-box;
    padding: 65px 0 0 45px;
}
.per_01 h3,
.per_03 h3{
    color: #012635;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.per_02 .per_img{
    width: 50%;
    float: right;
    height: 450px;
    background-image: url(../images/per_img_02.jpg);
    background-size: cover;
    background-position: center center;
}
.per_02 .per_txt{
    width: 500px;
    float: right;
    box-sizing: border-box;
    padding: 65px 45px 0 0;
}
.per_02 h3{
    color: #012635;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.per_03 .per_img{
    width: 50%;
    float: left;
    height: 450px;
    background-image: url(../images/per_img_03.jpg);
    background-size: cover;
    background-position: center center;
}
.per_txt p{
    color: #012635;
    font-size: 15px;
    line-height: 30px;
    
}
#merit{
    padding: 70px 0;
    width: 100%;
}
#merit h2{
    width: 132px;
    margin: 0 auto 45px;
    display: block;
}
#merit h2 img{
    width: 100%;
    display: block;
}
#merit h2::after{
    content:"最新のAI技術を活用した「Soft Mining AI」";
    background-color: #dd2566;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 20px auto 0 -120px;
    display: block;
    width: 22em;
    text-align: center;
}
#merit ul{
    width: 970px;
    margin: 0 auto;
}
#merit ul li{
    width: 275px;
    float: left;
    margin-right: 70px;
    margin-bottom: 40px;
}
#merit ul li:nth-child(1),
#merit ul li:nth-child(2),
#merit ul li:nth-child(3){
    height: 380px;
}
#merit ul li:nth-child(3){
    margin-right: 0;
}
#merit ul li:nth-child(4){
    padding-left: 170px;
    width: 445px;
}
#merit ul li img{
    width: 159px;
    margin: 0 auto 25px;
    display: block;
}
#merit ul li h3{
    color: #004966;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 23px;
}
#merit ul li p{
    font-size: 15px;
    line-height: 30px;
}
#merit ul li p.small{
    font-size: 9px;
    line-height: 15px;
}
#voice{
    width: 100%;
    padding: 70px 0;
    background-image: url(../images/voice_bg.jpg);
    background-position: center center;
    background-size: cover;
}
#voice .inner{
    width: 850px;
}
#voice h2{
    width: 126px;
    margin: 0 auto 67px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#voice h2 img{
    width: 100%;
    display: block;
}
#voice h2::after{
    content:"CEOから";
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 20px auto 0 -10px;
    display: block;
    width: 7em;
    text-align: center;
}
#voice ul{
    width: 100%;
}
#voice ul li{
    margin-bottom: 50px;
}
#voice ul li:last-child{
    margin-bottom: 0;
}
#voice ul img{
    width: 175px;
    float: left;
    display: block;
}
#voice ul .voice_txt{
    width: 630px;
    float: right;
}
#voice ul h3{
    color: #f9e67b;
    font-size: 21px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
#voice ul p{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
#pay{
    background-image: url(../images/bg_01.jpg);
    background-size: 4px 4px;
    padding: 70px 0;
}
#pay .inner{
    width: 700px;
}
#pay h2{
    width: 269px;
    margin: 0 auto 30px;
    display: block;
}
#pay h2 img{
    width: 100%;
    display: block;
}
#pay h2::after{
    content:"ロードマップ";
    background-color: #dd2566;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 20px auto 0;
    display: block;
    width: 8em;
    text-align: center;
}
.pay_outer{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 60px 110px 20px;
}
.pay_table{
    width: 100%;
}
#pay  dl{
    width: 450px;
    margin: 0 auto 30px;
    display: block;
}

#pay dl dt{
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 200px;
}
#pay dl dd{
    font-size: 18px;
    float: right;
    width: 250px;
}
.pay_img{
    width: 100%;
    display: block;
}
#flow{
    width: 100%;
    padding: 70px 0;
    background-image: url(../images/flow_bg.jpg);
    background-position: center center;
    background-size: cover;
}
#flow h2{
    width: 123px;
    margin: 0 auto 25px;
    display: block;
}
#flow h2 img{
    width: 100%;
    display: block;
}
#flow h2::after{
    content:"簡単無料LINE登録";
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    margin: 20px auto 0;
    display: block;
    width: 11em;
    margin-left: -1.5em;
    text-align: center;
    color: #fff;
}
.flow_outer{
    width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 35px 70px;
    background-color: rgba(250,250,250,.5);
}
.flow_block{
    width: 100%;
    margin-bottom: 15px;
}
.flow_block img{
    float: left;
    width: 113px;
}
.flow_block .flow_txt{
    float: right;
    width: 510px;
}
.flow_block .flow_txt h3{
    color: #004966;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.flow_block .flow_txt p{
    font-size: 15px;
    line-height: 30px;
    color: #004966;
}
.flow_outer .flow_arrow{
    width: 20px;
    display: block;
    margin: 0 auto 15px;
}
#sche{
    width: 100%;
    padding: 70px 0;
    background-image: url(../images/bg_01.jpg);
    background-size: 4px 4px;
}
#sche h2{
    width: 224px;
    margin: 0 auto 45px;
    display: block;
}
#sche h2 img{
    width: 100%;
}
#sche h2::after{
    content:"入学後の流れ";
    background-color: #dd2566;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 10px auto 0;
    display: block;
    width: 8em;
    text-align: center;
}
#sche .inner{
    width: 800px;
}
#sche h3{
    width: 349px;
    margin: 0 auto 25px;
    display: block;
}
#sche h3 img{
    width: 100%;
}
.sche_img_01{
    width: 100%;
    margin: 0 0 60px;
}
.sche_img_02{
    width: 100%;
}
#qa{
    width: 100%;
    padding: 70px 0;
}
#qa .inner{
    width: 800px;
}
#qa h2{
    width: 92px;
    margin: 0 auto 45px;
    display: block;
}
#qa h2 img{
    width: 100%;
}
#qa h2::after{
    content:"よくあるご質問";
    background-color: #dd2566;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 10px auto 0 -35px;
    display: block;
    width: 8em;
    text-align: center;
}
#qa ul {
    list-style-type: none;
}

#qa a {
    color: #b63b4d;
    text-decoration: none;
}
.accordion {
    width: 100%;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 }

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 30px;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #004966;
    border: 1px solid #004966;
    border-bottom: none;
}

.accordion li:last-child .link {
    border-bottom: 1px solid #004966;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #1eaae9;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #004966;
    border: 1px solid #004966;
}

.accordion li.open i {
    color: #1eaae9;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
    display: none;
    background: #e3f4fc;
    font-size: 15px;
    line-height: 30px;
    color: #004966;
    padding: 20px 20px 20px 30px;
    border: 1px solid #004966;
    border-top: none;
    border-bottom: none;
 }
  .submenu_last{
      border-bottom: 1px solid #004966;
  }


 .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }

 .submenu a:hover {
    background: #b63b4d;
    color: #FFF;
 }
#first{
    width: 100%;
    background-color: #602c31;
    background-image: url(../images/first_bg.png);
    background-position: center top;
    background-size: 2000px 1134px;
    padding: 590px 0 70px;
    background-repeat: no-repeat;
}
#first img{
    width: 725px;
    margin: 0 auto 50px;
    display: block;
}
#first h2{
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
}
#first p{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
#contact{
    width: 100%;
    padding: 70px 0;
    background-image: url(../images/bg_01.jpg);
    background-size: 4px 4px;
}
#contact h2{
    width: 190px;
    margin: 0 auto 45px;
    display: block;
}
#contact h2 img{
    width: 100%;
}
#contact h2::after{
    content:"お問い合わせ";
    background-color: #dd2566;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 10px auto 0 20px;
    display: block;
    width: 7em;
    text-align: center;
}
#contact form{
    width: 700px;
    padding: 40px 50px;
    background-color: #fff;
    margin: 0 auto;
}
#contact form dl{
    width: 100%;
    margin-bottom: 30px;
}
#contact form dl dt{
    width: 165px;
    float: left;
    color: #004966;
    font-size: 20px;
    font-weight: bold;
}
#contact form dl dd{
    width: 380px;
    float: right;
}
#contact form dl dd input,
#contact form dl dd textarea{
    border: 1px solid #004966;
    background-color: #e6f1f6;
    padding: 10px;
}
#contact form dl.sex dd input{
    margin-right: 10px;
}
#contact form dl.sex dd label{
    font-size: 20px;
    color: #004966;
}
#contact form dl dd textarea{
    width: 355px;
}
.btn_submit{
    border: none;
    background: none;
    color: #fff;
}
.btn_form{
    border: none;
    background: none;
    background-color: #dd2566;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    display: block;padding: 10px 40px;
    border-radius: 30px;
    transition: all .3s;
}
.btn_form:hover{
    background-color: #eb5288;
    text-decoration: none;
}
footer{
    width: 100%;
    padding: 20px 0 20px;
    font-weight: normal;
    background-color: #012635;
    color: #fff;
}
footer address{
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.thanks_bg{
    padding-top: 150px;
}
#thanks_msg{
    text-align: center;
    display: block;
}
.thanks_perhaps_logo{
    width: 200px;
    margin: 0 auto 30px;
    display: block;
}
#thanks_msg p{
    margin-bottom: 30px;
    display: block;
}
#thanks_msg a{
    border: none;
    background: none;
    background-color: #dd2566;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    display: block;padding: 10px 40px;
    border-radius: 10px;
    transition: all .3s;
    width: 500px;
}
#thanks_msg a:hover{
    background-color: #eb5288;
    text-decoration: none;
}




/*******************************************
スマホ用スタイル
*******************************************/
@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: 36px;
    }
	.inner{
		width: 92%;
		margin: 0 auto;
	}
	
    /*ヘッダー
    --------------------------------------*/
    #kv{
        width: 100%;
        padding: 20px 0 20px;
        
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5aa3c3+0,5da3c4+100 */
        background: #5aa3c3; /* Old browsers */
        background: -moz-linear-gradient(left,  #5aa3c3 0%, #5da3c4 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #5aa3c3 0%,#5da3c4 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #5aa3c3 0%,#5da3c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aa3c3', endColorstr='#5da3c4',GradientType=1 ); /* IE6-9 */
    }
    #kv .inner{
        width: 100%;
        margin: 0 auto;
        display: block;
        background:none;
        padding: 0;
    }
    #kv .inner img{
        width: 100%;
        display: block;
        margin: 0;
    }
    #kv a{
        width: 300px;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        display: block;
        background-color: #dd2566;
        border-radius: 30px;
        font-size: 24px;
        padding: 10px 0;
        transition: all .3s;
        border: none;
    }
    #kv a:hover{
        background-color: #eb5288;
        text-decoration: none;
    }
    #sec_01{
        width: 100%;
        background-image: url(../images/sec_01_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0;
    }
    #sec_01 .inner{
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        display: block;
        background-color: rgba(250,250,250,.8);
        padding: 30px 10%;
    }
    #sec_01 h2{
        color: #1daae9;
        font-size: 38px;
        line-height: 50px;
        text-align: center;
        margin: 0 0 30px 0;
        font-weight: bold;
    }
    #sec_01 .p_01{
        text-align: left;
        margin-bottom: 24px;
    }
    #sec_01 .p_02{
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    #sec_01 .p_02 img{
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }
    #sec_01 .p_03{
        text-align: left;
        margin-bottom: 60px;
    }
    .point_outer{
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .point_outer .left_block{
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .point_outer .right_block{
        float: none;
        width: 100%;
    }
    .point_pic{
        width: 100%;
        display: block;
        margin: 0 auto 20px;
    }
    .point{
        width: 100%;
        
    }
    .point img{
        width: 72px;
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
    .point_txt{
        float: none;
        width: 100%;
    }
    .point_txt h3{
        font-size: 40px;
        color: #004966;
        font-weight: bold;
        margin-bottom: 15px;
        text-align: center;
        line-height: 50px;
    }
    .point_txt h3 span{
        font-size: 20px;
        font-weight: normal;
        padding-left: 0;
    }
    .point_txt p{
        font-size: 24px;
        line-height: 36px;
    }
    #feature{
        width: 100%;
        padding: 55px 0;
        
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcad0+1,e38899+100 */
    background: #ffcad0; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffcad0 1%, #e38899 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffcad0 1%,#e38899 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffcad0 1%,#e38899 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcad0', endColorstr='#e38899',GradientType=1 ); /* IE6-9 */
    
    }
    #feature .inner{
        width: 92%;
    }
    #feature h2{
        width: 185px;
        margin: 0 auto 30px;
        display: block;
    }
    #feature h2 img{
        width: 100%;
        display: block;
    }
    #feature h2::after{
        content:"サービスの特徴";
        background-color: #dd2566;
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: 5px 20px;
        border-radius: 30px;
        margin: 10px auto 0 20px;
        display: block;
        width: 7em;
        text-align: center;
    }
    .menu{
        width: 100%;
        box-sizing: border-box;
        padding: 30px ;
        background-color: #fff;
        margin: 0 auto;
        display: block;
        
        /* box-shadow */
        box-shadow:0px 0px 6px 0px #cecdcf;
    }
    .menu li{
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .menu li:last-child{
        margin-right: 0;
    }
    .menu li img{
        width: 160px;
        margin: 0 auto 24px;
        display: block;
    }
    .menu li h3{
        color: #004966;
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }
    .menu li p{
        font-size: 24px;
        line-height: 36px;
    }
    .menu li p.small{
        font-size: 14px;
        line-height: 20px;
    }
    #perhaps{
        width: 100%;
        background-image: url(../images/perhaps_bg.jpg);
        background-size: cover;
        background-position: center center;
        padding: 70px 0 0;
    }#perhaps h2{
        color: #012635;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 50px;
    }
    #perhaps h2 img{
        width: 218px;
        display: block;
        margin: 0 auto 25px;
    }
    .per_01,
    .per_02,
    .per_03{
        width: 100%;
    }
    .per_01 .per_img{
        width: 100%;
        float: none;
        height: 200px;
        background-image: url(../images/per_img_01.jpg);
        background-size: cover;
        background-position: center center;
    }
    .per_01 .per_txt,
    .per_03 .per_txt{
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 30px;
        box-sizing: border-box;
    }
    .per_01 h3,
    .per_03 h3{
        color: #012635;
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .per_02 .per_img{
        width: 100%;
        float: none;
        height: 200px;
        background-image: url(../images/per_img_02.jpg);
        background-size: cover;
        background-position: center center;
    }
    .per_02 .per_txt{
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 30px;
    }
    .per_02 h3{
        color: #012635;
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .per_03 .per_img{
        width: 100%;
        float: none;
        height: 200px;
        background-image: url(../images/per_img_03.jpg);
        background-size: cover;
        background-position: center center;
    }
    .per_txt p{
        color: #012635;
        font-size: 24px;
        line-height: 36px;
        
    }
    #merit{
        padding: 50px 0 30px;
        width: 100%;
    }
    #merit .inner{
        width: 92%;
    }
    #merit h2{
        width: 189px;
        margin: 0 auto 45px;
        display: block;
    }
    #merit h2 img{
        width: 100%;
        display: block;
    }
    #merit h2::after{
        content:"最新のAI技術を活用した「Soft Mining AI」";
        background-color: #dd2566;
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: 5px 20px;
        border-radius: 30px;
        margin: 20px auto 0 -90px;
        display: block;
        width: 22em;
        text-align: center;
    }
    #merit ul{
        width: 100%;
        margin: 0 auto;
    }
    #merit ul li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 50px;
    }
    #merit ul li:nth-child(1),
    #merit ul li:nth-child(2),
    #merit ul li:nth-child(3){
        height: auto;
    }
    #merit ul li:nth-child(3){
        margin-right: 0;
    }
    #merit ul li:nth-child(4){
        padding-left: 0;
        width:100%;
    }
    #merit ul li img{
        width: 40%;
        margin: 0 auto 25px;
        display: block;
    }
    #merit ul li h3{
        color: #004966;
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 23px;
    }
    #merit ul li p{
        font-size: 24px;
        line-height: 36px;
    }
    #merit ul li p.small{
        font-size: 14px;
        line-height: 20px;
    }
    #voice{
        width: 100%;
        padding: 70px 0;
        background-image: url(../images/voice_bg.jpg);
        background-position: center center;
        background-size: cover;
    }
    #voice .inner{
        width: 92%;
    }
    #voice h2{
        width: 126px;
        margin: 0 auto 50px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }
    #voice h2 img{
        width: 100%;
        display: block;
    }
    #voice h2::after{
        content:"CEOから";
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: 5px 20px;
        border-radius: 30px;
        margin: 20px auto 0 -10px;
        display: block;
        width: 7em;
        text-align: center;
    }
    #voice ul{
        width: 100%;
    }
    #voice ul li{
        margin-bottom: 50px;
    }
    #voice ul li:last-child{
        margin-bottom: 0;
    }
    #voice ul img{
        width: 40%;
        float: none;
        margin: 0 auto 20px;
        display: block;
    }
    #voice ul .voice_txt{
        width: 100%;
        float: none;
    }
    #voice ul h3{
        color: #f9e67b;
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }
    #voice ul p{
        color: #fff;
        font-size: 24px;
        line-height: 36px;
    }
    #pay{
        background-image: url(../images/bg_01.jpg);
        background-size: 4px 4px;
        padding: 50px 0;
    }
    #pay .inner{
        width: 92%;
    }
    #pay h2{
        width: 269px;
        margin: 0 auto 30px;
        display: block;
    }
    #pay h2 img{
        width: 100%;
        display: block;
    }
    #pay h2::after{
        content:"ロードマップ";
        background-color: #dd2566;
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: 5px 20px;
        border-radius: 30px;
        margin: 20px auto 0;
        display: block;
        width: 8em;
        text-align: center;
    }
    .pay_outer{
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        padding: 30px;
    }
    .pay_table{
        width: 100%;
    }
    #pay  dl{
        width: 100%;
        margin: 0 auto 30px;
        display: block;
    }
    
    #pay dl dt{
        font-size: 24px;
        font-weight: bold;
        float: none;
        width: 100%;
    }
    #pay dl dd{
        font-size: 24px;
        float: none;
        width: 100%;
    }
    .pay_img{
        width: 100%;
        display: block;
    }
    #flow{
        width: 100%;
        padding: 50px 0;
        background-image: url(../images/flow_bg.jpg);
        background-position: center center;
        background-size: cover;
    }
    #flow h2{
        width: 123px;
        margin: 0 auto 25px;
        display: block;
    }
    #flow h2 img{
        width: 100%;
        display: block;
    }
    #flow h2::after{
        content:"簡単無料LINE登録";
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        margin: 20px auto 0;
        display: block;
        width: 11em;
        margin-left: -1.5em;
        text-align: center;
        color: #fff;
    }
    .flow_outer{
        width: 92%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 30px;
        background-color: rgba(250,250,250,.5);
    }
    .flow_block{
        width: 100%;
        margin-bottom: 15px;
    }
    .flow_block img{
        float: none;
        width: 40%;
        margin: 0 auto 20px;
        display: block;
    }
    .flow_block .flow_txt{
        float: none;
        width: 100%;
    }
    .flow_block .flow_txt h3{
        color: #004966;
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        margin-bottom: 15px;
        text-align: center;
    }
    .flow_block .flow_txt p{
        font-size: 24px;
        line-height: 36px;
        color: #004966;
    }
    .flow_outer .flow_arrow{
        width: 20px;
        display: block;
        margin: 0 auto 15px;
    }
    #sche{
        width: 100%;
        padding: 50px 0;
        background-image: url(../images/bg_01.jpg);
        background-size: 4px 4px;
    }
    #sche h2{
        width: 224px;
        margin: 0 auto 45px;
        display: block;
    }
    #sche h2 img{
        width: 100%;
    }
    #sche h2::after{
        content:"入学後の流れ";
        background-color: #dd2566;
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: 5px 20px;
        border-radius: 30px;
        margin: 10px auto 0;
        display: block;
        width: 8em;
        text-align: center;
    }
    #sche .inner{
        width: 92%;
    }
    #sche h3{
        width: 90%;
        margin: 0 auto 25px;
        display: block;
    }
    #sche h3 img{
        width: 100%;
    }
    .sche_img_01{
        width: 100%;
        margin: 0 0 60px;
    }
    .sche_img_02{
        width: 100%;
    }
    #qa{
        width: 100%;
        padding: 50px 0;
    }
    #qa .inner{
        width: 92%;
    }
    #qa h2{
        width: 92px;
        margin: 0 auto 45px;
        display: block;
    }
    #qa h2 img{
        width: 100%;
    }
    #qa h2::after{
        content:"よくあるご質問";
        background-color: #dd2566;
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: 5px 20px;
        border-radius: 30px;
        margin: 10px auto 0 -35px;
        display: block;
        width: 8em;
        text-align: center;
    }
    #qa ul {
        list-style-type: none;
    }
    
    #qa a {
        color: #b63b4d;
        text-decoration: none;
    }
    .accordion {
        width: 100%;
        margin: 30px auto 20px;
        background: #FFF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
     }
    
    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 30px 15px 20px;
        color: #4D4D4D;
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        color: #004966;
        border: 1px solid #004966;
        border-bottom: none;
    }
    
    .accordion li:last-child .link {
        border-bottom: 1px solid #004966;
    }
    
    .accordion li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #1eaae9;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
        font-size: 16px;
    }
    
    .accordion li.open .link {
        color: #004966;
        border: 1px solid #004966;
    }
    
    .accordion li.open i {
        color: #1eaae9;
    }
    .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .accordion li.default .submenu {display: block;}
    /**
     * Submenu
     -----------------------------*/
     .submenu {
        display: none;
        background: #e3f4fc;
        font-size: 18px;
        line-height: 30px;
        color: #004966;
        padding: 20px 20px 20px 20px;
        border: 1px solid #004966;
        border-top: none;
        border-bottom: none;
     }
      .submenu_last{
          border-bottom: 1px solid #004966;
      }
    
    
     .submenu a {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        padding: 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
     }
    
     .submenu a:hover {
        background: #b63b4d;
        color: #FFF;
     }
    #first{
        width: 100%;
        background:none;
        padding: 0 0 30px;
        background-color: #602c31;
    }
    .fist_img_sp{
        width: 100% !important;
        margin: 0 auto;
        display: block;
    }
    #first h2{
        color: #fff;
        font-size: 30px;
        line-height: 48px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }
    #first p{
        color: #fff;
        font-size: 24px;
        line-height: 36px;
        text-align: left;
    }
    #contact{
        width: 100%;
        padding: 50px 0;
        background-image: url(../images/bg_01.jpg);
        background-size: 4px 4px;
    }
    #contact h2{
        width: 190px;
        margin: 0 auto 45px;
        display: block;
    }
    #contact h2 img{
        width: 100%;
    }
    #contact h2::after{
        content:"よくあるご質問";
        background-color: #dd2566;
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: 5px 20px;
        border-radius: 30px;
        margin: 10px auto 0 20px;
        display: block;
        width: 7em;
        text-align: center;
    }
    #contact form{
        width: 100%;
        padding: 30px;
        background-color: #fff;
        margin: 0 auto;
    }
    #contact form dl{
        width: 100%;
        margin-bottom: 30px;
    }
    #contact form dl dt{
        width: 100%;
        float: none;
        color: #004966;
        font-size: 20px;
        font-weight: bold;
    }
    #contact form dl dd{
        width: 100%;
        float: none;
    }
    #contact form dl dd input,
    #contact form dl dd textarea{
        border: 1px solid #004966;
        background-color: #e6f1f6;
        padding: 10px;
    }
    #contact form dl dd textarea{
        width: 100%;
    }
    .formBlock dd input,
    .formBlock dd textarea{
        width: 100%;
    }

    .btn_submit{
        border: none;
        background: none;
        color: #fff;
    }
    .btn_form{
        border: none;
        background: none;
        background-color: #dd2566;
        color: #fff;
        font-size: 24px;
        margin: 0 auto;
        display: block;padding: 10px 40px;
        border-radius: 30px;
        transition: all .3s;
    }
    .btn_form:hover{
        background-color: #eb5288;
        text-decoration: none;
    }
    
    
    footer{
        width: 100%;
        padding: 20px 0 20px;
        font-weight: normal;
        background-color: #012635;
        color: #fff;
    }
    footer address{
        width: 100%;
        text-align: center;
        font-size: 10px;
    }
    
    #footerNav_sp{
        width: 100%;
        position: fixed;
        padding: 10px;
        bottom: 0;
        left: 0;
        background-color: rgba(90,163,195,.8);
        z-index: 100;
        display: block;
    }
    #footerNav_sp a{
        width: 48%;
        display: block;
        padding: 10px 0;
        background-color: #dd2566;
        color: #fff;
        font-size: 20px;
        margin: 0 auto;
        border-radius: 30px;
        text-align: center;
        font-weight: bold;
        font-family: 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    }
    #footerNav_sp a:first-child{
        float: left;
    }
    #footerNav_sp a:last-child{
        float: right;
    }
}




