@charset "utf-8";
.hamburger-menu__item,
.hamburger-menu-child__item,
.home__title,
.widget_home_column h3.side__title,
.home_greeting2-main__title,
.cta-main__title,
.header-bottom__title {
	font-family: 'Noto Serif JP', serif;
}

.cta-main-contact-tel__text {
	display: none;
}

/** top - risk section **/
.widget_block:has(.org-section-4) {
	padding-top: 0;
	padding-bottom: 0;
}
.org-section-4 .cta__image--home.cta__image--bg,
.org-section-4-before,
.org-section-4-before__text {
	max-width: unset !important;
}
.org-section-4 {
	position: relative;
}
.org-section-4-before {
	position: relative;
	padding: 40px 7vw;
}
.org-section-4-before__title {
	margin-bottom: 24px;
	font-size: 24rem;
	line-height: 1.67;
}
.org-section-4 p {
	line-height: 2;
}

/** service section **/
.home_service7-li,
.home_service7-li__img,
.wppost .home_service7-li,
.wppost .home_service7-li__img {
	width: 300px;
}
.home_service7__head {
	height: 104px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.home_service7-li__img,
.wppost .home_service7-li__img {
	height: 104px;
	min-height: 104px;
}
.home_service7__main {
	padding-top: 24px;
	height: 76px;
	box-sizing: border-box;
}
.wppost .wp-block-custom-table__cell-content ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.wp-block-custom-table__cell-content .spacer_bottom {
	margin-bottom: 12px;
}
.wppost .wp-block-custom-table__cell-content li.spacer_bottom::before {
	content: none;
}
.wp-block-custom-table__cell-content .spacer_bottom:last-of-type {
	margin-bottom: 0;
}

.home_result3-card:hover {
	border-color: #ffffff !important;
}

.wppost.wppost__lawyer p {
	line-height: 1.5;
}
 
@media screen and (min-width: 1024px) {
	/** top - risk section **/
	.widget_block:has(.org-section-4) {
		padding-top: 0;
		padding-bottom: 0;
	}
	.org-section-4 {
		margin: 0 calc((50vw - 512px) * -1);
	}
	.org-section-4-before {
		padding: 80px 0;
		width: 960px;
	}
	.org-section-4-before__title {
		max-width: unset !important;
		margin-bottom: 24px;
		font-size: 32px;
		letter-spacing: 2.56px;
	}
	.home_service7__ul,
	 .wppost .home_service7__ul {
		width: 960px;
		column-gap: 30px;
	}
}