
@charset "utf-8";


/**************************************************50
 * slider
 **************************************************/
#slider{
	background-color: #EFF0F6;
	position: relative;
	overflow: visible;
}
#slider:after{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	height: 10px;
	line-height: 1;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	vertical-align: middle;
	max-width: 1000px;
	width: 100%;
}


/**************************************************50
 * slider
 **************************************************/
#slider_pc:not(.slick-slider),
#slider_sp:not(.slick-slider){
	position: relative;
}
#slider_pc:not(.slick-slider) > li:not(.slick-slide),
#slider_sp:not(.slick-slider) > li:not(.slick-slide){
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#slider_pc:not(.slick-slider) > li:not(.slick-slide):first-child,
#slider_sp:not(.slick-slider) > li:not(.slick-slide):first-child{
	z-index: 1;
}
#slider_pc{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#slider_pc,
#slider_pc img,
#slider_sp,
#slider_sp img{
	width: 100%
}
#slider_pc_thumb{
	background-color: #E4EAEB;
	height: 48px;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
	padding-left: -webkit-calc((100% - 1000px) / 2);
	padding-left: calc((100% - 1000px) / 2);
	padding-right: -webkit-calc((100% - 1000px) / 2);
	padding-right: calc((100% - 1000px) / 2);
}
#slider_pc_thumb li{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-right: 1px solid #627F8D;
	cursor: pointer;
	color: #79919E;
	font-size: 75%;
	height: 48px;
	line-height: 1.4;
	overflow: visible;
	position: relative;
	text-align: center;
	transition: all 0.2s ease-out 0s;
}
#slider_pc_thumb li > p{
	padding: 4px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#slider_pc_thumb li:first-child{
	border-left: 1px solid #627F8D;
}
#slider_pc_thumb li:hover,
#slider_pc_thumb li.slick-current{
	background-color: #94A8B1;
	color: #FFFFFF;
}
#slider_pc_thumb li:before{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-width: 14px;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 14px;
	transition: all 0.2s ease-out 0s;
	position: absolute;
	top: -26px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 14px;
	z-index: 1;
}
#slider_pc_thumb li.slick-current:before{
	border-color: transparent transparent #94A8B1 transparent;
}
#slider .slick-dots li button:before{
	background-color: #000000 !important;
}
@media screen and (max-width:767px){
	#slider{
		padding-bottom: 20px;
	}
	#slider:after{
		bottom: 20px;
	}
	#slider.is_webp:after{
		background-image: url("../image/top/slider_shadow_sp.webp");
	}
	#slider:not(.is_webp):after{
		background-image: url("../image/top/slider_shadow_sp.png");
	}
	#slider_pc{
		display: none;
	}
	#slider_sp:not(.slick-slider):before{
		content: "";
		display: block;
		padding-top: 55.55555555555556%;
	}
	#slider_sp{
	}
	#slider_sp .slick-prev,
	#slider_sp .slick-next{
		height: 20px;
		width: 20px;
	}
	#slider_sp .slick-prev:before,
	#slider_sp .slick-next:before{
		font-size: 20px;
		height: 20px;
		line-height: 20px;
		opacity: 0.6;
		width: 20px;
	}
	#slider_sp .slick-dots{
		bottom: -20px;
	}
}
@media screen and (min-width:768px){
	#slider:after{
		bottom: 0;
	}
	#slider.is_webp:after{
		background-image: url("../image/top/slider_shadow.webp");
	}
	#slider:not(.is_webp):after{
		background-image: url("../image/top/slider_shadow.png");
	}
	#slider_pc:not(.slick-slider):before{
		content: "";
		display: block;
		padding-top: 26.625%;
	}
	#slider_sp{
		display: none;
	}
}
@media screen and (min-width:940px){
	#slider_pc li a img{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	#slider_pc li a img:hover{
		opacity: 0.7;
	}
}


/**************************************************50
 * nurture environment
 **************************************************/
#nurture_environment{
	background-attachment: fixed;
}
#nurture_environment h2{
	background-color: #8CC63F;
	color: #FFFFFF;
	font-size: 187.5%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.3em 0;
	text-align: center;
	max-width: 880px;
	width: 93.75%;
}
#nurture_environment_list li{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #8CC63F;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease-out 0s;
	-ms-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
