@charset "utf-8";

/***************************************************************
Home
****************************************************************/

/* home-common */
.home {
	margin: 0 2.5vw;
	display: block;
}
.home .widget:nth-child(odd) {
	background-color: var(--home-odd-section-background-color);
}
.home .widget:nth-child(even) {
	background-color: var(--home-even-section-background-color);
}
.widget_home--full,
.widget_block,
.home--post .widget_home {
	margin: 0 -2.5vw;
}
.widget_block {
	padding-top: 40px;
	padding-bottom: 40px;
}
.home--post .widget_home:not(.widget_home_main_visual) {
	padding: 0 2.5% 40px;
}
.home__title {
	position: relative;
	padding: 0 2.5vw 5px;
	display: inline-block;
	letter-spacing: 6.4px;
	font-size: 24rem;
	font-weight: bold;
}
.home__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	display: inline-block;
	width: 40px;
	height: 4px;
}
.home__text {
	max-width: 90vw;
	text-align: center;
	line-height: 1.7;
	color: #111;
	font-size: 16rem;
}
.home__button {
	margin-left: auto;
	margin-right: auto;
	line-height: 3;
	display: block;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	max-width: 90vw;
}
.home__button::after {
	position: absolute;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	font-size: 14rem;
}
.home__button.button-A.button-A--three-dimensional-theme {
	box-shadow: 0 3px 0 0 var(--theme-dark-color);
}
.home__button.button-A.button-A--three-dimensional-sub {
	box-shadow: 0 3px 0 0 var(--sub-dark-color);
}
.home__button.button-A.button-A--three-dimensional-accent {
	box-shadow: 0 3px 0 0 var(--accent-dark-color);
}

/* home_banner */
.home_banner__img {
	vertical-align: top;
	max-width: 100%;
}

/* home-top-cta */
.home-top-cta-content {
	padding: 20px 5.2vw 6.4vw;
}
.home-top-cta__top {
	text-align: center;
}
.home-top-cta__top-image {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.home-top-cta__top-text {
	font-size: 16rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.28px;
}
.home-top-cta__tel-section {
	display: block;
	margin-top: 8px;
	padding: 6px;
	border-radius: 4px;
	color: #0d0d0d;
}
.home-top-cta__tel-num {
	display: block;
	letter-spacing: -0.2px;
	text-align: center;
	font-family: helvetica;
	font-size: 40rem;
	font-weight: bold;
}
.home-top-cta__tel-num::before {
	position: relative;
	top: 0;
	display: inline-block;
	margin-right: 6px;
	font-size: 28rem;
}
.home-top-cta__tel-time {
	margin-top: 2px;
	display: block;
	text-align: center;
	font-size: 14rem;
}
.home-top-cta__notice {
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 10rem;
	color: #444444;
}
.home-top-cta__pc-right {
	text-align: center;
}
.home-top-cta__mail {
	margin: 3vw auto 0;
	padding: 18px 7.8vw 18px 6.4vw;
	max-width: 480px;
	width: 74.667vw;
	text-align: center;
	font-size: 18rem;
	font-weight: bold;
	border-width: 2px;
}
.home-top-cta__mail::before {
	font-size: 24rem;
	vertical-align: text-bottom;
	margin-right: 8px;
}
.home-top-cta__mail.linedup::before {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	left: 4vw;
}
.home-top-cta__mail::after {
	position: absolute;
	top: 39%;
	right: 2vw;
	font-size: 16rem;
}
.home-top-cta__mail--radius-none {
	border-radius: 0;
}
.home-top-cta__mail--radius-bit {
	border-radius: 2px;
}
.home-top-cta__mail--radius-little {
	border-radius: 4px;
}
.home-top-cta__mail--radius-radius {
	border-radius: 8px;
}
.home-top-cta__mail--radius-ellipse {
	border-radius: 30px;
}
.home-top-cta__line {
	position: relative;
	margin: 12px auto 0;
	padding: 18px 6.4vw;
	max-width: 480px;
	width: 74.667vw;
	text-align: center;
	font-size: 18rem;
	font-weight: bold;
}
.home-top-cta__line-img {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	left: 4vw;
	width: 24rem;
}
.home-top-cta__line::after {
	position: absolute;
	top: 39%;
	right: 2vw;
	font-size: 16rem;
}
.home-top-cta__line--radius-none {
	border-radius: 0;
}
.home-top-cta__line--radius-bit {
	border-radius: 2px;
}
.home-top-cta__line--radius-little {
	border-radius: 4px;
}
.home-top-cta__line--radius-radius {
	border-radius: 8px;
}
.home-top-cta__line--radius-ellipse {
	border-radius: 30px;
}

/* home-access */
.widget_home_access {
}
.home_access {
	padding: 35px 2.5vw 60px;
}
.home_access-top,
.home_access-bottom,
.home_access-map {
	margin-top: 25px;
}
/* GoogleMap */
.home_access-map > iframe {
	width: 95vw;
	height: 340px;
}
.home_access-top {
	padding: 0 2.5vw;
	text-align: right;
}
.home_access-main {
	padding: 0 2.5vw;
}
.home_access-top + .home_access-main {
	margin-top: 8px;
}
.home_access-main-left__addr_title {
	margin-top: 20px;
	color: #444;
	font-size: 14rem;
	font-weight: bold;
}
.home_access-main-left__addr {
	line-height: 1.7;
	color: #444;
	font-size: 14rem;
}
.home_access-main-left__google_map_button {
	position: relative;
	margin-top: 14px;
	margin-left: 0;
	padding: 8px calc(10px + 1em) 8px 10px;
	width: 45%;
	background-color: #fff;
	font-size: 12rem;
}
.home_access-main-left__google_map_button::after {
	position: absolute;
	right: 2vw;
}
.home_access-main-right__text {
	margin-top: 40px;
	line-height: 1.7;
	color: #444;
	font-size: 14rem;
}
.home_access-main-right__img {
	margin-top: 24px;
	max-width: 100%;
	min-height: 100%;
}
.home_access__button {
	margin-top: 16px;
	font-size: 15rem;
}
.home_access__button::after {
	right: 20px;
}
.home--post .home_access-main-left__google_map_button {
	min-width: 124px;
}

/* home-column */
.home_column {
	padding: 40px 0 50px;
}
.home .side__title {
	margin-left: 2.5vw;
	margin-right: 2.5vw;
	margin-bottom: 0;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	font-size: 18rem;
	color: #111;
}
.home .column_posts {
	margin-top: 0;
}
.home .column_posts--category {
	margin-top: 40px;
}
.home .column-archive-li:first-child {
	margin-top: 0;
	padding-top: 8px;
}
.home_column-main {
	font-size: 0;
}
.home_column__link {
	position: relative;
	margin-top: 48px;
	font-size: 15rem;
}
.home_column__link::after {
	right: 20px;
}
.home_column .cpt-categories {
	display: inline;
}

/* home-fee */
.home_fee {
	padding: 60px 0 55px;
}
.home_fee__bottom-text,
.home_fee__text {
	margin-top: 20px;
}
.home_fee__bottom-text--one,
.home_fee__text--one {
	padding: 0 2.5vw;
	text-align: center;
}
.home_fee__bottom-text--three,
.home_fee__text--three {
	padding: 0 7.5vw;
	line-height: 1.7;
	color: #444;
	font-size: 14rem;
	font-weight: bold;
}
.home_fee-main {
	margin-top: 35px;
}
.home_fee-main__image {
	margin: 0 auto;
	display: block;
	max-width: 232px;
	max-height: 232px;
	border-radius: 50%;
}
.home_fee-main__image:not(:first-child) {
	margin-top: 30px;
}
.home_fee-main__big-image {
	display: block;
	margin: 0 auto;
}
.home_fee__button {
	position: relative;
	margin-top: 40px;
	font-size: 14rem;
}
.home_fee__button::after {
	right: 20px;
}
.home--post .home-fee-item {
	margin: 0 auto;
	max-width: 1240px;
}
.home--post .home-fee-item__title {
	flex-wrap: nowrap !important;
	gap: unset;
}
.home--post .home-fee-item__title > .wp-block-column {
	flex-basis: unset !important;
	flex-grow: unset;
}
.home--post .home-fee-item__title > .wp-block-column:first-child {
	margin-right: 8px;
}
.widget_home--default-table table,
.home--post .home-fee-item table {
	table-layout: fixed;
}
.widget_home--default-table table th,
.widget_home--default-table table td,
.home--post .home-fee-item table th,
.home--post .home-fee-item table td {
	border: 1px solid #dfdfdf;
	background-color: #fff;
	vertical-align: middle;
}
.widget_home--default-table table th,
.widget_home--default-table table td {
	padding: 24px;
}
.widget_home--default-table figure.is-style-gray > table th,
.home--post figure.is-style-gray > table th {
	background-color: #f5f5f5;
}
.widget_home--default-table figure.first-column-w20 > table th,
.home--post .home-fee-item figure.first-column-w20 > table th {
	width: 20%;
}
.widget_home--default-table figure.first-column-w30 > table th,
.home--post .home-fee-item figure.first-column-w30 > table th {
	width: 30%;
}
.widget_home--default-table figure.first-column-w40 > table th,
.home--post .home-fee-item figure.first-column-w40 > table th {
	width: 40%;
}
.widget_home--default-table figure.first-column-w60 > table th,
.home--post .home-fee-item figure.first-column-w60 > table th {
	width: 60%;
}
.home--post .home-fee-item .wp-block-columns {
	margin-bottom: 0;
}

/* home-flow */
.home_flow {
	padding: 40px 0 60px;
}
.home_flow__title-bottom-text {
	margin: 12px auto 0;
	max-width: 90vw;
	text-align: center;
	line-height: 1.7;
	color: #3b4043;
	font-size: 16rem;
}
.home_flow-main {
	margin-top: 36px;
	padding: 0 5vw;
}
.home_flow-main-item {
	position: relative;
	margin: 0 auto;
	max-width: 314px;
	text-align: center;
	font-size: 0;
}
.home_flow-main-item:not(:first-child) {
	margin-top: 50px;
}
.home_flow-main-item:not(:first-child)::before {
	font-family: "icomoon";
	content: "\e903";
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #d9d9d9;
	font-size: 30rem;
	transform: rotate(90deg);
}
.home_flow-main-item__image {
	max-width: 100%;
}
.home_flow-main-item__title {
	margin-top: 20px;
	padding: 0 2.5vw;
	box-sizing: border-box;
	line-height: 1.75;
	letter-spacing: .9px;
	font-size: 22rem;
	font-weight: bold;
}
.home_flow-main-item__text {
	margin-top: 15px;
	padding: 0 2.5vw;
	box-sizing: border-box;
	line-height: 1.4;
	color: #111;
	text-align: left;
	font-size: 16rem;
}
.home_flow-main-item__text--hukidashi {
	position: relative;
	margin-top: 26px;
	border: 1px solid #707070;
	padding: 16px 26px;
	border-radius: 4px;
	background-color: #fff;
}
.home_flow-main-item__text--hukidashi::before,
.home_flow-main-item__text--hukidashi::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 20px 12px;
}
.home_flow-main-item__text--hukidashi::before {
	top: -21px;
	border-color: transparent transparent #707070 transparent;
}
.home_flow-main-item__text--hukidashi::after {
	top: -19px;
	border-color: transparent transparent #fff transparent;
}
.home_flow-bottom {
	margin: 40px 5vw 0;
	padding: 12px 16px 16px 16px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}
