@charset "UTF-8";
/*
example
@include taJ
*/
/*************************
共通class
************************ */
.fontbold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.frd {
	color: #d8261c;
	font-weight: bold;
}

.fbl {
	color: #00aadb;
	font-weight: bold;
}

.fgn {
	color: #adff65;
	font-weight: bold;
}

.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	.f24 {
		font-size: 20px;
		font-size: 2rem;
	}
}

.f30 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.f30 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.f36 {
	font-size: 36px;
	font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
	.f36 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.2;
	}
}

.bgy {
	background-color: #feeb35;
	display: inline-block;
	padding: 0.6rem;
	font-weight: 700;
	line-height: 1;
}

.ubg {
	display: inline-block;
	position: relative;
}

.ubg:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #38cc74;
	position: absolute;
	bottom: -0.4rem;
	left: 0;
}

@media screen and (max-width: 768px) {
	.ubg:after {
		content: none;
	}
}

.moviebox .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.moviebox .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 992px) {
	.container {
		max-width: 728px;
	}
}

@media screen and (max-width: 480px) {
	.container {
		max-width: none;
	}
}

/*************************
main
************************ */
.sctbox {
	position: relative;
	margin-top: 40px;
}

.sctbox .title {
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 100%;
	margin-right: 40px;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-right: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox .title {
		margin-right: 0;
	}
}

.sctbox .title span {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	font-family: Exo,sans-serif;
	color: #d8261c;
	font-weight: 800;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
	line-height: 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.sctbox .title2 {
	text-align: center;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
	letter-spacing: 2px;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 480px) {
	.sctbox .title2 {
		letter-spacing: 0;
	}
}

.sctbox .title2:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	background-size: contain;
	margin: 0 auto 8px;
}

.sctbox .title3 {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	letter-spacing: 4px;
	border: 1px solid #e87d78;
	border-radius: 8px;
	background-color: #fff5f5;
	margin-bottom: 16px;
	position: relative;
}

@media screen and (max-width: 992px) {
	.sctbox .title3 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.sctbox .title3 {
		height: 60px;
		line-height: 58px;
	}
}

@media screen and (max-width: 480px) {
	.sctbox .title3 {
		font-size: 16px;
		letter-spacing: 0;
	}
}

.sctbox .title3:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../common/img/icon_info_circle.png) no-repeat scroll center center;
	background-size: contain;
	position: absolute;
	left: 1.6rem;
	top: calc(50% - 9px);
}

.sctbox .title4 {
	font-size: 28px;
	text-align: center;
	color: #d8261c;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 40px;
}

@media screen and (max-width: 480px) {
	.sctbox .title4 {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 28px;
	}
}

.sctbox:nth-of-type(odd) .title {
	left: 0;
	right: auto;
	margin-right: 0;
	margin-left: 40px;
	border-right: none;
	border-left: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox:nth-of-type(odd) .title {
		margin-left: 0;
	}
}

#head {
	margin-top: 0;
	padding-top: 100px;
}

#head .container {
	padding: 0 20px;
}

#head h1 {
	color: #d8261c;
	text-align: center;
}

#head h1.title2 {
	margin-bottom: 20px;
	letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
	#head h1.title2 {
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
}

#head h1.title2:before {
	background-image: url(../common/img/icon_building.png);
}

@media screen and (max-width: 480px) {
	#corpdetail {
		margin-top: 0;
	}
}

#corpdetail .corphd {
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	#corpdetail .corphd {
		margin-bottom: 1rem;
	}
}

#corpdetail .corphd figure {
	font-size: 0;
}

@media screen and (max-width: 768px) {
	#corpdetail .corphd figure {
		width: 100%;
	}
}

#corpdetail .corphd figure img {
	width: 100%;
	height: 43rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 768px) {
	#corpdetail .corphd figure img {
		height: 18rem;
		margin-bottom: 1rem;
	}
}

#corpdetail .map {
	font-size: 0;
	padding-top: 1.1rem;
	padding-bottom: .03rem;
}

@media screen and (max-width: 768px) {
	#corpdetail .map {
		width: 100%;
	}
}

#corpdetail .map iframe {
	width: 100%;
	height: 28.6rem;
}

@media screen and (max-width: 768px) {
	#corpdetail .map iframe {
		height: 15rem;
	}
}

#corpdetail .container {
	padding: 0 20px;
}

#corpdetail .container dl {
	width: 100%;
	margin-bottom: 8px;
	padding: 11px 20px 8px;
	border-radius: 4px;
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#corpdetail .container dl dt {
	width: calc((100% - 16px) / 3);
	color: #525252;
	line-height: 1;
	font-weight: 700;
}

@media screen and (max-width: 480px) {
	#corpdetail .container dl dt {
		width: 30%;
		font-size: 12px;
		line-height: 1.2;
	}
}

#corpdetail .container dl dd {
	width: calc((100% - 16px) / 3 * 2);
	padding-left: 16px;
	font-size: 12px;
	line-height: 1.8;
	color: #525252;
}

@media screen and (max-width: 480px) {
	#corpdetail .container dl dd {
		width: 70%;
		font-size: 10px;
		line-height: 1.6;
	}
}

.weblesson {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	border-radius: 4px;
}

@media screen and (max-width: 480px) {
	.weblesson {
		margin-bottom: 20px;
	}
}

.weblesson dt img {
	width: 150px;
	height: 16px;
}

.weblesson dd {
	text-align: center;
}

.weblesson dd a {
	line-height: 52px;
	height: 52px;
	font-size: 20px;
	display: inline-block;
	width: 280px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(315deg, #d8261c, #ff9e99);
	background-image: linear-gradient(135deg, #d8261c, #ff9e99);
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.2px;
}

@media screen and (max-width: 480px) {
	.weblesson dd a {
		width: 100%;
	}
}

.mouse .weblesson dd a:hover {
	-webkit-transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
	        transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}