#nurture_environment_list li.active{
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#nurture_environment_list li h3{
	background-color: #FFFADB;
	color: #F7871E;
	font-size: 137.5%;
	font-weight: bold;
}
#nurture_environment_list li p{
	font-size: 81.25%;
	text-align: left;
}
#nurture_environment_list li a{
	border: 1px solid #3BA9DC;
	border-radius: 10px;
	color: #3BA9DC;
	display: inline-block;
	position: relative;
	text-decoration: none;
	width: 140px;
}
#nurture_environment_list li a:after{
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 160%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#nurture_environment > h3{
	font-size: 137.5%;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:767px){
	#nurture_environment{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		margin-bottom: 6.25%;
		padding-top: 3.125%;
		padding-bottom: 3.125%;
	}
	#nurture_environment.is_webp{
		background-image: url("../image/top/img_011.webp");
	}
	#nurture_environment:not(.is_webp){
		background-image: url("../image/top/img_011.jpg");
	}
	#nurture_environment h2{
		line-height: 1.4;
		margin-bottom: 3.125%;
		padding: 0 0.3em;
	}
	#nurture_environment_list li{
		margin: 0 auto 3.125%;
		padding: 3.125%;
		max-width: 360px;
		width: 93.75%;
	}
	#nurture_environment_list li h3{
		margin: 1.724137931034483% 0;
	}
	#nurture_environment_list li p{
		margin-bottom: 1.724137931034483%;
	}
}
@media screen and (min-width:768px){
	#nurture_environment{
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		margin-bottom: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#nurture_environment.is_webp{
		background-image: url("../image/top/img_010.webp");
	}
	#nurture_environment:not(.is_webp){
		background-image: url("../image/top/img_010.jpg");
	}
	#nurture_environment h2{
		margin-bottom: 50px;
	}
	#nurture_environment_list:after{
		clear: both;
		content: "";
		display: block;
	}
	#nurture_environment_list li{
		float: left;
		margin-bottom: 20px;
		padding: 20px;
		width: -webkit-calc((100% - 41px) / 3);
		width: calc((100% - 41px) / 3);
	}
	#nurture_environment_list li:not(:nth-child(3n+1)){
		margin-left: 20px;
	}
	#nurture_environment_list li h3{
		margin: 10px 0;
	}
	#nurture_environment_list li p{
		height: 72px;
		margin-bottom: 10px;
	}
	#nurture_environment > h3{
		margin-bottom: 20px;
	}
}
@media screen and (min-width:940px){
	#nurture_environment_list li a{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: color,background-color 0.2s ease-out 0s;
	}
	#nurture_environment_list li a:hover{
		background-color: #3BA9DC;
		color: #FFFFFF;
	}
}


/**************************************************50
 * page_list
 **************************************************/
