@charset "utf-8";

/***************************************************************
Home
****************************************************************/

.content--home {
	background-color: #dadada;
	display: block;
}

/* 内部リンクのスクロール位置調整（固定ヘッダー分 + 余白）*/
#news, #introduction, #aboutus, #service, #fee, #contents, #home_main_visual {
	scroll-margin-top: calc(var(--lx-header-height, 80px) + 24px);
}

:root {
	--tw-inset-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-color: initial;
	--tw-shadow-alpha: 100%;
	--tw-inset-shadow: 0 0 #0000;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-inset-shadow-color: initial;
	--tw-inset-shadow-alpha: 100%;
	--tw-ring-color: initial;
	--tw-ring-shadow: 0 0 #0000;
	--tw-inset-ring-color: initial;
	--tw-inset-ring-shadow: 0 0 #0000;
}

/*****************************************************************/
/* Home News
/*****************************************************************/

.home-news {
	background-color: #dadada;
	padding: 48px 5vw;
	width: 100%;
	box-sizing: border-box;
}


.home-news__inner {
	max-width: 1376px;
	margin: 0 auto;
}

.home .home-news__heading {
	font-family: "Century", "Century Schoolbook", Georgia, serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 24px;
	letter-spacing: 0.02em;
}

/* リスト */
.home-news__list {
	list-style: none;
	margin: 0;
	padding: 0;
}


.home-news__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.home-news__link {
	align-items: center;
	gap: 32px;
	padding: 20px 8px;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s;
}

.home-news__title {
	margin-top: 16px;
	display: block;
}

.home-news__arrow {
	flex-shrink: 0;
	font-size: 18px;
	color: #555;
	display: none;
}

@media screen and (min-width: 768px) {
	.home-news__title {
		margin-top: 0;
		display: block;
	}

	.home-news__link {
		display: flex;
	}
	.home-news__arrow {
		display: block;
	}
}


.home-news__link:hover {
	opacity: 0.65;
	text-decoration: none;
}

.home-news__date {
	flex-shrink: 0;
	font-size: 13px;
	color: #555;
	letter-spacing: 0.05em;
	min-width: 88px;
	display: block;
}

.home-news__title {
	flex: 1;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 1.6;
}


/* View All */
.home-news__footer {
	margin-top: 16px;
	text-align: right;
}

.home .home-news__view-all {
	font-family: "Century", "Century Schoolbook", Georgia, serif;
	font-size: 14px;
	color: #1a1a1a;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: opacity 0.2s;
}
.home-news__view-all:hover {
	opacity: 0.65;
	text-decoration: none;
}

/* PC */
@media screen and (min-width: 1200px) {
	.home-news {
		padding: 64px 40px;
	}
	.home-news__link {
		gap: 48px;
		padding: 22px 12px;
	}
	.home-news__title {
		font-size: 16px;
	}
}

/*****************************************************************/
/* Home Introduction
/*****************************************************************/

.home-intro {
	background-color: #dadada;
	padding: 56px 5vw;
	width: 100%;
	box-sizing: border-box;
}

.home-intro__header {
	max-width: 1376px;
	margin: 0 auto;
}

.home-intro__inner {
	max-width: 1376px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	gap: 64px;
	flex-direction: row-reverse;
}

/* テキストカラム */
.home-intro__text-col {
	flex: 1 1 55%;
	min-width: 0;
	margin-top: 18px;
}

.home .home-intro__heading {
	font-family: "Century", "Century Schoolbook", Georgia, serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.02em;
	max-width: 1100px;
	margin: 24px 0;
	display: flex;
	align-items: flex-start;
	gap: 48px;
}

.home-intro__body p {
	font-size: 16px;
	line-height: 1.9;
	color: #333;
	margin: 0 0 16px;
}
.home-intro__body p:last-child {
	margin-bottom: 0;
}

/* 写真カラム */
.home-intro__img-col {
	flex: 0 0 42%;
}

.home-intro__img {
	display: block;
	object-fit: cover;
	/* height: 636px; */
	width: 100%;
}

/* SP: 縦積み */
@media screen and (max-width: 1199px) {
	.home-intro__inner {
		flex-direction: column;
	}
	.home-intro__img-col {
		flex: none;
		max-width: 100%;
		width: 100%;
	}
}

