header h1 a{
	pointer-events: none;
	width: 24.630vw;
}
@media screen and (max-width:768px){
	header h1 a{
		width: 100%;
	}
}

/*
top banner
------------------------------------------------------*/

@media screen and (max-width:768px){
	#top_banner{
		width: 70%;
	}
}

/*
youtube facebook
------------------------------------------------------*/
#facebook{
	margin: auto auto 30px;
	padding:7px;
	width: 476px;
	font-size: 1.3em;
	border:solid 1px #3b5998;
	line-height: 1;
	text-align: center;
}
#facebook span{
	margin-right: 15px;
	padding: 3px;
	display: inline-block;
	color: #fff;
	background: #3b5998;
}
#facebook a{
	display: block;
	text-decoration: none;
}
#video {
	position: relative;
	width: 400px;
	padding: 0 0 717px;
	margin: 0 auto 2em;
	/* background: cadetblue; */
	overflow: hidden;
}

#video .video-wrap {

}

#video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto auto;
	display: block;
	width: 317%;
	height: 100%;
}

#video .video_icon {
}

#video .video_icon div{
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width:100%;
	height: 100%;
}
#video .video_icon span{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	z-index: 10;
	--ico: 5rem;
	width: var(--ico);
	height: var(--ico);
	opacity:.8;
}
#video .video_icon img {
	display:block;
	width:100%;
	height: 100%;
}

#video video source {
	
}
.rec_link a{
    display: block;
    max-width: 400px;
    width: 80%;
    margin: 0 auto 5em;
    padding: 0.5em 0;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #333;
    color: #000;
}

@media screen and (max-width:768px){
	#facebook{
		margin: auto auto 5%;
		width: 90%;
		font-size: 3.5vw;
		white-space: nowrap;
	}
	#video{
		width: 90%;
		padding: 0 0 161.25%;
		margin-bottom: 3em;
	}
	#video > video{
	}
}


/*
reserve
------------------------------------------------------*/
section#reserve{
}
section#reserve h3{
	margin: auto auto 1em;
	text-align: center;
	font-size: 20px;
	font-family: inherit;
}
section#reserve ul{
	margin: auto;
	width: 1020px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
section#reserve ul li{
	margin: 0;
	width: 32%;
	text-align: center;
}
section#reserve ul li a{
	margin: auto;
	color: #fff !important;
	background: #eb8429;
	display: block;
	width: 100%;
	padding: 27px 0 27px;
	margin-right: 3%;
	font-size: 17px;
	font-weight:bold;
}
section#reserve ul li a span{
	position: relative;
	display: inline-block;
	margin-left: 2em;
}
section#reserve ul li a span::after{
	position:absolute; 
	top: 0px; bottom: 0px;
	margin: auto;
	left: -67px;
	content:"";
	display: inline-block;
	width: 48px;
	height: 32px;
	background: url('../images/course_icon_pc.png') no-repeat; background-size: contain;
}
section#reserve ul + p{
	margin: 1em auto auto;
	max-width: 1024px;
	text-align: right;
}
section#reserve ul + p a{color: inherit;}
section#reserve .sponly{
	display: none;
}
@media screen and (max-width:768px){
	section#reserve{
	  padding: 0 5% 0 !important;
	  margin-bottom: 8% !important;
	}
	section#reserve h3{
		font-size: 5.5vw;
		line-height: 1.2em;
	}
	section#reserve ul{
		margin: auto;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	section#reserve ul li{
		margin: 0;
		width: 32%;
		text-align: center;
	}
	section#reserve ul li a{
		padding: 40% 0 11%;
		line-height: 1.5;
		font-size: 3vmin;
	}
	section#reserve ul li a span{margin: auto;}
	section#reserve ul li a span::after{
		right: 0;
		left: 0;
		width: 8vw;
		height: 8vw;
		top: -17vw;
	}
	section#reserve .sponly{
		display: inherit;
	}
}


