@charset "utf-8";

:root {
	--vw: 1vw;
	--main-font-color: #6f5035;
	--main-color: #6f5035;
	--main-color-middle: #e5bb9b;
	--main-color-light: #fadeca;
	--main-color-super-light: #fff1e3;
	--green01: #798b01;
	--green02: #98b257;
	--green03: #bcd38b;
	--default-letter-spacing: 0.1em;
	--max-width: 1200px;
	--inner-padding: 40px;
	--inner-width: calc(var(--max-width) + var(--inner-padding) * 2);
	--over-margin: min(calc((-1 * var(--vw) * 100 + var(--max-width)) / 2), calc(-1 * var(--inner-padding)));

	/* noto入れるの忘れない */
	--font-main: YakuHanRPs, "Kosugi Maru", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system,
		BlinkMacSystemFont, arial, helvetica, sans-serif;
	--font-min: YakuHanMPs;
	--font-maru: YakuHanRPs;
	--font-en: "Baloo Tammudu 2", system-ui;
}

/*共通*/
.catch_copy,
.flow_arrow_box .tl,
.flow_arrow_box .tl_block .step p,
#under .catch,
.m_col_ttl,
.reason_line_text_ttl,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: var(--font-min); */
}

.img_bg_block {
	padding: 14vw 0;
}

.top_page_wrap {
	padding-top: 10.1vw !important;
}

/*その他の追加変更 ここから*/
.m_ttl01 {
	text-align: center;
	margin-bottom: 2.4rem;
	display: flex;
	flex-direction: column;
}

.m_ttl01 span {
	font-size: 3.5rem;
	letter-spacing: 0.06em;
	display: block;
	font-family: var(--font-en);
	line-height: 1;
	position: relative;
	top: 0.2em;
}

.m_ttl01 em {
	font-size: 1.6rem;
	letter-spacing: 0.22em;
	display: block;
}

.m_txt p {
	line-height: 1.875;
}

.m_txt p+p {
	margin-top: 1em;
}


.btn01 {
	--btn-height: 13vw;
	--btn-width: 100%;
	--icon-right: 3vw;
	--icon-size: 7vw;
	--icon-color: #fff;
	--border-radius: calc(var(--btn-height) / 2);
	--border-width: 0px;
	font-size: 1.6rem;
	padding: 3.2vw 12vw 3vw;
	background: #cdae91;
	color: #fff;
	letter-spacing: 0.12em;
	line-height: 1.4;
	border-radius: var(--border-radius);
	border: var(--border-width) solid var(--main-color);
	min-width: var(--btn-width);
	min-height: var(--btn-height);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-inline: auto;
}

.btn01:before {
	content: "";
	position: absolute;
	border: 0;
	top: 50%;
	right: var(--icon-right);
	width: var(--icon-size);
	height: auto;
	aspect-ratio: 86/26;
	transform: translateY(-50%);

	-webkit-mask: url(../images/icon_arrow01.png) center / 100% no-repeat;
	mask: url(../images/icon_arrow01.png) center / 100% no-repeat;
	background: var(--icon-color);
}

.btn01:after {
	display: none;
}

.btn01 span:before {
	border-radius: var(--border-radius);
	content: '';
	display: block;
	position: absolute;
	top: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	z-index: 10;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	border-radius: var(--border-radius);
	transition: 0.5s;
}

.btn_white {
	--icon-color: var(--main-color);
	background: #fff;
	border: 1px solid var(--main-color);
	color: var(--main-color);
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	position: relative;
}

.m_mv img {
	width: 100%;
}

.m_mv_inner {
	position: relative;
}

.m_mv_main {
	position: relative;
	z-index: 2;
}

.m_mv_txt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.m_mv_news {
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: block;
	width: 100%;
	margin-top: 3vw;
	padding: 9vw 0 5vw;
}

.m_mv_news:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--main-color);
	opacity: 0.7;
}

.m_mv_news_head {
	width: 100%;
	position: relative;
	z-index: 10;
}

.m_mv_news_head:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 1px;
	z-index: 1;
	background: #fff;

	width: 30vw;
	height: 1px;
	top: auto;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.m_mv_news_head a {
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-family: var(--font-en);
	width: 100%;
	height: 100%;
	align-items: center;
	text-align: center;
	padding-bottom: 0px;
	padding: 0 0 2vw;
	margin-bottom: 0;
}