/* PC */
@media screen and (min-width: 1200px) {
	.home-intro {
		padding: 80px 40px;
	}
	.home-intro__body p {
		font-size: 15px;
	}
	.home-intro__img {
		height: 636px;
		width: auto;
	}
}
/*****************************************************************/
/* Home About us
/*****************************************************************/

.home-about {
	background-color: #dadada;
	padding: 56px 5vw;
	width: 100%;
	box-sizing: border-box;
}

.home-about__inner {
	max-width: 1376px;
	margin: 0 auto;
}

.home .home-about__heading {
	font-family: "Century", "Century Schoolbook", Georgia, serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 32px;
	letter-spacing: 0.02em;
}

/* 2カラムグリッド */
.home-about__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

/* 写真 */
.home-about__photo-wrap {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.home-about__photo {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* 役職・名前 */
.home-about__role {
	font-size: 24px;
	color: #555;
	margin: 0 0 6px;
}
h3.home-about__name {
	font-size: 40px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.08em;
	margin: 0 0 28px;
	font-family: "Noto Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
	h3.home-about__name {
		margin: 0 0 16px;
		font-size: 28px;
	}
	.home-about__role {
		margin: 0 0 16px;
	}
}



/* 経歴 */
.home-about__career-heading {
	font-size: 24px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 12px;
}
.home-about__career-list {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.home-about__career-row {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 80px;
	padding: 6px 0;
	font-size: 18px;
	color: #333;
	line-height: 1.6;
}
.home-about__career-row dt {
	color: #0D0D0D;
	white-space: nowrap;
}
.home-about__career-row dd {
	color: #0D0D0D;
	margin: 0;
}

/* SP: 縦積み */
@media screen and (max-width: 1199px) {
	.home-about__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}
}

@media screen and (max-width: 767px) {
	.home-about__career-row {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}

/* PC */
@media screen and (min-width: 1200px) {
	.home-about {
		padding: 80px 40px;
	}
}

/*****************************************************************/
/* Home Service
/*****************************************************************/

.home-service {
	background-color: #dadada;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.home-service__inner {
	display: flex;
	align-items: stretch;
	max-width: 1376px;
	margin: 0 auto;
	height: 576px;
}

/* 左カラム：ラベル */
.home-service__label-col {
	flex: 0 0 28%;
	background-color: #707070;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	position: relative;
}

/* 左端まで背景色を伸ばす */
.home-service__label-col::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 9999px;
	height: 100%;
	background-color: #707070;
}

.home .home-service__heading {
	font-family: "Century", "Century Schoolbook", Georgia, serif !important;
	font-size: clamp(28px, 3vw, 40px);;
	font-weight: 700;
	color: #fff;
	margin: 0;
	letter-spacing: 0.08em;
}

/* 右カラム：リスト */
.home-service__list-col {
	flex: 1 1 72%;
	background-color: #dadada;
	padding: 0 0 0 40px;
	box-sizing: border-box;
}

.home-service__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.home-service__item {
	background-color: #fff;
	border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
	.home-service__item {
		margin: 0 5vw;
	}
}

.home-service__btn {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 4px 28px;
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: background-color 0.2s;
	box-sizing: border-box;
}
/*.home-service__btn:hover {*/
/*	background-color: #f5f5f5;*/
/*}*/

@media screen and (min-width: 768px) {
	.home-service__btn {
		padding: 18px 28px;
	}
}


.home .home-service__num {
	font-family: "Century", "Century Schoolbook", Georgia, serif;
	font-size: 48px;
	color: #aaa;
	font-weight: 400;
	letter-spacing: 0.05em;
	flex-shrink: 0;
	min-width: 28px;
}

.home-service__title {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.5;
}

/* SP: 縦積み */
@media screen and (max-width: 767px) {
	.home-service__inner {
		flex-direction: column;
	}
	.home-service__label-col {
		flex: none;
		padding: 40px 5vw;
	}

	.home-service__list-col {
		flex: none;
		padding: 12px 0;
	}
}

@media screen and (min-width: 768px) {
	.home-service {
		padding: 80px 40px;
	}
}

/* PC */
@media screen and (min-width: 1200px) {
	.home-service__list-col {
		padding: 0 0 0 64px;
	}
	.home-service__title {
		font-size: 32px;
	}

}

/*****************************************************************/
/* Service Modal
/*****************************************************************/

.service-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.service-modal[hidden] {
	display: none;
}

.service-modal__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.55);
	cursor: pointer;
}

