@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #1093D3;
	--color-primary-shade: #0b6794;
	--color-primary-tint: #2DAA9B;
	--color-secondary: #1093D3;
	--color-secondary-tint: #2DAA9B;
	--color-table-border: #EBEBEB;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #1093D3;
	--header-color-primary-shade: #0b6794;
	--header-color-primary-tint: #2DAA9B;
	/*------▼フッター設定▼------*/
	--footer-background: #E8F3F9;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	--font-family03: "Zen Kaku Gothic New", 'Noto Sans JP', sans-serif;
	--font-family04: "Roboto", 'Noto Sans JP', sans-serif;
	--font-family05: "Roboto Condensed", 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
	.ttl {
		&:is(.ttl--primary) {
			display: flex;
			flex-direction: column;
			position: relative;

			&:is(.txt_l) {
				&::after {
					margin-left: 0;
				}
			}

			.ttl--primary__en {
				font-family: var(--font-family04);
				font-size: min(calc(6.5rem + (1vw - 1.92rem) * 1.6181), 6.5rem);
				font-weight: 700;
				line-height: 1;
				letter-spacing: .15em;
				margin-bottom: .1em;
			}

			.ttl--primary__ja {
				font-family: var(--font-family03);
				font-size: var(--rem30);
				font-weight: 700;
				line-height: 1.4;
				letter-spacing: .02em;
			}

			&:is(.ttl--primary--mod-01) {
				.ttl--primary__ja {
					font-size: var(--rem36);
					font-weight: 500;
					letter-spacing: 0;
				}

				.ttl--primary__en {
					color: #3FBFB5;
					font-family: var(--font-family04);
					font-size: var(--rem20);
					font-weight: 500;
					letter-spacing: .2em;
				}

				&::after {
					display: none;
				}
			}
		}
	}

	/* h2のスタイル */
	.heading_mod-01 {
		font-size: var(--rem36);
		font-family: var(--font-family01);
		font-weight: 600;
		text-align: center;
		letter-spacing: .2rem;
		padding: 0;
		margin: var(--px120) auto var(--px50);

		&::after {
			content: '';
			position: relative;
			visibility: visible;
			display: block;
			width: 2.2em;
			height: 3px;
			background: var(--color-primary);
			margin: 0.6em auto 0;
		}
	}

	/* h3のスタイル */
	.heading_mod-02 {
		font-size: var(--rem24w);
		font-family: var(--font-family01);
		font-weight: 600;
		letter-spacing: .1rem;
		padding: 0 0 .4em;
		margin: var(--px60) auto var(--px20);
		border-bottom: 2px solid var(--color-primary);

		&::before,
		&::after {
			display: none;
		}
	}

	/* h3のスタイル 左にボーダー */
	.heading_mod-03 {
		font-size: var(--rem24w);
		font-weight: 600;
		font-family: var(--body-font-family);
		letter-spacing: .1rem;
		padding: 0 1rem 0.2rem;
		margin: var(--rem60) auto var(--rem30);
		border-left: 4px solid;
		border-bottom: none;

		&::before,
		&::after {
			display: none;
		}
	}

	/* h4のスタイル */
	.heading_mod-04 {
		position: relative;
		font-size: var(--rem18);
		font-family: var(--font-family01);
		font-weight: 600;
		padding: 0 0 0 1.2em;
		margin: var(--px40) auto var(--px24);
		border: none;

		&::before {
			content: '';
			position: absolute;
			width: .7em;
			height: 2px;
			background: var(--color-primary);
			top: .8em;
			left: 0;
		}

		&::after {
			display: none;
		}
	}

	.heading_mod-05 {
		font-size: var(--rem24w);
		font-weight: 500;
		letter-spacing: 0;
		padding: 0;
		margin-bottom: var(--rem48);
		border: none;

		&::before {
			display: none;
		}

		&::after {
			display: block;
			content: "";
			width: 0.125em;
			height: 1.25em;
			background: #3FBFB5;
			margin-top: .4em;
			margin-left: auto;
			margin-right: auto;
		}
	}

	.heading_mod-06 {
		font-size: var(--rem20w);
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: .05rem;
		padding: 0;
		margin: var(--rem60) auto var(--rem30);
		border-bottom: none;

		&::before {
			display: inline-block;
			content: "";
			width: .25em;
			height: 1em;
			background: #3FBFB5;
			margin-right: 9px;
			position: relative;
			top: 2px;
		}

		&::after {
			display: none;
		}
	}

	p {
		font-size: var(--rem18);
		line-height: 2;
	}

	.flexbox {
		&:is(.flexbox--ordinarily) {
			display: flex;
		}
	}

	.max-w {
		margin-left: auto;
		margin-right: auto;

		&:is(.leftSide) {
			margin-left: 0;
		}

		&:is(.rightSide) {
			margin-right: 0;
		}

		&:is(.max-w--750) {
			max-width: 750px;
		}

		&:is(.max-w--960) {
			max-width: 960px;
		}

		&:is(.max-w--1000) {
			max-width: 1000px;
		}

		&:is(.max-w--1240) {
			max-width: 1240px;
		}
	}

	.display {
		display: block;

		&:is(.display--inline) {
			display: inline;
		}

		&:is(.display--inlineBlock) {
			display: inline-block;
		}
	}

	.none-style {
		padding: 0;
		border: 0;

		&::before,
		&::after {
			display: none;
		}
	}

	.ffs-on {
		font-feature-settings: 'palt' on;
	}

	.ffs-off {
		font-feature-settings: 'palt' off;
	}

	.ff-01 {
		font-family: var(--font-family01) !important;
	}

	.ff-02 {
		font-family: var(--font-family02) !important;
	}

	.ff-03 {
		font-family: var(--font-family03) !important;
	}

	.ff-04 {
		font-family: var(--font-family04) !important;
	}

	.ff-05 {
		font-family: var(--font-family05) !important;
	}

	.fsz-12 {
		font-size: var(--rem12);
	}

	.fsz-14 {
		font-size: var(--rem14);
	}

	.fsz-16 {
		font-size: var(--rem16);
	}

	.fsz-18 {
		font-size: var(--rem18);
	}

	.fsz-20 {
		font-size: var(--rem20);
	}

	.fsz-24 {
		font-size: var(--rem24);
	}

	.fsz-28 {
		font-size: var(--rem28);
	}

	.fsz-30 {
		font-size: var(--rem30);
	}

	.fsz-36 {
		font-size: var(--rem36);
	}

	.fsz-40 {
		font-size: var(--rem40);
	}

	.fsz-48 {
		font-size: var(--rem48);
	}

	.fsz-60 {
		font-size: var(--rem60);
	}

	.fsz-72 {
		font-size: var(--rem72);
	}

	.fsz-80 {
		font-size: var(--rem80);
	}

	.fsz-120 {
		font-size: var(--rem120);
	}

	.fw-100 {
		font-weight: 100 !important;
	}

	.fw-200 {
		font-weight: 200 !important;
	}

	.fw-300 {
		font-weight: 300 !important;
	}

	.fw-400 {
		font-weight: 400 !important;
	}

	.fw-500 {
		font-weight: 500 !important;
	}

	.fw-600 {
		font-weight: 600 !important;
	}

	.fw-700 {
		font-weight: 700 !important;
	}

	.fw-800 {
		font-weight: 800 !important;
	}

	.fw-900 {
		font-weight: 900 !important;
	}

	.lh-mod-01 {
		line-height: 1 !important;
	}

	.lh-mod-02 {
		line-height: 1.1 !important;
	}

	.lh-mod-03 {
		line-height: 1.2 !important;
	}

	.lh-mod-04 {
		line-height: 1.3 !important;
	}

	.lh-mod-05 {
		line-height: 1.4 !important;
	}

	.lh-mod-06 {
		line-height: 1.5 !important;
	}

	.lh-mod-07 {
		line-height: 1.6 !important;
	}

	.lh-mod-08 {
		line-height: 1.7 !important;
	}

	.lh-mod-09 {
		line-height: 1.8 !important;
	}

	.lh-mod-10 {
		line-height: 1.9 !important;
	}

	.lh-mod-11 {
		line-height: 2 !important;
	}

	.lh-mod-12 {
		line-height: 2.4 !important;
	}

	.ls-mod-01 {
		letter-spacing: 0 !important;
	}

	.ls-mod-02 {
		letter-spacing: .1em !important;
	}

	.ls-mod-03 {
		letter-spacing: .05em !important;
	}

	.ls-mod-04 {
		letter-spacing: .02em !important;
	}

	.ls-mod-05 {
		letter-spacing: .2em !important;
	}

	.color-common {
		color: var(--color-font);
	}

	.color-primary {
		color: var(--color-primary);
	}

	.color-primary-shade {
		color: var(--color-primary-shade);
	}

	.color-primary-tint {
		color: var(--color-primary-tint);
	}

	.color-secondary {
		color: var(--color-secondary);
	}

	.color-white {
		color: #fff;
	}

	.color-black {
		color: #000;
	}

	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}

	.d-inline {
		display: inline;
	}

	.d-inline-b {
		display: inline-block;
	}

	.d-block {
		display: block;
	}

	.ml-12 {
		margin-left: var(--rem12);
	}

	.ml-14 {
		margin-left: var(--rem14);
	}

	.ml-16 {
		margin-left: var(--rem16);
	}

	.ml-18 {
		margin-left: var(--rem18);
	}

	.ml-20 {
		margin-left: var(--rem20);
	}

	.ml-24 {
		margin-left: var(--rem24);
	}

	.mr-12 {
		margin-right: var(--rem12);
	}

	.mr-14 {
		margin-right: var(--rem14);
	}

	.mr-16 {
		margin-right: var(--rem16);
	}

	.mr-18 {
		margin-right: var(--rem18);
	}

	.mr-20 {
		margin-right: var(--rem20);
	}

	.mr-24 {
		margin-right: var(--rem24);
	}

	.m-inline-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.m-inline-none {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.aspect_img-01 {
	aspect-ratio: 350 / 360;

	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.max_w800 {
	max-width: 800px;
}

.bg-color-01 {
	background: #E8F3F9;
}

@media print,
screen and (max-width: 414px) {
	.post .fsz-sp-min {
		font-size: 1.6rem !important;
	}
}

.list {
	&:is(.list--check) {
		&>li {
			display: flex;
			align-items: baseline;
			column-gap: var(--px16);

			&::before {
				display: inline-block;
				content: "";
				aspect-ratio: 1 / 1;
				width: var(--px24);
				height: auto;
				background: url(/wp-content/uploads/ico_check_01.png.webp) no-repeat center / contain;
				position: relative;
				top: .3em;
			}
		}
	}
}

.box {
	padding: var(--rem30) var(--px30);

	&:is(.box--border) {
		border: 1px solid #3FBFB5;
	}
}

.link {
	&:is(.link--underLine) {
		text-decoration: underline;

		&:hover {
			text-decoration: none;
		}
	}

	&:is(.link--external) {
		&::after {
			display: inline-block;
			content: "";
			aspect-ratio: 1 / 1;
			width: var(--px16);
			height: auto;
			margin-left: .1em;
			margin-right: .4em;
			background: url(/wp-content/uploads/icon_check_01.png.webp) no-repeat center / contain;
			position: relative;
			top: 1px;
		}
	}
}

.flexbox {
	&:is(.flexbox--permanently) {
		display: flex;
	}
}

@media print,
screen and (max-width: 768px) {
	.flexbox {
		&:is(.flexbox--permanently) {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
	}
}

.ai_base {
	align-items: baseline;
}

.fit {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.br_mod-01 {
	display: none;
}

.br_mod-02 {
	display: block;
}

.br_mod-03 {
	display: none;
}

@media print,
screen and (max-width: 1080px) {
	.br_mod-03 {
		display: block;
	}
}

@media print,
screen and (max-width: 768px) {
	.br_mod-03 {
		display: none;
	}
}

@media print,
screen and (max-width: 414px) {
	.br_mod-01 {
		display: block;
	}

	.br_mod-02 {
		display: none;
	}
}

/**/
.bg_wide {
	position: relative;
}

.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}

.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box_w2_sp.rev {
	flex-direction: row-reverse;
}

.box_w2_sp.vtop {
	align-items: flex-start;
}

.box_w2_sp.vcen {
	align-items: center;
}

.box_w2_sp.vbtm {
	align-items: flex-end;
}

.box_pad {
	padding: 20px;
	box-sizing: border-box;
}

.box_w2 .column2_50:not(.cen) {
	text-align: left;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	.bg_fix::before {
		background-attachment: fixed !important;
	}

	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.box_w2.rev {
		flex-direction: row-reverse;
	}

	.box_w2.vtop {
		align-items: flex-start;
	}

	.box_w2.vcen {
		align-items: center;
	}

	.box_w2.vbtm {
		align-items: flex-end;
	}

	.box_pad {
		padding: 30px;
	}

	.box_w2 .column3_33 {
		width: 32%;
	}

	.box_w2 .column2_50 {
		width: 48.5%;
	}

	.box_w2 .column2_60 {
		width: 57%;
	}

	.box_w2 .column2_70 {
		width: 67%;
	}

	.box_w2 .column2_80 {
		width: 77%;
	}
}

@media print,
screen and (min-width:769px) {

	/* PCのみ */
	.box_pad {
		padding: 50px;
	}
}

/**/
.box_w2 .column3_33 img,
.box_w2 .column2_30 img,
.box_w2 .column2_40 img,
.box_w2 .column2_50 img {
	max-width: 100%;
}

/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.w600,
.w800,
.w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}

.w800 {
	width: 800px;
}

.w900 {
	width: 900px;
}

/**/

.fw_contents {
	margin-top: 0;
	margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
	padding: 0;
}

/* アンカーリンク 遷移後の表示位置調整 */
.anchor_link {
	&::before {
		padding-top: 120px;
		margin-top: -120px;
	}
}

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
	position: relative;
	background: url(/wp-content/uploads/top_about_01.jpg.webp) no-repeat center / cover;
	padding: min(calc(15rem + (1vw - 1.92rem) * 3.2362), 15rem) 0;
}

.fullwide01_wrap {
	background: rgba(255, 255, 255, .74);
	max-width: 1240px;
	width: 94%;
	margin: 0 auto;
	padding: var(--px100) var(--px40);
	display: flex;
	justify-content: center;
	align-items: center;
}

.fullwide01_inner {
	max-width: 960px;
}

@media print,
screen and (max-width: 768px) {
	.fullwide01_wrap {
		padding: var(--px80) 5%;
	}
}

/*-----------------------------
column_06
------------------------------*/
.sec01 {
	background: #f1f1f1;
}

.toptxtarea {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.column06 {
	position: relative;
	margin: var(--px60) 0 0;
}

.column06_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
	z-index: 20;

	&:is(.bg-mod-01) {
		background: linear-gradient(to bottom, transparent 50%, #E8F3F9 50%);
	}

	&:is(.bg-mod-02) {
		background: #E8F3F9;
		padding-top: min(calc(15rem + (1vw - 1.92rem) * 3.2362), 15rem);
		padding-bottom: min(calc(15rem + (1vw - 1.92rem) * 3.2362), 15rem);
	}
}

.column06 .imgarea {
	position: relative;
	aspect-ratio: 1340 / 760;
	overflow: hidden;
	width: 69%;
}

.column06 .imgarea img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.column06 .txtarea {
	position: relative;
	width: 44%;
	display: flex;
	align-items: center;
	justify-content: center;
	;
	background: #fff;
	padding: var(--px80);
	margin: 0 auto 0 -13%;
	z-index: 10;
}

.column06 .txtarea .txtinner {
	max-width: 675px;
	width: 100%;
}

.column06_wrap+.column06_wrap {
	margin-top: var(--px80);
}

@media print,
screen and (min-width: 1024px) {

	/*左右反転*/
	.column06_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.column06_wrap.rev .txtarea {
		margin: 0 -13% 0 auto;
	}
}

@media print,
screen and (max-width: 1023px) {
	.column06_wrap.rev {
		flex-direction: row;
	}

	.column06 .imgarea,
	.column06 .txtarea {
		width: 90%;
	}

	.column06 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}

@media print,
screen and (max-width: 768px) {
	.column06 .txtarea {
		padding: var(--px80) var(--px80);
	}
}

/*---------txtstyle-----------*/
.post .txtstyle04,
.txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
	line-height: 1.4;
	padding: 0;

	&::before,
	&::after {
		display: none;
	}
}

.post .column06 .txtstyle04,
.column06 .txtstyle04 {
	font-size: min(calc(4.5rem + (1vw - 1.92rem) * 0.6472), 4.5rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

@media print,
screen and (max-width: 1080px) {

	.post .column06 .txtstyle04,
	.column06 .txtstyle04 {
		font-size: var(--rem36);
	}
}

@media print,
screen and (max-width: 768px) {

	.post .column06 .txtstyle04,
	.column06 .txtstyle04 {
		font-size: min(calc(4.5rem + (1vw - 1.92rem) * 0.6472), 4.5rem);
	}
}

@media print,
screen and (max-width: 560px) {

	.post .column06 .txtstyle04,
	.column06 .txtstyle04 {
		font-size: var(--rem36);
	}
}

.post .column06 .txtstyle04:after,
.column06 .txtstyle04:after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: var(--px80);
	height: 3px;
	background: var(--color-primary);
	margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
card
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.card01_wrap {
	position: relative;
	margin: var(--px60) 0 0;
}

.card01_inner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.card01_list>li {
	position: relative;
	background: transparent;
}

.card01_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 390 / 276;
	overflow: hidden;
	line-height: 0;
}

.card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card01_list .txtarea {
	padding: var(--rem20) var(--px30) var(--rem30) var(--px30);
	line-height: 1.6;
	text-align: left;

	.linkBtn {
		font-size: var(--rem16) !important;
		max-width: 240px !important;
		padding: 10px 30px 10px 10px !important;
	}
}

/*--カラムリスト--------------------------------------------*/
/*---------col03-----------*/
.post .col3_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 3.5%;
	row-gap: var(--rem120);
	/* flex-flow: row-reverse wrap-reverse;
    justify-content: center; */
}

.post .col3_list>li {
	display: flex;
	flex-direction: column;
	width: 31%;
	margin-bottom: 0;
	background: #fff;

	.txtarea {
		display: flex;
		flex-direction: column;
		flex-grow: 1;

		&>p {
			font-family: var(--font-family03);
			font-size: var(--rem16);
			font-weight: 500;
			line-height: 1.5;
		}

		&>div {
			display: flex;
			justify-content: flex-end;
			flex-direction: column;
			flex-grow: 1;
		}
	}
}

.post .col3_list::before {
	content: "";
	display: none;
	width: 32%;
	height: 0;
	order: 1;
}

.post .col3_list:after {
	content: "";
	display: none;
	width: 32%;
	height: 0;
}

@media print,
screen and (max-width: 768px) {
	.post .col3_list>li {
		width: 48.25%;
	}

	.post .col3_list::before,
	.post .col3_list:after {
		content: none;
	}
}

@media print,
screen and (max-width: 414px) {
	.post .col3_list>li {
		width: 100%;
	}

	.post .col3_list>li:last-child {
		margin-bottom: 0;
	}
}

/*---------txtstyle02 -----------*/

.post .txtstyle02,
.txtstyle02 {
	font-size: var(--rem36);
	font-weight: 600;
	margin: var(--rem36) auto;
	background: transparent;
	line-height: 1.4;
	letter-spacing: 0;
	padding: 0;
	border: none;

	&::before,
	&::after {
		display: none;
	}
}

.post .txtstyle02:before,
.post .txtstyle02:after,
.txtstyle02:before,
.txtstyle02:after {
	content: none;
}

.post .card01_list .txtstyle02,
.card01_list .txtstyle02 {
	min-height: 3em;
	display: grid;
	place-content: center;
	font-size: var(--rem20);
	font-weight: 900;
	margin: 0 0 1rem;
}

/*--------------------------------------------------
	リンクボタン
--------------------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn {
	font-size: var(--rem18);
	font-weight: 700;
	border-radius: 0;

	&::after {
		width: 8px;
		height: 8px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	&:is(.linkBtn--mod-01) {
		max-width: 280px;
		color: var(--color-font);
		font-size: var(--rem24w);
		font-weight: 700;
		padding: 12px 30px 12px 10px;
		border: 1px solid var(--color-font);
		background: transparent;

		&::after {
			content: "\f35a";
			font-family: 'FontAwesome';
			font-size: var(--rem20w);
			font-weight: 400;
			width: auto;
			height: auto;
			border: none;
			margin-top: 1px;
			top: 50%;
			right: 22px;
			transform: translateY(-50%);
		}

		&:hover {
			color: #fff;
			background: var(--color-primary);
			border-color: var(--color-primary);
		}
	}

	&:is(.linkBtn--large) {
		max-width: 450px;
		background: #3FBFB5;

		&:hover {
			background: #79d2cb;
		}
	}

	&:is(.linkBtn--fit) {
		letter-spacing: .05em;
		max-width: unset;
		width: fit-content;
		background: #3FBFB5;
		padding: 20px 60px 20px 30px;

		&:hover {
			background: #79d2cb;
		}
	}
}

div:has(.linkBtn) {
	&:is(.txt_l) {
		.linkBtn {
			margin-left: 0;
		}
	}

	&:is(.txt_r) {
		.linkBtn {
			margin-right: 0;
		}
	}
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print,
screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}

	#header .logo {
		padding: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) min(calc(20px + (1vw - 19.2px) * 1.1161), 20px) min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) var(--px30);
	}

	#header .logo img {
		width: 100%;
		max-width: 127px;
		max-height: var(--px30);
	}

	nav#mainNav ul li a {
		font-family: var(--font-family03);
		font-size: var(--rem18);
		font-weight: 700;
		letter-spacing: .06em;
	}

	#header ul.header__contact li:first-child {
		padding: var(--rem16) 0;
	}

	#header a.head_btn {
		font-family: var(--font-family03);
		background: #3FBFB5;
		padding-left: var(--px30);
		padding-right: var(--px30);

		&:hover {
			background-color: var(--color-primary);
		}
	}

	#header a.head_btn.tel_btn {
		color: var(--header-color-font);
		border-left: 1px solid #333;
		background: transparent;

		&:hover {
			color: var(--header-color-primary);
		}

		.tel_btn__info {
			font-family: var(--font-family03);
			font-weight: 700;

			.note {
				b {
					font-weight: 700;
				}
			}
		}
	}

	#header a.head_btn.tel_btn::before {
		display: none;
	}

	#header a.head_btn .tel_btn__num::before {
		content: '\f095';
		position: relative;
		top: 2px;
		display: block;
		font-family: 'FontAwesome';
		font-size: var(--rem18);
		font-weight: 400;
		line-height: 1;
		margin-bottom: .1em;
	}

	#header a.head_btn .tel_btn__num {
		display: flex;
		align-items: center;
		column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
		font-size: var(--rem24);
		font-weight: 500;
		margin-bottom: 3px;
	}

	#header a.head_btn.mail_btn {
		font-family: var(--font-family04);
		font-size: var(--rem18);
		letter-spacing: .1em;
		align-items: center;
		padding-left: var(--rem36);
		padding-right: var(--rem36);

		&::before {
			font-size: var(--rem20);
			margin-bottom: .5em;
			margin-top: .5em;
		}
	}

	nav#mainNav ul li:has(> .sub-menu) {
		&:hover {
			background: var(--color-primary);

			a b {
				color: #fff;
			}
		}
	}

	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		font-weight: 700;
	}

	nav#mainNav ul li.current-menu-item a b,
	nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-font);
	}

	nav#mainNav ul li a:hover {
		background: transparent;

		b {
			color: var(--color-primary);
		}
	}

	nav#mainNav ul li.current-menu-item a:hover b,
	nav#mainNav ul li.current-menu-parent a:hover b {
		color: var(--color-primary);
	}

	nav#mainNav ul li.current-menu-item a {
		background: transparent;
	}

	body:not(.home) {

		nav#mainNav ul li.current-menu-item a b,
		nav#mainNav ul li.current-menu-parent a b {
			color: var(--header-color-primary);
		}

		nav#mainNav ul li.current-menu-item:hover a b,
		nav#mainNav ul li.current-menu-parent a:hover b {
			color: var(--color-primary);
		}
	}

	nav#mainNav ul li:hover {

		&>a,
		&>b {
			color: var(--color-primary);
		}
	}

	nav#mainNav ul li:hover ul.sub-menu {
		background: #fff;
	}
}

/*------ヘッダー　レスポンシブ
--------------------------------------------*/

@media screen and (max-width: 1400px) {

	nav#mainNav ul,
	#header .header__nav-contact {
		flex-shrink: 0;
	}

	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		font-size: 1.4rem;
	}

	#header a.head_btn.mail_btn {
		font-size: 1.4rem;
		padding-left: var(--rem20);
		padding-right: var(--rem20);
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	#header a.head_btn.sns_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	}
}