/*
about
------------------------------------------------------*/
section#about{
}
section#about ul{
	margin: auto;
	width: 1024px;
	display: flex;
	justify-content:flex-start;
}
section#about ul li{
	margin: 0 60px auto 0;
	width: 455px;
}
section#about ul li figure{
	margin: auto;
	display: block;
	position: relative;
}
section#about ul li figure img{
	max-width: 400px;
}
section#about ul li figcaption{
	padding: 0.8em 0.8em 0;
	width: 340px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	background: #fff;
	position: absolute;
	left: 100px;
	bottom: -0.6em;
}

section#about ul li p{
	padding: 1.3em 0 0 116px;
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width:768px){
	section#about ul{
		margin: auto;
		width: 100%;
		display: block;
	}
	section#about ul li{
		margin: auto auto 9.3333vw 0;
		width: 100%;
	}
	section#about ul li figure{
		margin: auto auto auto 0;
		display: block;
		width: 86.6666vw;
		position: relative;
	}
	section#about ul li figcaption{
		margin-top: -1.3em;
		padding: 0.5em 0.8em 0;
		width: 78.6666vw;
		font-size: 5.5vw;
		line-height: 1.3;
		position: absolute;
		left: 21.3334vw;
		bottom: inherit;
	}

	section#about ul li p{
		margin-left: 25.5555vw;
		padding: 13vw 0 0 0;
		font-size: 3.8;
		width: 67vw;
	}

}


/*
service
------------------------------------------------------*/
#service{
}
#service ul{
}
#service ul li{
	margin: auto auto 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30.7811vw;
}
#service ul li:last-child{margin-bottom: 0;}
#service ul li:nth-child(1){
	background: url(../images/top_service01.jpg) left top no-repeat;
	background-size: auto 100%;
}
#service ul li:nth-child(2){
	background: url(../images/top_service02.jpg) right top no-repeat;
	background-size: auto 100%;
}
#service ul li:nth-child(3){
	background: url(../images/top_service03.jpg) left top no-repeat;
	background-size: auto 100%;
}
#service ul li:nth-child(4){
	background: url(../images/top_service04.jpg) right top no-repeat;
	background-size: auto 100%;
}
#service ul li div{
	margin: auto 0 auto auto;
	padding: 0 2.14vw;
	width: 25.1vw;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #service ul li div{
	  padding: 4vw 2.14vw;
  }
}
#service ul li:nth-child(even) div{
	margin: auto auto auto 0;
}
#service ul li div h4{
	margin: 1.85vw auto 1em;
	font-size: 1.169vw;
	line-height: 1;
}
#service ul li div h4 span{
	margin-left: 1.5em;
	display: inline-block;
	font-size: 0.7389vw;
}
#service ul li div p{
	margin-bottom: 2.14vw;
	font-size: 0.9852vw;
	line-height: 2;
}
#service ul li a{
	text-decoration: none;
	color: #000;
	display: flex;
	width: 100%;
	height: 30.7811vw;
}
#service ul li a:hover{opacity: 1;}
#service ul li div > span{
	padding-bottom: 1em;
	display: block;
	width: 46%;
	font-size: 0.7389vw;
	line-height: 1;
	border-bottom: solid 1px #000;
	position: relative;
}
#service ul li div > span:hover{
	opacity: 0.6;
}
#service ul li div > span:before,
#service ul li div > span:after{
	content: "";
	width: 0.2155vw;
	height: 0.2155vw;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0.3em;
}
#service ul li div > span:after{
	right: 0.35em;
}

