@charset "UTF-8";
/* CSS Document */
/**************************************************
*制作：Shinichi Yamazaki
*Created Date：2022/07
*https://design-momonga.jp/
 レスポンシブレイアウトモバイルファーストでの記述。
***************************************************/
/*--------------------------------------------------
*共通パーツ設定
--------------------------------------------------*/
.h-style3{
	padding: 20px 15px 0 15px;
	font-size:1.8rem;
}
.h-style1{
	line-height:2.2rem;
}
.h-style1 span{
	font-weight:500;
	display:inline-block;
	vertical-align:middle;
}
.h-style1 span::before{
	content: "";
	display:inline-block;
	width:10px;
	background:#00bbb2;
	margin-right:10px;
	height:2rem;
	vertical-align:middle;
	margin-top:-5px;
}
.op1{
	margin-bottom:20px;	
}
/*--------------------------------------------------
*メインビジュアルエリア
---------------------------------------------------*/
#mv-inner{
	background:url("../images/b3_mv_sp.jpg") no-repeat;
	background-size:cover;
	display:flex;
	align-items:center;
}
#mv-inner:before{
	content:"";
	display: block;
	width:0;
	height:0;
	padding-bottom:68%;
}
#mv-inner h2{
	display:none;
}
/*--------------------------------------------------
*コンテンツエリア
---------------------------------------------------*/
.contents-wrapper{
	min-height:0px;
	font-size:1.3rem;
	line-height:2rem;
	letter-spacing:0.05rem;
}
/*---↓↓↓（#block01）↓↓↓---*/
#block01{
	padding:25px 4% 0 4%;
}
#block01-inner p{
	text-align:justify;
	line-height:2.5rem;
	margin-bottom:15px;
}
/*---↓↓↓（#block02）↓↓↓---*/
#block02{
	padding:33px 4% 30px 4%;
	background:#F4F4F4;
}
#block02-inner{
	margin-top:20px;
}
#block02-inner p{
	text-align:justify;
	line-height:2.5rem;
	margin-bottom:15px;
}
#block02-inner-figure{
	display:block;
	margin-top:30px;
}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	
	/*--------------------------------------------------
	*【タブレット】共通パーツ設定
	--------------------------------------------------*/
	.h-style1 span::before{
		height:2.2rem;
	}
	/*--------------------------------------------------
	*【タブレット】メインビジュアルエリア（#mv）
	---------------------------------------------------*/
	#mv-inner{
		background:url("../images/b3_mv_tab.jpg") no-repeat;
		background-size:cover;
	}
	/*--------------------------------------------------
	*【タブレット】コンテンツエリア
	---------------------------------------------------*/
	.contents-wrapper{
		font-size:1.5rem;
		line-height:2.2rem;
	}
	/*---↓↓↓【タブレット】（#block01）↓↓↓---*/
	
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
	
	/*--------------------------------------------------
	*【PC】共通パーツ設定
	--------------------------------------------------*/
	.h-style3{
		font-size:2.2rem;
	}
	.h-style1 span::before{
		height:2.5rem;
	}
	.seg-curr{
		border-top:3px solid #02bab0;
	}
	
	/*--------------------------------------------------
	*【PC】メインビジュアルエリア（#mv）
	---------------------------------------------------*/
	#mv-wrapper{
		background:url("../images/b3_mv_pc.jpg") no-repeat;
		background-position: center top;
		background-size:cover;
	}
	#mv-inner{
		background-image:none;
		display:block;
		max-width:1120px;
		margin:0 auto;
		position:relative;
		height:375px;
	}
	#mv-inner h2{
		font-size:2.4rem;
		line-height:3.2rem;	
		text-align:left;
		position:absolute;
		top:50%;
		left:10px;
		transform:translate(0,-50%);
	}
	/*--------------------------------------------------
	*【PC】コンテンツエリア
	---------------------------------------------------*/
	.contents-wrapper{
		max-width:1120px;
		margin:0 auto;
		min-height:0;
		padding-bottom:20px;
	}
	/*---↓↓↓【pc】（#block01）↓↓↓---*/
	#block01{
		padding:35px 4% 0 4%;
	}

}