@media print,
screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}

	#header a.headBtn::before {
		margin-right: 0;
	}
}

@media print,
screen and (max-width: 1023px) {

	#header-upper .header__socialicon,
	#header .sticky-logo,
	#header ul.header__contact {
		display: none;
	}

	#header h1,
	#header .description,
	#header-upper h1,
	#header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}

@media screen and (max-width: 1023px) {

	nav#mainNav ul li ul.sub-menu li a,
	nav#mainNav ul li ul.sub-menu li a:hover,
	nav#mainNav ul li ul.sub-menu li.current-menu-item a,
	nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		color: #4d4d4d;
		font-size: 1.4rem;
	}

	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		font-size: var(--rem16);
	}

	/* nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	} */
	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item li a {
		padding: 15px 10px;
	}

	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a {
		padding-left: 43px;
	}
}

@media screen and (max-width: 1023px) {

	#thumbImg,
	header#h1Header {
		width: 100%;
		aspect-ratio: 1920 / 500;
	}
}




.spmenu #menu p {
	width: 100%;
}

@media print,
screen and (min-width: 1024px) {
	nav#mainNav ul li:hover {

		&>a,
		&>b {
			color: var(--color-primary);
		}
	}

	nav#mainNav ul li:hover ul.sub-menu {
		background: #fff;
	}
}