@media screen and (max-width:768px){
	#service ul li{
		margin: auto auto 2.6666vw;
		display: block;
		position: relative;
		height: 176vw;
	}
	#service ul li:nth-child(1){
		background: url(../images/top_service01sp.jpg) center top no-repeat;
		background-size: auto 100%;
	}
	#service ul li:nth-child(2){
		background: url(../images/top_service02sp.jpg) center top no-repeat;
		background-size: auto 100%;
	}
	#service ul li:nth-child(3){
		background: url(../images/top_service03sp.jpg) left center no-repeat;
		background-size: auto 100%;
	}
	#service ul li:nth-child(4){
		background: url(../images/top_service04sp.jpg) center top no-repeat;
		background-size: auto 100%;
	}
	#service ul li a{
		display: inherit;
		width: 100%;
		height: auto;
	}
	#service ul li div{
		margin: auto;
		padding: 6vw 6vw 13.3333vw;
		width: 89.3333vw;
		height: auto;
		background: #fff;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 8vw;
	}
	#service ul li:nth-child(even) div{
		margin: auto;
	}
	#service ul li div h4{
		margin: 1.3em auto 1em;
		font-size: 5.3333vw;
	}
	#service ul li div h4 span{
		margin-left: 1.5em;
		display: inline-block;
		font-size: 3.0666vw;
	}
	#service ul li div p{
		margin-bottom: 9.6666vw;
		font-size: 4.1vw;
		line-height: 1.8;
	}
	#service ul li div > a > span{
		padding-bottom: 1em;
		display: block;
		width: 40vw;
		font-size: 2.4vw;
		line-height: 1;
		color: #000;
		border-bottom: solid 1px #000;
		position: relative;
	}
	#service ul li div > a > span:before,
	#service ul li div > a > span:after{
		content: "";
		width: 1vw;
		height: 1vw;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 0;
		top: 0.3em;
	}
	#service ul li div > a > span:after{
		right: 0.4em;
	}
}


/*
news
------------------------------------------------------*/
#news{
}
#news ul{
	margin: auto auto 45px;
	width: 1024px;
	display: flex;
	justify-content: space-between;
}
#news ul li{
	margin: 0 auto auto 0;
	width: 240px;
	height: 360px;
	background: #f3f3f3;
	position: relative;
}
#news ul li:last-child{margin-right: 0;}
#news ul li a{
	text-decoration: none;
	color: inherit;
	display: block;
}
#news ul li a:hover{opacity: 0.6;}
#news ul li figure{
	display: block;
}
#news ul li figure img{
	width: 100%;
	height: auto;
}
#news ul li .cate{
	height: 34px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 34px;
}
#news ul li .text{
	padding: 20px 20px 0;
	font-size: 16px;
	line-height: 1.8;
	word-break: break-all;
	display: -webkit-box;
	overflow: hidden;
	height: 132px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	position: relative;
}
/*
#news ul li .text.over{
	height: 132px;
}
#news ul li .text.over:before {
	content: "…";
	width: 1.5em;
	text-align: right;
	height: 1.5em;
	background: #f3f3f3;
	right: 27px;
	line-height: 1em;
	bottom: 2px;
	position: absolute;
 }
*/

#news ul li time{
	line-height: 1;
	font-size: 12px;
	color: #aaa;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#news ul li .new{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #eb8428;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 52px;
	position: absolute;
	left: -16px;
	top: -16px;
}

@media screen and (max-width:768px){
	#news ul{
		margin: auto auto 9.3333vw;
		width: 90vw;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#news ul li{
		margin: 0 auto 4vw 0;
		width: 42.6666vw;
		height: 72.6vw;
	}
	#news ul li:nth-child(2),
	#news ul li:last-child{margin: 0 0 auto auto;}
	#news ul li:nth-child(3),
	#news ul li:nth-child(4){margin-bottom: auto;}
	#news ul li .cate{
		height: 8vw;
		font-size: 3.7333vw;
		line-height: 8vw;
	}
	#news ul li .text{
		padding: 2.6666vw 2.6666vw 0;
		font-size: 3.6vw;
		height: auto;
	}
	#news ul li time{
		font-size: 2.9333vw;
		right: 2.6666vw;
		bottom: 2.6666vw;
	}
	#news ul li .new{
		width: 10.6666vw;
		height: 10.6666vw;
		font-size: 2.8vw;
		line-height: 10.6666vw;
		left: -2.8vw;
		top: -2.8vw;
	}
	#news ul li figure img{
		width: 100%;
		height: auto;
	}
}


