@media (max-width: 599px) {
	.site-logo__img, .site-logo__img-common {
		height: 35px !important;
	}
}
@media (min-width: 600px) {
	.site-logo__img, .site-logo__img-common {
		height: 40px !important;
	}
}
h1, h2, h3, h4 {
	font-weight: 900;
	margin-bottom: 1em;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
dt {
	margin-bottom: 0.5em;
}
dd {
	margin-bottom: 1em;
}
.l-header {
	position: sticky;
	top: 0;
	width: 100%;
}
@media (max-width: 767px) {
	.l-header__inner {
		justify-content: flex-start;
		height: 100px;
	}
}
.header-site-info {
	justify-content: center;
	width: calc(100% - 58px * 2);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media (min-width: 768px) {
	.header-site-branding {
		width: 300px;
	}
}
@media (max-width: 767px) {
	.header-site-branding {
		margin-left: 0 !important;
	}
}
.header-info {
	display: flex;
	align-items: center;
	font-size: 120%;
	font-weight: 900;
}
@media (max-width: 767px) {
	.header-info {
		text-align: center;
	}
}
.header-info i {
	display: none;
}
.header-info::before {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	background-color: #211815;
	content: "";
	-webkit-mask-image: url("/wp-content/package/module/icon/phone-old.svg?un7njivgv");
	mask-image: url("/wp-content/package/module/icon/phone-old.svg?un7njivh3");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}
.l-header-row {
	background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
	.cta-floating__body {
		border-radius: 8px 0 0 8px;
	}
}
@media (max-width: 767px) {
	.cta-floating__body {
		align-items: center;
		height: 60px !important;
		border-radius: 8px 8px 0 0;
	}
}
#contents.bg-image {
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: top center;
}
#contents.bg-blue {
	background-image: url("/wp-content/package/img/common/bg-blue.svg?un7njivhd");
}
#contents.bg-green {
	background-image: url("/wp-content/package/img/common/bg-green.svg?un7njivhi");
}
.article-header-full-width {
	width: 100%;
	aspect-ratio: 1920/560;
}
.article-body {
	background-color: #fff;
}
@media (min-width: 768px) {
	.article-body {
		padding: calc(8px * 4) calc(8px * 4) calc(8px * 8);
	}
}
@media (max-width: 767px) {
	.article-body {
		padding: min(5vw, 32px);
	}
}
.article-body h2 {
	margin-top: 1em;
	margin-bottom: 1em;
}
h1.article-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: calc(8px * 4);
}
h1.article-title::after {
	display: block;
	width: 50px;
	height: 2px;
	background-color: #211815;
	content: "";
}
.-border {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: calc(calc(8px * 10) + calc(8px * 3));
	border-top: 1px solid #727171;
	border-bottom: 1px solid #727171;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
@media (max-width: 767px) {
	.-border {
		padding-left: 4em;
	}
}
.-border::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(8px * 10);
	height: 100%;
	display: block;
	content: "";
	background-color: #bfd6d8;
}
@media (max-width: 767px) {
	.-border::before {
		width: 3em;
	}
}
.-border.-green::before {
	background-color: #bbc87b;
}
.-border h2 {
	margin: 0;
}
p {
	line-height: 2.3;
}
a {
	text-decoration: none !important;
}
.ncButton_btn {
	width: 220px;
	height: auto;
	padding: 6px calc(8px * 4);
	background-color: #fff;
	border: 1px solid #211815;
	border-radius: 2em;
	color: #211815;
}
.ncButton_btn::after {
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: all ease 0.2s;
	content: "\e94c";
	font-family: "icomoon" !important;
}
.underline {
	text-decoration: underline !important;
}
.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #898989;
}
@media (min-width: 768px) {
	.bg-gray {
		padding: calc(8px * 4);
	}
}
@media (max-width: 767px) {
	.bg-gray {
		padding: min(5vw, 32px);
	}
}
.border-ontitle {
	position: relative;
	border: 3px solid #211815;
}
@media (min-width: 768px) {
	.border-ontitle {
		padding: calc(8px * 4);
	}
}
@media (max-width: 767px) {
	.border-ontitle {
		padding: min(5vw, 32px);
	}
}
.border-ontitle dt {
	position: relative;
	width: fit-content;
	padding: 8px calc(8px * 2);
}
@media (max-width: 767px) {
	.border-ontitle dt {
		margin: 0 auto 1em;
	}
}
.border-ontitle dt::before, .border-ontitle dt::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 3px;
	background-color: #211815;
}
.border-ontitle dt::before {
	left: 0;
}
.border-ontitle dt::after {
	right: 0;
}
.tel a {
	display: block;
	width: fit-content;
	margin-bottom: 8px;
	font-size: 300%;
	font-weight: bold;
}
.download {
	flex-direction: column;
}
.download .ncButton_btn {
	width: min(80%, 500px);
	margin-bottom: calc(8px * 2);
	background-color: #bbc87b;
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 130%;
}
.download .ncButton_btn:hover {
	background-color: rgba(187, 200, 123, 0.8);
}
.download p.ncButton_btn {
	background-color: #efefef;
	color: #898989;
}
.ncAccordion_switch {
	margin-bottom: 0;
}
.ncAccordion_switch h2 {
	width: 100%;
}
.ncAccordion_content {
	background-color: #E6EFEE;
}
.ncAccordion_content {
	padding: calc(8px * 2) 3.8em;
}
.cl-blue {
	color: #bfd6d8;
}
.cl-green {
	color: #bbc87b;
}
.post-type-archive-info_h_kango #contents, .post-type-archive-info_h_kaigo #contents, .post-type-archive-info_h_rehab #contents, .post-type-archive-info_h_mori #contents, .single-info_h_kango #contents, .single-info_h_kaigo #contents, .single-info_h_rehab #contents, .single-info_h_mori #contents {
	background-image: url("/wp-content/package/img/common/bg-green.svg?un9ntdqxm");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: top center;
}
.post-type-archive-info_h_kango #contents .l-content__inner, .post-type-archive-info_h_kaigo #contents .l-content__inner, .post-type-archive-info_h_rehab #contents .l-content__inner, .post-type-archive-info_h_mori #contents .l-content__inner, .single-info_h_kango #contents .l-content__inner, .single-info_h_kaigo #contents .l-content__inner, .single-info_h_rehab #contents .l-content__inner, .single-info_h_mori #contents .l-content__inner {
	background-color: #fff;
	padding: min(5vw, 32px);
}
.post-type-archive-info_h_kango #contents .l-content__main, .post-type-archive-info_h_kaigo #contents .l-content__main, .post-type-archive-info_h_rehab #contents .l-content__main, .post-type-archive-info_h_mori #contents .l-content__main, .single-info_h_kango #contents .l-content__main, .single-info_h_kaigo #contents .l-content__main, .single-info_h_rehab #contents .l-content__main, .single-info_h_mori #contents .l-content__main {
	width: 100% !important;
}
.post-type-archive-info_h_kango article.u-shadow-hover, .post-type-archive-info_h_kaigo article.u-shadow-hover, .post-type-archive-info_h_rehab article.u-shadow-hover, .post-type-archive-info_h_mori article.u-shadow-hover {
	box-shadow: none;
	border-bottom: solid 1px #898989;
}
.post-type-archive-info_h_kango .article-info, .post-type-archive-info_h_kaigo .article-info, .post-type-archive-info_h_rehab .article-info, .post-type-archive-info_h_mori .article-info {
	margin: auto;
}
.post-type-archive-info_h_kango .post-thumbnail, .post-type-archive-info_h_kaigo .post-thumbnail, .post-type-archive-info_h_rehab .post-thumbnail, .post-type-archive-info_h_mori .post-thumbnail {
	display: none;
}
.single-info_h_kango .article-title, .single-info_h_kaigo .article-title, .single-info_h_rehab .article-title, .single-info_h_mori .article-title {
	display: block;
}
.single-info_h_kango .article-title::after, .single-info_h_kaigo .article-title::after, .single-info_h_rehab .article-title::after, .single-info_h_mori .article-title::after {
	content: none;
}
.single-info_h_kango .article-body, .single-info_h_kaigo .article-body, .single-info_h_rehab .article-body, .single-info_h_mori .article-body {
	padding: 0;
}
.mailto {
	text-decoration: underline !important;
}