#header #mainNav .sp-nav-block {
	display: none;
}

@media screen and (max-width: 1023px) {
	#header #mainNav .sp-nav-block {
		display: block;
	}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
/*--------------------------------------------
FOOTER01
--------------------------------------------*/

/* ----全体LAYOUT調整----*/

.footer__inner {
	width: 94%;
	margin: 0 auto;
	padding-bottom: var(--rem48);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 5%;
	border-bottom: solid 1px;
}

@media print,
screen and (max-width: 768px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* ----------------------------
right
----------------------------*/

#footer .footnav ul {
	justify-content: flex-end;
}

@media print,
screen and (max-width: 768px) {
	#footer .footnav ul {
		justify-content: center;
		margin-top: var(--px40);
	}
}

/*footer navi ico*/

#footer .footnav ul>li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 25px;
	/* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}

#footer .footnav ul>li::before {
	left: 0;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	margin-top: 0;
	background: transparent;
}

#footer .footnav ul>li::after {
	content: none;
}

/* ----------------------------
left
----------------------------*/

#footer .footer__logo:not(:last-child) {
	margin: 0;
	text-align: left;
}

.leftarea .logoare {
	display: flex;
	flex-direction: column;
	gap: var(--px14);
	line-height: 1;
	margin-left: var(--px50);
}

