@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.4rem;
}
.h-style1 span{
	font-weight:500;
	display:inline-block;
	vertical-align:middle;
}
.op1{
	margin-bottom:20px;	
}
/*--背景画像の切り替え用に--*/
.bg-stone1 {
	background:url("../images/common_texture_gray-stone3.jpg");
}
.bg-stone2 {
	background:#dfecf4;
}
.bg-stone3 {
	background:#ebf8fb;
	color:#143368!important;
}
/*--------------------------------------------------
*メインビジュアルエリア
---------------------------------------------------*/

/*--------------------------------------------------
*コンテンツエリア
---------------------------------------------------*/
.contents-wrapper{
	min-height:0px;
	font-size:1.3rem;
	line-height:2rem;
	letter-spacing:0.05rem;
}
/*---↓↓↓（#group-enterprise）↓↓↓---*/
#group-enterprise{
	padding:33px 4% 30px 4%;
	background:#F4F4F4;
}
#group-enterprise-inner{
	margin-top:20px;
}
#group-enterprise-inner p{
	text-align:justify;
	line-height:2.5rem;
}
.products-wrap{
	margin-bottom:25px;
	border:5px solid #F0F0F0;
}
.products-wrap a{
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	color:#666;
	font-size:1.5rem;
	text-align: center;
}
.products-wrap a::before{
	content:"";
	display:block;
	width:0;
	height:0;
	padding-bottom:29%;
}
.products-wrap a:hover{
	color:#FF0000!important;
}
.products-text{
	width:100%;
	text-align:center!important;
}
.products1{
	background:url("../images/d1_img_01.jpg") no-repeat;
	background-size:cover;
}
.products2{
	background:url("../images/d1_img_02.jpg") no-repeat;
	background-size:cover;
}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	/*--------------------------------------------------
	*【タブレット】共通パーツ設定
	--------------------------------------------------*/
	.h-style1 {
		font-size:2.3rem;
		line-height: 3rem;
	}
	.h-style1 span::before{
		height:2.2rem;
	}
	/*--------------------------------------------------
	*【タブレット】メインビジュアルエリア（#mv）
	---------------------------------------------------*/
	
	/*--------------------------------------------------
	*【タブレット】コンテンツエリア
	---------------------------------------------------*/
	.contents-wrapper{
		font-size:1.5rem;
		line-height:2.4rem;
	}
	/*---↓↓↓（タブレット-#b#group-enterprise）↓↓↓---*/
	#group-enterprise{
		padding:33px 10% 30px 10%;
	}
	.products-wrap{
		margin-bottom:25px;
		border:7px solid #F0F0F0;
	}
	.products-text {
		font-size:2rem;
	}
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
	/*--------------------------------------------------
	*【PC】メインビジュアルエリア（#mv）
	---------------------------------------------------*/
	
	/*--------------------------------------------------
	*【PC】コンテンツエリア
	---------------------------------------------------*/
	/*---↓↓↓（タブレット-#group-enterprise）↓↓↓---*/
	#group-enterprise-inner{
		display:flex;
		justify-content:space-between;
	}
	.products-wrap{
		width:49%;
	}
}