@charset "utf-8";

/*topのpaddingのみ
#container .content-inner {
    padding: 0;
}*/

/*ローディング*/
#after {
    opacity: 0;
}
#loading {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}

#loading p{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.field {
    overflow: hidden;
    position: relative;
    width: 100%;
}


/**/
#main{
	position:relative;
	margin:0 auto;
	padding-bottom:2%;
	background-color:#fff;}


#main h1.main-logo{
	position: absolute;
	top: -20px;
	left: -205px;
	right: 0;
	bottom: 0;
	background: url(../img/logo-w.svg) no-repeat center top;
	background-size: 540px auto;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 27px;
	overflow: hidden;
	text-align: center;
	margin: auto;
	z-index: 1;
	}


/*title*/
h1.idx-title{
	text-align:left;
	margin: 0 0 3rem;
	padding:0;
	font-size:8rem;
	color:#1d2da0;
	font-weight:bold;
	line-height:1;
}
h1.idx-title span img{
	width:12%;
	min-width:40px;
	display:inline-block;
}

#container .content-inner p.idx-caption{
	background-color:rgba(61,72,154,0.1);
	color:#1d2da0;
	font-size:2.6rem;
	padding:1rem;
	margin-bottom:4%;
	line-height:1;
}
.idx-caption img{
	width:20px;
}

/*pickup*/
.pickup{
	position:relative;
	background:url(../img/top/idx-pickup-bg.png) no-repeat right center;
	background-size: contain;
	opacity:0;
	}

.pickup .pickup-icon{
	max-width:170px;
	width:50%;
	position: absolute;
	display:block;
	top:-50px;
	left:-30px;
	}


/*info*/
.info{
	margin: 0 auto;
    max-width: 1024px;
    padding: 4% 0;
    text-align: left;
    width: 100%;
	}
.info-inner {
width:100%;
background-color:#fff;
padding:4%;
display:table;
vertical-align:middle;
position:relative;}

.info .info-title {
	display:table-cell;
	width: 20%;
vertical-align:middle;
}

.info .info-title h2 {
    color: #222;
    font-size: 2rem;
	margin: 0 auto 1rem;
	font-weight:bold;
	text-align:left;
}

.info .info-title .sub-title{
	text-align:center;}

.info .info-content {
vertical-align:middle;
	border-left:solid 1px #555555;
	padding-left: 30px;
	display:table-cell;
}
.info .info-content a {
	color:#1d2da0;
}

.info .info-content a:hover {
	opacity:0.3;
}
.info .info-content ul li {
	border-bottom:dotted 1px #aaaaaa;
	line-height:1.4;
	margin-bottom:1rem;
	padding-bottom:0.5rem;
}
.info .info-content ul li span{
	font-weight:bold;
	color:#8e8e8e;
	font-size:80%;
}

.info .info-title .btn-more01 {
    width: 120px;
}
.box a{
	color:#555555;}

/*how*/
#container .how{
	background:url(../img/top/idx-bg01.png) no-repeat right top;
	background-size:35%;
	opacity:0;
	}

.how .how-contents .btn-more01{
	margin:4% auto 0!important;
	}
.how .how-contents.fl3 li img{
	/*display:inline-block;
	width:50%;*/
	}

/*see*/
#container .see{
	background:url(../img/top/idx-bg02.png) no-repeat 130% -10px;
	background-color:#fff;
	background-size:50%;
	opacity:0;}

/*title*/

#container .content-inner p.idx-caption{
	background-color:rgba(61,72,154,0.1);
	color:#1d2da0;
	font-size:2.6rem;
	padding:1rem;
	margin-bottom:4%;
	line-height:1;
}

.see .bdr{
	/*border-top:solid 1px #555555;
	border-bottom:solid 1px #555555;
	background-color:rgba(255,255,255,0.8);*/
	padding:4%;
	}

.see .bdr .fr{
	text-align:center;
	margin:0 auto;
	}

/*see .course*/
.see .course .box{
	/*border:solid 1px #555555;*/
	overflow:hidden;}

.see .course .box ul li.fr{
	overflow:hidden;}

/*go*/
#container .go{
	background:url(../img/top/idx-bg03.png) no-repeat right top;
	background-size:30%;
	opacity:0;}

/*banner*/
.banner li{
	margin:2% auto;}

/*-------------------------------*/

/*@media screen and (min-width : 1025px)pc以上

-------------------------------*/
@media screen and (min-width : 1025px) {
/*inview*/
.box1,.box2,.box3{
	opacity:0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
    transform: translateY(30px);

 -moz-transition: -moz-transform 0.6s ease-in;
    -webkit-transition: -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in;
}



.box1.box-fade{
	 -moz-transform: translateY(0px);
	 -webkit-transform: translateY(0px);
    transform: translateY(0px);

	}
}

@media screen and (max-width: 1024px) {
#main img{
	width:200%;
	}

.how .appeal .fr{
	overflow:hidden;}

img.tow-col{
	width:124%;}

.how .how-contents .pdg4 {
    padding: 2rem;
}

/*info*/
.info .info-content ul>li {
	font-size:1.6rem;
}


.info .info-title {
    width: 100%;
	display:block;
	border-right:none;
}

.info .info-content {
	display:block;
	width:100%;
	margin: 0;
	padding:0;
	border:none;
}
.info .info-title .btn-more01 {
	position:absolute;
	top:2rem;
	right:2rem;
}
.pickup .pickup-icon{
	width:18%;
	min-width:80px;
	top:-10px;
	left:10px;
	}



/*see .course*/
.see .course .box ul li.fr img{
	width:128%;}
	}

/*-------------------------------*/

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (max-width : 768px) {
#main{
	margin:0 auto 3rem;
	/*height:300px;*/
	}


/*.box-bg img {
    max-width: 150%;
    width: 150%;
}
*/

.info{
    padding: 0 4% 4%;
	}

ul.contact-info li {
    padding: 15px;
    width: 80%;
}


.how .how-contents.fl3 li{
	/*float:none;
	width:100%;
	margin:0 auto 4%;*/
	}

.how .how-contents .btn-more01{
	margin:0 auto !important;
	}
}

/*-------------------------------*/

/*@media screen and (min-width : 640px)

-------------------------------*/
@media screen and (max-width : 640px) {

#main h1.main-logo{
	background-size:300px auto;
	}


/*title*/
h1.idx-title{
	font-size:6rem;
}

/*pickup*/
.pickup{
	background:url(../img/top/idx-pickup-bg.png) no-repeat bottom center;
	background-size: 200px;
	}


/*see .course*/
img.tow-col{
	width: inherit;}
/*see .course*/
.see .course .box ul li.fr img{
	width:100%;}
/*banner*/
.banner li img{
	margin:0 auto 4%;
	width:70%;
	display:block;
	text-align:center;}
	}

/*-------------------------------*/

/*@media screen and (min-width : 414px)

-------------------------------*/
@media screen and (max-width : 414px) {
ul.contact-info li {
    padding: 15px 10px;
    width: 100%;
}
#container .content-inner p.idx-caption {
    font-size: 2rem;
}
}

/*-------------------------------*/

/*@media screen and (min-width : 360px)

-------------------------------*/
@media screen and (max-width :360px) {
/*title*/
h1.idx-title{
	margin: 0 0 2%;
	font-size:4rem;
}

}

/*-------------------------------*/

/*@media screen and (mix-width :1025px) pc only

-------------------------------*/
@media screen and (min-width : 1025px) {

.box a:hover {
	cursor: pointer;
}
	}