#top_page_list{
	background-color: #EFF0F6;
	padding-top: 3.125%;
}
#top_page_list a.mdi{
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #4C4C4C;
}
#top_page_list a.mdi:before{
	color: #1CACCA;
}
#top_footer_page_list a{
	padding-bottom: 5px;
}
#top_footer_page_list a.orange{
	background-color: #F7861E;
	border-color: #F7861E;
}
#top_footer_page_list a.blue{
	background-color: #23308F;
	border-color: #23308F;
}
#top_footer_page_list a b{
	display: block;
}
@media screen and (max-width:319px){
	#top_footer_page_list a#studySupportConfirmationForm2 span{
		font-size: 37.5%;
	}
}
@media screen and (min-width:320px){
	#top_page_list:after{
		clear: both;
		content: "";
		display: block;
	}
	#top_page_list a.mdi{
		float: left;
		font-size: 62.5%;
		height: 130px;
		margin-left: 3.125%;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#top_page_list a.mdi{
		height: 96px
	}
	#top_page_list a.mdi span{
		font-size: 80%;
	}
	#top_page_list a.mdi:before{
		font-size: 400%;
	}
	#top_footer_page_list a#studySupportConfirmationForm2 span{
		font-size: 37.5%;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	#top_page_list a.mdi{
		height: 110px
	}
	#top_page_list a.mdi span{
		font-size: 90%;
	}
	#top_page_list a.mdi:before{
		font-size: 480%;
	}
	#top_footer_page_list a#studySupportConfirmationForm2 span{
		font-size: 50%;
	}
}
@media screen and (min-width:414px) and (max-width:479px){
	#top_page_list a.mdi span{
		font-size: 112.5%;
	}
	#top_page_list a.mdi:before{
		font-size: 560%;
	}
	#top_footer_page_list a b{
		font-size: 112.5%;
	}
	#top_footer_page_list a#studySupportConfirmationForm2 span{
		font-size: 56.25%;
	}
}
@media screen and (min-width:480px){
	#top_footer_page_list a b{
		font-size: 125%;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	#top_footer_page_list a#studySupportConfirmationForm2 span{
		font-size: 62.5%;
	}
}
@media screen and (min-width:320px) and (max-width:767px){
	#top_page_list a.mdi{
		width: -webkit-calc((100% - (3.125% * 4)) / 3);
		width: calc((100% - (3.125% * 4)) / 3);
	}
}
@media screen and (min-width:768px){
	#top_page_list{
		display: none;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#top_footer_page_list a#studySupportConfirmationForm2 span{
		font-size: 50%;
	}
}
@media screen and (min-width:940px){
	#top_footer_page_list a:hover{
		background-color: #FFFFFF;
		color: #F7861E;
	}
	#top_footer_page_list a.orange:hover{
		color: #F7861E;
	}
	#top_footer_page_list a.blue:hover{
		color: #23308F;
	}
	#top_footer_page_list a.orange:hover:after{
		border-color: transparent transparent #F7861E transparent;
	}
	#top_footer_page_list a.blue:hover:after{
		border-color: transparent transparent #23308F transparent;
	}
	#top_footer_page_list a#studySupportConfirmationForm2 span{
		font-size: 62.5%;
	}
}


/**************************************************50
 * middle030
 **************************************************/
/** - Side Contents - **/
@media screen and (max-width:319px){
	.side_contents a{
		width: 100%;
	}
}
@media screen and (min-width:320px) and (max-width:479px){
	.side_contents a{
		margin-bottom: 3.333333333333333%;
		width: -webkit-calc((100% - 3.333333333333333%) / 2);
		width: calc((100% - 3.333333333333333%) / 2);
	}
	.side_contents a:nth-child(even){
		margin-left: 3.333333333333333%;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	.side_contents a{
		margin-bottom: 3.333333333333333%;
		width: -webkit-calc((100% - (3.333333333333333% * 2)) / 3);
		width: calc((100% - (3.333333333333333% * 2)) / 3);
	}
	.side_contents a:nth-child(3n),
	.side_contents a:nth-child(3n+2){
		margin-left: 3.333333333333333%;
	}
}
@media screen and (max-width:767px){
	.side_contents{
		margin-bottom: 3.125%;
		padding: 0 3.125%;
	}
	.side_contents:after{
		clear: both;
		content: "";
		display: block;
	}
	.side_contents a{
		display: block;
		float: left;
	}
	.side_contents a img{
		width: 100%;
	}
}
@media screen and (min-width:768px){
	.side_contents{
		float: right;
		margin-bottom: 50px;
		width: 210px;
	}
	.side_contents > *{
		display: block;
	}
	.side_contents > *:not(:last-child){
		margin-bottom: 10px;
	}
}
@media screen and (min-width:940px){
	.side_contents a img{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	.side_contents a:hover img{
		opacity: 0.7;
	}
}

#top_sns_link h3{
	color: #FFFFFF;
	font-weight: normal;
}
#top_sns_link a{
	border: 1px solid #606060;
	color: #4C4C4C;
	display: block;
	font-size: 112.5%;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	position: relative;
}
#top_sns_link a[class^="link_"]:before{
	font-size: 200%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0.3em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#top_sns_link a b{
	font-weight: normal;
}
#top_sns_link a span{
	font-size: 62.5%;
	position: absolute;
}
@media screen and (max-width:319px){
	#top_sns_link > div{
		margin-bottom: 3.333333333333333%;
	}
	#top_sns_link a{
		margin-bottom: 1.666666666666667%;
	}
}
@media screen and (max-width:413px){
	#top_sns_link a.link_line.pc_hide{
		line-height: 30px;
	}
	#top_sns_link a b{
		display: block;
		margin-top: -0.075em;
	}
	#top_sns_link a span{
		line-height: 1;
		bottom: 4px;
		left: 4.6em;
	}
}
@media screen and (min-width:414px){
	#top_sns_link a span{
		top: 50%;
		right: 1em;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (max-width:767px){
	#top_sns_link h3{
		margin-bottom: 1.666666666666667%;
		text-align: center;
	}
	#top_sns_link > div:after{
		clear: both;
		content: "";
		display: block;
	}
	#top_sns_link a{
		padding-left: 2.8em;
	}
	#top_sns_link a[class^="link_"]:before{
		left: 0.2em;
	}
}
@media screen and (min-width:768px){
	#top_sns_link h3{
		padding: 0.1em 0.6em;
		margin-bottom: 5px;
	}
	#top_sns_link a{
		padding-left: 3.5em;
	}
	#top_sns_link a + a{
		margin-top: 5px;
	}
	#top_sns_link a[class^="link_"]:before{
		left: 0.3em;
	}
	#top_sns_link a.link_line:before{
		background-size: 90% auto;
	}
}
@media screen and (min-width:940px){
	#top_sns_link a{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	#top_sns_link a:hover{
		opacity: 0.7;
	}
}