.home_flow-bottom__img {
	margin: auto;
	display: block;
}
.home_flow-bottom__item:nth-child(n+2) {
	margin-top: 20px;
}
.home_flow__button {
	margin-top: 40px;
}
.home_flow__button::after {
	right: 20px;
	font-size: 14rem;
}

/* home-greeting */
.widget_home_greeting {
}
.home_greeting-top {
	height: 300px;
	overflow: hidden;
	text-align: center;
}
.home_greeting-top__image {
	vertical-align: top;
	width: 100%;
	max-width: 375px;
	height: auto;
}
.home_greeting-main {
	box-sizing: border-box;
	padding: 22px 22px 35px;
}
.home_greeting-main__title {
	font-size: 17rem;
	font-weight: bold;
}
.home_greeting-main__text {
	margin-top: 15px;
	line-height: 1.7;
	color: #111;
	font-size: 14rem;
}
.home_greeting-namearea {
	margin-top: 25px;
}
.home_greeting-namearea__position {
	color: #444;
	font-size: 14rem;
	font-weight: bold;
}
.home_greeting-namearea__before {
	font-weight: bold;
	font-size: 24rem;
}
.home_greeting-namearea__name {
	font-weight: bold;
	font-size: 32rem;
}
.home_greeting__name {
	margin-top: 16px;
	max-width: 100%;
}
.home_greeting-main__button {
	position: relative;
	margin-top: 16px;
	padding: 10px 28px 10px 14px;
	display: block;
	width: 67.4vw;
}
.home_greeting-main__button::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 7rem;
	font-size: 14rem;
}

/* home-greeting2 */
.home_greeting2 {
	padding-top: 40px;
}
.home_greeting2-top {
	text-align: center;
}
.home_greeting2-top__image {
	vertical-align: top;
	width: 100%;
	max-width: 375px;
	height: auto;
}
.home_greeting2-main {
	box-sizing: border-box;
	padding: 22px 22px 35px;
}
.home_greeting2-main__title {
	font-size: 17rem;
	font-weight: bold;
}
.home_greeting2-main__text {
	margin-top: 15px;
	line-height: 1.7;
	color: #111;
	font-size: 14rem;
}
.home_greeting2-namearea {
	margin-top: 25px;
}
.home_greeting2-namearea__affiliation {
	color: #444;
	font-size: 14rem;
	font-weight: bold;
}
.home_greeting2-namearea__position {
	font-weight: bold;
	font-size: 24rem;
}
.home_greeting2-namearea__name {
	font-weight: bold;
	font-size: 32rem;
	line-height: 1;
}
.home_greeting2__name {
	margin-top: 16px;
	max-width: 100%;
}
.home_greeting2-main__button {
	position: relative;
	margin-top: 24px;
	padding: 10px 28px 10px 14px;
	display: block;
	width: 67.4vw;
}
.home_greeting2-main__button::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 7rem;
	font-size: 14rem;
}

/* home-news */
.widget_home_news,
.widget_home_news_category {
	padding: 40px 0 80px;
}
.home_news {
	padding: 0 2.5vw;
}
.home_news-main {
	margin-top: 24px;
}
.news-archive-li {
	padding: 0 2.5vw;
}
.news-archive-li__title-a {
	color: #004272;
}
.home_news__link {
	margin-top: 24px;
}
.home_news__link::after {
	right: 20px;
}

/* home-headline */


/* home-reason */
.home_reason {
	padding: 40px 2.5vw 50px;
	text-align: center;
}
.home_reason__title {
	letter-spacing: 3.2px;
}
.home_reason-main {
	margin-top: 30px;
}
.home_reason-main-div:not(:first-child) {
	margin-top: 50px;
}
.home_reason-main-div__img {
	float: left;
	width: 96px;
	height: 64px;
	border-bottom: 16px solid #000;
}
.home_reason-main-div__title {
	margin-left: 106px;
	text-align: left;
	line-height: 1.3;
	font-size: 18rem;
	font-weight: bold;
}
.home_reason-main-div__text {
	margin: 8px 0 0 106px;
	text-align: left;
	line-height: 1.4;
	color: #111;
	font-size: 14rem;
}
/* home-reason */
.home_reason2 {
	padding: 40px 2.5vw 10px;
}
.home_reason2__title {
	margin-bottom: 40px;
}
.home_reason2-main-div {
	display: flex;
	flex-flow: column;
	margin-bottom: 30px;
}
.home_reason2-main-div__img {
	margin-bottom: 16px;
	/* width: 343px;
	height: 200px; */
}
.home_reason2-main-div__title {
	font-size: 24rem;
	font-weight: bold;
}
.home_reason2-main-div__text {
	margin-top: 16px;
}

/* home-service-detail */
.home_service_detail {
	padding: 40px 0;
}
.home_service_detail__text {
	margin-top: 20px;
	padding: 0 5vw;
	line-height: 1.7;
	color: #444;
	font-size: 14rem;
	font-weight: bold;
}
.home_service_detail-main {
	padding: 0 2.5vw;
}
.home_service_detail-main-div {
	margin-top: 45px;
}
.home_service_detail-main-div-left {
	float: left;
}
.home_service_detail-main-div-left-top {
	position: relative;
	top: 10px;
	width: 92px;
	height: 92px;
	background-color: #f0f0f0;
	border-radius: 50%;
}
.widget_home:nth-child(2n+1) .home_service_detail-main-div-left-top {
	background-color: #fff;
}
.home_service_detail-main-div-left-top__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.home_service_detail-main-div-left__link {
	margin: 25px 0 0 6px;
	padding: 2px 18px;
	font-size: 14rem;
	transition: .3s;
}
.home_service_detail-main-div-right {
	margin-left: 110px;
	height: 144px;
}
.home_service_detail-main-div-right__title {
	line-height: 1.3;
	color: #004272;
	font-size: 18rem;
	font-weight: bold;
}
.home_service_detail-main-div-right__text {
	margin-top: 10px;
	line-height: 1.4;
	color: #111;
	font-size: 14rem;
}

