@charset "UTF-8";

html, body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a{
	color: #000;
	font-weight: bold;
}
a:hover{
	color: #000;
	opacity: 0.7;
}
ul li{
	display: inline-block;
}
.wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.contents{
	width: 100%;
	max-width: 896px;
	margin: 0 auto;
	position: relative;
}
.main_ttl{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;	
}

.wimax{
	width: 100%;
    max-width: 896px;
    position: relative;
}
.head{
	background-color: #e60012;
	text-align: right;
}

.mab60{
	margin-bottom: 60px;
}
.mab36{
	margin-bottom: 36px;
}

.mab30{
	margin-bottom: 30px;
}
.mab20{
	margin-bottom: 20px;
}
.mab10{
	margin-bottom: 10px;
}
.mat20{
	margin-top: 20px;
}

.mat_3{
	margin-top: 3%;
}

.mat_4{
	margin-top: 4%;
}

.mat_5{
	margin-top: 5%;
}

.mab_2{
	margin-bottom: 2%;
}
.mab_4{
	margin-bottom: 4.5%;
}

.main__yellow{
	background-color: #FFF100;
}

.course_area{
	position: relative;
}

.course_area__btn{
	position: absolute;
	bottom: 13%;
	width: 90%;
    left: 4.2%;
    right: 4.2%;
	display: flex;
}

.top_btn_school:nth-last-of-type(2){
	margin-left: 0.8%;
	margin-right: 0.8%;
}

.contents__logo{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* トップ */
.main_2409{
	position: relative;
}

.main_2409__de{
	position: absolute;
	bottom: 2%;
	right: 0%;
}

.main_2409__de img {
	width: 100%;
	float: right;
}


.course_po{
	position: relative;
}

.course_a,.course_b,.course_you,.course_c{
	position: absolute;	
}

.course_a{
	bottom: 3%;
	width: 50%;
	right: 5%
}

.course_b{
	bottom: 6%;
	width: 50%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.course_c{
	bottom: 5%;
	width: 50%;
	left: 1%
}


.course_you{
	bottom: 20%;
	width: 45%;
	
}




@media (max-width: 768px) {
	.mab60,
	.mab36{
		margin-bottom: 20px;
	}
}/* @media閉じタグ */


.box{
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
	vertical-align: bottom;
	width: 100%;
}
.box2{
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 20%;
	vertical-align: bottom;
	width: 100%;
}
.box3{
	text-align: left;
	position: absolute;
	bottom: 2%;
	left: 0;
	vertical-align: bottom;
	width: 100%;
}


.video_image{
	vertical-align:bottom;
}
.box .video_image{
	position: relative;
	width:310px;
	height:170px;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}
.mobile-youtube{
	display: none;
}

.video_image{
  display: inline-block;
}
.video_image a:after {
    content: url(../images/youtube_social_icon_red.png);
    position: absolute;
    top: 50%;
    left: 42%;
  cursor: pointer;
}

.left{
	text-align: left;
}
h3{
	font-size: 23px;
	color:#e60012;
	font-weight: bold;
	margin-bottom: 10px;
}
.heading {
	position: relative;
	padding-top: 25px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 5px solid #c7c7c7;
  }
  
  .heading::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 5px;
	background-color: #e60012;
  }
  @media (max-width: 768px) {
	h3{
		font-size: 15px;
	}
}/* @media閉じタグ */

@media (min-width: 769px) {
	.smaller{
		font-size: smaller;
	}
}/* @media閉じタグ */


@media (max-width: 896px) {
    img {
        width: 100%;
    }
    .wrap:not(.main){
    	padding: 0 10px; 
    }
    .here{
    	max-width: 136px;
    	width: 17%;
	}
	ul li{
		width: 49%;
		margin-right: 0.5%;
	}
	ul li:last-child{
		margin-right: 0;
	}
	
		.main_banner img{
	width: 70%;
	margin: 0 auto;
}
	
.contents__logo_image{
	width: 36%;
}

.contents__logo{
	justify-content: center;
}
	
}/* @media閉じタグ */

@media (max-width: 999px) {
    .main_ttl img {
        width: 100%;
    }

	.main_2409__de img {
		width: 45vw;
		float: right;
	}
	
		.course_a{
		width: 40%;
		right: 10%;
	}
	
	.course_b{
		width: 40%;
	}
	
	.course_c{
		width: 40%;
		left: 5%
	}
	.course_you{
		width: 40%;
		left: 2%;
	}


	/* 変更部分追加いたしました。 */
/*	
	.main__yellow img{
		width: 48%;
	}
*/
}/* @media閉じタグ */

@media (max-width: 768px) {
	.box,
	.box2{
		position: absolute;
		bottom: 10px;
		right: 20%;
	}
    .box .video_image{
    	display: none;
	}
	.mobile-youtube{
		display: block;
	}
}/* @media閉じタグ */


.col2 li{
	width: 49%;
	margin-right: 0.5%;
}
.col2 li:last-child{
	margin-right: 0;
}

.col2-classroom li{
	vertical-align: top;
}
.col2-classroom li{
	margin-right: 20px;
}
.col2-classroom li:last-child{
	margin-right: 0;
}
@media (max-width: 896px) {
	.col2-classroom li{
		width: 49%;
		margin-right: 0.5%;
	}
}/* @media閉じタグ */

.ms-arai{
	text-align: left;
	margin-top: 30px;
}
.ms-arai dt{
	font-size: 31px;
	color: #009e96;	
}
.ms-arai dd{
	font-size: 25px;
}
@media (max-width: 768px) {
	.ms-arai{
		text-align: left;
		margin-top: 5px;
	}
	.ms-arai dt{
		font-size: 15px;
		color: #009e96;	
	}
	.ms-arai dd{
		font-size: 13px;
	}
}/* @media閉じタグ */


@media (max-width: 896px) {
	.col3 li{
		width: 32%;
		margin-right: 0.5%;
		text-align: left;
	}
	.col3 li:last-child{
		margin-right: 0;
	}
}/* @media閉じタグ */

.office {
	text-align: left;
	font-size: 20px;
	line-height: 2;
	padding-bottom: 20px;
}
.office li {
	width: 32%;
	margin-right: 0.5%;
	text-align: left;
}
.office li:nth-child(3n) {
	margin-right: 0;
}
.office li a:before{
  content: '\0266a';
  padding-right: 7px;
  vertical-align: middle;
}

@media (max-width: 768px) {
	.office {
		font-size: 11px;
	}
	.office li {
		width: 49%;
		margin-right: 0;
	}
}/* @media閉じタグ */




#pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 1px;
  border-radius: 40px;
  width: 45px;
  height: 45px;
  background-color: #8fc31f;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 0.9em;
  text-align: center;
}
@media (max-width: 768px) {
	#pageTop {
	  position: fixed;
	  bottom: 15px;
	  right: 15px;
	}
}/* @media閉じタグ */

@media (max-width: 650px) {
	.main_2409__de img {
		width: 44vw;
		float: right;
	}
	
}