.m_mv_news_head span {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.m_mv_news_head em {
	margin-top: -2vw;
	position: relative;
	padding-right: 3vw;
	padding-top: 2.3vw;
}

.m_mv_news_head em:before,
.m_mv_news_head em:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 1px;
	z-index: 1;
	background: #fff;
}

.m_mv_news_head em:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.m_mv_news_body {
	max-width: none;
	padding: 0 5vw;
	margin-top: 1vw;
}

.m_newslist {
	overflow: hidden;
}

.m_mv_news_body a {
	padding: 5vw 0;
}
.m_newslist_item_in {
	color: #fff;
}
.m_mv_news_body a {
	text-decoration: none;
	color: #fff;
	padding: 8px 0;

	display: flex;
	position: relative;
	align-items: center;
}

.m_mv_news_body a.nolink:before {
	display: none;
}

.m_mv_news_body a:before {
	content: "→";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m_mv_news_body a .date {
	margin-right: 3vw;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	font-family: var(--font-en);
	line-height: 1;
	position: relative;
	top: 0.3em;
}

.m_mv_news_body a em {
	padding-right: 10vw;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.m_mv_news_body li+li {
	border-top: 1px solid #fff;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_first
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_first {
	background: #dee6e0 url(../images/top/first_bg.jpg) center;
}

.t_first_img {
	display: block;
	overflow: hidden;
	border-radius: 2rem;
	position: relative;
	z-index: 10;
	width: 50vw;
}

.t_first_imgs01 {
	position: relative;
	padding-bottom: 20vw;
}

.t_first_imgs01 .t_first_img:nth-of-type(1) {

	margin-left: auto;
}

.t_first_imgs01 .t_first_img:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.t_first_ttl {
	display: flex;
	flex-direction: column;
	margin-top: 7.2vw;
}

.t_first_ttl picture {
	width: 50vw;
}

.t_first_ttl span {
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-top: 1.2vw;
}

.t_first_block {
	margin-top: 12vw;
}

.t_first_txt p {
	line-height: 1.875;
}

.t_first_txt p+p {
	margin-top: 1em;
}

.t_first_btn {
	margin-top: 8vw;
}

.t_first_imgs02 {
	margin: 0;
	width: 50vw;
	position: absolute;
	top: 43vw;
	right: -18vw;
}

.t_first_imgs02 .t_first_img {
	margin-left: auto;
	width: 100%;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_symptoms
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_symptoms .img_bg_block {
	padding: 0;
}

.t_symptoms_head {
	background: url(../images/top/symptoms_ttl_bg.png) center / 150% 100% no-repeat;
	padding: 8vw 0 6vw;
}

.t_symptoms_ttl {
	margin-bottom: 0;
}

.t_symptoms_body {
	background: #e2eae2 url(../images/top/symptoms_bg_sp.jpg) center right/ cover no-repeat;
	padding: 10vw 0 10vw;
}

.t_symptoms_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2vw;
	width: 75vw;
}

.t_symptoms_list li a {
	--gap: 1vw;
	--radius: 3vw;
	position: relative;
	text-decoration: none;
	min-height: 17vw;
	isolation: isolate;
	background: #fff;
	border-radius: var(--radius) var(--radius) 0 var(--radius);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: calc(29/19);
}

.t_symptoms_list li a:before,
.t_symptoms_list li a:after {
	content: '';
	display: block;
	position: absolute;
	top: -2vw;
	left: -2vw;
	width: 6vw;
	aspect-ratio: 1/1;
	z-index: -5;
	border-radius: 50%;
	background: url(../images/icon_check.png) center / 100% no-repeat;
}

.t_symptoms_list li a:after {
	background: #fff;
	opacity: 0;
	z-index: -4;
}

.t_symptoms_list li a span:before {
	content: '';
	display: block;
	position: absolute;
	bottom: var(--gap);
	right: var(--gap);
	z-index: -9;
	width: 3vw;
	aspect-ratio: 1 / 1;
	background: #bcd38b;
	-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}

.t_symptoms_list li a span:after {
	--add-radius: 0.7vw;
	content: '';
	display: block;
	position: absolute;
	top: var(--gap);
	left: var(--gap);
	width: calc(100% - var(--gap) * 2);
	height: calc(100% - var(--gap) * 2);
	z-index: -10;

	border: 2px solid #e8f0d4;
	border-radius: calc(var(--radius) - var(--add-radius)) calc(var(--radius) - var(--add-radius)) 0 calc(var(--radius) - var(--add-radius));
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_medical
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_medical {
	position: relative;
	background: url(../images/top/medical_bg_sp.jpg) center top / 100% no-repeat;
	isolation: isolate;
}

.t_medical:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 40%;
	aspect-ratio: 690 / 400;
	background: #fff;
	-webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
	clip-path: polygon(0 100%, 0 0, 100% 0);
	opacity: 0.4;
}

.t_medical:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	aspect-ratio: 1600/200;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	opacity: 0.4;
}

.t_medical_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.8vw;
}

.t_medical_item_in {
	background: #fff;
	border: 1px solid var(--green02);
	border-radius: 1.5vw;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 14vw;
	padding-right: 4vw;
}

.t_medical_item_in:before {
	background: linear-gradient(270deg, rgba(225, 227, 224, 1) 0%, rgba(255, 255, 255, 1) 62%);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 300%;
	z-index: -1;
	transform: translate(-24vw, -28vw) rotate(-45deg);
}

.t_medical_item_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 3vw;
	height: 100%;
	z-index: 1;
	background: var(--green03);
}

