body, h1, h2, h3, p, a, div, span{
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
strong{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
body{
	background-color: #1b1b1b;
}
a, div{
	text-decoration: none;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}
br.sponly{
	display: none;
}
br.pconly{
	display: inline;
}
@media screen and (max-width: 738px){
	br.sponly{
		display: inline;
	}
	br.pconly{
		display: none;
	}
}
.header_container{
	background-color: #ffffff;
	padding:25px 0px;
	font-size: 0px;
}
.header{
	background-color: #ffffff;
	max-width: 1140px;
	margin:0px auto;
}
.header a{
	display: inline-block;
	margin-left: 10px;
}
#toggle_btn{
	display: none;
}
#totop_btn{
	display: none;
}
@media screen and (max-width: 738px){
	#toggle_btn {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
		transition: all .5s;
		cursor: pointer;
		z-index: 3;
	}
	#toggle_btn span {
		display: block;
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
		transition: all .5s;
	}
	#toggle_btn span:nth-child(1) {
		top: 4px;
	}
	#toggle_btn span:nth-child(2) {
		top: 14px;
	}
	#toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	.toggle_btn_open span {
		background-color: #fff;
	}
	.toggle_btn_open span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.toggle_btn_open span:nth-child(2) {
		opacity: 0;
	}
	.toggle_btn_open span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}
	#totop_btn{
		display: block;
		z-index: 100;
		background-color: rgba(0,0,0,0.50);
		color:#ffffff;
		position: fixed;
		bottom: 20px;
		right: 20px;
		border-radius: 6px;
		
		font-size: 11px;
		padding:0.2em 2em 0.5em 2em;
	}
	#totop_btn:hover{
		background-color: rgba(127,127,127,0.50);
	}
}
.title_container{
	width: 100%;
	background-image: url("../img/title_bg.png");
	background-size:48px 304px;
	margin:25px 0px;
	text-align: center;
	font-size: 0px;
}
.title_container img{
	width: 87.5%;
	max-width: 997px;
	height: auto;
	margin:24px 0px;
}


.carousel_container{
	background: rgb(247,197,110);
	background: linear-gradient(0deg, rgba(247,197,110,1) 0%, rgba(251,169,128,1) 100%);
	padding:25px 0px;
}
.owl-carousel_container{
	max-width: 1140px;
	margin:0px auto;
}
.owl-carousel{
	position: relative;
	z-index: 1;
	width: 90%;
	margin:0px auto;
}
.item{
	display: block;
	width: 100%;

	background-color:rgba(27,27,27,0.8);
	color:#ffffff;
	float: left;
	font-size: 0px;
}
.item:hover{
	background-color:rgba(27,27,27,0.5);
}
.slide_txt{
	width: 48%;
	float: left;
}
.slide_img{
	width:52%;
	float: right;
}
.item img{
	width: 100%;
	height: auto;
}
.owl-nav{
	margin-top:0px!important;
	
}
.owl-theme .owl-nav [class*='owl-']{
	margin:0px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	background-color:transparent;
}

.owl-prev{
	position: absolute;
	left:-5%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	font-size: 20px!important;
	line-height: 1em!important;
}
.owl-next{
	position: absolute;
	right:-5%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	font-size: 20px!important;
	line-height: 1em!important;
}
@media screen and (max-width: 738px){
	.owl-prev, .owl-next{
		font-size: 10px!important;
	}
}
.slide_date, .slide_online{
	font-size: 18px;
	display: inline-block;
	padding:0.3em 0.5em;
}
.slide_date{
	background-color:rgba(209,132,63,0.9);
}
.slide_online{
	color: #333333;
	background-color:rgba(255,255,255,0.9);
}
.slide_title{
	font-size:36px;
	line-height: 1.5em;
	padding:0.5em 15px;
	padding-top: 1em;
	font-feature-settings: 'palt';
}
.slide_name{
	font-size:28px;
	line-height: 1.5em;
	padding:0.5em 15px;
	font-feature-settings: 'palt';
}
.slide_position{
	font-size: 24px;
	line-height: 1.5em;
}
@media screen and (max-width: 738px){
	.slide_date, .slide_online{
		font-size: 9px;
		padding:0.3em 0.5em;
		font-feature-settings: 'palt';
	}
	.slide_title{
		font-size:17px;
		padding:0.2em 5px;
		line-height: 1.2em;
	}
	.slide_title br{
		/*display: none;*/
	}
	.slide_name{
		font-size:13px;
		padding:0.2em 5px;
		line-height: 1.2em;
	}
	.slide_position{
		font-size: 9px;
	}
}
.menu{
	background-color: rgba(66,66,66,1.00);
	text-align: center;
	padding:1em 0px;
}
.menu a{
	display: inline-block;
	margin:0px 1em;
	color:#ffffff;
	font-size:18px;
	text-decoration: none;
}
.menu a:hover{
	text-decoration: underline;
}
.menu a.sponly{
	display: none;
}
@media screen and (max-width: 738px){
	.menu{
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		bottom: 0;
		width: 300px;
		background: #000000;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
		opacity: 0.8;
		text-align: left;
	}
	.menu_open{
		left: 0px;
	}
	.menu a{
		display: block;
		margin:0px 1em;
		margin-bottom: 1em;
		color:#ffffff;
		font-size:18px;
		text-decoration: none;
	}
	.menu a.sponly{
		display: block;
	}
}


