@charset "UTF-8";
/* CSS Document */
/**************************************************
*制作：Shinichi Yamazaki
*Created Date：2022/07
*https://design-momonga.jp/
 レスポンシブレイアウトモバイルファーストでの記述。
***************************************************/
/*--------------------------------------------------
*コンテンツエリア
---------------------------------------------------*/
#prymary{
	padding:0 4%;
}
#prymary p{
	text-align:justify;
	letter-spacing:0.1rem;
	line-height:2.3rem;
	margin-bottom:10px;
	color:#646464;
}
#midashi1{
	margin:15px 0 15px 0;
}
#midashi1 h1{
	padding-left:7px;
	border-left:10px solid #FFCE00;
	font-size:1.8rem;
	letter-spacing:0.05rem;
}
#midashi1 h1 span{
	font-size:1.2rem;
	display:block;
	padding-bottom:5px;
}
#sec-headline{
	margin-bottom:40px;
}
#sec-headline-inner{
	margin-bottom:20px;
}
#mv-wrapper{
	display:block;
	margin:0 -4% 20px -4%;
}
#sec-headline h2{
	font-size:1.6rem;
	font-weight:500;
	margin-bottom:15px;
	letter-spacing:0.05rem;
	line-height:2.2rem;
	color:#515151;
}
 #sec-headline h2::before{
	content:"";
	display:inline-block;
	width:10px;
	height:1.8rem;
	background-color:#FFCE00;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
}
#sec-headline p{
	text-align:justify;
	line-height:2rem;
	margin-bottom:15px;
}
#sec-photo{
	margin-bottom:20px;
}
.text1{

}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	
	/*--------------------------------------------------
	*【タブレット】コンテンツエリア
	---------------------------------------------------*/
	#midashi1{
		margin:20px 0 20px 0;
	}
	#midashi1 h1{
		font-size:2.4rem;
	}
	#midashi1 h1 span{
		font-size:1.4rem;
	}
	#sec-headline{
		margin-bottom:60px;
	}
	#sec-headline-inner{
		margin-bottom:25px;
	}
	#sec-headline h2{
		font-size:1.8rem;
		line-height:2rem;
		font-weight:500;
		color:#515151;
		margin-bottom:15px;
	}
	 #sec-headline h2::before{
		content:"";
		display:inline-block;
		width:10px;
		height:2rem;
		margin-top:-2px;
		margin-right:5px;
	}
	#sec-headline p{
		text-align:justify;
		font-size:1.5rem;
		line-height:2.2rem;
		margin-bottom:15px;
	}
	#sec-photo{
		margin-bottom:20px;
	}
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
	/*--------------------------------------------------
	*【PC】コンテンツエリア
	---------------------------------------------------*/
    .contents-wrapper{
		max-width:1120px;
		margin:0 auto;
		min-height:0;
		padding-bottom:20px;
	}
	#prymary{
		padding:0;
	}
	 #prymary p{
		font-size:1.5rem;
		letter-spacing:0.1rem;
		line-height:2.5rem;
		margin-bottom:20px;
	}
	#midashi1{
		margin:0 0 20px 0;
	}
	#mv-wrapper{
		margin:0 0 20px 0;
	}
	#sec-headline-inner{
		padding:0 15px 0 15px;
	}
	#sec-photo p{
		width:90%;
		margin: 0 auto;
	}
	#sec-headline h2{
		font-size:2rem;
		font-weight:500;
		margin-bottom:15px;
	}
	#sec-headline h2::before{
		width:10px;
		height:2.2rem;
		margin-top:-2px;
		margin-right:7px;
	}
}