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

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

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

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

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

サービス内容

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

/* どんな作業をするの？
---------------------------------------------- */
.sec_work{margin-bottom: 100px;}

.sec_work .txt_work{
	text-align: center;
	line-height: 2.2;
	padding: 0 20px;
	margin-bottom: 45px;
}

.work_inner{
	display: flex;
	justify-content: space-between;
}

.work_inner .inner{width: calc(50% - 20px);}

.work_inner .inner img{
	width: 100%;
	height: auto;
}

/* その他のサービス
---------------------------------------------- */
.other_inner{
	background: #F9F7F1;
	border-radius: 8px;
	padding: 40px 60px;
	display: flex;
	align-items: center;
}

.other_inner .image{
	width: 140px;
	flex: none;
	margin-right: 20px;
}

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

.other_inner .txt p:nth-of-type(1){
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 13px;
}

.other_inner .txt p:nth-of-type(1) br{display: none;}


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

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

	タブレット

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

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

	サービス内容

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

	/* その他のサービス
	---------------------------------------------- */
	.other_inner .txt p:nth-of-type(2) br{display: none;}
	
	
}/*--@media--*/


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

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

	サービス内容

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

	/* どんな作業をするの？
	---------------------------------------------- */
	.sec_work{margin-bottom: 60px;}

	.sec_work .txt_work{
		line-height: 2;
		margin-bottom: 30px;
	}

	.sec_work .txt_work p br{display: none;}
	
	.work_inner .inner{margin-bottom: 20px;}
	
	/* その他のサービス
	---------------------------------------------- */
	.other_inner{
		padding: 30px;
		flex-wrap: wrap;
	}

	.other_inner .image{
		width: 88px;
		margin-right: 15px;
	}
	
	.other_inner .txt{display: contents;}

	.other_inner .txt p:nth-of-type(1){
		font-size: 1.6rem;
		margin-bottom: 0;
		width: calc(100% - 103px);
	}

	.other_inner .txt p:nth-of-type(1) br{display: block;}
	
	.other_inner .txt p:nth-of-type(2){margin-top: 18px;}
	
	
}/*--@media--*/


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

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

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

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

	サービス内容

	------------------------------------------------------------ */
	
	/* どんな作業をするの？
	---------------------------------------------- */
	.work_inner .inner {width: calc(50% - 7.5px);}
	

}/*--@media--*/


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

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

	サービス内容

	------------------------------------------------------------ */
	
	/* どんな作業をするの？
	---------------------------------------------- */
	.work_inner{display: block;}

	.work_inner .inner{width: 100%;}
	
	.work_inner .inner:last-of-type{margin-bottom: 0;}
	

}/*--@media--*/

