﻿@charset "utf-8";
#section_cm{
	margin-bottom: 80px;
	position: relative;
	background: rgb(254,234,230);
	background: linear-gradient(90deg, rgba(254,234,230,1) 15%, rgba(255,250,249,1) 50%, rgba(254,234,230,1) 85%);
}
#section_cm .section_cm_rapper{
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
}
#section_cm .section_cm_rapper h3{
	position: absolute;
	left: 0;
	top: -50px;
}
#section_cm .section_cm_rapper p{
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 30px;
}
#section_cm .section_cm_rapper2{
	position: relative;
	padding: 80px 140px 30px;
	max-width: 900px;
	margin: 0 auto;
	box-sizing: content-box;
}
#yanobekenji_area .movie_box{
	width: 100%;
	aspect-ratio: 16 / 9;
}
#yanobekenji_area .movie_box iframe{
	width: 100%;
	height: 100%;
}



/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1201px){
	#yanobekenji_area .movie_box p a:hover{text-decoration: underline;}
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){


}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1200px) and (min-width:641px){
	#section_cm .section_cm_rapper{
		padding-left: 5%;
		padding-right: 5%;
	}
	#section_cm .section_cm_rapper h3{
		left: 5%;
		width: 10%;
	}


}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	#section_cm{
		margin-bottom: 16vw;
	}
	#section_cm .section_cm_rapper{
		box-sizing: border-box;
		width: 100%;
		padding: 0 6% 4vw;
	}
	#section_cm .section_cm_rapper h3{
		position: relative;
		top: -10vw;
	}
	#section_cm .section_cm_rapper p{
		text-align: left;
		font-size: 1.4rem;
		margin-bottom: 5vw;
	}
	#section_cm .section_cm_rapper2{
		padding: 0 2%;
	}

}