.service-modal__box {
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 748px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 48px 40px 40px;
	box-sizing: border-box;
}

.service-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: none;
	border: none;
	font-size: 22px;
	line-height: 1;
	color: #888;
	cursor: pointer;
	padding: 4px 8px;
	transition: color 0.2s;
}
.service-modal__close:hover {
	color: #1a1a1a;
}

.service-modal__header {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 20px;
}



.home .service-modal__num {
	font-family: "Century", "Century Schoolbook", Georgia, serif;
	color: #aaa;
	font-weight: 400;
	letter-spacing: 0.05em;
	flex-shrink: 0;
	font-size: 28px;
}

.service-modal__title {
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.4;
	margin: 0;
	font-size: 18px;
}

.service-modal__desc {
	font-size: 16px;
	line-height: 1.9;
	color: #333;
	margin: 0 0 24px;
}

.service-modal__body ul {
	padding-top: 0.5em;
	padding-left: 1.2em;
	list-style: none;
}

.service-modal__subs {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.service-modal__sub {
	display: block;
}

.service-modal__sub-heading {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 4px;
}

.service-modal__sub-text {
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	margin: 0;
}


@media screen and (min-width: 768px) {
	.service-modal__box {
		padding: 56px 32px 48px;
	}
	.service-modal__body {
		padding-left: 72px;
	}
	.service-modal__title {
		font-size: 32px;
	}
	.service-modal__num {
		font-size: 48px;
	}
	.home .service-modal__num {
		font-size: 40px;
	}

}

/*****************************************************************/
/* Home Contents
/*****************************************************************/

.home-contents {
	background-color: #dadada;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.home-contents__inner {
	display: flex;
	align-items: stretch;
	max-width: 1376px;
	margin: 0 auto;
}

/* 左カラム：ラベル */
.home-contents__label-col {
	flex: 0 0 28%;
	background-color: #707070;
	display: flex;
	align-items: center;
	justify-content: flex-start;

	box-sizing: border-box;
	position: relative;
	max-height: 554px;
}

/* 左端まで背景色を伸ばす */
.home-contents__label-col::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 9999px;
	height: 100%;
	background-color: #707070;
}

.home .home-contents__heading {
	font-family: "Century", "Century Schoolbook", Georgia, serif !important;
	font-size: clamp(28px, 3vw, 40px);;
	font-weight: 700;
	color: #fff;
	margin: 0;
	letter-spacing: 0.08em;

}

/* 右カラム：リスト */
.home-contents__list-col {
	flex: 1 1 72%;
	background-color: #dadada;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1200px) {
	.home-contents__list-col {
		padding: 32px 40px;
	}
	.home-contents__heading {
		padding: 0;
	}
}

.home-contents__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.home-contents__item {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	position: relative;
}

.home-contents__link {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 16px;
	padding: 27px 20px 27px 16px;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s;
}
.home-contents__link::after {
	content: '';
	position: absolute;
	inset: 0;
}
.home-contents__link:hover {
	opacity: 0.65;
	text-decoration: none;
}

/* カテゴリバッジ */
.home-contents__cat {
	flex-shrink: 0;
	display: inline-block;
	background-color: #707070;
	color: #fff;
	font-size: 12px;
	padding: 4px 32px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	width: 108px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
	transition: opacity 0.2s;
}
.home-contents__cat:hover {
	opacity: 0.8;
	text-decoration: none;
}

.home-contents__date {
	flex-shrink: 0;
	font-size: 13px;
	color: #888;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.home-contents__title {
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1.6;
}

/* View All */
.home-contents__footer {
	margin-top: 16px;
	text-align: right;
}

.home .home-contents__view-all {
	font-family: "Century", "Century Schoolbook", Georgia, serif;
	font-size: 18px;
	color: #1a1a1a;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: opacity 0.2s;
}
.home-contents__view-all:hover {
	opacity: 0.65;
	text-decoration: none;
}