/** - Title - **/
.title_top{
	border-bottom: 4px solid #2C64B7;
	font-size: 160%;
	font-weight: normal;
	position: relative;
}
.title_top:before{
	color: #0070BB;
	content: "\F00E6";
	font-family: "Material Design Icons";
	font-size: 140%;
	line-height: 1;
	margin-right: 0.3em;
	vertical-align: sub;
}
.title_top a{
	background-color: #FFFFFF;
	border: 1px solid #39A9DC;
	border-radius: 100px;
	color: #39A9DC;
	display: inline-block;
	font-size: 50%;
	overflow: hidden;
	padding: 0 0.2em 0 0.8em;
	position: absolute;
	top: 50%;
	right: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
}
.title_top a:after{
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	margin-left: 0.3em;
	vertical-align: sub;
}
.title_top #facebook_like{
	float: right;
	line-height: 0;
	vertical-align: middle;
}
@media screen and (max-width:767px){
	.title_top{
		margin-bottom: 3.125%;
		padding: 0 1.5625%;
	}
	.title_top #facebook_like{
		margin-top: 12px;
	}
}
@media screen and (min-width:768px){
	.title_top{
		margin-bottom: 20px;
	}
	.title_top #facebook_like{
		margin: 12px 12px 0 0;
	}
}
@media screen and (min-width:940px){
	.title_top a:hover{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: all 0.2s ease-out 0s;
	}
	.title_top a:hover{
		background-color: #39A9DC;
		color: #FFFFFF;
	}
}