@media print,
screen and (max-width: 768px) {
	.leftarea .logoare {
		margin-left: 0;
	}
}

.footer__catchphrase {
	line-height: 1.2;
	text-align: left;
}

@media print,
screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}

	.footer__catchphrase {
		text-align: center;
	}
}

/* ----------------------------
SNSアイコン
----------------------------*/

/*LAYOUT調整*/

#footer .socialicon ul,
.socialicon ul {
	-webkit-box-pack: start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	gap: 10px;
}

#footer .socialicon ul li,
.socialicon ul li {
	padding: 0;
}

@media print,
screen and (max-width: 768px) {

	#footer .socialicon ul,
	.socialicon ul {
		justify-content: center;
	}
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before,
#footer .socialicon .fa-twitter:before,
#footer .socialicon .fa-youtube:before,
#footer .socialicon .fa-instagram:before,
#footer .socialicon .fa-x-twitter:before,
#footer .socialicon .fa-line:before,
#footer .socialicon .fa-tiktok:before {
	font-size: var(--rem24);
}




#footer {
	padding: var(--px80) 0 var(--px40);

	.footer__logo img {
		width: 100%;
		max-width: 159px;
		max-height: var(--px40);
	}

	.footer__logo:not(:last-child) {
		text-align: center;
		margin-bottom: 0;
	}

	.footnav:not(:last-child) {
		margin-bottom: 0;
	}

	.footer__catchphrase,
	.socialicon {
		display: none;
	}
}