/*
case_study
------------------------------------------------------*/
#case_study{
}
#case_study ul{
	margin: auto auto 45px;
	width: 1024px;
	display: flex;
	justify-content: space-between;
}
#case_study ul li{
	margin: 0;
	width: 496px;
	height: 148px;
	position: relative;
}
#case_study ul li > a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: inherit;
}
#case_study ul li img{
	width: 240px;
	height: 148px;
}
#case_study ul li div{
	padding: 0 20px;
	width: 256px;
}
#case_study ul li div h4{
	margin: auto auto 0.6em;
	font-size: 20px;
	font-weight: bold;
}
#case_study ul li div p{
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
#case_study ul li .new{
	padding: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #eb8428;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 52px;
	position: absolute;
	left: -16px;
	top: -16px;
}

@media screen and (max-width:768px){
	#case_study ul{
		margin: auto auto 9.3333vw;
		width: 90vw;
		display: block;
	}
	#case_study ul li{
		margin: auto auto 8vw;
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: top;
		position: relative;
	}
	#case_study ul li img{
		margin: 0 auto auto 0;
		width: 48%;
		height: auto;
	}
	#case_study ul li div{
		margin: 0 0 auto auto;
		padding: 0 0 0 2%;
		width: 52%;
	}
	#case_study ul li div h4{
		margin: auto auto 0.4em;
		font-size: 4.2666vw;
		font-weight: bold;
	}
	#case_study ul li div p{
		font-size: 3.3333vw;
	}
	#case_study ul li .new{
		width: 10.6666vw;
		height: 10.6666vw;
		font-size: 2.8vw;
		line-height: 10.6666vw;
		left: -2.8vw;
		top: -2.8vw;
	}
}


/*
instagram
------------------------------------------------------*/
#instagram{
	margin: auto;
}
#instagram > div{
	margin: auto;
	width: 100%;
}

@media screen and (max-width:768px){

}


/*
recruit
------------------------------------------------------*/
#recruit{
	margin: auto;
	padding: 90px 0 150px;
	width: 100%;
	background: #f3f3f3;
}
#recruit > div{
	margin: auto;
	width: 830px;
	position: relative;
}
#recruit > div img{
	margin: 0;
	display: block;
	max-width: 400px;
}
#recruit > div > div{
	padding: 30px;
	width: 420px;
	background: #fff;
	position: absolute;
	top: 39px;
	left: 358px;
}
#recruit > div > div a{
	color: inherit;
	text-decoration: none;
	display: block;
}
#recruit > div > div a:hover{opacity: 1;}
#recruit > div > div h4{
	margin-bottom: 0.7em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
#recruit > div > div p{
	margin: auto auto 25px;
	font-size: 15px;
}
#recruit > div > div .more{
	margin-left: 0;
	display: block;
}
#recruit > div > div .more:hover{opacity: 0.6;}

#recruit > div > div .more{
	margin: auto;
	padding-bottom: 1em;
	display: block;
	width: 150px;
	font-size: 11px;
	line-height: 1;
	text-align: left;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #000;
	position: relative;
}
#recruit > div > div .more:before,
#recruit > div > div .more:after{
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0.3em;
}
#recruit > div > div .more:after{
	right: 0.4em;
}