/** - news_slide - **/
#news_slide li{
	font-size: 87.5%;
	position: relative;
}
#news_slide li a{
	overflow: hidden;
	text-decoration: none;
}
#news_slide li picture{
	display: block;
	overflow: hidden;
	position: relative;
}
#news_slide li picture:before{
	content: "";
	display: block;
	pointer-events: none;
}
#news_slide li picture img{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#news_slide li picture.portrait img{
	height: 100%;
	max-width: auto;
}
#news_slide li picture:not(.portrait) img{
	width: 100%;
}
#news_slide li a picture img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#news_slide li a:hover picture img{
	opacity: 0.7;
}
#news_slide li p{
	color: #5D6DA0;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
}
#news_slide li .mdi-youtube-play{
	color: #FF0000;
	font-size: 200%;
	line-height: 1;
	position: absolute;
}
#news_slide li [class^="news_label_"]{
	width: 9em;
}
#news_slide li span:not([class^="news_label_"]){
	color: #808080;
	font-weight: 300;
}
#news_slide .slick-prev,
#news_slide .slick-next{
	height: 70px;
	line-height: 70px;
	width: 70px;
}
#news_slide .slick-prev:before,
#news_slide .slick-next:before{
	background-color: transparent;
	color: #B3B3B3;
	font-size: 70px;
	height: 70px;
	line-height: 70px;
	width: 70px;
}
@media screen and (max-width:319px){
	#news_slide > li{
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		width: 93.75%;
	}
	#news_slide > li + li{
		margin-top: 3.125%;
	}
}
@media screen and (min-width:320px) and (max-width:479px){
	#news_slide > li{
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}
@media screen and (min-width:480px) and (max-width:639px){
	#news_slide > li{
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}
@media screen and (min-width:640px) and (max-width:767px){
	#news_slide > li{
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
}
@media screen and (max-width:767px){
	#news_slide{
		margin-bottom: 6.25%;
	}
	#news_slide > li{
		float: left;
	}
	#news_slide > li a{
		color: #FFFFFF;
		display: block;
	}
	#news_slide li picture:before{
		padding-top: 100%;
	}
	#news_slide li picture img{
	}
	#news_slide li .mdi-youtube-play{
		top: 0;
		right: 0.1em;
	}
	#news_slide li section{
		background-color: rgba(0, 0, 0, 0.5);
		font-size: 87.5%;
		padding: 0.2em 0.4em;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#news_slide li span:not([class^="news_label_"]){
		color: #FFFFFF;
	}
	#news_slide li p{
		color: #FFFFFF;
		max-height: 39px;
	}
}
@media screen and (min-width:768px){
	#news_slide:not(.slick-slider){
		opacity: 0;
	}
	#news_slide{
		margin-top: 50px;
	}
	#news_slide li{
		padding: 0 13px 10px;
	}
	#news_slide li picture{
		border-radius: 10px;
		display: block;
		margin-bottom: 10px;
	}
	#news_slide li picture:before{
		padding-top: 150px;
	}
	#news_slide li picture img{
	}
	#news_slide li .mdi-youtube-play{
		top: 0;
		right: 0.55em;
	}
	#news_slide li p{
		height: 45px;
	}
}
@media screen and (min-width:1280px){
	#news_slide .slick-prev{
		left: -webkit-calc(50% - 580px);
		left: calc(50% - 580px);
	}
	#news_slide .slick-next{
		right: -webkit-calc(50% - 580px);
		right: calc(50% - 580px);
	}
}

/** - course btn - **/
[id^="course_btn_"] .course_linkto_acupuncture{
	background-color: #EE908A;
}
[id^="course_btn_"] .course_linkto_judo{
	background-color: #4E83C3;
}
[id^="course_btn_"] a{
	color: #FFFFFF;
	display: table;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}
[id^="course_btn_"] a > *{
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}
[id^="course_btn_"] a > picture img{
	width: 100%;
}
[id^="course_btn_"] a > div{
		position: relative;
}
[id^="course_btn_"] a > div strong{
	font-size: 180%;
	font-weight: normal;
}
@media screen and (max-width:319px){
	#course_btn_sp a > div{
		font-size: 60%;
		width: 96px;
	}
}
@media screen and (min-width:320px) and (max-width:413px){
	#course_btn_sp a > div{
		font-size: 80%;
		width: 130px;
	}
}
@media screen and (min-width:414px){
	#course_btn_sp a > div{
		width: 162px;
	}
}
@media screen and (max-width:767px){
	#course_btn_pc{
		display: none;
	}
	#course_btn_sp{
		margin-bottom: 6.25%;
	}
	#course_btn_sp a{
		margin-left: auto;
		margin-right: auto;
		max-width: 490px;
	}
	#course_btn_sp a > div{
		line-height: 1.2;
		padding: 0 1em;
	}
	#course_btn_sp a > div:after{
		content: "\F0142";
		font-family: "Material Design Icons";
		font-size: 200%;
		position: absolute;
		top: 50%;
		right: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#course_btn_sp a > div:before{
		border: 1px solid #FFFFFF;
		content: "朝間部｜昼間部";
		display: block;
		font-size: 87.5%;
		font-weight: 300;
		line-height: 1.6;
		position: absolute;
		bottom: 1.8em;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
		width: 8em;
	}
	#course_btn_sp a:nth-child(2) > div:before{
		bottom: 1em;
	}
}
@media screen and (min-width:768px){
	#course_btn_pc{
		margin-bottom: 50px;
	}
	#course_btn_pc:after{
		clear: both;
		content: "";
		display: block;
	}
	#course_btn_pc > li{
		float: left;
		width: 50%;
	}
	#course_btn_pc a img{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: all 0.3s ease-out 0s;
	}
	#course_btn_pc a:hover img{
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	#course_btn_pc a > div{
		line-height: 1.4;
		padding: 0 1em 1.6em;
		width: 162px;
	}
	#course_btn_pc a > div:after{
		border: 1px solid #FFFFFF;
		content: "朝間部｜昼間部";
		display: block;
		font-size: 87.5%;
		font-weight: 300;
		position: absolute;
		bottom: 1.8em;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
		width: 8em;
	}
	#course_btn_sp{
		display: none;
	}
}
@media screen and (min-width:1040px){
	#course_btn_pc > li:nth-child(odd){
		padding-left: -webkit-calc((100% - 1000px) / 2);
		padding-left: calc((100% - 1000px) / 2);
	}
	#course_btn_pc > li:nth-child(even){
		padding-right: -webkit-calc((100% - 1000px) / 2);
		padding-right: calc((100% - 1000px) / 2);
	}
}