#copyright {
	background: transparent;
	margin-top: var(--rem60);
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home,
.page-id-21,
.page-id-17,
.page-id-19 {
	.cta {
		display: none !important;
	}
}

/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
	background: url(/wp-content/uploads/cta_bg_01.jpg.webp) no-repeat center / cover;
	padding: var(--rem120) 0;
	position: relative;
	z-index: 0;

	.ttl {
		&:is(.ttl--primary) {
			display: flex;
			flex-direction: column;
			position: relative;

			&::after {
				background: #fff;
			}

			.ttl--primary__en {
				font-family: var(--font-family05);
				font-size: var(--rem72);
				font-weight: 700;
				line-height: 1;
				letter-spacing: .1em;
				margin-bottom: 0;
			}

			.ttl--primary__ja {
				font-family: var(--font-family03);
				font-size: var(--rem30);
				font-weight: 700;
				line-height: 1.4;
				letter-spacing: .02em;
				margin-bottom: .2em;
			}
		}
	}

	.color-common {
		color: var(--color-font);
	}

	.color-primary {
		color: var(--color-primary);
	}

	.color-primary-shade {
		color: var(--color-primary-shade);
	}

	.color-primary-tint {
		color: var(--color-primary-tint);
	}

	.color-secondary {
		color: var(--color-secondary);
	}

	.color-white {
		color: #fff;
	}

	.color-black {
		color: #000;
	}

	.cta-copy {
		font-family: var(--font-family03);
		font-size: var(--rem30);
		font-weight: 700;
		letter-spacing: .02em;
	}
}

