@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

資料請求

------------------------------------------------------------ */

.catalog_top{
	overflow: hidden;
	position: relative;
	padding-top: 600px;
}

.catalog_top .bg_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.catalog_top .inner_image{
	max-width: 1200px;
	width: 100%;
	position: absolute;
	top: min(8.571vw,120px);
	left: 50%;
	transform: translateX(-50%);
}

.catalog_top .inner_image img{
	width: 100%;
	height: auto;
}

.catalog_top img.sp{display: none;}

.catalog_btn{
	width: 300px;
	margin: 60px auto;
}

/* お客様とのお約束
---------------------------------------------- */
.sec_promise h2{
	text-align: center;
	background: #193661;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 1.4;
	padding: 13px;
	margin-bottom: 80px;
}

.promise{padding: 0 30px 100px;}

.promise .inner01{
	max-width: 1200px;
	margin: 0 auto 35px;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url("../img/catalog/bg_catalog02.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	color: #3F3F37;
	line-height: 2;
}

.promise .inner01 p:nth-of-type(1){
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

.promise .inner01 p:nth-of-type(2){
	background: rgba(245,245,245,.8);
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border: 1px solid #83776D;
	border-radius: 20px;
	padding: 12px;
	width: 400px;
}

.promise .inner02{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}

.promise .inner02 .image{
	width: 550px;
	flex: none;
}

.promise .inner02 .image img{
	width: 100%;
	height: auto;
}

.promise .inner02 .txt{
	width: calc(100% - 550px);
	padding: 25px 0 0 60px;
}

.promise .inner02 .txt ul li{
	line-height: 1.6;
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

.promise .inner02 .txt ul li:last-of-type{margin-bottom: 0;}

/* 資料請求フォーム
---------------------------------------------- */
.sec_form .ttl{
	background: #193661;
	line-height: 1.4;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.sec_form .ttl p{
	background: #EBDE67;
	border-radius: 8px;
	color: #000;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-right: 20px;
	line-height: 1;
    padding: 2px 26px 4px 29px;
}

.sec_form .ttl p .bold span:nth-of-type(1){
	font-size: 3.4rem;
	letter-spacing: -0.05em;
}

.sec_form .ttl p .bold span:nth-of-type(2){letter-spacing: -0.15em;}

.sec_form .ttl h2{
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.15em;
}

.cat_form_inner{
    padding: 0 30px;
	max-width: 1160px;
	margin: 0 auto;
}

.cat_form_inner .inner{
	border: 1px solid #CDD3CD;
    padding: 0 30px;
}


@media only screen and (max-width:1400px){ /* 表示領域が1400px以下の場合に適用するスタイル */
	
	.catalog_top{padding-top: 42.857%;}
	
	.catalog_top .inner_image{width: max(85.714%,877.7px);}
	
	
}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	資料請求

	------------------------------------------------------------ */
	
	.catalog_top{padding-top: 431.562px;}
	
	.catalog_top .bg_image img{object-position: -187px;}
	
	.catalog_top .inner_image{
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
		width: min(100%, 900.69px);
		padding: 0 15px;
	}
	
	/* お客様とのお約束
	---------------------------------------------- */
	.promise .inner02 .image{width: 50%;}
	
	.promise .inner02 .txt{width: 50%;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	資料請求

	------------------------------------------------------------ */
	
	.catalog_top{
		padding-top: 61.333%;
	}
	
	.catalog_top .bg_image img{object-position: center;}
	
	.catalog_top .inner_image{
		max-width: 515px;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%,-50%,0);
	}

	.catalog_top img.pc{display: none;}
	.catalog_top img.sp{display: block;}
	
	.catalog_btn{
		width: 220px;
		margin: 50px auto;
	}
	
	/* お客様とのお約束
	---------------------------------------------- */
	.sec_promise h2{margin-bottom: 30px;}
	
	.promise{padding: 0 0 70px;}

	.promise .inner01{
		margin-bottom: 20px;
		height: 230px;
		background: url("../img/catalog/bg_catalog02_sp.jpg") no-repeat center;
		background-size: cover;
	}

	.promise .inner01 p:nth-of-type(1){
		font-size: 1.3rem;
		margin-bottom: 27px;
	}

	.promise .inner01 p:nth-of-type(2){
		font-size: 1.1rem;
		border-radius: 6px;
		padding: 10px;
		width: 275px;
	}
	
	.promise .inner02{
		padding: 0 15px;
		display: block;
	}

	.promise .inner02 .image{
		width: 100%;
		max-width: 550px;
		margin: 0 auto 15px;
	}

	.promise .inner02 .txt{
		width: 100%;
		padding: 0;
	}

	.promise .inner02 .txt ul li{
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}
	
	/* 資料請求フォーム
	---------------------------------------------- */
	.sec_form .ttl{
		padding: 5px;
		margin-bottom: 30px;
	}

	.sec_form .ttl p{
		border-radius: 6px;
		font-size: 1rem;
		margin-right: 10px;
		padding: 6px 10px 7px 12px;
	}

	.sec_form .ttl p .bold span:nth-of-type(1){font-size: 1.7rem;}

	.sec_form .ttl h2{font-size: 1.7rem;}

	.sec_form .form_inner{padding: 0 15px;}
	
	.cat_form_inner{padding: 0 15px;}

	.cat_form_inner .inner{padding: 0 15px;}
	

}/*--@media--*/


@media only screen and (max-width:560px){ /* 表示領域が560px以下の場合に適用するスタイル */
	
	.catalog_top .inner_image{
		top: 6.4vw;
		left: 50%;
		transform: translateX(-50%);
	}
	

}/*--@media--*/