/** - TOP NEWS - **/
#top_news_tabs{
	display: table;
	width: 100%;
}
#top_news_tabs li{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom: 1px solid #606060;
	cursor: pointer;
	display: table-cell;
	line-height: 1.2;
	padding: 0.3em 0;
	text-align: center;
	transition: all 0.2s ease-out 0s;
	vertical-align: middle;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
}
#top_news_tabs li#top_news_tabs_all{
	background-color: #4675B9;
	color: #FFFFFF;
}
#top_news_tabs li#top_news_tabs_all.active{
	color: #4675B9;
}
#top_news_tabs li#top_news_tabs_announcement{
	background-color: #93C806;
	color: #FFFFFF;
}
#top_news_tabs li#top_news_tabs_announcement.active{
	color: #93C806;
}
#top_news_tabs li#top_news_tabs_acupuncture{
	background-color: #FFB0CE;
	color: #FFFFFF;
}
#top_news_tabs li#top_news_tabs_acupuncture.active{
	color: #FFB0CE;
}
#top_news_tabs li#top_news_tabs_judo{
	background-color: #76A4D5;
	color: #FFFFFF;
}
#top_news_tabs li#top_news_tabs_judo.active{
	color: #76A4D5;
}
#top_news_tabs li#top_news_tabs_events{
	background-color: #EDC554;
	color: #FFFFFF;
}
#top_news_tabs li#top_news_tabs_events.active{
	color: #EDC554;
}
#top_news_tabs li#top_news_tabs_seminar{
	background-color: #EE746F;
	color: #FFFFFF;
}
#top_news_tabs li#top_news_tabs_seminar.active{
	color: #EE746F;
}
#top_news_tabs li#top_news_tabs_workshops{
	background-color: #60CCD9;
	color: #FFFFFF;
}
#top_news_tabs li#top_news_tabs_workshops.active{
	color: #60CCD9;
}
#top_news_tabs li[id^="top_news_tabs_"].active{
	background-color: #FFFFFF !important;
	border-color: #606060 #606060 #FFFFFF #606060;
	border-style: solid;
	border-width: 1px;
}
/*
#top_news_tabs li.active:before{
	content: "\F0536";
	font-family: "Material Design Icons";
	display: inline-block;
	margin-right: 0.3em;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
*/
@media screen and (max-width:319px){
	#top_news_tabs li{
		font-size: 40%;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#top_news_tabs li{
		font-size: 50%;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	#top_news_tabs li{
		font-size: 55%;
	}
}
@media screen and (min-width:414px) and (max-width:479px){
	#top_news_tabs li{
		font-size: 60%;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	#top_news_tabs li{
		font-size: 75%;
	}
}
@media screen and (max-width:767px){
	#top_news{
		margin-bottom: 6.25%;
	}
	#top_news_tabs li{
		padding: 0.7em 0;
	}
}
@media screen and (min-width:768px){
	#top_news{
		float: left;
		margin-right: 30px;
		margin-bottom: 50px;
		width: -webkit-calc(100% - 210px - 30px);
		width: calc(100% - 210px - 30px);
	}
	#top_news_tabs li{
		padding: 0.3em 0;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#top_news_tabs li{
		font-size: 75%;
	}
}
@media screen and (min-width:940px) and (max-width:1279px){
	#top_news_tabs li{
		font-size: 87.5%;
	}
}

