<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* home_service */
.home_service {
	padding: 40px 2.5vw;
}
.home_service__title {
	letter-spacing: 3.2px;
}
.home_service__text {
	margin-top: 16px;
}
.home_service-main {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.home_service-main-link {
	display: inline-block;
	width: 48.5%;
	height: 140px;
	border-radius: 8px;
	background-color: var(--service-li-background-color, #fff);
	box-shadow: 0px 0 4px 0 #cecece;
}
.home_service-main-link:hover {
	opacity: 1;
}
.home_service-main-link:nth-child(n+3) {
	margin-top: 16px;
}
.home_service-main-link--odd:last-child {
	margin-left: 24.5vw;
}
.home_service-main-link:hover {
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}
.home_service-main-link-top {
	position: relative;
	padding: 10px 2.5vw;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.home_service-main-link-top__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* .wppost img に負ける為 */
	margin: auto !important;
	width: 72px;
	height: 72px;
}
.home_service-main-link__text {
	position: relative;
	padding-top: 8px;
	box-sizing: border-box;
	display: block;
	height: 40px;
	line-height: 1.3;
	border-top: 1px solid #e4e4e4;
	text-align: center;
	color: #444;
	font-size: 16rem;
	font-weight: bold;
}
.home_service-main-link__text::before {
	font-family: 'icomoon';
	content: '';
	position: absolute;
	top: 8px;
	right: 14px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #000;
	border-radius: 50%;
}
.home_service-main-link__text::after {
	font-family: 'icomoon';
	content: '';
	position: absolute;
	top: 12px;
	right: 19px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #fff;
}
.home_service__button {
	margin-top: 24px;
}
.home_service__button::after {
	right: 20px;
	font-size: 12rem;
}

/* home_service1-1 */
.home_service1-1 {
	padding: 0 5vw;
}
.home_service1-1--home {
	padding-top: 40px;
	padding-bottom: 40px;
}
.home_service1-1-main {
	margin: 20px auto 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.home_service1-1-card {
	padding: 16px 4.266vw;
	box-sizing: border-box;
	width: 80%;
	background-color: var(--service-li-background-color, #fff);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	text-align: center;
	border: 3px solid transparent;
	transition: .2s;
}
.home_service1-1-card:hover {
	opacity: 1;
	border: 3px solid #000;
}
.wppost .home_service1-1-card:hover {
	text-decoration: none;
}
.home_service1-1-card:nth-child(n+2) {
	margin-top: 20px;
}
.home_service1-1-card-top {
	display: block;
	min-height: 6px;
}
.wppost .home_service1-1-card-top__image {
	display: inline-block;
}
.home_service1-1-card__title {
	display: block;
	color: #0d0d0d;
	font-size: 22rem;
	font-weight: bold;
}
.home_service1-1-card__text {
	padding: 6px 0 0;
	display: block;
	border-top: 1px solid #d9d9d9;
	color: #0d0d0d;
	font-size: 16rem;
}
.home_service1-1__button {
	margin-top: 28px;
}
.home_service1-1__button::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

/* home-service2 */
.widget_home_service2 {
	padding: 40px 2.5vw;
}
.home_service2__text {
	margin-top: 16px;
	padding: 0 2.5vw;
	line-height: 1.7;
	font-size: 15rem;
}
.home_service2__ul,
.wppost .home_service2__ul {
	padding: 0;
	font-size: 0;
}
.home_service2-li,
.wppost .home_service2-li {
	margin-top: 20px;
	padding: 12px 2.5vw 20px 6vw;
	display: inline-block;
	background-color: var(--service-li-background-color, #fff);
}
.wppost .home_service2-li::before {
	display: none;
}
.home_service2-li__title {
	line-height: 1;
	font-size: 20rem;
	font-weight: bold;
}
.home_service2-li__title::before {
	content: '';
	position: relative;
	top: 2px;
	margin-right: 8px;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.home_service2__main {
	margin-top: 12px;
	display: flex;
}
.home_service2-li__left {
	min-width: 122px;
}
.home_service2-li__img-div {
	width: 144px;
	height: 144px;
	overflow: hidden;
}
.home_service2-li__img {
	vertical-align: top;
}
.home_service2-li__a {
	margin: 8px auto 0;
	padding: 3px 0;
	display: block;
	width: 95%;
	line-height: 1.8;
	font-size: 14rem;
}
.home_service2-li__a::after {
	position: absolute;
	top: calc(50% - 9px);
	right: 4px;
	font-size: 10rem;
}
.home_service2-li__right {
	margin-left: 5vw;
	flex: 1;
}
.home_service2-li__text {
	line-height: 1.7;
	font-size: 15rem;
}

/* home_service3 */
.home_service3 {
	padding: 40px 3.2vw;
}
.home_service3__title {
	letter-spacing: 1.5px;
}
.home_service3-main {
	margin-top: 30px;
}
.home_service3-card {
	padding: 9px 5vw;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: var(--service-li-background-color, #fff);
	border: 1px solid #d9d9d9;
}
.home_service3-card:nth-child(n+2) {
	margin-top: 8px;
}
.home_service3-card-right {
	padding-left: 5vw;
}
.home_service3-card__title {
	font-size: 18rem;
	font-weight: bold;
}
.home_service3-card__text {
	padding-top: 8px;
	position: relative;
	padding-left: 16px;
	color: #0072bb;
	font-size: 14px;
}
.home_service3-card__text::before {
	position: relative;
	top: 0;
	left: -1vw;
	font-size: 10rem;
}

/* home_service4 */
.home_service4 {
	padding: 40px 5vw;
}
.home_service4__subtitle {
	position: relative;
	margin-top: 40px;
	font-size: 24rem;
	letter-spacing: 2px;
}
.home_service4__subtitle::before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #707070;
}
.home_service4__subtitle-head {
	position: relative;
	padding-bottom: 6px;
	display: inline-block;
	font-weight: normal;
}
.home_service4-main {
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}
.home_service4-card {
	padding: 0 18px;
	width: 196px;
	min-height: 196px;
	box-sizing: border-box;
	background-color: var(--service-li-background-color, #fcfafa);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	text-align: center;
	border: 2px solid transparent;
	transition: .2s;
}
.home_service4-card:hover {
	opacity: 1;
	border-color: #000;
}
.wppost .home_service4-card:hover {
	text-decoration: none;
}
.home_service4-card-top {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 104px;
}
.wppost .home_service4-card-top__image--page {
	display: inline-block;
	margin-bottom: 0;
}
.home_service4-card__title {
	padding: 15px 0 18px;
	display: block;
	border-top: 1px solid #d9d9d9;
	color: #0d0d0d;
	font-size: 16rem;
	font-weight: bold;
}
.home_service4__button {
	margin-top: 28px;
}
.home_service4__button::after {
	position: absolute;
	right: 20px;
}

/* home_service5 */
.home_service5 {
	padding: 40px 5vw;
}
.home_service5-main {
	margin: 28px auto 0;
}
.home_service5-card {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 16px 12px 14px;
	background-color: var(--service-li-background-color, #faf5ea);
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.24);
}
.wppost .home_service5-card:hover {
	text-decoration: none;
}
.home_service5-card:nth-child(n+1) {
	margin-top: 20px;
}
.home_service5-card--text-exists {
	align-items: flex-start;
}
.home_service5-card-left {
	display: inline-block;
	min-height: 6px;
}
.home_service5-card-left__image {
	vertical-align: top;
}
.wppost .home_service5-card-left__image--page {
	display: inline-block;
	margin-bottom: 0;
}
.home_service5-card-right {
	flex: 1;
	display: inline-block;
	margin-left: 18px;
}
.home_service5-card__title {
	display: block;
	color: #111;
	font-size: 28rem;
	font-weight: bold;
}
.home_service5-card__text {
	color: #111;
	font-size: 15rem;
}

/* home-service6 */
.home_service6 {
	padding: 40px 2.5vw;
}
.home_service6-main {
	margin-top: 20px;
	padding: 0 1.5vw;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.home_service6__item {
	width: calc(50% - 3vw);
	text-align: center;
}
.home_service6__item:nth-child(n+3) {
	margin-top: 20px;
}
.home_service6__item-main {
	padding: 0 4vw;
	text-align: center;
}
.home_service6__item-top {
	position: relative;
	display: inline-block;
	width: 29.333vw;
	height: 29.333vw;
	border-radius: 50%;
	background-color: var(--service-li-background-color, #faf5ea);
}
.home_service6__item-top__image {
	position: absolute;
	top: 4vw;
	left: 4vw;
	width: 21.333vw;
	height: auto;
}
.home_service6__item__title {
	margin-top: 12px;
	font-weight: bold;
}
.home_service6__item__text {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #000;
	text-align: left;
	font-size: 14rem;
}
.home_service6__item-link,
.wppost .home_service6__item-link {
	position: relative;
	margin-top: 18px;
	padding: 7px 0;
	display: block;
	border-width: 2px;
	font-weight: normal;
}
.wppost .home_service6__item-link:hover {
	text-decoration: none;
}
.home_service6__item-link::after,
.wppost .home_service6__item-link::after {
	position: absolute;
	right: 2.5vw;
	font-size: 14rem;
}
.home_service6__link {
	position: relative;
	margin-top: 40px;
	display: block;
	width: 100%;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	font-size: 18rem;
}
.home_service6__link::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5vw;
	font-size: 16rem;
}

/* home-service7 */
.widget_home_service7 {
	padding: 40px 2.5vw;
}
.home_service7__text {
	margin-top: 16px;
	padding: 0 2.5vw;
	line-height: 1.7;
	font-size: 15rem;
}
.home_service7__ul,
.wppost .home_service7__ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 32px auto 0;
	padding: 0;
	max-width: 960px;
	text-align: center;
	font-size: 0;
}
.home_service7-li,
.wppost .home_service7-li {
	margin-bottom: 20px;
	margin-right: 0;
	width: 272px;
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
    box-sizing: border-box;
}
.wppost .home_service7-li::before {
	display: none;
}
.home_service7-li__card {
	position: relative;
	box-sizing: border-box;
	background-color: var(--service-li-background-color, #fff);
	border: none;
	display: block;
	height: 100%;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.24);
	text-align: center;
	transition: .2s;
}
.home_service7-li__card::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	border: solid 3px transparent;
	border-radius: inherit;
	z-index: 1;
}
.home_service7-li__card:hover::before {
	border-style: solid;
	border-width: 3px;
	border-color: inherit;
}
.home_service7-li__card:hover {
	opacity: 1;
}
.wppost .home_service7-li__card:hover {
	text-decoration: none;
}
.home_service7__head {
	display: block;
	height: 100px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.home_service7-li__img,
.wppost .home_service7-li__img {
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	margin: auto;
	vertical-align: top;
	height: 100px;
	min-height: 100px;
	width: 272px;
	max-width: 100%;
	min-width: 272px;
}
.home_service7-li__title {
	width: 100%;
	line-height: 1.2;
	text-align: center;
	color: #111;
	font-size: 20rem;
	font-weight: bold;
}
.home_service7__main {
	padding: 38px 24px 38px;
	display: block;
}
.home_service7__main--bottom_border {
	position: relative;
}
.home_service7__main--bottom_border::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	margin: 0 auto;
	display: block;
	width: 220px;
	border-bottom: 1px solid #d9d9d9;
}
.home_service7-li__text {
	margin-top: 16px;
	display: block;
	line-height: 1.7;
	color: #111;
	text-align: left;
	font-size: 15rem;
}

/* home-service8 */
.widget_home_service8 {
	padding: 40px 2.5vw;
}
.home_service8__text {
	margin-top: 16px;
	padding: 0 2.5vw;
	line-height: 1.7;
	font-size: 15rem;
}
.home_service8__ul,
.wppost .home_service8__ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 28px auto 0;
	padding: 0;
	text-align: center;
	font-size: 0;
}
.home_service8-li,
.wppost .home_service8-li {
	position: relative;
	margin-bottom: 20px;
	margin-right: 0;
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
    box-sizing: border-box;
	width: 288px;
	height: 400px;
}
.wppost .home_service8-li::before {
	display: none;
}
.home_service8-li__card {
	position: relative;
	box-sizing: border-box;
	background-color: var(--service-li-background-color, #f8f7f4);
	border: solid 1px #dbdbdb;
	border-radius: 0;
	display: block;
	text-align: center;
	transition: .2s;
	height: 100%;
	overflow: hidden;
}
.home_service8-li__card.hover-theme-border-color::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	border: solid 3px transparent;
	z-index: 1;
}
.home_service8-li__card.hover-theme-border-color:hover::before {
	border: solid 3px var(--theme-color);
}
.home_service8-li__card:hover {
	opacity: 1;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.24);
}
.wppost .home_service8-li__card:hover {
	text-decoration: none;
}
.home_service8__head {
	display: block;
	width: 288px;
	height: 144px;
	overflow: hidden;
	position: relative;
}
.home_service8-li__img,
.wppost .home_service8-li__img {
	object-fit: cover;
	width: 100%;
}
.home_service8-li__title {
	width: 100%;
	line-height: 1.2;
	text-align: center;
	color: #111;
	font-size: 20rem;
	font-weight: bold;
}
.home_service8__main {
	position: absolute;
	bottom: 0;
	padding: 0 23px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 250px;
	text-align: center;
}
.home_service8-li__text {
	margin-top: 16px;
	display: block;
	line-height: 1.7;
	color: #111;
	text-align: left;
	font-size: 14rem;
}
.home_service8-li__button {
	position: absolute;
	font-size: 14rem;
	font-weight: bold;
	bottom: 30px;
	right: 30px;
	color: #0d0d0d;
}

.home_service8-li__button::after {
	margin-left: 16px;
	vertical-align: middle;
}
.wppost ul.home_service8-li-child__ul,
.home_service8-li-child__ul {
	margin-top: 18px;
	padding-left: 0;
	text-align: left;
	&amp;:has(&gt; :nth-child(2)) .home_service8-li-child__li::before {
		content: '・';
	}
}
.home_service8-li-child__li {
	font-size: 14rem;
}
.home_service8-li-child__link {
	position: relative;
	z-index: 10;
	display: block;
	width: fit-content;
	font-size: 14rem;
}
.home_service8__button {
	margin-top: 30px;
	&amp;::after {
		right: 20px;
	}
}

/* home_service9 */
.home_service9--home {
	padding: 40px 4vw;
}
.home_service9__ul {
	margin: 24px 0 0;
	max-width: 930px;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}
.wppost ul.home_service9__ul {
	padding-left: 0;
}
.wppost ul &gt; li.home_service9-li::before {
	content: none;
}
.home_service9__card {
	width: 100%;
	display: grid;
	grid-template-columns: 96px 1fr;
	grid-auto-rows: minmax(24px, auto);
	gap: 16px 0;
	align-items: center;
	background-color: var(--service-li-background-color, #fff);
	box-sizing: border-box;
	padding: 16px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.home_service9__card--link {
	position: relative;
}
.home_service9__card--link::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	border: solid 3px transparent;
	border-radius: inherit;
	z-index: 1;
}
.home_service9__card--link:hover::before {
	border-style: solid;
	border-width: 3px;
	border-color: inherit;
}
.home_service9__card--link:hover {
	opacity: 1;
}
.wppost .home_service9__card--link:hover {
	text-decoration: none;
}
.home_service9-card__img-wrapper {
	justify-self: center;
}
.home_service9__title {
	font-weight: bold;
}
.home_service9__text {
	grid-column: 1 / 3;
	grid-row: 2;
	font-size: 15rem;
	color: #0d0d0d;
}

@media screen and (min-width: 632px) {
	.home_service7-li,
	.wppost .home_service7-li {
		margin-right: 0;
	}
	.home_service8-li,
	.wppost .home_service8-li {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.home_service8__ul,
	.wppost .home_service8__ul {
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 28px;
		width: 80vw;
	}
}

@media screen and (min-width: 1011px) {
	/* home_service7 */
	.home_service7__ul,
	.wppost .home_service7__ul {
		display: flex;
		width: 864px;
		flex-flow: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: normal;
		text-align: left;
	}
	.home_service__ul--last-row-left::after,
	.wppost .home_service__ul--last-row-left::after {
		content: '';
		display: block;
		width: 268px;
	}
	/* home_service8 */
	.home_service8__ul,
	.wppost .home_service8__ul {
		text-align: left;
		margin-top: 38px;
	}
	.home_service8__ul::before,
	.home_service8__ul::after,
	.wppost .home_service8__ul::before,
	.wppost .home_service8__ul::after {
		content: "";
		display: block;
		width: 288px;
		height: 0;
	}
	.home_service8__ul::before,
	.wppost .home_service8__ul::before {
		order: 1;
	}
}

@media screen and (min-width: 1024px) {
	/* home_service */
	.home_service {
		padding: 80px 0 80px;
	}
	.home_service-main {
		margin-top: 48px;
		justify-content: center;
	}
	.home_service-main-link {
		box-sizing: border-box;
		padding: 0 16px;
		width: 248px;
		height: 200px;
		box-shadow: 0px 0 8px 0 #cecece;
	}
	/* SP style の打ち消し */
	.home_service-main-link:nth-child(n+3) {
		margin-top: 0;
	}
	.home_service-main-link:nth-child(4n) {
		margin-left: 0;
	}
	.home_service-main-link:nth-child(n+4) {
		margin-top: 26px;
	}
	.home_service-main-link--home:not(:nth-child(3n+1)) {
		margin-left: 22px;
	}
	.home_service-main-link--page {
		width: 234px;
		height: 216px;
	}
	.home_service-main-link--page:not(:nth-child(3n+1)) {
		margin-left: 25px;
	}
	.home_service-main-link--odd:last-child {
		margin-left: 22px;
	}
	.home_service-main-link-top {
		height: 152px;
	}
	.home_service-main-link-top--page {
		height: 168px;
	}
	.home_service-main-link-top__image {
		width: auto;
		height: auto;
	}
	.home_service-main-link-top__image--page {
		max-height: 98px;
	}
	.home_service-main-link__text {
		padding-top: 11px;
		letter-spacing: 1.9px;
		font-size: 18px;
	}
	.home_service-main-link__text::before {
		top: 11px;
		width: 20px;
		height: 20px;
	}
	.home_service-main-link__text::after {
		top: 17px;
		right: 20px;
		border-width: 4px 0 4px 6px;
	}
	.home_service-main-link__text--page {
		font-size: 18px;
	}

	/* home_service1-1 */
	.home_service1-1 {
		padding: 0;
	}
	.home_service1-1--home {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.home_service1-1-main {
		margin-top: 40px;
		width: 706px;
	}
	.home_service1-1-card {
		padding: 16px;
		width: 22.665%;
	}
	.home_service1-1-card:nth-child(n+2) {
		margin-top: 0;
		margin-left: 16px;
	}
	.home_service1-1-card-top {
		min-height: 0;
	}
	.home_service1-1-card__title {
		margin-top: 8px;
	}
	.home_service1-1__button {
		margin-top: 40px;
	}

	/* home_service2 */
	.widget_home_service2 {
		padding: 80px calc(50vw - 512px) 65px;
	}
	.home_service2__text {
		padding: 0 20px;
		text-align: center;
	}
	.home_service2__ul,
	.wppost .home_service2__ul {
		margin-top: 6px;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.home_service2-li,
	.wppost .home_service2-li {
		margin-top: 24px;
		padding: 24px 24px 24px 16px;
		box-sizing: border-box;
		width: 50%;
	}
	.home_service2-li__right {
		margin-left: 16px;
	}

	/* home_service3 */
	.home_service3 {
		padding: 80px 0;
	}
	.home_service3-main {
		margin: 40px auto;
		box-sizing: border-box;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 799px;
	}
	.home_service3-card {
		box-sizing: border-box;
		padding: 14px 0 22px;
		display: block;
		width: 265px;
		height: 162px;
		border: none;
		text-align: center;
		border-bottom: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
	}
	.home_service3-card:nth-child(1),
	.home_service3-card:nth-child(2),
	.home_service3-card:nth-child(3) {
		border-top: 1px solid #d9d9d9;
	}
	.home_service3-card:nth-child(3n+3) {
		border-right: 1px solid #d9d9d9;
	}
	.home_service3-card:nth-child(n+2) {
		margin-top: 0;
	}
	.home_service3-card:not(:nth-child(3n)):last-child {
		width: 266px;
		border-right: 1px solid #d9d9d9;
	}
	.wppost .home_service3-card--page:hover {
		text-decoration: none;
	}
	.home_service3-card-left {
		height: 56px;
	}
	.home_service3-card-left__image {
		min-height: 100%;
	}
	.wppost .home_service3-card-left__image--page {
		display: inline-block;
	}
	.home_service3-card-right {
		padding: 0;
	}
	.home_service3-card__title {
		margin-top: 12px;
		color: #000;
	}
	.home_service3-card__text {
		margin-top: 12px;
		padding: 0;
	}
	.home_service3-card__text::before {
		left: -4px;
	}

	/* home_service4 */
	.home_service4 {
		padding: 80px 0;
	}
	.home_service4-content {
		margin: 0 auto;
		width: 860px;
	}
	.home_service4__subtitle--field {
		width: 864px;
		margin: 40px auto 0;
	}
	.home_service4-content + .home_service4-content .home_service4__subtitle {
		margin-top: 80px;
	}
	.home_service4__subtitle-head {
		font-size: 32px;
	}
	.home_service4__subtitle-head.home_service4__subtitle-head--field {
		font-size: 24px;
		font-weight: bold;
	}
	.home_service4-main {
		margin-top: 40px;
		width: 100%;
		column-gap: 24px;
	}
	.home_service4-main--last-row-left {
		justify-content: flex-start;
	}
	.home_service4__button {
		margin-top: 60px;
	}

	/* home_service5 */
	.home_service5 {
		padding: 50px 0 70px;
	}
	.home_service5-main {
		margin-top: 30px;
		width: 888px;
		max-width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.home_service5-card {
		padding: 16px;
		box-sizing: border-box;
		width: calc(50% - 20px);
	}
	.wppost .home_service5-card {
		padding: 12px;
	}
	.home_service5-card:nth-child(n+1) {
		margin-top: 0;
	}
	.home_service5-card:nth-child(2n) {
		margin-left: 40px;
	}
	.home_service5-card:nth-child(n+3) {
		margin-top: 28px;
	}
	.wppost .home_service5-card-left__image--page {
		max-width: 54px;
		max-height: 54px;
	}
	.home_service5-card__title {
		font-size: 25px;
	}
	.home_service5-card__text {
		line-height: 1.7;
	}
	.wppost .home_service5-card__text {
		font-size: 14px;
	}

	/* home-service6 */
	.home_service6 {
		padding: 80px 0;
	}
	.home_service__text {
		margin-top: 24px;
	}
	.home_service6-main {
		margin-top: 24px;
		padding: 0;
		flex-wrap: nowrap;
	}
	.home_service6__item {
		width: 15.625%;
	}
	.wppost .home_service6__item {
		width: 100%;
	}
	.home_service6__item:nth-child(n+3) {
		margin-top: 0;
	}
	.home_service6__item:nth-child(n+2) {
		margin-left: 40px;
	}
	.wppost .home_service6__item:nth-child(n+2) {
		margin-left: 16px;
	}
	.home_service6__item-main {
		padding: 0 16px;
	}
	.wppost .home_service6__item-main {
		padding: 0 8px;
	}
	.home_service6__item-top {
		width: 110px;
		height: 110px;
	}
	.wppost .home_service6__item-top {
		width: 80px;
		height: 80px;
	}
	.home_service6__item-top__image {
		top: 15px;
		left: 15px;
		width: 80px;
	}
	.wppost .home_service6__item-top__image {
		width: 52px;
	}
	.home_service6__item__title {
		margin-top: 6px;
	}
	.wppost .home_service6__item__title {
		font-size: 15px;
	}
	.wppost .home_service6__item__text {
		font-size: 13px;
	}
	.home_service6__link {
		margin-top: 80px;
	}
	.home_service6__link::after {
		right: 16px;
	}
	.home_service6__item-link::after {
		right: 10px;
	}
	.wppost .home_service6__item-link::after {
		right: 8px;
	}

	/* home_service7 */
	.widget_home_service7 {
		padding: 80px calc(50vw - 512px) 65px;
	}
	.home_service7-li,
	.wppost .home_service7-li {
		width: 272px;
	}
	/* home_service8 */
	.widget_home_service8 {
		padding: 80px 0 65px;
	}
	.home_service8__ul,
	.wppost .home_service8__ul {
		justify-content: center;
		width: 100%;
	}
	.home_service8-li__card {
		height: 400px;
	}
	.home_service8-li__button {
		bottom: 30px;
		right: 32px;
	}
	.home_service8__button {
		margin-top: 50px;
	}
	/* home_service9 */
	.home_service9--home {
		padding: 80px 0;
	}
	.home_service9__ul {
		margin: 40px auto 0;
		width: 100%;
	}
	.home_service9__ul--home {
		width: 930px;
	}
	.home_service9__card {
		grid-template-columns: 130px 1fr;
		grid-auto-rows: auto;
		gap: 5px 0;
		padding: 12px 40px 12px 0;
	}
	.home_service9-card__img-wrapper {
		grid-column: 1;
		grid-row: 1 / 3;
	}
	.home_service9__text {
		grid-column: 2;
	}
	.home_service__button--9 {
		margin-top: 87px;
	}
}
@media screen and (min-width: 1184px) {
	.home_service8__ul {
		justify-content: space-between;
		column-gap: 0;
	}
	.wppost .home_service8__ul {
		justify-content: center;
		column-gap: 8px;
	}
}
</pre></body></html>