/* home-chars */
.home_chars {
	position: relative;
	box-sizing: border-box;
	padding: 40px 2.5vw;
	overflow: hidden;
}
.home_chars__title {
	margin: 0 auto;
	display: block;
	padding-left: 0;
	padding-right: 0;
	max-width: 90vw;
	border: none;
	text-align: center;
}
.home_chars__text {
	margin: 24px auto 0;
	max-width: 75vw;
	line-height: 1.5;
	color: #111;
	text-align: center;
	font-size: 16rem;
}
.home_chars-main {
	position: relative;
	margin: 34px auto 0;
	text-align: center;
}
.home_chars-main-div {
	font-size: 0;
}
.home_chars-main-div:not(:first-child) {
	margin-top: 36px;
}
.home_chars-main-div__img {
	max-width: 78.933vw;
	height: auto;
}
.home_chars-main-div__title {
	margin: 16px auto 0;
	max-width: 75vw;
	line-height: 1.5;
	text-align: left;
	font-size: 18rem;
	font-weight: bold;
}
.home_chars-main-div__text {
	margin: 8px auto 0;
	max-width: 75vw;
	line-height: 1.7;
	color: #111;
	text-align: left;
	font-size: 14rem;
}
.home_chars-main-div__text a {
	color: #004272;
	font-weight: bold;
}
.home_chars__link {
	margin-top: 24px;
}
.home_chars__link::after {
	right: 20px;
	font-size: 14rem;
}

/* home-strength */
.home_strength {
	position: relative;
	box-sizing: border-box;
	padding: 32px 2.5vw 28px;
	overflow: hidden;
}
.home_strength__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	height: 100%;
}
.home_strength__title {
	margin: 0 auto;
	display: block;
	padding-left: 0;
	padding-right: 0;
	max-width: 90vw;
	border: none;
	text-align: center;
}
.home_strength__text {
	margin: 24px auto 0;
	max-width: 75vw;
	line-height: 1.5;
	color: #111;
	text-align: center;
	font-size: 16rem;
}
.home_strength-main {
	position: relative;
	margin: 34px auto 0;
	text-align: center;
}
.home_strength-main-div {
	font-size: 0;
}
.home_strength-main-div:not(:first-child) {
	margin-top: 36px;
}
.home_strength-main-div__img {
	max-width: 78.933vw;
	height: auto;
}
.home_strength-main-div__title {
	margin: 16px auto 0;
	max-width: 75vw;
	line-height: 1.5;
	text-align: left;
	font-size: 18rem;
	font-weight: bold;
}
.home_strength-main-div__text {
	margin: 8px auto 0;
	max-width: 75vw;
	line-height: 1.7;
	color: #111;
	text-align: left;
	font-size: 14rem;
}
.home_strength-main-div__text a {
	color: #004272;
	font-weight: bold;
}
.home_strength__link {
	margin-top: 24px;
}
.home_strength__link::after {
	right: 20px;
	font-size: 14rem;
}