/** - Official SNS - **/
#official_sns{
}
#facebook_official h3{
	background-color: #465698;
	color: #FFFFFF;
}
#facebook_official h3 .fb-like iframe button{
	background-color: #FFFFFF;
	color: #4267B2;
}
#facebook_main{
	border: 1px solid #606060;
	display: inline-block;
	overflow: hidden;
}
#facebook_main > *{
	margin-top: -68px;
}
#facebook_official h2{
	background-color: #3B609E;
	color: #FFFFFF;
}
@media screen and (max-width:767px){
	#official_sns{
		margin-bottom: 6.25%;
	}
	#facebook_official h3{
		padding: 1.5625% 3.125%;
	}
	#facebook_main{
		width: 100%;
	}
}
@media screen and (min-width:768px){
	#official_sns{
		float: left;
		margin-right: 30px;
		margin-bottom: 50px;
		width: -webkit-calc(100% - 210px - 30px);
		width: calc(100% - 210px - 30px);
	}
	#facebook_main{
		width: 502px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#facebook_official h3{
		padding: 0.2em 1em;
		width: 502px;
	}
	#facebook_main{
		height: 564px;
	}
	#facebook_main > span,
	#facebook_main > span > iframe{
		height: 630px !important;
	}
}
@media screen and (min-width:940px){
	#facebook_official{
		padding-left: -webkit-calc(100% - 502px);
		padding-left: calc(100% - 502px);
		position: relative;
	}
	#facebook_official h3{
		height: 596px;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		padding-top: 120px;
		width: -webkit-calc(100% - 502px);
		width: calc(100% - 502px);
	}
	#facebook_official h3:before{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		content: "";
		display: inline-block;
		height: 184px;
		line-height: 0;
		vertical-align: middle;
		max-width: 208px;
		width: 90%;
	}
	#facebook_official.is_webp h3:before{
		background-image: url("../image/icon/facebook_official.webp");
	}
	#facebook_official:not(.is_webp) h3:before{
		background-image: url("../image/icon/facebook_official.png");
	}
	#facebook_official h3 span{
		display: block;
	}
	#facebook_main{
		height: 596px;
	}
	#facebook_main > span,
	#facebook_main > span > iframe{
		height: 666px !important;
	}
}

/**************************************************50
 * middle050
 **************************************************/
/** - banner ATT - **/
#bnr_att{
	background-color: #000000;
	line-height: 0;
	text-align: center;
}
#bnr_att a{
	display: inline-block;
	max-width: 1280px;
	width: 100%;
}
#bnr_att a img{
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width:767px){
	#bnr_att{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	#bnr_att{
		margin-bottom: 50px;
	}
}
@media screen and (min-width:940px){
	#bnr_att a{
		position: relative;
		overflow: hidden;
	}
	#bnr_att a:before{
		background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
		background-image: linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
		content: "";
		display: block;
		height: 200%;
		position: absolute;
		top: -200%;
		left: -225%;
		transition: all 0.5s ease-in-out;
		width: 200%;
	}
	#bnr_att a:hover:before{
		-webkit-animation: shine .75s;
		animation: shine .75s;
	}
	@-webkit-keyframes shine {
		100% {
			top: 200%;
			left: 200%;
		}
	}
	@keyframes shine {
		100% {
			top: 200%;
			left: 200%;
		}
	}
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		#bnr_att a img{
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			transition: opacity 0.2s ease-out 0s;
		}
		#bnr_att a:hover img{
			opacity: 0.7;
		}
}