/* SP: 縦積み */
@media screen and (max-width: 767px) {
	.home-contents__inner {
		flex-direction: column;
	}
	.home-contents__label-col {
		flex: none;
		padding: 40px 5vw;
	}
	.home-contents__list-col {
		flex: none;
		padding: 24px 5vw;
	}
	.home-contents__item {
		flex-direction: column;
		align-items: stretch;
	}
	.home-contents__cat {
		display: block;
		width: 50%;
		max-width: 168px;
		box-sizing: border-box;
		padding: 6px 16px;
		margin: 16px;
		text-align: center;
	}
	.home-contents__link {
		flex-direction: column;
		align-items: flex-start;
		padding: 0px 18px 18px;
		gap: 8px;
	}
	.home-contents__title {
		font-size: 14px;
		line-height: 1.7;
	}
	.home-about__role {
		font-size: 18px;
	}
	.h3.home-about__name {
		font-size: 28px;
	}
}

/* PC */
@media screen and (min-width: 1200px) {
	.home-contents__list-col {

		padding: 0 0 0 64px;
	}
	.home-contents__title {
		font-size: 15px;
	}
}

@media screen and (min-width: 768px) {
	.home-contents {
		padding: 80px 40px;
	}
}
/*****************************************************************/
/* Home Fee
/*****************************************************************/

.home-fee {
	background-color: #fff;
	padding: 40px 5vw;
	width: 100%;
	box-sizing: border-box;
	background-color: #dadada;
}

.home-fee__inner {
	max-width: 1376px;
	margin: 0 auto;
}

.home .home-fee__heading {
	font-family: "Century", "Century Schoolbook", Georgia, serif;
	font-size: clamp(28px, 3vw, 40px);;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 20px;
	letter-spacing: 0.02em;
}

.home-fee__desc {
	margin: 0 0 24px;
	line-height: 1.7;
	font-size: 18px;
	color: #707070;
	font-weight: bold;
}

/* テーブル */
.home-fee__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.home-fee__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	min-width: 540px;
	table-layout: fixed;
}

/* 列幅 */
.home-fee__table col:nth-child(1) { width: 27%; }
.home-fee__table col:nth-child(2) { width: 40%; }
.home-fee__table col:nth-child(3) { width: 33%; }

/* ヘッダー */
.home-fee__th {
	background-color: #1a1a1a;
	color: #fff;
	font-weight: 600;
	text-align: left;
	padding: 24px;
	font-size: 18px;
	border-bottom: 2px solid #aaa;
}

.home-fee__th:first-child {
	background-color: #fcfcfc;
	color: #333;
}

/* 2列目と3列目の間に点線 */
.home-fee__th:nth-child(2),
.home-fee__td:nth-child(2) {
	border-right: 1px solid #aaa;
}

.home-fee__table tbody tr:last-child td[colspan="2"] {
	border-right: none;
}

/* データ行 */
.home-fee__tr .home-fee__td {
	background-color: #e8e8e8;
}

.home-fee__td {
	padding: 18px 24px;
	color: #1a1a1a;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
	font-size: 18px;
}

.home-fee__td--center {
	text-align: center;
}

/* 注釈 */
.home-fee__notes {
	margin-top: 20px;
}

.home-fee__notes p {
	font-size: 12px;
	color: #555;
	line-height: 1.8;
	margin: 0 0 4px;
}
.home-fee__notes p:last-child {
	margin-bottom: 0;
}

.home-fee__tr .home-fee__th {
	background-color: #fff;
	color: #333;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 16px 24px;
}

/* PC */
@media screen and (min-width: 1200px) {
	.home-fee {
		padding: 80px 40px;
	}
	.home-fee__desc {
		font-size: 18px;
		color: #707070;
		font-weight: bold;
	}
	.home-fee__notes p {
		font-size: 13px;
	}
}

/* z-index メモ

*/
/* common */
.home-section {
	position: relative;
	padding: 50px 4vw;
	overflow: hidden;
}
.home-section:nth-child(odd),
.home-section:nth-child(odd) .home-title-label {
	background-color: #f5f5f5;
}
.home-section-content {
	position: relative;
	margin: 0 auto;
}
.child-home-title {
	text-align: center;
}
.child-home-title__title {
	color: var(--home-h2-color);
	letter-spacing: 2px;
	font-size: 28rem;
}
.child-home-title__label {
	margin-top: 4px;
	color: var(--mpee-light-green);
	font-size: 16rem;
}
.child-home-top__title {
	font-size: 24rem;
}
.home-content {
	font-size: 16rem;
}
.home-content p {
	line-height: 1.7;
}