@media print,
screen and (max-width: 768px) {
	.cta01 .cta-copy {
		font-size: var(--rem24);
	}
}

.cta01 .cta01_wrap {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	padding: 0 var(--px40);
}

.cta01 .ctabtnlist {
	justify-content: space-between;
	max-width: 1240px;
	margin: var(--px40) auto 0 auto;
}

.cta01 .ctabtnlist li {
	width: 50%;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: flex;
}

.cta01 a.item {
	font-family: var(--font-family03);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: var(--px30) 0;
	text-align: center;
	box-sizing: border-box;
	color: #111;
	border-radius: 0;
	transition: all ease .15s;
}

.cta01 a.item:hover {
	opacity: 0.8;
}

@media print,
screen and (max-width: 768px) {

	.cta01 .ctabtnlist li,
	.cta01 .ctabtnlist a.item {
		width: 100%;
	}

	.cta01 .ctabtnlist li+li {
		margin-top: 1rem;
	}
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
	display: block;
	font-weight: 700;
	margin-bottom: 1rem;
}

.cta01 .infotxt {
	font-size: var(--rem16);
	font-weight: 700;

	.note,
	b {
		font-size: var(--rem16);
		font-weight: 700;
	}
}

/*電話ボタン*/

.cta01 .telnum {
	font-size: var(--rem36);
	font-weight: 700;
	margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
}