.t_medical_item_ttl:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1.3vw;
	width: 1vw;
	aspect-ratio: 1/1;
	z-index: 1;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.t_medical_item_ttl span {
	background: var(--icon-url) left center / 6.1vw no-repeat;
	min-height: 9vw;
	display: flex;
	align-items: center;
	width: fit-content;
	padding-left: 7.8vw;
	color: var(--green01);
	letter-spacing: 0em;
	font-size: 1.4rem;
	line-height: 1.4;
}

.t_medical_item_txt {
	display: none;
}



/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_feature {
	position: relative;
	isolation: isolate;
	background-color: #fdfff7;
	border-top: 1px solid #798b01;
}

.t_feature:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../images/top/feature_obj_left.png) left top -17vw / 30vw no-repeat, url(../images/top/feature_obj_right.png) right top -17vw / 30vw no-repeat;
}

.t_feature .img_bg_block {
	padding: 22vw 0 0;
}

.t_feature_ttl {
	width: 62vw;
	margin: 0 auto;
}

.t_feature_ttl img {
	display: block;
}

.t_feature_block {
	margin-top: 8vw;
}

.m_feature {
	--img-radius: 3vw;
	--num-color: #986e49;
	--ttl-color: #986e49;
}

.m_feature+.m_feature {
	margin-top: 14vw;
}

.m_feature_bg {
	--bg-gutter: 2vw;
	--bg-border: 1vw;
	position: relative;
	isolation: isolate;
	padding: 10vw 0;
}

.m_feature_bg:after {
	background: #f1f8e1;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	z-index: -11;
	transform: translateX(-50%);
}

.m_feature_bg:before {
	content: '';
	display: block;
	position: absolute;
	top: var(--bg-gutter);
	left: 50%;
	width: 100vw;
	height: calc(100% - var(--bg-gutter) * 2);
	z-index: -10;
	border-top: var(--bg-border) solid #fff;
	border-bottom: var(--bg-border) solid #fff;
	transform: translateX(-50%);
}

.m_feature_img {
	position: relative;

}

.m_feature_img img {
	border-radius: var(--img-radius);
	position: relative;
	z-index: 1;
}

.m_feature_img:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.5vw;
	left: 1.5vw;
	width: 100%;
	height: 100%;
	z-index: 5;
	border-radius: var(--img-radius);
	border: 1px solid #d3dfb4;
}

.m_feature_img_noborder:before {
	display: none;
}

.m_feature_btn {
	margin-top: 5vw;
}

.m_feature_body {
	margin-top: 6vw;
}

.m_feature_num {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--font-en);
}

.m_feature_num span {
	color: var(--green01);
	letter-spacing: 0.125em;
	font-size: 1rem;
}

.m_feature_num em {
	font-weight: 500;
	font-size: 5.5rem;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-top: 0.6vw;
	margin-bottom: -0.2em;
	color: var(--num-color);
}

.m_feature_ttl {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.2em;
	color: var(--ttl-color);
}

.m_feature_ttl span {
	font-size: 1.7rem;
	display: block;
}

.m_feature_txt {
	margin-top: 5vw;
}

.m_feature_txt p {
	line-height: 1.875;
}

.m_feature_txt p+p {
	margin-top: 1em;
}