/* home-strength2 */
.home_strength2-main {
	padding-left: 2.5vw;
	padding-right: 2.5vw;
	counter-reset: i;
}
.home_strength2-main-div {
	padding: 20px 2.5vw 16px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 #d9d9d9;
	opacity: .98;
}
.home_strength2-main-div__title {
	position: relative;
	padding-left: 58px;
	line-height: 1.3;
	text-align: left;
	letter-spacing: 2px;
	font-size: 18rem;
	font-weight: bold;
}
.home_strength2-main-div__title::before {
	counter-increment: i;
	content: counter(i);
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 0 7px 2px;
	box-sizing: border-box;
	line-height: 1;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.home_strength2-main-div__text {
	margin: 16px 0 0;
	max-width: none;
	text-align: left;
	line-height: 1.6;
	font-size: 15rem;
	font-weight: normal;
}

/* home-voice */
.home_voice {
	padding: 38px 0 80px;
}
.home_voice__text {
	margin-top: 20px;
	padding: 0 5%;
	line-height: 1.7;
	letter-spacing: .5px;
	font-size: 14rem;
	font-weight: bold;
}
.home_voice-main {
	margin-top: 24px;
}
.home_voice-main-item {
	text-align: center;
}
.home_voice-main-item:not(:first-child) {
	margin-top: 50px;
}
.home_voice-main-item__image > img {
	width: 88px;
	height: 88px;
	background-color: #f1f1f1;
	border-radius: 50%;
}
.widget_home:nth-child(odd) .home_voice-main-item__image > img {
	background-color: #fff;
}
.home_voice-main-item-label {
	margin-top: 5px;
	line-height: 1.6;
	letter-spacing: 2.3px;
	font-weight: bold;
}
.home_voice-main-item-label__gender {
	display: inline-block;
	line-height: 1.6;
	letter-spacing: 2.3px;
	font-size: 14rem;
}
.home_voice-main-item-label__age {
	display: inline-block;
	font-size: 14rem;
}
.home_voice-main-item__title {
	padding: 0 10vw;
	line-height: 1.5;
	color: #444;
	font-size: 16rem;
	font-weight: bold;
}
.home_voice-main-item__text {
	margin-top: 10px;
	padding: 0 5%;
	line-height: 1.7;
	font-size: 14rem;
}
.home_voice__button {
	margin-top: 40px;
}
.home_voice__button::after {
	right: 18px;
}

/* home_voice2 */
.home_voice2 {
	padding: 40px 7.2vw 30px;
}
.home_voice2-main {
	margin-top: 20px;
	padding-bottom: 20px;
}
.home_voice2-main-item-hukidashi {
	margin-bottom: 26px;
	padding: 18px 6.4vw 30px;
	position: relative;
	filter: drop-shadow(2px 2px 2px #ddd);
}
.home_voice2-main-item-hukidashi::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: calc(50% - 6.4vw - 2px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 6.4vw 0 6.4vw;
	border-color: #f0f0f0 transparent transparent transparent;
}
.home_voice2-main-item__title {
	font-size: 16rem;
	font-weight: bold;
}
.home_voice2-main-item__text {
	margin-top: 12px;
	line-height: 1.7;
	font-size: 16rem;
}
.home_voice2-main-item-label {
	margin-top: 26px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.home_voice2-main-item-label__gender {
	display: inline-block;
	font-size: 16rem;
}
.home_voice2-main-item-label__age {
	display: inline-block;
	font-size: 16rem;
}
.home_voice2-main-item__image-div {
	text-align: center;
}
.home_voice2__button::after {
	right: 18px;
}

/* home_voice3 */
.home_voice3 {
	padding: 40px 2.5vw 40px;
}
.home_voice3-main {
	margin-top: 36px;
}
.home_voice3-main-item {
	border-top: 1px solid #d9d9d9;
	padding: 16px 3vw;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home_voice3-main-item:last-child {
	border-bottom: 1px solid #d9d9d9;
}
.home_voice3-main-item__image > img {
	width: 64px;
	height: 64px;
	background-color: #f1f1f1;
	border-radius: 50%;
}
.widget_home:nth-child(odd) .home_voice3-main-item__image > img {
	background-color: #fff;
}
.home_voice3-main-item-right {
	margin-left: 5.333vw;
}
.home_voice3-main-item-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-weight: bold;
}
.home_voice3-main-item__categories + .home_voice3-main-item-label__gender,
.home_voice3-main-item__categories + .home_voice3-main-item-label__age {
	margin-left: 2vw;
}
.home_voice3-main-item__categories + .home_voice3-main-item-label__gender::before,
.home_voice3-main-item__categories + .home_voice3-main-item-label__age::before {
	margin-right: 2vw;
	position: relative;
	top: 2px;
	display: inline-block;
	content: '';
	height: 16rem;
	border-left: 1px solid #000;
}
.home_voice3-main-item-label__gender {
	margin-left: 2vw;
}
.home_voice3-main-item__text {
	margin-top: 8px;
	line-height: 1.5;
	font-size: 14rem;
}
.home_voice3__button {
	margin-top: 24px;
}
.home_voice3__button::after {
	right: 20px;
	font-size: 14rem;
}

/* home_voice4 */
.home_voice4 {
	padding: 40px 2.5vw 40px;
}
.home_voice4-main {
	margin-top: 36px;
}
.home_voice4-main-item {
	padding: 16px 3vw;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home_voice4-main-item__image > img {
	width: 64px;
	height: 64px;
	background-color: #f1f1f1;
	border-radius: 50%;
}
.widget_home:nth-child(odd) .home_voice4-main-item__image > img {
	background-color: #fff;
}
.home_voice4-main-item-right {
	position: relative;
	margin-left: 7.333vw;
	padding: 16px 4vw;
}
.home_voice4-main-item-right::before {
	content: '';
	position: absolute;
	left: -16px;
	top: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 16px 12px 0;
	border-color: transparent #f1f1f1 transparent transparent;
}
.home_voice4-main-item-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-weight: bold;
}
.home_voice4-main-item__categories + .home_voice4-main-item-label__gender,
.home_voice4-main-item__categories + .home_voice4-main-item-label__age {
	margin-left: 2vw;
}
.home_voice4-main-item__categories + .home_voice4-main-item-label__gender::before,
.home_voice4-main-item__categories + .home_voice4-main-item-label__age::before {
	margin-right: 2vw;
	position: relative;
	top: 2px;
	display: inline-block;
	content: '';
	height: 16rem;
	border-left: 1px solid #000;
}
.home_voice4-main-item-label__gender {
	margin-left: 2vw;
}
.home_voice4-main-item__text {
	line-height: 1.5;
	font-size: 14rem;
}
.home_voice4__text {
	margin-top: 16px;
	text-align: center;
}
.home_voice4__button {
	margin-top: 24px;
}
.home_voice4__button::after {
	right: 20px;
	font-size: 14rem;
}

/* home_qa */
.home_qa {
	padding: 40px 2.5vw 30px;
}
.home_qa-ul {
	padding: 40px 0 24px;
}
.home_qa-li {

}
.home_qa-li__q {
	position: relative;
	padding: 16px calc(5.68vw + 20rem) 16px 4vw;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #d9d9d9;
}
.home_qa-li:nth-child(n+2) {
	margin-top: 16px;
}
.home_qa-li__q:hover {
	cursor: pointer;
}
.home_qa-li__q::after {
	position: absolute;
	right: 4vw;
	font-size: 20rem;
	transform: rotate(90deg);
	transition: .5s;
}
.home_qa-li__q.active::after {
	transform: rotate(-90deg);
}
.home_qa-li__q-right {
	line-height: 1.5;
	font-weight: bold;
	font-size: 16rem;
}
.home_qa-li__q-left {
	margin-right: 4vw;
	min-width: 20.559vw;
	text-align: center;
}
.home--post .home_qa-li__q-left {
	min-width: 0;
}
.home_qa-li__q-left-icon {
	font-family: Helvetica;
	line-height: 1;
	font-size: 32rem;
	font-weight: bold;
}
.home_qa-li__q-left-num {
	margin-top: 6px;
	font-size: 14rem;
}
.home_qa-li__q-right {
	flex: 1;
}
.home_qa-li__a {
	display: none;
	padding: 16px 5vw 20px;
	border: 1px solid #d9d9d9;
	border-top: none;
	background-color: #fff;
	line-height: 1.5;
	font-size: 16rem;
}
.home_qa-li__q.active + .home_qa-li__a {
	display: block;
}
.home_qa-li__a ul {
	list-style-type: none;
    margin: 20px 0;
    padding-left: 26px;
}
.home_qa-li__a ul > li {
	position: relative;
	padding-top: 0;
	line-height: 1.7;
}
.home_qa-li__a ul > li::before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #d8d8d8;
	border-radius: 50%;
	position: absolute;
	left: -17px;
	top: 9px;
}
.home_qa-li__a a {
	color: #0044cc;
}
.home_qa-li__a a:hover {
	text-decoration: underline;
}
.home_qa__link::after {
	right: 20px;
	font-size: 14rem;
}

/* home_result */
.home_result {
	position: relative;
}
.home_result__back {
	position: absolute;
	height: 100%;
}
.home_result__front {
	position: relative;
	padding: 40px 7.2vw 30px;
}
.home_result2__front {
	padding: 40px 7.2vw 30px;
}
.home_result__bg {
	object-fit: cover;
	width: 100vw;
	height: 100%;
}
.home_result__text {
	margin-top: 16px;
}
.home_result-ul {
	padding: 40px 0 0;
}
.home_result-card {
	padding: 12px 3.2vw;
	display: block;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border: 2px solid #fff;
	transition: .2s;
}
.home_result-card:hover {
	opacity: 1;
}
.home_result-card:nth-child(n+2) {
	margin-top: 38px;
}

.home_result-card__title {
	flex: 1;
	margin: 4px 0 0 0;
	line-height: 1.25;
	font-size: 18rem;
	font-weight: bold;
}
.home_result-card-img-div + .home_result-card__title {
	margin-left: 3.2vw;
}
.home_result-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home_result-card-img-div {
	position: relative;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background-color: #f1f1f1;
	border-radius: 50%;
}
.result-before__icon {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 48px;
	height: 48px;
}
.home_result-card__category {
	margin-top: 8px;
	display: block;
	flex: 1;
	font-size: 14rem;
	font-weight: bold;
}
.home_result-card__text {
	margin-top: 8px;
	border-top: 2px solid #d9d9d9;
	padding-top: 12px;
	display: block;
	line-height: 1.4;
	font-size: 12rem;
}
.home_result-card__a-div {
	margin: 8px 0 0 0;
	display: block;
	text-align: right;
}
.home_result-card__a {
	padding: 3px 7vw 3px 4vw;
	display: inline-block;
	font-size: 12rem;
}
.home_result-card__a-div .home_result-card__a {
	border-radius: 20px !important;
}
.home_result-card__a::after {
	position: absolute;
	top: 6px;
	right: 2vw;
	font-size: 12rem;
}
.home_result__link {
	margin-top: 40px;
}
.home_result__link::after {
	right: 20px;
	font-size: 14rem;
}

/* home_result2 */
.home_result2 {
	position: relative;
}
.home_result2__front {
	padding: 40px 7.2vw 30px;
}
.home_result2__text {
	margin-top: 16px;
}
.home_result2-main {
	margin-top: 40px;
}
.home_result2__link {
	margin-top: 24px;
}
.home_result2-card {
	display: block;
	box-sizing: border-box;
	padding: 16px 8vw 22px;
	border: 3px solid #ffffff;
	background-color: #ffffff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	transition: .2s;
}
.widget_home:nth-child(odd) .home_result2-card {
	background-color: #fff;
	border-color: #fff;
}
.home_result2-card:hover {
	opacity: 1;
	border: 3px solid #000;
}
.home_result2-card:nth-child(n+2) {
	margin-top: 24px;
}
.home_result2-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home_result2-card-img-div + .home_result2-card-top-right {
	margin-left: 12px;
	flex: 1;
}
.home_result2-card-top-right {
	margin-top: 12px;
}
.home_result2-card-img-div {
	position: relative;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
}
.widget_home:nth-child(odd) .home_result2-card-img-div {
	background-color: #f0f0f0;
}
.widget_home .home_result .home_result-card-img-div--transparent {
	background-color: transparent;
}
.result2-before__icon {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 40px;
	height: 40px;
}
.home_result2-card__category {
	padding: 3px 2.4vw 1px;
	display: inline-block;
	color: #fff;
	font-size: 12rem;
}
.home_result2-card__title {
	margin-top: 8px;
	display: block;
	font-size: 20rem;
	font-weight: bold;
}
.home_result2-card__text {
	margin-top: 8px;
	padding-top: 14px;
	border-top: solid 1px #d9d9d9;
	line-height: 1.4;
	display: block;
}
.home_result2-card__button {
	position: relative;
	margin-top: 16px;
	padding-right: 22rem;
	border-width: 2px;
	line-height: 2.2;
	display: block;
	letter-spacing: 1.3px;
	text-align: right;
	font-weight: bold;
}
.home_result2-card__button::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2px;
	font-size: 14rem;
}
.home_result2__link::after {
	right: 20px;
	font-size: 14rem;
}

/* home_result3 */
.home_result3 {
}
.home_result3__front {
	padding: 40px 7.2vw 30px;
}
.home_result3__text {
	margin-top: 16px;
}
.home_result3-main {
	margin-top: 40px;
}
.home_result3__link {
	margin-top: 24px;
}
.home_result3-card {
	position: relative;
	display: block;
	max-width: 321px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 42px;
	border: 3px solid #f0f0f0;
	background-color: #f0f0f0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	overflow: hidden;
	transition: .2s;
}
.widget_home:nth-child(odd) .home_result3-card {
	background-color: #fff;
	border-color: #fff;
}
.home_result3-card:hover {
	opacity: 1;
	border: 3px solid #000;
}
.home_result3-card:nth-child(n+2) {
	margin-top: 24px;
}
.home_result3-card-top {
	position: relative;
	display: block;
	height: 130px;
	overflow: hidden;
}
.home_result3-card-top__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.home_result3-card-middle {
	display: flex;
	padding: 8px 5vw 0;
	align-items: flex-start;
	justify-content: flex-start;
}
.home_result3-card-middle-right {
	margin-top: 6px;
}
.home_result3-card__category {
	padding: 3px 2.4vw 1px;
	display: inline-block;
	color: #fff;
	font-size: 12rem;
}
.home_result3-card__title {
	display: block;
	font-size: 20rem;
	font-weight: bold;
}
.home_result3-card__text {
	margin: 8px 5vw 0;
	padding-top: 12px;
	border-top: solid 1px #d9d9d9;
	display: block;
	line-height: 1.5;
}
.home_result3-card__button {
	position: absolute;
	bottom: 16px;
	right: 5vw;
	margin-top: 8px;
	padding-right: 22rem;
	border-width: 2px;
	display: block;
	text-align: right;
	line-height: 1;
	letter-spacing: 1.3px;
	color: #004272;
	font-weight: bold;
}
.home_result3-card__button::after {
	right: 2px;
	font-size: 14rem;
}
.home_result3__link::after {
	right: 20px;
	font-size: 14rem;
}

/* home-result4 */
.home_result4 {
}
.home_result4__front {
	padding: 40px 5vw;
}
.home_result4__text {
	margin-top: 16px;
}
.home_result4__category-title-div {
	margin-top: 32px;
	padding: 0 0 2px;
	border-bottom: 1px solid #000;
}
.home_result4__category-image {
	position: relative;
	top: 4px;
	width: 24rem;
	height: 24rem;
}
.home_result4__category-title {
	margin-left: 4px;
	font-size: 24rem;
	font-weight: bold;
}
.home_result4-card {
	position: relative;
	margin-top: 16px;
	padding: 20px 6.4vw 26px;
	display: block;
	border: 2px solid #f0f0f0;
	background-color: #f0f0f0;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24);
	transition: .3s;
}
.home_result4-card:hover {
	opacity: 1;
}
.widget_home:nth-child(odd) .home_result4-card {
	background-color: #fff;
	border-color: #fff;
}
.home_result4-card-top__img {
	display: block;
	max-width: 100%;
	height: auto;
}
.home_result4-card__title {
	margin-top: 16px;
	display: block;
	font-size: 24rem;
	font-weight: bold;
}
.home_result4-card__text {
	margin-top: 16px;
	display: block;
}
.home_result4-card__link {
	position: relative;
	margin-top: 20px;
	padding-right: calc(12rem + 2vw);
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: right;
}
.home_result4-card__link::after {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 12rem;
}
.home_result4-category-bottom {
	margin-top: 20px;
	text-align: center;
}
.home_result4-category-bottom__link {
	display: inline-block;
	padding: 6px 3.2vw;
	border-width: 2px;
	font-weight: normal;
}
.home_result4-category-bottom__link::after {
	margin-left: 1vw;
	font-size: 12rem;
}
.home_result4__link {
	position: relative;
	margin-top: 40px;
}
.home_result4__link::after {
	right: 4vw;
}

/* home_buibetsu */
.home_buibetsu {
	padding: 40px 0;
}
.home_buibetsu__title {
	margin-bottom: 20px;
}

/* home_headline */
.home_headline {
	color: #fff;
	padding: 12px 4vw;
}
.home_headline__title {
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 14rem;
	font-weight: bold;
}
.home_headline-ul {
	position: relative;
	margin-top: 12px;
	min-height: 4em;
	width: 100%;
}
.home_headline-li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.home_headline-li__title-a {
	vertical-align: top;
	display: inline-block;
	font-size: 14rem;
}


/* home-post */
.home--post h2 {
	position: relative;
	padding: 40px 0 2px;
	line-height: 1.2;
	font-size: 28rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.home--post h2::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1em;
	height: 2px;
}
.home--post .wp-block-cover {
	padding: 0 2.5vw 40px;
	max-width: 100vw;
	align-items: flex-start;
}
.home--post .home-news-block {
	margin-bottom: 0;
	padding: 14px 2.5vw;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	gap: 4vw;
}
.home--post div.home-news-block:nth-child(n+2) {
	margin-top: 8px;
}
.home--post .home-news-block > div:first-child {
	width: auto !important;
	flex-basis: unset !important;
	flex-grow: unset !important;
}
.home--post .home-news-block > div:last-child {
	flex: 1;
}
.home--post .home-lawyer-item-text {
	flex-basis: calc(100% - 245px - 2em) !important;
}
.home--post .home-office-item1 > :first-child {
	padding: 0;
}
/* home-cta */
.home--post .home-cta__content {
	position: relative;
	overflow: hidden;
}
.home--post .home-cta__front {
	padding: 36px 3.6vw;
	text-align: center;
	color: #fff;
}
.home--post .home-cta__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.home--post .home-cta__bg-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	/* z-index: -1; */
}
.home--post .home-cta__bg-overlay {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.8;
	z-index: -1;
}
.home--post .home-cta__top {
	letter-spacing: 1.28px;
	font-weight: bold;
	font-size: 20rem;
}
.home--post .home-cta__left {
	margin-top: 12px;
}
.home--post .home-cta__tel-div {
	position: relative;
	padding-left: calc(36rem + 0.5em);
	display: inline-block;
}
.home--post .home-cta__tel-div::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 36rem;
	height: 36rem;
	background-color: #fff;
	border-radius: 50%;
}
.home--post .home-cta__tel-div::after {
	position: absolute;
	top: 7px;
	left: 5px;
	font-size: 27rem;
}
.home--post .home-cta__tel-num {
	font-size: 42rem;
	font-weight: bold;
	font-family: Helvetica;
	line-height: 1;
}
.home--post .home-cta__tel-time {
	margin-top: 2px;
}
.home--post .home-cta__right {
	margin-top: 12px;
}
.home--post .home-cta__mail-button {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 14px 0;
	max-width: 348px;
	border-radius: 8px;
	box-shadow: 0 1px 3px 0 #004272;
	color: #0d0d0d;
	font-size: 19rem;
	font-weight: bold;
	transition: .05s;
}
.home--post .home-cta__mail-button::before {
	position: absolute;
	top: 50%;
	left: 24rem;
	transform: translateY(-50%);
	font-size: 24rem;
}
.home--post .home-cta__mail-button::after {
	position: absolute;
	top: 50%;
	right: 18rem;
	transform: translateY(-50%) rotate(90deg);
	font-size: 14rem;
}