.cta01 a.telbtn {
	background: var(--color-primary);
	color: #fff;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}

.cta01 a.mailbtn {
	background: var(--color-primary-tint);
	color: #fff;
}

/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
}

.cta01 .telnum::before {
	content: '\f3cd';
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
#mainImg {
	display: none !important;
}

.home,
#editor-style {
	#wrapper {
		max-width: 1600px;
		width: 90%;
	}

	/* CONTENT01 */
	#top_about {
		.ttl.ttl--primary {
			.ttl--primary__en {
				font-size: var(--rem72);
			}
		}
	}

	/* CONTENT02 */
	#top_info {
		&.bg_wide::before {
			background: url(/wp-content/uploads/top_bg_01.jpg.webp) no-repeat center / cover;
		}

		.front_contents {
			padding-bottom: min(calc(15rem + (1vw - 1.92rem) * 3.2362), 15rem);
		}
	}

	/* CONTENT03 */
	#top_plan {
		.front_contents {
			padding-bottom: 0;
		}
	}

	/* loopslide */
	#loopSlide {
		padding: calc(var(--rem120) + var(--rem60)) 0 calc(var(--rem120));
	}
}

.home,
.page-id-21,
.page-id-17,
.page-id-19 {
	.page-message {
		display: none !important;
	}
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {

	#thumbImg::before,
	header#h1Header::before {
		display: none;
	}

	h1.title,
	.post h1,
	header#h1Header h1.title {
		color: #fff;
		font-size: var(--rem48);
		font-family: var(--font-family04);
		font-weight: 500;
		letter-spacing: 0;
	}

	&:is(.single) {
		h1.title {
			color: var(--color-font);
		}
	}

	#content {
		&:has(.widecolor.lastSection) {
			padding-bottom: 0;
		}
	}

	p {
		font-size: var(--rem18);
		line-height: 1.8;
	}

	&.post,
	.post {
		.table {
			&:is(.table--mod-01) {
				border: none;

				tr:first-child {

					th,
					td {
						border-top: none;
					}
				}

				tr:last-child {

					th,
					td {
						border-bottom: 1px solid #9C9C9C;
					}
				}

				th,
				td {
					color: var(--color-font);
					font-size: var(--rem18);
					font-weight: 400;
					line-height: 1.8;
					letter-spacing: .05em;
					vertical-align: middle;
					padding: var(--rem14) var(--px24);
					background: #E8FFFD;
					border-color: #9C9C9C;
					border-left: none;
					border-right: none;
				}

				th {
					width: 50%;
					text-align: left;
				}

				td {
					text-align: right;
				}
			}

			&:is(.caption-right) {
				caption {
					text-align: right;
				}
			}

			&:is(.caption-center) {
				caption {
					text-align: center;
				}
			}

			&:is(.caption-bottom) {
				caption-side: bottom;
			}
		}

		table {

			th,
			td {
				font-size: var(--rem16);
				line-height: 1.7;
				padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--px24);
			}

			th {
				color: #fff;
				font-weight: 700;
				background: var(--color-primary);
			}
		}

		.w-fit {
			width: fit-content;
			margin-left: auto;
			margin-right: auto;
		}

		.googlemap {
			padding-bottom: 35%;
		}
	}
}