.m_feature_imgs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3vw;
	margin-top: 8vw;
}

.m_feature_imgs img {
	border-radius: var(--img-radius);
}

.m_feature_imgs02 {

	margin-top: 8vw;
}

.m_feature_imgs02 .m_feature_img {
	position: relative;
	width: 50vw;
}

.m_feature_imgs02 .m_feature_img:nth-of-type(1) {
	margin-left: auto;
}

.m_feature_imgs02 .m_feature_img figcaption {
	content: '';
	display: block;
	position: absolute;
	top: 7vw;
	right: 100%;
	width: 40vw;
	height: 10vw;
	z-index: 1;
	z-index: -1;
	background: var(--main-color);
	color: #fff;
	padding: 1.9vw 0 0 6vw;
	letter-spacing: 0.125em;
	font-size: 1.7rem;
	display: flex;
	align-items: center;
	font-family: var(--font-en);
}

.m_feature_imgs02 .m_feature_img figcaption:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 2vw;
	height: 100%;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.m_feature_imgs02 .m_feature_img:nth-of-type(2) {
	margin-top: -5vw;
	z-index: 10;
}

.m_feature_imgs02 .m_feature_img:nth-of-type(2) figcaption {
	left: 100%;
	right: auto;
	top: auto;
	bottom: 7vw;
	padding: 1.9vw 0 0 6vw;
}

.m_feature_imgs02 .m_feature_img:nth-of-type(2) figcaption:before {
	right: 0;
	left: auto;
	-webkit-clip-path: polygon(100% 100%, 0 50%, 100% 0);
	clip-path: polygon(100% 100%, 0 50%, 100% 0);
}

.m_feature_head:has(.m_feature_img_mini) {
	position: relative;
	padding-bottom: 7vw;
}

.m_feature_head:has(.m_feature_img_mini) .m_feature_img {
	width: 78vw;
}

.m_feature_img_mini {
	width: 35vw;
	border-radius: var(--img-radius);
	overflow: hidden;
	z-index: 10;
	bottom: 0;
	position: absolute;
	right: 0;
}

.m_feature_safe {
	background: #d4b88c;
	border-radius: 5vw;
	position: relative;
	padding: 10vw 5vw 8vw;
	margin-top: 15vw;
}

.m_feature_safe_ttl {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	padding: 3vw 7vw;
	border-radius: 10rem;
	background: #986e49;
	color: #fff;
	letter-spacing: 0.16em;
	text-align: center;
	line-height: 1;
	width: fit-content;
	white-space: nowrap;
}

.m_feature_safe_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3vw;
}

.m_feature_safe_item {
	border-radius: var(--img-radius);
	overflow: hidden;
	position: relative;
	border: 2px solid #fff;
}

.m_feature_safe_item_ttl {
	color: #fff;
	background: rgba(152, 178, 87, 0.85);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 2vw 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.m_feature_safe_item_ttl span {
	line-height: 1.4;
	font-size: 1.2rem;
}

.m_feature_safe_catch {
	color: #fff;
	letter-spacing: 0.16em;
	text-align: center;
	margin-top: 5vw;
}

.m_feature_row {
	margin-top: 14vw;
}

.m_feature02 {
	--num-color: #687d52;
	--ttl-color: #687d52;
}

.m_feature03 {
	--num-color: #f2bd61;
	--ttl-color: #f2bd61;
}

.m_feature04 {
	--num-color: #986e49;
	--ttl-color: #986e49;
}

.m_feature05 {
	--num-color: #687d52;
	--ttl-color: #687d52;
}

.m_feature06 {
	--num-color: #f2bd61;
	--ttl-color: #f2bd61;
}

.m_feature07 {
	--num-color: #986e49;
	--ttl-color: #6f5035;
	margin-top: 14vw;
}

.m_feature07_in01:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(var(--bg-gutter) + var(--bg-border));
	left: 50%;
	width: 100vw;
	height: calc(100% - var(--bg-gutter) * 2 - var(--bg-border) * 2);
	z-index: -9;
	transform: translateX(-50%);
	background: #dde8bf;
}

.m_feature07_in02:before,
.m_feature07_in02:after,
.m_feature07_in03:before {
	left: -5vw;
	content: '';
	display: block;
	position: absolute;
	top: calc(var(--bg-gutter) + var(--bg-border));
	z-index: -1;
	height: calc(100% - var(--bg-gutter) * 2 - var(--bg-border) * 2);
	background: #fff;
	opacity: 0.2;
}