.heading{
	background: rgb(247,197,110);
	background: linear-gradient(0deg, rgba(247,197,110,1) 0%, rgba(251,169,128,1) 100%);
	margin:2em 0px 1em 0px;
}
.heading p, .heading h2{
	font-size: 30px;
	font-weight: 700;
	padding:0.5em 0px;
	padding-left: 0.5em;

	max-width: 1140px;
	margin:0px auto;
	color: #ffffff;
}
@media screen and (max-width: 738px){
	.heading p{
		font-size: 20px;
	}
}

.course_list{
	clear: both;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: stretch;

	max-width: 1140px;
	margin:0px auto;
}
.course_item{
	display: block;
	width:33.3%;
	background-color: #000000;
		background-color:rgba(46,46,46,1.0);
	margin-bottom: 10px;
	position: relative;

	font-size: 0px;
	background-size:cover;
	background-position: top;
	background-repeat: no-repeat;
	
}
@media screen and (max-width: 738px){
	.course_item{
		background-color:rgba(46,46,46,1.0)
	}
}
.pickup{
	display: block;
		background-color:rgba(46,46,46,1.0);
		overflow: hidden;
}
.pickup .course_item{
	float: right;
	margin-bottom: 0px;
}
.pickup .course_item:first-child{
	float: left;
	width: 66.6%;
}

@media screen and (max-width: 738px){
	.pickup{
		display: flex;
	}
	.pickup .course_item{
		margin-bottom: 10px;
	}
	.pickup .course_item:first-child{
		width: 100%;
	}
	.course_list{
		box-sizing: border-box;
		width: 100%;
		padding:0px 10px;
	}
	.course_item{
		width:50%;
	}
}
.course_item:hover .course_item_spec{
	background-color:rgba(27,27,27,0.5);
		background-color:rgba(76,76,76,1.0);
}
	.course_item:hover{
		background-color:rgba(76,76,76,1.0);
	}
.course_item:before {
	content: "";
	display: block;
	padding-top: 75%;
}
.course_item_spec{
	width: 100%;
	bottom: 0px;
	position: absolute;
		position: relative;
	background-color:rgba(27,27,27,0.8);
		background-color:rgba(46,46,46,1.0);
	color:#ffffff;
	
}
@media screen and (max-width: 738px){
	.course_item_spec{
		width: 100%;
		bottom: auto;
		position: relative;
		background-color:rgba(46,46,46,1.0);
		color:#ffffff;
	}
	.course_item:hover .course_item_spec{
		background-color:rgba(76,76,76,1.0);
	}
	.course_item:hover{
		background-color:rgba(76,76,76,1.0);
	}
}
	
.course_date, .course_online{
	font-size: 15px;
	font-feature-settings: 'palt';
	display: inline-block;
	padding:0.2em 0.3em;
}
.course_date{
	background-color:rgba(209,132,63,0.9);
}
.course_online{
	color: #333333;
	background-color:rgba(255,255,255,0.9);
}
.course_title{
	font-size:17px;
	line-height: 1.5em;
	padding:0.3em 10px;
	padding-bottom: 0px;
	font-feature-settings: 'palt';
}
.course_name{
	font-size:15px;
	line-height: 1.5em;
	padding:0.3em 10px;
	font-feature-settings: 'palt';
}
.course_position{
	font-size: 12px;
	line-height: 1.5em;
}

.pickup .course_item:first-child .course_date, .pickup .course_item:first-child .course_online{
	font-size: 19px;
}
.pickup .course_item:first-child .course_title{
	font-size:30px;
}
.pickup .course_item:first-child .course_name{
	font-size:18px;
}
.pickup .course_item:first-child .course_position{
	font-size: 15px;
}

@media screen and (max-width: 738px){
	.pickup .course_item:first-child .course_date, .pickup .course_item:first-child .course_online{
		font-size: 14px;
	}
	.pickup .course_item:first-child .course_title{
		font-size:14px;
	}
	.pickup .course_item:first-child .course_name{
		font-size:12px;
	}
	.pickup .course_item:first-child .course_position{
		font-size: 11px;
	}
	.course_date, .course_online{
		font-size: 8px;
		padding:0.3em 0.5em;
		font-feature-settings: 'palt';
	}
	.course_title{
		font-size:12px;
		padding:0.2em 5px;
		line-height: 1.2em;
	}
	.course_title br{
	/*	display: none;*/
	}
	.course_name{
		font-size:10px;
		padding:0.2em 5px;
		line-height: 1.2em;
	}
	.course_position{
		font-size: 7px!important;
	}
	.px7{
		font-size: 7px!important;
	}
	.px8{
		font-size: 8px!important;
	}
	.px9{
		font-size: 9px!important;
	}
	.px10{
		font-size: 10px!important;
	}
	.px11{
		font-size: 11px!important;
	}
	.px12{
		font-size: 12px!important;
	}
	.px13{
		font-size: 13px!important;
	}
}

.footer_container{
	background-color: #ffffff;
	padding:25px 0px;
	font-size: 0px;
	margin-top: 40px;
}
.footer{
	background-color: #ffffff;
	max-width: 1140px;
	margin:0px auto;
}
.footer p{
	text-align: center;
	font-size: 16px;
	color:#333333;
	margin-bottom: 10px;
}
@media screen and (max-width: 738px){
	.footer p{
		font-size: 12px;
	}
}