@media screen and (max-width: 768px) {
	body:not(.home) {

		&.post,
		.post {
			.googlemap {
				padding-bottom: 45%;
			}
		}
	}
}

@media screen and (max-width: 640px) {
	body:not(.home) {

		&.post,
		.post {
			.table {
				&:is(.table--mod-01) {
					tr:last-child {
						th {
							border-bottom: none;
						}
					}

					th {
						width: 100%;
						border-bottom: none;
						padding-bottom: 0;
					}

					td {
						text-align: left;
						border-top: none;
						padding-top: .1em;
					}
				}
			}
		}
	}
}

/* 固定ページ下部メッセージ */
.max-w {
	margin-left: auto;
	margin-right: auto;

	&:is(.leftSide) {
		margin-left: 0;
	}

	&:is(.rightSide) {
		margin-right: 0;
	}

	&:is(.max-w--750) {
		max-width: 750px;
	}

	&:is(.max-w--960) {
		max-width: 960px;
	}

	&:is(.max-w--1000) {
		max-width: 1000px;
	}

	&:is(.max-w--1240) {
		max-width: 1240px;
	}
}

.fsz-20 {
	font-size: var(--rem20);
}

.fw-700 {
	font-weight: 700 !important;
}

.ls-mod-05 {
	letter-spacing: .2em !important;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
	/* 120-80px (1920-375) */
	background: #fafafa;
}

/*--幅フル100%--------------------------------------------*/

.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
				th {
					width: 35%;
				}

				.va-middle {
					vertical-align: middle;
				}
			}

			.subimitarea {
				.linkBtn {
					margin-left: auto;
					margin-right: auto;
					padding: 0;

					&::after {
						display: none;
					}

					input[type="submit"] {
						font-weight: 700;
						padding: 20px 35px;
					}
				}
			}

			.v-align-top {
				vertical-align: top;
			}

			.must {
				background: #DC143C;
			}
		}
	}
}

.privacy-acceptance {
	.wpcf7-form-control-wrap {
		display: inline;
	}
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.wpcf7-form .wpcf7-date {
		text-align: left;
		appearance: none;
		min-width: 100%;
		height: 30px;
	}

	input[type="date"]::-webkit-date-and-time-value {
		text-align: left;
	}
}


/* Googleカレンダーのレスポンシブ対応 */
.googleCalendar {
	text-align: center;
}


.googleCalendar iframe {
	width: 100%;
	max-width: 800px;
	height: 400px;
}


/* パソコン・タブレット用（768px以上） */
@media (min-width: 768px) {
	.googleCalendar iframe {
		height: 600px;
	}
}

.ai_start {
	align-items: flex-start;
}