/* 左 */
.m_feature07_in02:before {
	-webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
	clip-path: polygon(0 100%, 0 0, 100% 0);
	width: 33vw;
}

.m_feature07_in02:after {
	-webkit-clip-path: polygon(100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 100%, 0 100%, 0 0);
	width: 19vw;
}

.m_feature07_in03:before {
	-webkit-clip-path: polygon(100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 100%, 0 100%, 0 0);
	height: 40%;
	top: auto;
	bottom: calc(var(--bg-gutter) + var(--bg-border));

	width: 28vw;
}

/* 右 */
.m_feature07_in03:after,
.m_feature07 .m_feature_block:after,
.m_feature07 .m_feature_block:before {
	right: -5vw;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
	height: calc(100% - var(--bg-gutter) * 2 - var(--bg-border) * 2);
	top: calc(var(--bg-gutter) + var(--bg-border));
	background: #fff;
	opacity: 0.2;
}

.m_feature07_in03:after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	width: 23vw;
	height: 70%;
}

.m_feature07 .m_feature_block:before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	width: 17vw;
	height: 60%;
}

.m_feature07 .m_feature_block:after {
	-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	width: 13vw;
}



.m_feature_cleans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3vw;
	margin-top: 5vw;
}

.m_feature_clean {
	position: relative;
	border-radius: var(--img-radius);
	overflow: hidden;
}

.m_feature_clean_img {
	position: relative;
	z-index: 1;
}

.m_feature_clean_ttl {
	color: #fff;
	background: rgba(152, 178, 87, 0.85);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
	padding: 0.7vw 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	min-height: 7vw;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_slider01
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_slider01 {
	margin-top: 13vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_greeting
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_greeting_ttl {
	font-size: 5.2rem;
	font-family: var(--font-en);
	color: #d3dfb4;
	line-height: 1;
	letter-spacing: 0.18em;

}

.m_greeting_head {
	display: flex;
	align-items: center;
	gap: 8vw;
}

.m_greeting_name {
	color: var(--green02);
	display: flex;
	gap: 2.9vw;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}

.m_greeting_name::after {
	content: '';
	flex: 1px;
	height: 1px;
	z-index: 1;
	background: var(--green02);
	display: none;
}

.m_greeting_name .pos {
	color: #fff;
	min-width: 16.9vw;
	min-height: 5.7vw;
	letter-spacing: 0.22em;
	padding-left: 0.22em;
	background: var(--green02);
	font-size: 1.4rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1vw;
}

.m_greeting_name .txt {
	font-size: 2.5rem;
	letter-spacing: 0.14em;
	line-height: 1;
}

.m_greeting_name .en {
	font-family: var(--font-en);
	position: relative;
	top: 0.3em;
	font-size: 1.2rem;
	letter-spacing: 0.3em;
	line-height: 1;
	font-weight: 500;
}

.m_greeting_img {
	--img-radius: 3vw;
	width: 45vw;
	padding: 6vw 0;
	position: relative;
}

.m_greeting_img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 5vw;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/top/greeting_img01_bg.jpg) left center / 48vw no-repeat;
	border-radius: var(--img-radius) 0 0 var(--img-radius);
}

.m_greeting_img figure {
	width: 38vw;
	position: relative;
	z-index: 10;
	border-radius: var(--img-radius);
	overflow: hidden;
}

.m_greeting:nth-of-type(2) {
	margin-top: 12vw
}

.m_greeting:nth-of-type(2) .m_greeting_head {
	flex-direction: row-reverse;
}

.m_greeting:nth-of-type(2) figure {
	margin-left: auto;
}

.m_greeting:nth-of-type(2) .m_greeting_img:before {
	right: 5vw;
	left: auto;
	background-image: url(../images/top/greeting_img02_bg.jpg);
	background-position: right center;
	border-radius: 0 var(--img-radius) var(--img-radius) 0;
}


.m_greeting_catch {
	font-size: 1.91rem;
	line-height: 1.8;
	margin-top: 5.2vw;
}

.m_greeting_txt {
	margin-top: 5vw;
}

.m_greeting_txt p+p {
	margin-top: 1em;
}

