@charset "utf-8";
/*------------------------------------------------------------
	curriculum
------------------------------------------------------------*/
#main {
	background-color: #FEF7F4;
}
#main .headLine01::before {
	background-color: #F17C40;
}
#main .headLine03 {
	border-left-color: #F17C40;
}
#main .headLine04 {
	background: #fce6dd;
	box-shadow: 0 0 0 0.8rem #fce6dd;
}
#main .innerBox {
	margin-bottom: 10rem;
}
#main .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .text01 {
	margin-bottom: 7rem;
}
#main .innerBox > .imgBox .photoBox {
	margin: 1rem 6rem 0 0;
	width: 44rem;
}
#main .innerBox > .imgBox .textBox {
	line-height: 2;
	flex: 1;
}
#main .videoBox {
	width: 56rem;
}
#main .innerBox .text02 {
	margin-bottom: 7.5rem;
}
#main .innerBox .photo {
	margin-bottom: 8rem;
}
.comBtnList02 li {
	width: 32.5rem;
}
.comBtnList02 a {
	padding: 0.8rem 0.5rem;
	font-size: 1.8rem;
	border-radius: 2.2rem;
	background-image: url(../img/common/icon14.png);
	background-size: 2rem auto;
	background-position: right 1rem center;
}
@media all and (max-width: 896px) {
	#main .innerBox {
		margin-bottom: 6.7rem;
	}
	#main .text01 {
		margin-bottom: 5rem;
	}
	#main .innerBox > .imgBox {
		display: block;
	}
	#main .innerBox > .imgBox .photoBox {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .innerBox > .imgBox .photoBox img {
		width: 100%;
	}
	#main .videoBox {
		margin: 0 auto 4rem;
		width: 83.5%;
	}
	#main .innerBox .text02 {
		margin-bottom: 3.5rem;
	}
	#main .innerBox .photo {
		margin-bottom: 5rem;
	}
	#main .comBtnList02 li {
		margin: 0;
	}
}