@charset "UTF-8";

.service_cont_sec .list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 60px;
}

.service_cont_sec .list li:first-of-type .img::before {
    width: 100px;
    height: 90px;
    background: url(/wp-content/themes/child/image/bg02_recruit.png) no-repeat center center / cover;
    top: -24px;
    left: -35px;
    z-index: 1;
}

.service_cont_sec .list li:nth-of-type(2) .img::before {
    width: 120px;
    height: 125px;
    background: url(/wp-content/themes/child/image/bg03_recruit.png) no-repeat center center / cover;
    bottom: -70px;
    right: -30px;
    z-index: -1;
}

.service_cont_sec .list li:nth-of-type(3) .img::before {
    width: 160px;
    height: 140px;
    background: url(/wp-content/themes/child/image/bg01_recruit_sp.png) no-repeat center center / cover;
    top: -50px;
    right: -50px;
    z-index: -1;
}

.service_cont_sec .list li:last-of-type .img::before {
    width: 130px;
    height: 100px;
    background: url(/wp-content/themes/child/image/bg02_page_section_title.png) no-repeat center center / cover;
    bottom: -40px;
    right: -60px;
    z-index: 1;
}

.service_cont_sec .list li .img {
	margin-block: 0 1.2em;
    position: relative;
}

.service_cont_sec .list li .img::before {
    content: "";
    position: absolute;
}

.service_cont_sec .list li .img img {
	width: 100%;
	aspect-ratio: 27/16;
	object-fit: cover;
}

.service_cont_sec .list li .text_box .title {
	font-size: 26px;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.5;
    color: #1a1a1a;
	border-bottom: 2px solid #C4C4C4;
	padding-block: 0 0.3em;
	margin-block: 0 0.5em;
}

.service_cont_sec .list li .text_box .text {
	font-size: 14px;
	letter-spacing: .08em;
	font-weight: 400;
    color: #717171;
}

@media (max-width: 750px) {
	.page_service .common_page_wrap {
		padding-block: 17vw;
        overflow-x: clip;
	}

	.service_cont_sec .list ul {
		grid-template-columns: 1fr;
		gap: 8vw;
	}

	.service_cont_sec .list li .img {
		margin-block: 0 0.8em;
	}

	.service_cont_sec .list li .img img {
		aspect-ratio: 35/23;
	}

	.service_cont_sec .list li .text_box .title {
		font-size: 5.1vw;
		padding-block: 0 0.4em;
	}

	.service_cont_sec .list li .text_box .text {
		font-size: 3.3vw;
	}
}