/** - Enroll Guide - **/
#enroll_guide{
	background-color: #60CCD9;
}
#enroll_guide h2{
	font-weight: normal;
}
#enroll_guide h3{
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 0.25em;
}
#enroll_guide h3:before{
	content: "\F044A";
	font-family: "Material Design Icons";
}
#enroll_guide > p{
	color: #FFFFFF;
	font-size: 106.25%;
}
#enroll_guide a{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: inline-block;
	height: 56px;
	text-align: center;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
}
#enroll_guide a.row_1{
	line-height: 54px;
}
#enroll_guide a.row_2{
	line-height: 1.4;
	padding: 4px 0;
}
#enroll_guide a:after{
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #FFFFFF transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 0;
}
#enroll_guide a p{
	font-size: 80%;
	font-weight: normal;
	margin: 0;
}
@media screen and (max-width:319px){
	#enroll_guide a{
		width: 100%;
	}
}
@media screen and (min-width:320px) and (max-width:479px){
	#enroll_guide a{
		font-size: 87.5%;
		width: -webkit-calc((100% - 3.333333333333333%) / 2);
		width: calc((100% - 3.333333333333333%) / 2);
	}
	#enroll_guide a:nth-child(even){
		margin-left: 3.333333333333333%;
	}
	#enroll_guide a.row_2{
		padding: 6px 0;
	}
}
@media screen and (min-width:480px) and (max-width:539px){
	#enroll_guide a{
		font-size: 80%;
	}
	#enroll_guide a.row_2{
		padding: 8px 0;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	#enroll_guide a{
		width: -webkit-calc((100% - (3.333333333333333% * 2)) / 3);
		width: calc((100% - (3.333333333333333% * 2)) / 3);
	}
	#enroll_guide a:nth-child(3n),
	#enroll_guide a:nth-child(3n+2){
		margin-left: 3.333333333333333%;
	}
}
@media screen and (max-width:767px){
	#enroll_guide{
		margin-bottom: 6.25%;
		padding-bottom: 1px;
	}
	#enroll_guide h2{
		font-size: 140%;
		padding: 1.5625% 3.125%;
	}
	#enroll_guide > p{
		padding: 0 3.125%;
		margin-bottom: 3.125%;
	}
	#enroll_guide > div{
		padding: 0 3.125%;
	}
	#enroll_guide > div:after{
		clear: both;
		content: "";
		display: block;
	}
	#enroll_guide a{
		margin-bottom: 3.333333333333333%;
	}
}
@media screen and (min-width:768px){
	#enroll_guide{
		margin-bottom: 50px;
	}
	#enroll_guide h2{
		font-size: 280%;
	}
	#enroll_guide > p{
		margin-bottom: 20px;
	}
	#enroll_guide a{
		float: left;
		margin-bottom: 10px;
		width: -webkit-calc((100% - 24px) / 3);
		width: calc((100% - 24px) / 3);
	}
	#enroll_guide a:not(:nth-child(3n+1)){
		margin-left: 12px;
	}
	#enroll_guide > div:after{
		clear: both;
		content: "";
		display: block;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#enroll_guide{
		padding: 10px 20px;
	}
}
@media screen and (min-width:940px){
	#enroll_guide{
		margin-top: 100px;
		overflow: visible;
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: -webkit-calc(((100% - 1000px) / 2) + 444px);
		padding-left: calc(((100% - 1000px) / 2) + 444px);
		position: relative;
	}
	#enroll_guide:before{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		content: "";
		display: block;
		line-height: 0;
		height: 389px;
		position: absolute;
		bottom: -7px;
		left: calc(50% - 500px);
		vertical-align: middle;
		width: 415px;
	}
	#enroll_guide.is_webp:before{
		background-image: url("../image/top/img_020.webp");
	}
	#enroll_guide:not(.is_webp):before{
		background-image: url("../image/top/img_020.png");
	}
	#enroll_guide a,
	#enroll_guide a p{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: all 0.2s ease-out 0s;
	}
	#enroll_guide a{
		height: 36px;
		font-size: 87.5%;
	}
	#enroll_guide a.row_1{
		line-height: 34px;
	}
	#enroll_guide a.row_2{
		line-height: 34px;
		padding: 0;
	}
	#enroll_guide a.row_2 br{
		display: none;
	}
	#enroll_guide a:hover{
		background-color: #FFFFFF;
		color: #60CCD9;
	}
	#enroll_guide a:hover:after{
		border-color: transparent transparent #60CCD9 transparent;
	}
	#enroll_guide a:hover p{
		color: #60CCD9;
	}
}

