@charset "UTF-8";



.wrap{
	width: 100%;
	min-width: 1000px;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
*{
	font-family:'Noto Sans Japanese';
	transition-duration: 0.3s;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}
.color-line{
	width: 100%;
	height: 4px;
	background-image: url(../img/common/line.jpg);
}
.gnav .inner{
	display: flex;
	justify-content: space-between;
}
.gnav .rogo{
	width: 120px;
	padding: 7px 0;
}
.gnav ul{
	display: flex;
	justify-content: space-between;
}
.gnav ul li{
}
.gnav ul li a{
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	border-left: dashed 1px #ccc;
	font-size: 12px;
	color: #333;
	padding: 0 20px;
}
.gnav ul li:last-child a{
	border-right: dashed 1px #ccc;
}

.gnav ul li a:hover{
	background-color: #0192c9;
	color: #fff;
}
main{
	background-image: url(../img/common/back-white.jpg);
}
main .main-title01{
	background-image: url(../img/common/back-blue.jpg);
	padding: 30px 0;
	position: relative;
}
main .main-title01:after{
	content: "";
	height: 4px;
	width:100%;
	position: absolute;
	background-image: url(../img/common/line.jpg);
	bottom: 0;
	left: 0;
}
main .main-title01 h1{
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

main .content01{
	padding: 100px 0;
}
main .content01 .title-rogo{
	margin: 0 auto;
	display: block;
	margin-bottom: 100px;
}

main .content01 p.info{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: red;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 50px;
    
}

main .content01 p{
	font-size: 14px;
	font-weight: 200;
}
main .content01 .weak-list{
}
main .content01 .weak-list li{
	position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
}
main .content01 .weak-list li:before{
	content: url(../img/index/list-img.png);
	position: absolute;
	top: 0;
	left: 0;
}
main .colbox2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main .colbox2 div{
	width: 48%;
}
main h2.title01{
    background-color: #fff;
    padding: 10px 10px 10px 44px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #2189bb;
    position: relative;
    line-height: 1em;
	margin-bottom: 0.5em;
}
main h2.title01:before{
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #81bf34;
    top: 7px;
    left: 7px;
    border-radius: 15px;
}
main p span.strong01{
	font-size: 1.3em;
	color: #2189bb;
	font-weight: 400;
}
main .radius-photo{
	border-radius: 20px;
	border: solid 5px #ff0;
	background-color: #fff;
}

main .content02{
	padding: 100px 0;
}
main .detail-btn{
	text-align: center;
}
main .detail-btn a{
    display: inline-block;
    padding: 5px 150px;
    background-color: #de6d60;
    color: #fff;
    font-size: 14px;
    border: solid 1px #fff;
    outline: solid 5px #de6d60;
}
main .detail-btn a:hover{
	background-color: #fff;
	color: #de6d60;
}
main .content03{
	padding: 100px 0;
}

footer{
	background-image: url(../img/common/back-blue.jpg);
	padding: 5px 0;
	text-align: center;
}
footer p{
	font-size: 12px;
	color: #fff;
}

/*下層ページ*/
header .sub-slide{
	/* background-attachment: fixed; */
  background-size: cover;
  /* background-position: center center; */
  padding: 45px;
  text-align: center;
  background-repeat: no-repeat;
}
header .sub-slide h1{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
header .sub-slide h2, header .sub-slide h1 + aside{
	background-color: #2189bb;
	display: inline-block;
	padding: 3px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

/*what*/
header .what-slide{
	background-image: url(../img/what/slide-back.jpg);
}
main .what-content01 .title-rogo{
	margin: 0 auto;
	display: block;
	padding: 100px 0 0;
}
main .what-content01 .text-image{
	margin: 0 auto;
	display: block;
	padding: 40px 0 0;
}
main .what-content02{
	padding: 100px 0;
}
main .what-content02 .voice-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main .what-content02 .voice-area .voice-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
main .what-content02 .voice-area .voice-box .photo{
	width: 16%;
}
main .what-content02 .voice-area .voice-box .text{
	width: 80%;
}
main .what-content02 .voice-area .voice-box .text h1{
	background-color: #fff;
	border-radius: 30px;
	color: #2189bb;
	font-size: 24px;
	font-weight: 600;
	padding: 0px 10px;
}
main .what-content02 .voice-area .voice-box .text h1:before{
	content: "●";
}
main .what-content02 .voice-area .voice-box .text p{
	font-size: 14px;
	padding: 10px;
}

main .what-content04 section{
	text-align: center;
	margin-bottom: 50px;
}
main .what-content04 section h1{
	background-color: #de6d60;
	color: #fff;
	font-size: 36px;
	display: inline-block;
	padding: 0 30px;
	margin-bottom: 20px;
}
main .what-content04 section h2{
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 600;
	color: #de6d60;
	margin-bottom: 10px;
}
main .what-content04 section p{
}
main .what-content04 .access-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px;
}
main .what-content04 .access-area .access-box{
	width: 48%;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	border: solid 5px #2189bb;
	background-color: #fff;
	margin:auto;/* 追記 2018/12/03 */
}
main .what-content04 .access-area .access-box h1{
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 3px #2189bb;
	display: inline-block;
	margin-bottom: 10px;
}
main .what-content04 .access-area .access-box p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 10px;
}

/*school & company*/
header .school-slide{
	background-image: url(../img/school/slide-back.png);
}
main .school-content01 .text-image{
	margin: 0 auto;
	display: block;
	padding: 100px 0 0;
}
main .school-content02,
main .company-content01{
	padding: 100px 0px;
}
main .school-content02 .info-area,
main .company-content01 .info-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
main .company-content01 .info-area{
	flex-direction: column;
	height:50vw;
}
main .school-content02 .info-area .info-box-sm,
main .company-content01 .info-area .info-box-sm{
	width: 48%;
}
main .school-content02 .info-area .info-box-bg,
main .company-content01 .info-area .info-box-bg{
	width: 48%;
}
main .school-content02 .info-area .info-box-sm,
main .school-content02 .info-area .info-box-bg,
main .company-content01 .info-area .info-box-sm,
main .company-content01 .info-area .info-box-bg{
	padding-bottom: 30px;
}
main .school-content02 .info-area .info-box-sm h1,
main .school-content02 .info-area .info-box-bg h1,
main .company-content01 .info-area .info-box-sm h2,
main .company-content01 .info-area .info-box-bg h2{
	background-color: #2189bb;
	color: #fff;
	font-size: 24px;
	padding: 0 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}
main .school-content02 .info-area .info-box-sm h2,
main .school-content02 .info-area .info-box-bg h2,
main .company-content01 .info-area .info-box-sm p,
main .company-content01 .info-area .info-box-bg p{
	font-size: 20px;
	font-weight: 600;
}
main .company-content01 .info-area .info-box-sm p,
main .company-content01 .info-area .info-box-bg p{
	padding-left:20px;
}
main .school-content02 .info-area .info-box-sm p{
	font-size: 14px;
}
main .school-content02 .time-title,
main .company-content01 .time-title {
	text-align: center;
}
main .school-content02 .time-title h1
main .company-content01 .time-title h1{
	display: inline-block;
	font-size: 36px;
	color: #0092c7;
	border-bottom: solid 3px #7edf14;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 50px;
}

main .school-content02 table{
	width: 100%;
}
main .school-content02 table tr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
main .school-content02 table tr th{
	text-align: center;
	padding: 10px 0;
	width: 12%;
}
main .school-content02 table tr td{
	text-align: center;
	padding: 10px 0;
	width: 21%;
	background-color: #fff;
}
main .school-content02 table tr:first-of-type td:nth-child(2){background-color: #e97163; color: #fff;}
main .school-content02 table tr:first-of-type td:nth-child(3){background-color: #ff9c00; color: #fff;}
main .school-content02 table tr:first-of-type td:nth-child(4){background-color: #7edf14; color: #fff;}
main .school-content02 table tr:first-of-type td:nth-child(5){background-color: #0092c7; color: #fff;}

main .school-content02 table tr th:first-child{background-color: #ffe325;}


header .company-slide {
    background-image: url(../img/company/slide-back.png);
}

/*contact*/
header .contact-slide{
	background-image: url(../img/contact/slide-back.jpg);
}
main .contact-content01{
	padding: 100px 0;
}
main .contact-content01 #formWrap h1{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	border-bottom: solid 5px #0092c7;
	display: inline-block;
	margin-bottom: 10px;
}
main .contact-content01 #formWrap p{
	font-size: 14px;
	margin-bottom: 30px;
}
main .contact-content01 #formWrap table{
	width: 100%;
}
main .contact-content01 #formWrap table tr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
main .contact-content01 #formWrap table tr th{
	width: 20%;
	background-color: #ffe325;
	padding: 10px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
}
main .contact-content01 #formWrap table tr th span{
	background-color: #0092c7;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	margin-left: 10px;
}
main .contact-content01 #formWrap table tr td{
	width: 79%;
	background-color: #fff;
	padding: 0;
}
main .contact-content01 #formWrap table tr td input{
	height: 100%;
	width: 100%;
	border: none;
}
main .contact-content01 #formWrap table tr td textarea{
	height: 100%;
	width: 100%;
	border: none;
}


/* ここから追記2018/12/04 */
main .contact-content01 #formWrap table tr td.ymd{
	background:rgba(0,0,0,0);
	display: inline-flex;
	align-items: center;
}
main .contact-content01 #formWrap table tr td input.ymd,
main .contact-content01 #formWrap table tr td span.ymd
{
	height: 100%;
	width: 50px;
	border: none;
	background:#fff;
	display: inline-flex;
	align-items: center;
}

a.personalfree {
    margin: auto;
}
a.application {
    margin: auto;
    margin-top:40px;
}

main .reserve_btn_container
{
	padding-top: 100px;
}
main .reserve_btn
{
	width: 400px;
	padding: 12px;
	margin: auto;
	border-radius: 5px;
	background-color: #de6d60;
	font-size: 16px;
  font-weight: 900;
  line-height: 1.46;
  letter-spacing: 0.56px;
  text-align: center;
  color: #ffffff;
}

main .calender_container
{
	text-align: center;
}

main .run_school_link
{
	text-decoration: underline;
	color: #000000;
	margin-bottom: 56px;
}

.title_select
{
	width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font: 400 11px system-ui;
  margin: 12px 0;
}