.home .cbutton-B {
	padding-top: calc(1em + 3px);
	padding-bottom: calc(1em + 3px);
	border-width: 2px;
	width: 100%;
	max-width: 400px;
	font-size: 18rem;
}

/* mv */
.home-mv__front {
	position: absolute;
	top: 41%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.home-mv__h1 {
	line-height: 1.2;
	letter-spacing: 2px;
	color: #fff;
	font-size: 26rem;
	font-weight: normal;
}
.home-mv__h1-main {
	display: block;
}
.home-mv__h1-main-and {
	font-size: 32rem;
}
.home-mv__h1-main-big {
	font-size: 38rem;
}
.home-mv__h1-small {
	margin-top: 8px;
	display: block;
	font-size: 16rem;
}
html[lang="en-US"] .home-mv__h1-small {
	display: none;
}
.home-mv__hr {
	margin: 16px calc(50vw - 9.1em) 0;
	display: none;
	text-align: left;
	width: 0;
	height: 1px;
	background-color: #fff;
}
.home-mv__hr--sp {
	display: block;
}
.home-mv__text {
	margin-top: 16px;
	line-height: 1;
	color: #fff;
	font-size: 20rem;
	opacity: 0;
}
.home-mv__text--pc {
	display: none;
}

/* practices */
.home-practices-bg__img {
	position: absolute;
	top: 0;
	left: -536px;
	min-width: 100%;
	min-height: 100%;
}
.home-practices-bg__img source,
.home-practices-bg__img img {
	position: absolute;
	min-width: calc(100% + 60px);
	min-height: calc(100% + 60px);
}
.child-home
.home-practices-bg__overlay {
	background-color: rgba(0, 0, 0, .2);
}
.child-home-practices .child-home-title__title,
.child-home-practices .child-home-title__label {
	color: #fff;
}

.child-home-practices-items {
	margin-top: 30px;
	font-size: 0;
}
.child-home-practices-item {
	position: relative;
	padding: 24px 3vw 56px;
	box-sizing: border-box;
	display: block;
	border: 5px solid #f5ffef;
	background-color: #f5ffef;
	transition: .4s;
	font-size: 16rem;
	/* エフェクト用 */
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
}
.child-home-practices-item:hover {
	border-color: var(--mpee-light-green);;
	background-color: #e9ffdb;
	text-decoration: none;
}
.child-home-practices-item:nth-child(n+2) {
	margin-top: 20px;
}
.child-home-practices-item span {
	display: block;
}
.child-home-practices-item__title {
	margin-bottom: 18px;
	text-align: center;
	color: var(--mpee-light-green);
	font-size: 22rem;
	font-weight: bold;
}
.child-home-practices-item__bottom {
	position: absolute;
	bottom: 20px;
	right: 3vw;
	text-align: right;
}
.child-home-practices-item__bottom::after {
	margin-right: 4px;
	margin-left: 8px;
	display: inline-block;
}

/* column */
.child-home-column {
	display: none;
}
.child-home-column:has(li.column-archive-li--home) {
	display: block;
}
/* news */
.child-home-news {
	display: none;
}
.child-home-news:has(li.type-news) {
	display: block;
}
.child-home-news ul {
	border-top: 1px solid #ccc;
}
.child-home-news li {
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
	color: #0d0d0d;
}
.child-home-news .wp-block-post-date {
	color: #36414b
}
.child-home-news h3 {
	margin-top: 12px;
	font-family: unset;
	font-size: 16rem;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.home-mv__front {
		top: 50%;
	}
	.home-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.child-home-title__label {
		margin-top: 6px;
	}
	.home-mv__h1 {
		font-size: 46rem;
	}
	.home-mv__h1-main-and {
		font-size: 52rem;
	}
	.home-mv__h1-main-big {
		font-size: 58rem;
	}
	.home-mv__h1-small {
		margin-top: 12px;
		font-size: 22rem;
	}
	.home-mv__hr {
		display: none;
		margin: 24px calc(50vw - 14.5em) 0;
	}
	.home-mv__hr--tablet {
		display: block;
	}
	.home-mv__text {
		margin-top: 24px;
		font-size: 32rem;
	}
	.child-home-practices-items {
		margin-top: 42px;
	}
	.child-home-practices-item {
		display: inline-block;
		width: calc(50% - 12px);
		vertical-align: top;
	}
	.child-home-practices-item:nth-child(n+2) {
		margin-top: 0;
	}
	.child-home-practices-item:nth-child(2n) {
		margin-left: 24px;
	}
	.child-home-practices-item:nth-child(n+3) {
		margin-top: 32px;
	}
	.child-home-practices-item__title {
		font-size: 20rem;
	}
	.home-practices-bg__img source,
	.home-practices-bg__img img {
		margin: 0 50%;
		translate: -50%;
	}
	/* recent post */
	.column-archive-li-detail__title-div {
		margin-top: 0;
	}
	.cpt-categories__li {
		margin-right: 0;
	}
		.cpt-categories__li+.cpt-categories__li {
			margin-left: 1em;
		}
	/* news */
	.child-home-news li {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.child-home-news h3 {
		margin-top: 0;
	}
	.wp-block-post-title a {
		margin-left: 32px;
	}
	.home-contents__item {
		height: 80.5px;
	}
}
@media screen and (min-width: 840px) {
	.child-home-practices-item__title {
		font-size: 22rem;
	}
}
@media screen and (min-width: 1000px) {
	.home-section {
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media screen and (min-width: 1024px) {
	.home-mv__front {
		top: 294px;
		transform: unset;
	}
	/* home-mv */
	.home-mv__h1 {
		font-size: 62rem;
	}
	.home-mv__h1-main-and {
		font-size: 70rem;
	}
	.home-mv__h1-main-big {
		font-size: 78rem;
	}
	.home-mv__h1-small {
		margin-top: 14px;
		font-size: 24rem;
	}
	.home-mv__hr {
		margin: 24px calc(50vw - 20em) 0;
		display: none;
	}
	.home-mv__hr--pc {
		display: block;
	}
	.home-mv__text {
		margin-top: 24px;
		display: block;
		font-size: 43rem;
	}
	.home-mv__text--sp {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	/* common */
	a[href^="tel"] {
		pointer-events: none;
	}
	.home-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.main_full > .home-section:last-child {
		padding-bottom: 120px;
	}
	.home-title {
		font-size: 24rem;
	}
	.home-title::before {
		top: 18px;
	}
	/* practices */
	.home-practices-bg__img {
		left: 0;
	}
	.child-home-practices-item {
		display: inline-block;
		padding-right: 16px;
		padding-left: 16px;
		width: calc(100% / 3 - 24px);
	}
	.child-home-practices-item:nth-child(2n) {
		margin-left: 0;
	}
	.child-home-practices-item:nth-child(n+3) {
		margin-top: 0;
	}
	.child-home-practices-item:nth-child(3n),
	.child-home-practices-item:nth-child(3n+2) {
		margin-left: 36px;
	}
	.child-home-practices-item:nth-child(n+4) {
		margin-top: 40px;
	}
	.child-home-practices-item__title {
		font-size: 21rem;
	}
	.child-home-practices-item__bottom {
		right: 16px;
	}
}

@media screen and (min-width: 1280px) {
	.child-home-practices-item__title {
		font-size: 22rem;
	}
}
@media screen and (min-width: 1580px) {
	.home-section {
		padding-right: calc(50vw - 750px);
		padding-left: calc(50vw - 750px);
	}
}


/* Home Service Button Hover Effect */
button.home-service__btn {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button.home-service__btn {
	--tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.3)), 0px 1px 3px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.15));
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

button.home-service__btn:hover {
	transform: translateY(-0.25rem);
	--tw-shadow: 8px 12px 16px 8px var(--tw-shadow-color, rgba(0, 0, 0, 0.1));
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

/* Home Contents Item Hover Effect */
.home-contents__item {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	--tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.3)), 0px 1px 3px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.15));
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.home-contents__item:hover {
	--tw-shadow: 0px 8px 8px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.1));
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.about-us-pc-only {
	display: none;
}

.about-us-sp-tb {
	display: block;
}


@media screen and (min-width: 768px) {
	.about-us-pc-only {
		display: block;
	}
	.about-us-sp-tb-only {
		display: none;
	}
}