.m_greeting_bottom {
	margin-top: 8vw;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_clinic
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_clinic {
	background: #846b56 url(../images/top/clinic_bg_sp.jpg) center / cover no-repeat;
	color: #fff;
}

.t_clinic .img_bg_block {

	padding: 14vw 0 26vw;
}

.t_clinic_table tr {
	border-top: 1px solid #fff;
}

.t_clinic_table tr:last-of-type {
	border-bottom: 1px solid #fff;
}

.t_clinic_table :is(th, td) {
	border-top: 1px solid #fff;
	padding: 3vw 0;
}

.t_clinic_table th {
	width: 25vw;
	letter-spacing: 0.2em;
}

.t_clinic_table .tel_link a {
	color: #fff;
}

.t_clinic_btn {
	margin-top: 8vw;
}

.t_clinic .m_table_clinic {
	margin-top: 8vw;
}


.m_table_clinic_hosoku {
	margin-top: 4vw;
	text-indent: -1.73em;
	padding-left: 1.73em;
	line-height: 1.6;
	font-size: 1.4rem;
}

.m_table_clinic_hosoku+.m_table_clinic_hosoku {
	margin-top: 0.5vw;
}

.t_clinic_btn02 {
	margin-top: 4vw;
}

.m_table_clinic_hosoku02 {
	display: grid;
	gap: 3vw;
	margin-top: 5vw;
}

.m_table_clinic_hosoku02 dt {
	color: var(--green02);
	font-size: 1.8rem;
}

.m_table_clinic_hosoku02 dd {
	margin-top: 0.3vw;
}

.m_table_clinic_hosoku02 ul {
	display: grid;
	gap: 1vw;
}

.m_table_clinic_hosoku02 ul li {
	padding-left: 1.4em;
	position: relative;
}

.m_table_clinic_hosoku02 ul li:before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_other
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_other {

	margin-top: -19vw;
}

.t_other .img_bg_block {

	padding: 0;
}

.t_other_block {
	background: #fff;
	border-radius: 6vw;
	padding: 9vw 6vw;
	box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
	display: grid;
	gap: 9vw;
}

.t_other_item_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5vw;
}

.t_other_item_head a {
	text-decoration: none;
	position: relative;
	width: 23vw;
	height: 8vw;
	font-family: var(--font-en);
	padding: 2.9vw 2.4vw 1vw 1vw;
	line-height: 1;
	border: 1px solid var(--main-color);
	border-radius: 5rem;
	text-align: center;
}

.t_other_item_head a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 3vw;
	height: 1px;
	z-index: 1;
	transform: translateY(-50%);
	background: var(--green01);
}

.t_other_ttl {
	line-height: 1;
	font-family: var(--font-en);
	font-size: 2.8rem;
	color: #9c8169;
	position: relative;
	top: 1.8vw;
}

.t_other_ttl::first-letter {
	color: var(--green01);
}

.t_other_insta #sb_instagram {
	padding: 0 !important;
}

.t_other_insta #sbi_images {
	padding: 0 !important;
}



/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_recruit
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_recruit_img {
	height: 41vw;
	width: 50%;
}

.t_recruit_imgs02,
.t_recruit_imgs01 {
	display: flex;
}

.t_recruit_block {
	position: relative;
	isolation: isolate;
	background: var(--green02);
	color: #fff;
	margin: 0 -5vw;
	padding: 10vw 5vw;
}

.t_recruit_block:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
	background: #fff;
	opacity: 0.05;
}

.t_recruit_block:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
	background: #fff;
	opacity: 0.05;
}

.t_recruit_block_in:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color);
	-webkit-clip-path: polygon(100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 100%, 0 100%, 0 0);
	z-index: -1;
	background: #fff;
	opacity: 0.05;
}

.t_recruit_block_in:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--main-color);
	-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	z-index: -1;
	background: #fff;
	opacity: 0.05;
}


.t_recruit_ttl {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.t_recruit_ttl span {
	font-family: var(--font-en);
	line-height: 1;
	font-size: 3.5rem;
	letter-spacing: 0.05em;
	position: relative;
	top: 0.2em;
}

.t_recruit_ttl em {
	letter-spacing: 0.43em;
	padding-left: 0.43em;
	margin-top: 1vw;
}

.t_recruit_txt {

	margin-top: 6vw;
}

.t_recruit_txt p {
	letter-spacing: 0.05em;
}

.t_recruit_txt p+p {
	margin-top: 1em;
}

.t_recruit_btn {
	margin-top: 8vw;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_slider02
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_slider02 {
	margin-top: 0vw;
	margin-bottom: 13vw;
}