/* home-flow */
.home--post .home-flow-item {
	gap: 0;
}
.home--post .home-flow__num {
	line-height: 1;
	text-align: center;
}
.home--post .home-flow__title {
	text-align: center;
}

@media screen and (min-width: 768px) {
		/* home_result3 */
		.home_result3__front {
			padding: 80px 0;
		}
		.home_result3-main {
			padding: 0 48px;
		}
		.home_result3-card {
			width: 296px;
		}
		.home_result3-card-middle {
			padding-left: 16px;
			padding-right: 16px;
		}
		.home_result3-card__text {
			margin-left: 16px;
			margin-right: 16px;
		}
		.home_result3-card__category {
			padding: 4px 8px 2px;
			font-size: 13px;
		}
		.home_result3-card__button {
			right: 16px;
		}
		.home_result3__link {
			margin-top: 80px;
		}
}

@media screen and (min-width: 1024px) {
	/* home-common */
	.home {
		margin: 0 auto;
	}
	.widget_home--full,
	.widget_block,
	.home--post .widget_home {
		margin: 0 calc((50vw - 512px) * -1);
		padding: 0 calc(50vw - 512px);
	}
	.widget_block {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.home--post .widget_home:not(.widget_home_main_visual) {
		padding: 0 calc(50vw - 512px) 60px;
	}
	.home--post .wp-block-cover {
		padding: 0 102.4px 60px;
	}
	.home__title {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 12px;
		border-width: 4px;
		font-size: 28px;
	}
	.home__title::after {
		height: 4px;
		width: 40px;
	}
	.home__text {
		max-width: none;
		line-height: 1.5;
	}
	.home__button {
		max-width: 380px;
	}

	.home--post .home-office-item1 {
		grid-template-columns: unset;
		justify-content: space-between;
	}
	.home--post .home-office-item1 > :last-child {
		text-align: right;
	}
	/* home-top-cta */
	.home-top-cta-content {
		padding: 22px 0 24px;
	}
	.home-top-cta__top-text {
		font-size: 18px;
		line-height: 1.33;
		letter-spacing: 1.44px;
	}
	.home-top-cta__main {
		margin-top: 20px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.home-top-cta__tel-section {
		margin-top: 0;
		padding: 0;
		border: none;
	}
	.home-top-cta__tel-time {
		margin-top: 0;
		margin-left: 20px;
		font-size: 14px;
	}
	.home-top-cta__notice {
		font-size: 10px;
		margin-top: 2px;
	}
	.home-top-cta__pc-right {
		margin: 4px 0 0 41px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.home-top-cta__mail,
	.home-top-cta__line {
		margin-top: 0;
		padding: 18px 8px 18px 0;
		width: 280px;
	}
	.home-top-cta__mail.linedup,
	.home-top-cta__line {
		padding-right: 36px;
		padding-left: 52px;
	}
	.home-top-cta__line {
		margin-left: 16px;
	}
	.home-top-cta__mail.linedup::before,
	.linedup .home-top-cta__line-img {
		left: 16px;
	}
	.home-top-cta__mail::after,
	.home-top-cta__line::after {
		top: 21px;
		right: 12px;
	}

	/* home-access */
	.widget_home_access {
	}
	.home_access {
		padding: 85px 0 75px;
	}
	.home_access-top {
		padding-left: 0;
		padding-right: 0;
	}
	.home_access-main {
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.home_access-top + .home_access-main {
		margin-top: 16px;
	}
	.home_access-top,
	.home_access-bottom,
	.home_access-map {
		margin-top: 40px;
	}
	.home_access-main-left {
		display: inline-block;
		max-width: 482px;
	}
	.home_access-main-left__addr_title {
		margin-top: 0;
	}
	.home_access-main-left__addr {
		line-height: 1.5;
		font-size: 16px;
	}
	.home_access-main-left__google_map_button {
		display: inline-block;
		width: auto;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 14px;
	}
	.home_access-main-left__google_map_button::after {
		right: 0.5em;
		top: 1.2em;
		font-size: 12rem;
	}
	.home_access-main-right > .home_access-main-left__google_map_button {
		margin-top: 0;
	}
	.home_access-main-right {
		float: right;
		display: inline-block;
		max-width: 512px;
	}
	.home_access-main-right__text {
		margin-top: 10px;
		line-height: 1.5;
		font-size: 16px;
	}
	.home_access-main-right__text + .home_access-main-right__text--2 {
		margin-top: 24px;
	}
	.home_access-main-right__img {
		margin-top: 0;
	}
	/* GoogleMap */
	.home_access-map > iframe {
		width: 1024px;
		height: 390px;
	}
	.home_access__button {
		margin-top: 40px;
		font-size: 16px;
	}

	/* home-column */
	.home_column {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.home_column-main {
		display: flex;
		justify-content: center;
	}
	.home .column_posts {
		vertical-align: top;
		display: inline-block;
		width: 100%;
		max-width: 904px;
	}
	.home .recommend {
		margin-left: 30px;
	}
	.home .side__title {
		margin-left: 0;
		margin-right: 0;
	}
	.column-archive-li-left {
		float: left;
		width: 100px;
		height: 64px;
	}
	.column-archive-li-detail {
		margin-left: 128px;
		display: block;
		max-width: none;
	}
	.column-archive-li-detail__title--home {
		font-size: 16px;
	}
	.home_column__link {
		margin-top: 80px;
	}
	.home_column .cpt-categories {
		margin-left: 8px;
	}

	/* home-fee */
	.widget_home_fee {
	}
	.home_fee {
		padding-top: 85px;
		padding-bottom: 90px;
	}
	.home_fee__bottom-text,
	.home_fee__text {
		text-align: center;
		margin-top: 30px;
		padding-right: 0;
		padding-left: 0;
	}
	.home_fee__bottom-text--three,
	.home_fee__text--three {
		font-size: 16px;
	}
	.home_fee-main {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.home_fee-main__image {
		max-width: 272px;
		max-height: 272px;
	}
	.home_fee-main__image:not(:first-child) {
		margin-top: 0;
		/* margin-left: 60px; */
	}
	.home_fee__button {
		margin-top: 70px;
		font-size: 16px;
		font-weight: bold;
	}

	/* home-flow */
	.home_flow {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.home_flow-main {
		margin-top: 40px;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.home_flow-main--column {
		flex-direction: column;
		row-gap: 94px;
		width: 860px;
		margin: 40px auto 0;
	}
	.home_flow__title-bottom-text {
		font-size: 18rem;
	}
	.home_flow__title-bottom-text + .home_flow-main {
		margin-top: 48px;
	}
	.home_flow-main-item {
		margin: 0;
		padding: 0;
		width: 314px;
	}
	.home_flow-main-item--column {
		display: flex;
		align-items: center;
		column-gap: 40px;
		max-width: 100%;
		width: 100%;
	}
	.home_flow-main-item:not(:first-child) {
		/* reset */
		margin-top: 0;
	}
	.home_flow-main-item:not(:first-child)::before {
		transform: none;
		font-size: 26px;
		top: 188px;
		left: -32px;
		right: auto;
	}
	.home_flow-main-item--column:not(:first-child)::before {
		top: -110px;
		left: 0;
		right: 0;
		transform: rotate(90deg);
		font-size: 72px;
	}
	.home_flow-main-item__image {
		width: auto;
		height: 160px;
		max-width: 100%;
	}
	.home_flow-main-item__image--column {
		height: fit-content;
		margin-left: 23px;
	}
	.home_flow-main-item__left {
		text-align: left;
	}
	.home_flow-main-item__title {
		padding-left: 10px;
		padding-right: 10px;
	}
	.home_flow-main-item__title--column {
		font-size: 24px;
	}
	.home_flow-main-item__text {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.5;
	}
	.home_flow-main-item__text--hukidashi {
		padding-left: 26px;
		padding-right: 26px;
	}
	.home_flow-bottom {
		width: 860px;
		margin: 48px auto 0;
		padding: 4px 32px 24px;
		display: block;
	}
	.home_flow-bottom--row {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.home_flow-bottom__item:nth-child(n+2) {
		margin-top: 0;
		margin-left: 20px;
	}
	.home_flow__button::after {
		right: 20px;
		font-size: 14rem;
	}

	/* home-greeting */
	.widget_home_greeting {
	}
	.home_greeting {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
		justify-content: space-between;
		margin: 0 auto;
		width: 1024px;
	}
	.home_greeting-top {
		margin-top: 50px;
		width: 544px;
		height: auto;
		overflow: hidden;
	}
	.home_greeting-top__image {
		width: auto;
		height: auto;
		max-width: none;
	}
	.home_greeting-main__title {
		font-size: 24px;
	}
	.home_greeting-main {
		padding: 80px 20px 100px 0;
		width: 480px;
	}
	.home_greeting-main__text {
		margin-top: 20px;
		line-height: 1.9;
		letter-spacing: 0.1px;
		font-size: 16px;
	}
	.home_greeting-namearea {
		margin-top: 60px;
	}
	.home_greeting-namearea__position {
		font-size: 14px;
	}
	.home_greeting-namearea__before {
		font-size: 24px;
	}
	.home_greeting-namearea__name {
		font-size: 32px;
	}
	.home_greeting__name {
		margin-top: 28px;
	}
	.home_greeting-main__button {
		display: inline-block;
		width: auto;
		padding: 12px 36px 12px 22px;
	}

	/* home-greeting2 */
	.home_greeting2 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0 0 0 20px;
		width: 1024px;
	}
	.home_greeting2-top {
		width: 512px;
		height: auto;
	}
	.home_greeting2-top__image {
		width: auto;
		height: auto;
		max-width: none;
	}
	.home_greeting2-main__title {
		font-size: 24px;
	}
	.home_greeting2-main {
		margin-top: 80px;
		padding: 0;
		width: 492px;
	}
	.home_greeting2-main__text {
		margin-top: 24px;
		line-height: 1.9;
		letter-spacing: 0.1px;
		font-size: 16px;
	}
	.home_greeting2-namearea {
		margin-top: 32px;
	}
	.home_greeting2-namearea__affiliation {
		font-size: 14px;
	}
	.home_greeting2-namearea__position {
		font-size: 24px;
	}
	.home_greeting2-namearea__name {
		font-size: 32px;
	}
	.home_greeting2__name {
		margin-top: 32px;
	}
	.home_greeting2-main__button {
		display: inline-block;
		width: auto;
		padding: 12px 36px 12px 22px;
	}
	.home_greeting2--no-top-image {
		display: block;
		box-sizing: border-box;
		padding: 80px 0 80px 20px;
	}
	.home_greeting2--no-top-image .home_greeting2-main {
		margin-top: 0;
		width: 100%;
	}

	/* home-news */
	.home_news {
		padding: 0 60px;
	}
	.widget_home_news,
	.widget_home_news_category {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.home_news-main {
		margin-top: 40px;
	}
	.home .date__published {
		font-size: 14px;
	}
	.home .news-archive-li__category {
		margin-left: 40px;
		word-break: keep-all;
	}
	.home .news-archive-li__title {
		margin-left: 188px;
	}
	.home .news-archive-li__title--no-padding {
		margin-left: 0;
		top: 13px;
		left: 374px;
	}
	.home .news-archive-li__title--no-padding--ja {
		left: 337px;
	}
	.news-archive-li__category + .news-archive-li__title {
		margin-left: 100px;
	}
	.home .news-archive-li__title,
	.home .news-archive-li__title-a {
		font-size: 16px;
	}
	.home_news__link {
		margin-top: 80px;
	}

	/* home-reason */
	.home_reason {
		padding: 80px 0 158px;
	}
	.home_reason__title {
		letter-spacing: 7.2px;
	}
	.home_reason-main {
		margin-top: 85px;
	}
	.home_reason-main-div {
		vertical-align: top;
		display: inline-block;
		width: 296px;
	}
	.home_reason-main-div:not(:first-child) {
		margin-top: 0;
	}
	.home_reason-main-div:nth-child(3n + 2),
	.home_reason-main-div:nth-child(3n + 3) {
		margin-left: 18px;
	}
	.home_reason-main-div:nth-child(n + 4) {
		margin-top: 70px;
	}
	.home_reason-main-div__img {
		float: none;
		width: 296px;
		height: 155px;
	}
	.home_reason-main-div__title {
		margin-top: 10px;
		margin-left: 0;
		font-size: 24px;
	}
	.home_reason-main-div__text {
		margin-left: 0;
		font-size: 16px;
		line-height: 1.5;
	}
	.home_reason2 {
		padding: 80px 0;
	}
	.home_reason2-main-div {
		flex-flow: row;
		margin-bottom: 20px;
	}
	.home_reason2-main-div__img {
		margin-bottom: 0;
	}
	.home_reason2-main-div__left {
		margin-left: 24px;
	}

	/* home-service-detail */
	.home_service_detail-main {
		padding: 0;
	}
	.home_service_detail {
		padding-top: 80px;
		padding-bottom: 96px;
	}
	.home_service_detail__text {
		margin-top: 40px;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
		font-size: 16px;
	}
	.home_service_detail-main {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}
	.home_service_detail-main-div {
		margin-left: 35px;
		width: 318px;
	}
	.home_service_detail-main-div:nth-child(3n + 1) {
		margin-left: 0;
	}
	.home_service_detail-main-div-right__text {
		margin-top: 12px;
		line-height: 1.5;
	}

	/* home-chars */
	.widget_home_chars {
		margin-left: calc((50vw - 512px) * -1);
		margin-right: calc((50vw - 512px) * -1);
		padding-left: 0;
		padding-right: 0;
	}
	.home_chars {
		margin: 0;
		padding: 80px 0;
	}
	.home_chars--show-button {
		height: 815px;
	}
	.home_chars__title-div,
	.home_chars__text-div {
		position: relative;
		margin: 0 auto;
		width: 1024px;
	}
	.home_chars__title {
		letter-spacing: 6.4px;
	}
	.home_chars__text {
		max-width: none;
	}
	.home_chars-main {
		width: 1024px;
		display: flex;
		justify-content: center;
		gap: 45px;
	}
	.home_chars-main-div {
		display: inline-block;
		vertical-align: top;
	}
	.home_chars-main-div:not(:first-child) {
		margin-top: 0;
	}
	.home_chars-main-div__img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.home_chars-main-div__text {
		margin-top: 8px;
		max-width: 296px;
		font-size: 16px;
	}
	.home_chars__link {
		margin-top: 0;
		position: absolute;
		bottom: 80px;
		left: 0;
		right: 0;
		margin-left: calc(50% - 180px);
	}

	/* home-strength */
	.widget_home_strength {
		margin-left: calc((50vw - 512px) * -1);
		margin-right: calc((50vw - 512px) * -1);
		padding-left: 0;
		padding-right: 0;
	}
	.home_strength {
		margin: 0;
		padding: 80px 0 120px;
		height: auto;
	}
	.home_strength--show-button {
		height: 815px;
	}
	.home_strength__bg {
		width: 100%;
		min-height: 700px;
		height: auto;
	}
	.home_strength__title-div,
	.home_strength__text-div {
		position: relative;
		margin: 0 auto;
		width: 1024px;
	}
	.home_strength__title {
		letter-spacing: 6.4px;
	}
	.home_strength__text {
		max-width: none;
		margin-top: 32px;
		position: absolute;
		top: 102px;
		left: 0;
		right: 0;
	}
	.home_strength-main {
		width: 1024px;
		display: flex;
		justify-content: space-around;
	}
	.home_strength-main--text-exists {
		top: 263px;
	}
	.home_strength-main-div {
		display: inline-block;
		vertical-align: top;
	}
	.home_strength-main-div:not(:first-child) {
		margin-top: 0;
	}
	.home_strength-main-div__img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.home_strength-main-div__text {
		margin-top: 8px;
		max-width: 284px;
		font-size: 16px;
	}
	.home_strength__link {
		margin-top: 0;
		position: absolute;
		bottom: 80px;
		left: 0;
		right: 0;
		margin-left: calc(50% - 180px);
	}

	/* home-strength2 */
	.widget_home_strength2 {
		padding-left: 0;
		padding-right: 0;
	}
	.home_strength2__text {
		margin-top: 0;
	}
	.home_strength2-main {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding-left: 0;
		padding-right: 0;
	}
	.home_strength2-main--text-exists {
		top: 204px;
	}
	.home_strength2-main-div {
		padding: 28px 22px;
		width: calc(50% - 8px);
	}
	.home_strength2-main-div:nth-child(n+3) {
		margin-top: 16px;
	}
	.home_strength--total-odd .home_strength2-main-div:first-child {
		padding-top: 24px;
		width: 100%;
		min-height: 224px;
	}
	.home_strength--total-odd .home_strength2-main-div:nth-child(n+2) {
		margin-top: 16px;
	}
	.home_strength2-main-div__title {
		line-height: 1.5;
	}
	.home_strength2-main-div__text {
		max-width: none;
		font-size: 15px;
	}

	/* home-voice */
	.home_voice {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.home_voice__text {
		margin-top: 30px;
		padding: 0;
		text-align: center;
		font-size: 16px;
	}
	.home_voice-main {
		margin-top: 72px;
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
	}
	.home_voice-main-item {
		width: 327px;
	}
	.home_voice-main-item:not(:first-child) {
		margin-top: 0;
	}
	.home_voice-main-item-label {
		height: 22px;
	}
	.home_voice-main-item__title {
		padding: 0 12px;
	}
	.home_voice-main-item__text {
		text-align: left;
		font-size: 16px;
	}
	.home_voice__button {
		margin-top: 72px;
	}

	/* home_voice2 */
	.home_voice2 {
		padding: 80px 0;
	}
	.home_voice2-main {
		margin-top: 50px;
		display: flex;
	}
	.home_voice2-main-item {
		flex: 1;
	}
	.home_voice2-main-item:nth-child(n+2) {
		margin-left: 32px;
	}
	.home_voice2-main-item-hukidashi {
		padding: 20px 20px 28px;
	}
	.home_voice2-main-item-hukidashi::after {
		left: calc(50% - 26px);
		border-width: 32px 24px 0 24px;
	}

	/* home_voice3 */
	.home_voice3 {
		padding: 80px 0;
	}
	.home_voice3-main {
		padding: 0 112px;
	}
	.home_voice3-main-item {
		padding-left: 0;
		padding-right: 0;
	}
	.home_voice3-main-item-right {
		margin-left: 30px;
	}
	.home_voice3-main-item__categories + .home_voice3-main-item-label__gender,
	.home_voice3-main-item__categories + .home_voice3-main-item-label__age {
		margin-left: 8px;
	}
	.home_voice3-main-item__categories + .home_voice3-main-item-label__gender::before,
	.home_voice3-main-item__categories + .home_voice3-main-item-label__age::before {
		margin-right: 8px;
	}
	.home_voice3-main-item-label__gender {
		margin-left: 8px;
	}
	.home_voice3-main-item__text {
		margin-top: 4px;
		font-size: 16px;
	}
	.home_voice3__button {
		margin-top: 40px;
	}

	/*.home_voice4 */
	.home_voice4 {
		padding: 80px 0;
	}
	.home_voice4-main {
		padding: 0 112px;
	}
	.home_voice4-main-item {
		padding-left: 0;
		padding-right: 0;
	}
	.home_voice4-main-item-right {
		margin-left: 36px;
		padding: 16px;
	}
	.home_voice4-main-item__categories + .home_voice4-main-item-label__gender,
	.home_voice4-main-item__categories + .home_voice4-main-item-label__age {
		margin-left: 8px;
	}
	.home_voice4-main-item__categories + .home_voice4-main-item-label__gender::before,
	.home_voice4-main-item__categories + .home_voice4-main-item-label__age::before {
		margin-right: 8px;
	}
	.home_voice4-main-item-label__gender {
		margin-left: 8px;
	}
	.home_voice4-main-item__text {
		margin-top: 8px;
		font-size: 16px;
	}
	.home_voice4__button {
		margin-top: 40px;
	}

	/* home_qa */
	.home_qa {
		padding: 80px 60px 80px;
	}
	.home--post .home_qa {
		padding-left: 0;
		padding-right: 0;
	}
	.home_qa-ul {
		padding-bottom: 50px;
	}
	.home_qa-li {

	}
	.home_qa-li:nth-child(n+2) {
		margin-top: 28px;
	}
	.home_qa-li__q {
		padding-left: 20px;
		padding-right: 72px;
	}
	.home_qa-li__q::after {
		right: 32px;
		font-size: 22rem;
	}
	.home_qa-li__q-left {
		margin-right: 24px;
		min-width: 78px;
		width: auto;
	}
	.home_qa-li__q-left-num {
		margin-top: 8px;
	}
	.home_qa-li__a {
		padding-left: 24px;
		padding-right: 24px;
	}
	.home_qa-li__a ul {
		padding-left: 24px;
	}

	/* home_result */
	.home_result {
	}
	.home_result__back {
		margin: 0 calc((50vw - 512px)* -1);
	}
	.home_result__front {
		padding: 70px 0 80px;
	}
	.home_result-ul {
		padding: 50px 80px 0;
	}
	.home_result-row {
		display: flex;
		justify-content: space-between;
	}
	.home_result-row:nth-child(n+2) {
		margin-top: 40px;
	}
	.home_result-card {
		padding: 30px 20px 26px;
		flex: 1;
	}
	.home_result-card:nth-child(n+2) {
		margin-top: 0;
	}
	.home_result-card--en:nth-child(2n+2) {
		margin-top: 0;
		margin-left: 30px;
	}
	.home_result-card--jp:nth-child(2n+2),
	.home_result-card--jp:nth-child(2n+3) {
		margin-top: 0;
		margin-left: 30px;
	}
	.home_result-card-img-div + .home_result-card__title {
		margin-left: 14px;
	}
	.home_result-card__category {
	}
	.home_result-card__a {
		padding: 4px 28px 3px 12px;
	}
	.home_result-card__a::after {
		right: 10px;
	}

	/* home_result2 */
	.home_result2__front {
		padding: 80px 0;
	}
	.home_result2-main {
		padding: 0 52px;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.home_result2-card {
		padding-left: 32px;
		padding-right: 32px;
		width: 448px;
	}
	.home_result2-card:nth-child(n+2) {
		margin-top: 0;
	}
	.home_result2-card:nth-child(n+3) {
		margin-top: 24px;
	}
	.home_result2-card:nth-child(2n) {
		margin-left: 24px;
	}
	.home_result2-card__category {
		padding: 2px 6px 2px;
		font-size: 13px;
	}
	.home_result2__link {
		margin-top: 80px;
	}

	/* home_result3 */
	.home_result3-main {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.home_result3-card:nth-child(n+2) {
		margin-top: 0;
	}
	.home_result3-card:nth-child(n+4) {
		margin-top: 24px;
	}
	.home_result3-card:nth-child(3n),
	.home_result3-card:nth-child(3n+2) {
		margin-left: 20px;
	}

	/* home-result4 */
	.home_result4__front {
		padding: 80px 0 100px;
	}
	.home_result4-buttons {
		margin-top: 80px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		border: 1px solid #000;
		background-color: #fff;
	}
	.home_result4__buttons-li {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	.home_result4__buttons-li:nth-child(n+2) {
		border-left: 1px solid #000;
	}
	.home_result4__button-image {
		vertical-align: top;
		margin-right: 2px;
		width: 24px;
		height: auto;
	}
	.home_result4__button {
		display: inline-block;
		padding: 10px 0;
		width: 100%;
		text-align: center;
		color: #0d0d0d;
		font-size: 18rem;
		font-weight: bold;
		transition: .3s;
	}
	.home_result4__button:hover {
		opacity: 1;
	}
	.home_result4__category-title-div {
		margin-top: 46px;
	}
	.home_result4-card {
		position: relative;
		padding: 16px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.home_result4-card-pc-right {
		margin-left: 8px;
		flex: 1;
	}
	.home_result4-card__title {
		margin-top: 0;
	}
	.home_result4-card__link {
		position: absolute;
		bottom: 8px;
		right: 28px;
		padding-right: 16px;
		width: auto;
	}
	.home_result4-category-bottom {
		text-align: right;
	}
	.home_result4-category-bottom__link {
		padding: 8px 12px;
	}
	.home_result4__link {
		margin-top: 80px;
	}
	.home_result4__link::after {
		right: 16px;
	}

	/* home_buibetsu */
	.home_buibetsu {
		padding: 80px 32px;
	}
	.home_buibetsu-main {
		margin-top: 40px;
	}
	.buibetsu-jintaizu__bg {
		height: 458px;
	}
	.buibetsu-jintaizu__content {
		top: 0;
		left: 508px;
	}
	.buibetsu-jintaizu__li:nth-child(n+2) .buibetsu-jintaizu__a {
		margin-left: 14px;
	}

	/* home_headline */
	.home_headline {
		padding: 10px 44px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.home_headline__title {
		padding-bottom: 0;
		padding-right: 1em;
		border-bottom: none;
		border-right: 1px solid #fff;
	}
	.home_headline-ul {
		margin-top: 0;
		margin-left: 1em;
		flex: 1;
		min-height: 0;
	}
	.home_headline-li .date {
		display: inline-block;
	}
	.home_headline-li__date {
		margin-right: 1em;
	}


	/* home-post */
	.home--post h2 {
		padding-top: 68px;
	}
	.home--post .wp-block-columns.flex {
		justify-content: space-between;
		margin: 0 auto;
		max-width: 1240px;
	}
	.home--post .wp-block-columns.flex > div.wp-block-column {
		flex-basis: unset;
		flex-grow: unset;
	}
	/* news */
	.home--post .home-news-block {
		padding-left: 0;
		padding-right: 0;
		gap: 16px;
	}
	/* map */
	.home-access-maps {
		margin: 0 auto;
		max-width: 1240px;
	}
	.home--post .home-access-maps {
		max-width: none;
	}
	/* home-cta */
	.home-cta {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.home-cta__content {
		margin: 0 auto;
		padding: 16px 0 16px;
		display: flex;
		max-width: 960px;
		align-items: center;
		justify-content: space-between;
	}
	.home-cta__tel-div {
		padding-left: 48px;
	}
	.home-cta__tel-num {
		font-size: 56px;
	}
	.home-cta__left,
	.home-cta__right {
		margin-top: 0;
	}
	.home-cta__mail-button {
		width: 336px;
	}
	.home-cta__tel-div::before {
		top: 10px;
		width: 40px;
		height: 40px;
	}
	.home-cta__tel-div::after {
		top: 17px;
		left: 7px;
	}
	.home--post .home-cta {
		padding-top: 0;
		padding-bottom: 0;
	}
	.home--post .home-cta__content {
		margin-left: calc((50vw - 512px) * -1);
		margin-right: calc((50vw - 512px) * -1);
		max-width: none;
	}
	.home--post .home-cta__front {
		padding: 4px calc(50vw - 412px);
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	/* home-flow */
	.home--post .home-flow-item {
		gap: 2em;
	}
	.home--post .home-flow__num {
		text-align: left;
	}
	.home--post .home-flow__title {
		text-align: left;
	}
}