@media screen and (max-width:768px){
	#recruit{
		padding: 18.6666vw 0 ;
	}
	#recruit > div{
		width: 100%;
	}
	#recruit > div img{
		margin: 0;
		display: block;
		width: 86.6666vw;
		height: auto;
	}
	#recruit > div > div{
		margin: -5.3333vw 0 auto auto;
		padding: 5.3333vw;
		width: 78.6666vw;
		position: inherit;
		top:inherit;
		left: inherit;
	}
	#recruit > div > div a{
		color: inherit;
		text-decoration: none;
		display: block;
	}
	#recruit > div > div h4{
		margin-bottom: 0.7em;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
	}
	#recruit > div > div p{
		margin: auto auto 25px;
		font-size: 15px;
	}
	#recruit > div > div a.more{
		width: 40vw;
		font-size: 2.6666vw;
	}
	#recruit > div > div a.more:before,
	#recruit > div > div a.more:after{
		content: "";
		width: 1.2333vw;
		height: 1.2333vw;
	}
}


/*
produce
------------------------------------------------------*/
#produce{
	margin: auto;
	padding: 95px 0 150px;
	width: 100%;
	background: #fff;
}
#produce ul{
	margin: auto;
	width: 1024px;
	height: 100px;
	border:solid 1px #ccc;
	display: flex;
	justify-content: space-between;
}
#produce ul li{
	width: 25%;
	border-right:solid 1px #ccc;
}
#produce ul li:last-child{
	border-right: none;
}
#produce ul li a{
	margin: auto;
	height: 98px;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-decoration: none;
	color: inherit;
}
#produce ul li a img{
	margin: auto 20px auto auto;
	max-width: 60px;
}
#produce ul li:nth-child(2n) a img{
	opacity: 0;
}
#produce ul li a > div{
	margin: auto auto auto 0;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#produce ul li:nth-child(2n) a > div{
	width: 100%;
}
#produce ul li a > div span{
	margin: auto auto 0.5em;
	display: block;
	line-height: 1;
	font-size: 12px;
}
@media screen and (max-width:768px){
	#produce{
		padding: 14.6666vw 0 0;
		width: 100%;
	}
	#produce ul{
		width: 100%;
		height: auto;
		border:solid 1px #ccc;
		flex-wrap: wrap;
		border-left: none;
		border-right: none;
	}
	#produce ul li{
		width: 50%;
		min-height: 20vw;
		border-right:solid 1px #ccc;
	}
	#produce ul li:nth-child(1),
	#produce ul li:nth-child(2){
		border-bottom:solid 1px #ccc;
	}
	#produce ul li:nth-child(2),
	#produce ul li:last-child{
		border-right: none;
	}
	#produce ul li a{
		padding: 0 3.3333vw;
		height: 20vw;
	}
	#produce ul li a img{
		margin: auto 3.3333vw auto 0;
		width: 12vw;
		height: auto;
	}
	#produce ul li a > div{
		font-size: 3.7333vw;
	}
	#produce ul li a > div span{
		font-size: 2.4vw;
	}
}


/*
contact
------------------------------------------------------*/
#contact{
	margin: auto;
	padding: 100px 0 110px;
	background: #f3f3f3;
	text-align: center;
}
#contact h2 + p{
	margin: auto auto 25px;
	font-size: 20px;
}
#contact h2 + p + p{
	margin: auto auto 50px;
	width: 430px;
	text-align: left;
	font-size: 15px;
}
#contact > div{
	margin: auto auto 50px;
	width: 724px;
}
#contact > div a{
	margin: auto 0 auto auto;
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
#contact > div a img{
	margin: auto 15px auto auto;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
}
#contact > div a.mail{
	background: #000;
	color: #fff;
}

@media screen and (max-width:768px){
	#contact{
		padding: 16vw 0;
	}
	#contact h2 + p{
		margin: auto auto 7.3333vw;
		font-size: 3.7333vw;
	}
	#contact h2 + p + p{
		margin: auto auto 9.3333vw;
		width: 90%;
		text-align: left;
		font-size: 90%;
	}
	#contact > div{
		margin: auto auto 10vw;
		width: 90%;
	}
	#contact > div a{
		width: 100%;
		height: 16vw;
		line-height: 16vw;
		font-size: 3.7333vw;
	}
	#contact > div a img{
		margin: auto 2.4vw auto auto;
		height: 4.4vw;
	}
}


