.gokoku_box {
	position: relative;
}
.gokoku_box h2 {
color: #fff;
	font-size: 62px;
	font-weight: 700;
	background: none;
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
text-shadow: 1px 1px 2px #000000;
}
.gokoku_box h3 {
	max-width: 28.8%;
	max-height: 28.8%;
	position: absolute;
	z-index: 2;
	top: -50px;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: auto;
}
.gokoku_box p {
	position: absolute;
}
.ratio:before {
	content: "";
	display: block;
	padding-top: 60%;
}
.inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.body_copy {
	font-size: 18px;
	line-height: 200%;
	margin-bottom: 40px;
}
.teacher_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 32px 24px;
	background: url("../../images/siro/tile_pattern_bg2.jpg");
	margin-bottom: 60px
}
.teacher_copy h3 {
	font-size: 32px;
	line-height: 140%;
	margin-bottom: 18px;
}
.kata {
	margin: 10px 0;
}
.name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 14px;
}
.name span {
	font-size: 18px;
}
.teacher_copy {
	font-size: 18px;
	line-height: 180%;
}
.profile_box {
	padding-left: 42px;
}
.profile {
	width: 201px;
	font-size: 13px;
}

/*///タブレット 縦のみ///*/
@media screen and (max-width: 1024px) and (orientation: portrait) {
.bonrei {
	text-align: left;
	padding-left: 8px;
}
}

/*///タブレット 縦から///*/
@media screen and (max-width: 1024px) {
}

/*///スマホ 横のみ///*/
@media screen and (max-width: 896px) and (orientation: landscape) {
}

/*///スマホ 横から///*/
@media screen and (max-width: 896px) {
}

/*///スマホ　縦からは///*/

@media screen and (max-width: 480px) {
.gokoku_box h2 {
	max-width: 100%;
	top: 5px;
	font-size: 26px;

}
.gokoku_box h3 {
	max-width: 38.8%;
	max-height: 38.8%;
	bottom: -20px

}
.body_copy {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
}
.teacher_box {
	padding: 20px 18px;
}
.teacher_copy h3 {
	font-size: 28px;
	line-height: 140%;
	margin-bottom: 0;
}
.teacher_copy {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 24px;
}
.main_box {
	padding: 10px 12px 42px 12px;
}
.teacher_box {
	flex-direction: column;
		margin-bottom: 30px
}
.profile_box {
	padding-left: 0;
	text-align: center;
}
.profile {
	text-align: left;
	width: 100%;
}
}
@media screen and (max-width: 320px) {
.gokoku_box h2 {
	font-size: 20px;

}
	}