@charset "UTF-8";

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

	headline

-----------------------------------*/
#headline h1::before {
	content: "SERVICE";
}
/*-----------------------------------

	service_block

-----------------------------------*/
#service_block {
	padding-bottom: 100px;
}
#service_block .contents_inner {
	max-width: 1240px;
}
#service_block .copy {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 70px;
}
#service_block section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}
#service_block section:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#service_block section .text {
	width: 52.4%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
#service_block section .text .h2_style {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: repeat(2, auto);
	gap: 10px 30px;
}
#service_block section .text .h2_style::before {
	content: "";
	height: 100%;
	grid-area: 1 / 1 / 3 / 2;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#service_block #service01 .text .h2_style::before {
	width: 81px;
	background-image: url(../img/service/service_icon01.svg);
}
#service_block #service02 .text .h2_style::before {
	width: 41px;
	background-image: url(../img/service/service_icon02.svg);
}
#service_block #service03 .text .h2_style::before {
	width: 92px;
	background-image: url(../img/service/service_icon03.svg);
}
#service_block #service04 .text .h2_style::before {
	width: 91px;
	background-image: url(../img/service/service_icon04.svg);
}
#service_block #service05 .text .h2_style::before {
	width: 72px;
	background-image: url(../img/service/service_icon05.svg);
}
#service_block #service06 .text .h2_style::before {
	width: 79px;
	background-image: url(../img/service/service_icon06.svg);
}
#service_block section .text .h2_style h2 {
	font-size: 40px;
	font-weight: 700;
	grid-area: 1 / 2 / 2 / 3;
}
#service_block section .text .h2_style .txt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	white-space: pre-line;
	grid-area: 2 / 2 / 3 / 3;
}
#service_block section .text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	white-space: pre-line;
}
#service_block section .text a.link {
	margin: 0;
}
#service_block section .image {
	width: calc(43% + (50vw - 50%));
	margin-right: calc(50% - 50vw);
}
#service_block section:nth-of-type(2n) .image {
	margin-right: auto;
	margin-left: calc(50% - 50vw);
}
#service_block section .image img {
	width: 100%;
}
#service_block .contents_inner > p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.75;
	text-align: center;
	white-space: pre-line;
}
@media screen and (max-width: 1160px) {
	#service_block section .text .h2_style .txt {
		white-space: normal;
	}
}
@media screen and (max-width: 840px) {
	#service_block section {
		flex-direction: column;
		align-items: normal;
		gap: 40px;
	}
	#service_block section:nth-of-type(2n) {
		flex-direction: column;
	}
	#service_block section .text {
		display: contents;
	}
	#service_block section .text .h2_style {
		order: 1;
	}
	#service_block section .text p {
		order: 2;
	}
	#service_block section .text a.link {
		margin: 0 auto;
		order: 4;
	}
	#service_block section .image {
		width: 100%;
		margin: 0;
		order: 3;
	}
	#service_block section:nth-of-type(2n) .image {
		margin: 0;
	}
}
@media screen and (max-width: 640px) {
	#service_block {
		padding-bottom: 80px;
	}
	#service_block .copy {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 50px;
	}
	#service_block section {
		gap: 20px;
		margin-bottom: 60px;
	}
	#service_block section .text .h2_style {
		gap: 5px 15px;
	}
	#service_block #service01 .text .h2_style::before {
		width: 45px;
	}
	#service_block #service02 .text .h2_style::before {
		width: 23px;
	}
	#service_block #service03 .text .h2_style::before {
		width: 51px;
	}
	#service_block #service04 .text .h2_style::before {
		width: 50px;
	}
	#service_block #service05 .text .h2_style::before {
		width: 40px;
	}
	#service_block #service06 .text .h2_style::before {
		width: 43px;
	}
	#service_block section .text .h2_style h2 {
		font-size: 23px;
	}
	#service_block section .text .h2_style .txt {
		font-size: 14px;
	}
	#service_block .contents_inner > p {
		font-size: 16px;
	}
}
/*-----------------------------------

	reason_block

-----------------------------------*/
#reason_block {
	background: url(../img/service/reason_bg.jpg) no-repeat center center/cover;
	padding: 100px 0 230px;
	margin-bottom: -130px;
}
#reason_block .contents_inner {
	max-width: 1240px;
}
#reason_block h2 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
#reason_block h2 span {
	color: var(--mClr1);
}
#reason_block .contents_inner > p {
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	margin-bottom: 70px;
}
#reason_block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
#reason_block ul li {
	width: calc((100% - 40px) / 3);
	background: #FFF;
	padding: 60px 40px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
#reason_block ul li .image img {
	width: 92px;
	height: 92px;
	object-fit: scale-down;
}
#reason_block ul li .ttl {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	color: var(--mClr1);
	height: 64px;
	display: grid;
	place-content: center;
}
#reason_block ul li p {
	font-weight: 400;
	line-height: 2.13;
	letter-spacing: 0.05em;
	white-space: pre-line;
}
@media screen and (max-width: 1160px) {
	#reason_block {
		padding: 100px 0 400px;
		margin-bottom: -300px;
	}
	#reason_block ul li {
		width: calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 840px) {
	#reason_block {
		padding: 100px 0 550px;
		margin-bottom: -450px;
	}
	#reason_block h2 {
		line-height: 1.4;
	}
	#reason_block ul li {
		width: calc((100% - 20px) / 2);
		padding: 40px 30px 30px;
		gap: 30px;
	}
}
@media screen and (max-width: 640px) {
	#reason_block {
		padding: 80px 0;
		margin-bottom: 0;
	}
	#reason_block h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	#reason_block .contents_inner > p {
		font-size: 14px;
		margin-bottom: 50px;
	}
	#reason_block ul li {
		width: 100%;
	}
	#reason_block ul li .ttl {
		height: auto;
		display: block;
	}
}
