@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #18776F;
	--color-primary-shade: #11534e;
	--color-primary-tint: #D0F0ED;
	--color-secondary: #18776F;
	--color-secondary-tint: #D0F0ED;
	--color-table-border: #AAA;
	--body-font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.1294), 1.8rem);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #18776F;
	--header-color-primary-shade: #11534e;
	--header-color-primary-tint: #D0F0ED;
	/*------▼フッター設定▼------*/
	--footer-background: #EBEBEB;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	--font-family03: "Poppins", 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
body.mobile {
	margin-top: 124px;
}
body.admin-bar.mobile #header {
    top: 46px;
}

a {
	color: var(--color-primary);
}
a:hover, a:active {
    color: var(--color-primary);
    text-decoration: underline;
}

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

.post .ttl:is(.ttl--primary)::after {
	display: none;
}

.post .ttl:is(.ttl--primary) .ttl--primary__en {
	font-family: var(--font-family03);
	font-size: var(--rem30);
	font-weight: 700;
	line-height: 1;
}

.post .ttl:is(.ttl--primary) .ttl--primary__ja {
	font-size: var(--rem48);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .3em;
}

.pctab_none {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .tab_none {
        display: none;
    }
	.pctab_none {
        display: inherit !important;
    }
}

.pc_none {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .pc_none {
        display: inherit !important;
    }
}

/* h1のスタイル */
.post h1 {
    margin: var(--px40w) auto var(--px30w);
}

/* h2のスタイル */
.post .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);
}

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

/* h3のスタイル */
.post h3 {
    font-size: var(--rem24);
    padding: 0 .1em .4em;
}
.post .heading_mod-02 {
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	line-height: 1.4;
	padding: 0 0 .5em;
	margin: var(--px60) auto calc(var(--px12) * 2);
	border: none;
	border-bottom: 1px solid var(--color-primary);
}

.post .heading_mod-02::before, .post .heading_mod-02::after {
	display: none;
}

.post .heading_mod-02:has(+ .linkList.linkList--disc-none) {
	margin-bottom: var(--rem18);
}

/* h3のスタイル 左にボーダー */
.post .heading_mod-03 {
	font-size: var(--rem24);
	font-weight: 700;
	font-family: var(--body-font-family);
	line-height: 1.4;
	padding: 0 0 .2rem .5em;
	margin: var(--rem48) auto var(--rem28);
	border-left: 8px solid var(--color-primary);
	border-bottom: none;
}

.post .heading_mod-03::before, .post .heading_mod-03::after {
	display: none;
}

.post .col3_list .heading_mod-03 {
    font-size: var(--rem20);
    margin: var(--rem48) auto var(--rem20);
}

/* h4のスタイル */
.post h4 {
    font-size: var(--rem20w)
}
.post .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;
}

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

.post .heading_mod-04::after {
	display: none;
}

.post .heading_mod-05 {
	font-size: var(--rem30);
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	padding: 0;
	border: none;
}

.post .heading_mod-05::after {
	display: block;
	content: "";
	width: 5.3em;
	height: 2px;
	background: var(--color-primary);
	margin: .8em auto 0;
}

.post p {
	line-height: 1.7;
}

.post ul {
    margin: 0 0 2.5rem 3.5rem;
}
.post .wpcf7 ul {
    margin: 0;
}

.post li {
    line-height: 1.5;
}
.post ol {
    margin: 0 0 0 3rem;
}
.post ol li {
    padding-left: .5rem;
}

body.home .post ul {
    margin: 0;
}

.post .link {
	color: var(--color-primary);
	line-height: 1.5;
}

.post .link:hover {
	text-decoration: underline;
}

.post .link:is(.link--underLine) {
	color: var(--color-font);
}

.post .link:is(.link--underLine):hover {
	text-decoration: none;
}

.post .list {
	line-height: 1.6;
}

.post .list li+li {
	margin-top: 0.5em;
}

.post .list.list--disc--common {
	list-style: none;
	margin: 0.1rem;
}

.post .list.list--disc--common li {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.post .list.list--disc--common li+li {
	margin-top: .3em;
}

.post .list.list--disc--common li::before {
	display: inline-block;
	content: "・";
	color: var(--color-primary);
}

.post .list.list--disc {
	list-style: none;
}

.post .list.list--disc li {
	display: flex;
	align-items: flex-start;
	line-height: 1.2;
	column-gap: .3em;
}

.post .list.list--disc li+li {
	margin-top: .3em;
}

.post .list.list--disc li::before {
	display: block;
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: var(--rem12);
	font-weight: 400;
	line-height: 1;
	padding-top: .35em;
}

.post .linkList {
	margin-left: 1.5rem;
	list-style: none;
}

.post .linkList:is(.linkList--disc-none) .linkList__item {
	display: block;
	padding-top: 1em;
}

.post .linkList:is(.linkList--disc-none) .linkList__item::before {
	display: none;
}

.post .linkList:is(.linkList--disc-none) .linkList__item+.linkList__item {
	margin-top: 0;
}

.post .linkList:is(.linkList--disc-none):has(.date) .linkList__item {
	display: flex;
	align-items: center;
}

@media print, screen and (max-width: 768px) {
	.post .linkList:is(.linkList--disc-none):has(.date) .linkList__item {
		align-items: flex-start;
		row-gap: .3em;
		flex-wrap: wrap;
	}
}

.post .linkList:is(.linkList--disc-none):has(.date) .linkList__item .date {
	color: var(--color-font);
	font-size: var(--rem20);
	line-height: 1.4;
	margin-right: var(--px24);
}

.post .linkList .linkList__item {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dotted var(--color-font);
	padding-bottom: 1em;
	position: relative;
	line-height: 1.4;
}

.post .linkList .linkList__item::before {
	display: inline-block;
	content: "・";
	color: var(--color-primary);
	font-size: var(--rem20);
	line-height: 1.4;
	padding-right: 0.5rem;
}

.post .linkList .linkList__item+.linkList__item {
	margin-top: 1em;
}

.post .linkList .linkList__item .linkList__link {
	color: var(--color-primary);
	font-size: var(--rem20w);
	line-height: 1.4;
}

.linkList__item .linkList__link::before {
    content: "\f0da";
    display: inline-block;
    color: #3e958a;
    font-family: "Font Awesome 6 Free";
    font-size: var(--rem16);
    font-weight: 900;
    font-variant: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    padding-right: 1rem;
}

.post .linkList:is(.linkList--disc-none):has(.date) .linkList__item .linkList__link::before {
    content: none;
}
.post .linkList .linkList__item:has(.linkList__link)::before {
    content: none;
}

.pdf_doc .linkList__item .linkList__link::before {
    content: "\f15c";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: var(--rem24);
    font-weight: 400;
    font-variant: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    padding-right: 1rem;
}

.post .linkList .linkList__item .linkList__link:hover {
	text-decoration: underline;
}

.post .informationList {
	display: flex;
	flex-wrap: wrap;
	gap: var(--px50);
	max-width: 1186px;
	margin-left: auto;
	margin-right: auto;
}

.post .informationList .informationList__item {
	width: calc((100% - var(--px50) * 2) / 3);
	/*min-height: calc(var(--px18) * 2 * 10);*/
}

@media print, screen and (max-width: 1023px) {
	.post .informationList .informationList__item {
		width: calc((100% - var(--px50)) / 2);
		min-height: unset;
	}
}

@media print, screen and (max-width: 599px) {
	.post .informationList .informationList__item {
		width: 100%;
	}
}

.post .informationList .informationList__item .informationList__link {
	display: block;
	height: 100%;
	background: #fff;
	border-radius: var(--px20);
	border: 5px solid var(--color-primary);
	padding: var(--rem30) var(--px30);
	box-shadow: 6px 6px 0 #00C2B1;
	position: relative;
	top: 0;
	transition: all .2s;
}

.post .informationList .informationList__item .informationList__link:active, .post .informationList .informationList__item .informationList__link:focus {
	background: #efefef;
	top: 6px;
	box-shadow: 0px 0px 0 #00C2B1;
}
@media print, screen and (min-width: 600px) {
	.post .informationList .informationList__item .informationList__link:hover {
        background: #efefef;
        top: 6px;
        box-shadow: 0px 0px 0 #00C2B1;
        text-decoration: none;
    }
}

.post .informationList .informationList__item .informationList__link:hover .informationList__figure img {
	opacity: 1;
	mix-blend-mode: darken;
}

.post .informationList .informationList__item .informationList__figure {
	text-align: center;
	padding-left: var(--px20);
	padding-right: var(--px20);
}

@media print, screen and (max-width: 599px) {
	.post .informationList .informationList__item .informationList__figure {
		display: none;
	}
}

.post .informationList .informationList__item .informationList__ttl {
	font-size: var(--rem24w);
	font-weight: 700;
	text-align: center;
	padding: 0 0 .3em 0;
	margin-bottom: var(--rem16);
	border-bottom: 1px solid var(--color-primary);
	position: relative;
}

@media print, screen and (max-width: 599px) {
	.post .informationList .informationList__item .informationList__ttl {
		display: flex;
		align-items: center;
		column-gap: 10px;
		text-align: left;
		padding: 0 0 .3em 6px;
	}

	.post .informationList .informationList__item .informationList__ttl::before {
		display: block;
		content: "";
		height: auto;
		position: relative;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_info)::before {
		aspect-ratio: 1 / 1;
		width: 1.4em;
		background: url(/wp-content/uploads/ico_info_02.png.webp) no-repeat center / contain;
		top: 1px;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_doc)::before {
		aspect-ratio: 97 / 125;
		width: 1.1em;
		background: url(/wp-content/uploads/ico_doc_02.png.webp) no-repeat center / contain;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_writing)::before {
		aspect-ratio: 121.63 / 112.71;
		width: 1.4em;
		background: url(/wp-content/uploads/ico_writing_02.png.webp) no-repeat center / contain;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_helmet)::before {
		aspect-ratio: 160.35 / 104.17;
		width: 1.5em;
		background: url(/wp-content/uploads/ico_helmet_02.png.webp) no-repeat center / contain;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_qa)::before {
		aspect-ratio: 143 / 133;
		width: 1.5em;
		background: url(/wp-content/uploads/ico_qa_02.png.webp) no-repeat center / contain;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_bill)::before {
		aspect-ratio: 133 / 133;
		width: 1.5em;
		background: url(/wp-content/uploads/ico_bill_02.png.webp) no-repeat center / contain;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_camera)::before {
		aspect-ratio: 137.61 / 105.19;
		width: 1.4em;
		background: url(/wp-content/uploads/ico_camera_02.png.webp) no-repeat center / contain;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_living)::before {
		aspect-ratio: 345 / 211;
		width: 1.8em;
		background: url(/wp-content/uploads/ico_living_02.png.webp) no-repeat center / contain;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_talk)::before {
		aspect-ratio: 133 / 133;
		width: 1.5em;
		background: url(/wp-content/uploads/ico_talk_02.png.webp) no-repeat center / contain;
	}

	.post .informationList .informationList__item .informationList__ttl:is(.sp-ico_people)::before {
		aspect-ratio: 182 / 91.69;
		width: 2em;
		background: url(/wp-content/uploads/ico_people_02.png.webp) no-repeat center / contain;
	}
}

.post .photoGallery .photoGallery__list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--rem24) var(--px40);
}

.post .photoGallery .photoGallery__item {
	width: calc((100% - var(--px40) * 3) / 4);
}

@media print, screen and (max-width: 1023px) {
	.post .photoGallery .photoGallery__item {
		width: calc((100% - var(--px40)) / 2);
	}
}

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

.post .photoGallery .photoGallery__figure {
	aspect-ratio: 3 / 2;
}

.post .photoGallery .photoGallery__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post .photoGallery .photoGallery__figure figcaption {
	font-size: var(--rem14);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	margin-top: var(--rem12);
}

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

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

.post .max-w:is(.leftSide) {
	margin-left: 0;
}

.post .max-w:is(.rightSide) {
	margin-right: 0;
}

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

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

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

.post .none-style::before, .post .none-style::after {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post .color-white {
	color: #fff;
}

.post .color-black {
	color: #000;
}

.post .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;
}

.post .d-inline {
	display: inline;
}

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

.post .d-block {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.br_mod-01 {
	display: none;
}

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

.br_mod-02 {
	display: block;
}

@media screen and (max-width: 414px) {
	.br_mod-02 {
		display: none;
	}
}

.post .txt_underline {
    text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    font-weight: bold;
    background-color: #fff6cb;
    padding: 0.3em 1em;
    border: none;
	color: #dc3232;
}

.wpcf7 form .wpcf7-response-output{
	border: 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_linktop {
    scroll-margin-top: 200px;
}
.hide-sticky-header .anchor_linktop {
    scroll-margin-top: 340px;
}

.anchor_link::before {
	padding-top: 340px;
	margin-top: -340px;
}

body:not(.hide-sticky-header) .anchor_link::before, body:not(.sticky-header) .anchor_link::before {
	padding-top: 340px;
	margin-top: -340px;
}

@media screen and (max-width: 768px) {
	.anchor_link::before {
	padding-top: 180px;
	margin-top: -180px;
}
	body:not(.hide-sticky-header) .anchor_link::before, body:not(.sticky-header) .anchor_link::before {
    padding-top: 180px;
    margin-top: -180px;
}
}

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

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

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

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

.card01_list>li a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	transition: all .2s;
	color: #333;
}

.card01_list>li a:hover {
	opacity: .7;
}

.card01_list>li a:hover img {
	opacity: 1;
}

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

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

.card01_list .txtarea {
	padding: 0 0 var(--rem20) 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
}

.card01_list .txtarea .heading_mod-03 {
	margin-top: 0;
	margin-bottom: var(--rem20);
}

/*--カラムリスト--------------------------------------------*/
/*---------col03-----------*/
.post .col3_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: var(--rem48);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0.1rem;

	@media print, screen and (max-width: 414px) {
		row-gap: var(--rem80);
	}
}

.post .col3_list>li {
	display: flex;
	flex-direction: column;
	width: calc(100% / 3);
	margin-bottom: 0;
	padding: 0 calc((var(--px16) * 2)) var(--rem48);
	border-bottom: 1px dotted #333;
}

.post .col3_list>li:nth-child(3n + 1) {
	padding: 0 calc((var(--px16) * 4)) var(--rem48) 0;
}

.post .col3_list>li:nth-child(3n + 3) {
	padding: 0 0 var(--rem48) calc((var(--px16) * 4));
}

@media print, screen and (max-width: 1366px) {
	.post .col3_list>li {
		padding: 0 var(--px16) var(--rem48);
	}

	.post .col3_list>li:nth-child(3n + 1) {
		padding: 0 calc((var(--px16) * 2)) var(--rem48) 0;
	}

	.post .col3_list>li:nth-child(3n + 3) {
		padding: 0 0 var(--rem48) calc((var(--px16) * 2));
	}
}

@media print, screen and (max-width: 1023px) {
	.post .col3_list>li:nth-child(odd) {
		padding: 0 calc((var(--px16) * 2)) var(--rem48) 0;
	}

	.post .col3_list>li:nth-child(even) {
		padding: 0 0 var(--rem48) calc((var(--px16) * 2));
	}
}

@media print, screen and (max-width: 414px) {
	.post .col3_list>li {
		padding: 0 0 var(--rem48) 0 !important;
	}
}

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

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

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

	.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 {
		border-bottom: none;
	}
}


/*--------------------------------------------------
	リンクボタン
--------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn {
	border-radius: 0;

	&:hover {
		background: #5da09a;
	}
}

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

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

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
.header__top-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #fff;
	padding: 10px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px) 10px 0;
}

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

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

#loginBtn {
	color: #fff;
	font-size: var(--rem16);
	font-weight: 700;
	background: #555;
	border-radius: 10px;
	border: none;
	padding: 0.7em 1.5em;
	cursor: pointer;
	transition: all .2s;

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

#loginBtn i {
	margin-right: 10px;
}

.searchBlock #searchForm {
	display: flex;
}

.searchBlock #searchForm #searchInput {
	font-size: var(--rem18);
	max-height: 50px;
	border: none;
	padding: 0 var(--px18);
}

.searchBlock #searchForm #searchInput::placeholder {
	color: #BCBCBC;
	font-size: var(--rem18);
	font-weight: 700;
}

.searchBlock #searchForm #searchSubmit {
	color: transparent;
	aspect-ratio: 1 / 1;
	max-height: 50px;
	background: #555 url(/wp-content/uploads/ico_search_01.png.webp) no-repeat center / 50%;
	border-radius: 0;
	cursor: pointer;
	transition: all .2s;
}

.searchBlock #searchForm #searchSubmit:hover {
	background: #222 url(/wp-content/uploads/ico_search_01.png.webp) no-repeat center / 50%;
}

@media print, screen and (min-width: 1024px) {
	#header {
		height: auto;
	}

	#header-layout {
		flex-direction: column;
		background: var(--color-primary);
	}

	.sticky-header #header-layout {
		justify-content: space-between;
		height: auto;
	}

	.header__bottom-content {
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: var(--px30);
		width: 100%;
		padding: var(--rem14) var(--px20);

		.globalNav {
			.header-arrow-icon {
				font-size: var(--rem14);
				margin-left: .5em;
			}
		}
	}

	#header .logo img {
		width: 100%;
		max-width: 522px;
	}

	nav#mainNav .globalNav>ul>li>a {
		flex-direction: row;
		align-items: center;
		color: #fff;
		font-size: var(--rem18);
		font-weight: 700;
		padding: 2px var(--px24);
		position: relative;

		&::before {
			display: block;
			content: "|";
			font-size: var(--rem30);
			font-weight: 100;
			position: absolute;
			left: -3px;
			top: -.4em;
		}

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

	nav#mainNav .globalNav>ul>li:last-child a::after {
		display: none;
	}

	nav#mainNav .globalNav>ul>li.menu-item-has-children a:hover {
		cursor: default;
	}
	
	nav#mainNav .globalNav>ul>li.menu-item-has-children li a:hover {
		cursor: pointer;
	}

	nav#mainNav .globalNav>ul>li.menu-item-has-children .header-arrow-icon {
		display: inline-block;
	}

	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: #fff;
	}

	nav#mainNav ul li a:active, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-ancestor a, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-parent a {
		background: transparent;
	}

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

	nav#mainNav ul li li a, nav#mainNav ul li li.current-menu-item li a, nav#mainNav ul li.current-menu-ancestor li a, nav#mainNav ul li.current-menu-item li a {
		color: #fff;
		background: var(--color-primary-shade);
	}

	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		color: #fff;
	}

	nav#mainNav ul ul.sub-menu {
		width: 220px;
	}

	nav#mainNav ul li ul.sub-menu li a:hover {
		background: var(--color-primary);
	}

	nav#mainNav ul li:hover {
		&>a, &>b {
			color: #fff;
		}
	}

	nav#mainNav ul li:hover ul.sub-menu {
		background: var(--color-primary-shade);
	}
}

@media print, screen and (max-width: 1400px) {
	.searchBlock #searchForm #searchSubmit {
		max-height: 40px;
	}

	nav#mainNav .globalNav>ul>li>a {
		font-size: var(--rem16);
	}

	.searchBlock #searchForm #searchInput {
		font-size: var(--rem16);
		max-height: 40px;
	}

	.searchBlock #searchForm #searchInput::placeholder {
		font-size: var(--rem16);
	}
}

@media print, screen and (max-width: 1240px) {
	nav#mainNav .globalNav>ul>li>a {
		font-size: var(--rem14);
	}

	.searchBlock #searchForm #searchInput {
		font-size: var(--rem14);
	}

	.searchBlock #searchForm #searchInput::placeholder {
		font-size: var(--rem14);
	}
}

@media print, screen and (max-width: 1023px) {
	#header-utility {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-around;
		gap: 16px;
		height: 60px;
		background: var(--color-primary);
		padding: 10px var(--rem20);
	}

	#header-utility #loginBtn {
		font-size: var(--rem14);
		border-radius: 5px;
		padding: var(--rem12) var(--px20);
		white-space: nowrap;
	}

	#header-utility .searchBlock {
		#searchForm {
			#searchInput {
				max-height: 36PX;
			}

			#searchSubmit {
				max-height: 36PX;
			}
		}
	}
	
	nav#mainNav ul li a, nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li:last-child a{
		background-color: #eef9ec;
	}

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

	form#feas-searchform-0, form#feas-searchform-1 {
		width: 300px;
	}

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

	body nav#mainNav {
		padding: 2px;
	}

	nav#mainNav a.menu {
		background-color: var(--color-primary);
		color: #fff;
		border: none;
		background-image: url(/wp-content/themes/mrp/images/micon/umicon2.png);
	}

	nav#mainNav a.menuOpen {
		background-color: var(--color-primary);
		color: #fff;
		border: none;
		background-image: url(/wp-content/themes/mrp/images/micon/dmicon2.png);
	}

	#header .logo {
		margin-inline: 0;
		padding-left: 20px;
		text-align: left;
	}

	#header .logo img {
		max-width: 522px;
		width: 450px;
	}
}

@media print, screen and (max-width: 768px) {
	body.mobile #header .logo img {
		width: 95%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}

	form#feas-searchform-0, form#feas-searchform-1 {
		width: auto;
	}
	body nav#mainNav {
		padding: 0;
	}
	nav#mainNav a.menuOpen {
    background-color: #eef9ec;
    color: #111;
    background-image: none;
    border-bottom: 1px solid #ddd;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	  .header__bottom-content .searchBlock_feas {
		border-bottom: 1px solid #ddd;
		background-color: #eef9ec;
	}
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
　　　　width: 35px;
　　　　transform: translate(-50%, 0) rotate(0);
　　　　left: 50%;
}
.spmenu #menu.menuOpen span {
　　　　height: 3px;
　　　　-webkit-transform: translate(-50%, calc(50% + 5px)) rotate(-45deg);
　　　　-ms-transform: translate(-50%, calc(50% + 5px)) rotate(-45deg);
　　　　transform: translate(-50%, calc(50% + 5px)) rotate(-45deg);
}
.spmenu #menu.menuOpen span::before {
　　　　-webkit-transform: translate(-50%, 0) rotate(90deg);
　　　　-ms-transform: translate(-50%, 0) rotate(90deg);
　　　　transform: translate(-50%, 0) rotate(90deg);
　　　　bottom: auto;
}
.spmenu #menu.menuOpen span::after {
　　　　opacity: 0;
　　　　-webkit-transform: translate(-50%, 0) rotate(45deg);
　　　　-ms-transform: translate(-50%, 0) rotate(45deg);
　　　　transform: translate(-50%, 0) rotate(45deg);
　　　　bottom: auto;
}
@media only screen and (max-width: 1023px) {
　　　　body.mobile nav#mainNav a.menuOpen {
　　　　　　　　background-image: none;
　　　　　　　　border: none;
　　　　}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--rem18) var(--px24);

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

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

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

#copyright {
	background: transparent;
	margin: 0;
}

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

/*-----------------------------
cta01_col3
------------------------------*/
.cta01 {
	background: #F3F3F3;
	padding: var(--rem80) 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
	position: relative;
	z-index: 0;
}

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

.cta01 .ttl:is(.ttl--primary)::after {
	display: none;
}

.cta01 .ttl:is(.ttl--primary) .ttl--primary__en {
	font-family: var(--font-family03);
	font-size: var(--rem30);
	font-weight: 700;
	line-height: 1;
}

.cta01 .ttl:is(.ttl--primary) .ttl--primary__ja {
	font-size: var(--rem48);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .3em;
}

.cta01 .heading_mod-05 {
	font-size: var(--rem30);
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	padding: 0;
	border: none;
}

.cta01 .heading_mod-05::after {
	display: block;
	content: "";
	width: 5.3em;
	height: 2px;
	background: var(--color-primary);
	margin: .8em auto 0;
}

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

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

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

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

.cta01 .color-white {
	color: #fff;
}

.cta01 .color-black {
	color: #000;
}

.cta01 .cta01_wrap {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	border-radius: var(--px20);
	background: #fff;
	padding: var(--px80) var(--rem40);
}

.cta01 .ctabtnlist {
	justify-content: space-between;
	column-gap: var(--px20);
	max-width: 1180px;
	margin: var(--px60) auto 0 auto;
}

@media print, screen and (max-width: 1023px) {
	.cta01 .ctabtnlist {
		flex-wrap: wrap;
	}
}

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

.cta01 a.item {
	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: 10px;
	transition: all ease .15s;
}

.cta01 a.item:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media print, screen and (max-width: 1023px) {
	.cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
		width: 100%;
	}

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

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

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

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

@media print, screen and (max-width: 1080px) {
	.cta01 .infotxt {
		font-size: var(--rem12);
	}
}

@media print, screen and (max-width: 1023px) {
	.cta01 .infotxt {
		font-size: var(--rem14);
	}
}

/*電話ボタン*/

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

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

@media print, screen and (max-width: 1080px) {
	.cta01 .telbtn .btnttl {
		font-size: var(--rem16);
	}
}

@media print, screen and (max-width: 1023px) {
	.cta01 .telbtn .btnttl {
		font-size: var(--rem20);
	}
}

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

.cta01 a.telbtn:is(.telbtn--mod-01) .btnttl {
	font-size: var(--rem18);
	background: #fff;
	padding: var(--rem12) var(--px24);
	border-radius: 50vh;
}

@media print, screen and (max-width: 1080px) {
	.cta01 a.telbtn:is(.telbtn--mod-01) .btnttl {
		font-size: var(--rem14);
	}
}

@media print, screen and (max-width: 1023px) {
	.cta01 a.telbtn:is(.telbtn--mod-01) .btnttl {
		font-size: var(--rem18);
	}
}

.cta01 a.telbtn:is(.telbtn--mod-01.bg-yellow) {
	background: #F8B73E;
}

.cta01 a.telbtn:is(.telbtn--mod-01.bg-yellow) .btnttl {
	color: #F8B73E;
}

.cta01 a.telbtn:is(.telbtn--mod-01.bg-blue) {
	background: #023698;
}

.cta01 a.telbtn:is(.telbtn--mod-01.bg-blue) .btnttl {
	color: #023698;
}

/*メールボタン*/

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

.cta01 a.mailbtn {
	background: #fff;
	color: #111;
}

/*LINEボタン*/

.cta01 a.linebtn {
	background: #06C755;
	color: #fff;
}

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

/*ボタンアイコン*/

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

.cta01 .telnum::before {
	content: '\f095';
	font-size: calc(var(--rem16) * 2);
}

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

.cta01 .linebtn .btnttl::before {
	content: '\f3c0';
	font-weight: 400;
}

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

@media print, screen and (max-width: 768px) {
	#mainImg {
		display: none !important;
	}

	#sp_mainImg {
		display: block !important;
	}
}

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

.home #top-info.bg_wide::before, #editor-style #top-info.bg_wide::before {
	background: var(--color-primary-tint);
}

.home #top-info .front_contents, #editor-style #top-info .front_contents {
	position: relative;
	padding: var(--px60) 0;
	max-width: 960px;
	margin-inline: auto;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_details {
	margin-top: 10px !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_details .inner {
	max-width: 100%;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_data_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.5em;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container .slb_group_status {
	font-style: normal;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
	flex-basis: 100%;
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) #h1Header {
	height: 0;
	opacity: 0;
}

body:not(.home) #thumbImg::before, body:not(.home) header#h1Header::before {
	display: none;
}

body:not(.home):is(.single) h1.title {
	color: var(--color-font);
}

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

body:not(.home) #breadcrumb {
	margin-top: var(--rem36);
}

body:not(.home) .breadcrumb .breadcrumb-item:first-child {
	display: flex;
}

body:not(.home) .breadcrumb .breadcrumb-item:first-child::before {
	display: inline-block;
	content: "";
	aspect-ratio: 15 / 11.66;
	width: var(--px14);
	height: auto;
	background: url(/wp-content/uploads/ico_home.png.webp) no-repeat center / contain;
	margin-right: 3px;
}

body:not(.home) #breadcrumb ul {
	width: 90%;
}

body:not(.home) #breadcrumb ul li, body:not(.home) #breadcrumb ul li a {
	color: var(--color-primary);
	font-size: var(--rem14);
}

body:not(.home).post .table:is(.table--mod-01) thead th, .post .table:is(.table--mod-01) thead th {
	color: #fff;
	background: var(--color-primary);
}

body:not(.home).post .table:is(.table--mod-01) tbody th, .post .table:is(.table--mod-01) tbody th {
	text-align: center;
	background: var(--color-primary-tint);
}

body:not(.home).post .table:is(.table--mod-01) th, body:not(.home).post .table:is(.table--mod-01) td, .post .table:is(.table--mod-01) th, .post .table:is(.table--mod-01) td {
	line-height: 1.4;
	vertical-align: middle;
	padding: var(--rem18) var(--rem16);
}

body:not(.home).post .table:is(.table--mod-01) th, .post .table:is(.table--mod-01) th {
	font-size: var(--rem18);
	font-weight: 500;
	text-align: center;
}

body:not(.home).post .table .list li, .post .table .list li {
	line-height: 1.6;
}

body:not(.home).post .table .w-18, .post .table .w-18 {
	width: 18%;
}

body:not(.home).post .table .w-22, .post .table .w-22 {
	width: 22%;
}

body:not(.home).post .table .w-38, .post .table .w-38 {
	width: 38%;
}

body:not(.home).post .table .t-align-center, .post .table .t-align-center {
	text-align: center;
}

body:not(.home).post .table:is(.caption-right) caption, .post .table:is(.caption-right) caption {
	text-align: right;
}

body:not(.home).post .table:is(.caption-center) caption, .post .table:is(.caption-center) caption {
	text-align: center;
}

body:not(.home).post .table:is(.caption-bottom) caption, .post .table:is(.caption-bottom) caption {
	caption-side: bottom;
}

body:not(.home).post table th, body:not(.home).post table td, .post table th, .post table td {
	font-size: var(--rem16);
	line-height: 2;
	padding: var(--rem16) var(--rem24);
}

body:not(.home).post table th, .post table th {
	color: var(--color-font);
	font-size: var(--rem18);
	font-weight: 500;
	vertical-align: middle;
	background: var(--color-primary-tint);
}

body:not(.home).post .w-fit, .post .w-fit {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

body:not(.home).post .googlemap, .post .googlemap {
	padding-bottom: 35%;
}

@media screen and (max-width: 768px) {
	body:not(.home).post .googlemap, .post .googlemap {
		padding-bottom: 45%;
	}
}

body:not(.home) #content.wide {
	padding: var(--px30w) 0 var(--px140);
}

ul.linkList.linkList--disc-none {
	margin: 1.5rem;
}

@media only screen and (max-width: 1024px) {
	ul.linkList.linkList--disc-none {
		margin: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	ul.linkList.linkList--disc-none {
		margin: 1.5rem 0;
	}
}

/*--幅フル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);
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}

.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1.2rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}

.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}

.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 1.8rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 115px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}

.qa_list .qa_list_inner .q_ico {
	background: var(--color-primary-tint);
	line-height: 1.0;
	padding: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	max-width: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}

.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.8rem 1.5rem 1.9rem 2rem;
	line-height: 2;
}

.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}

.qa_list .qa_list_inner dt:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 3rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.qa_list .qa_list_inner .active:after {
	top: 43%;
	right: 2rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}

.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}

@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}

	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}

	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}

	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}

	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}

@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}

	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}

	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

#editor-style {
	.qa_list .qa_list_inner dd {
		display: block !important;
	}
}

/*================================================
					カスタム投稿
================================================*/
.contents_header {
	margin-bottom: var(--rem72);
}

.contents_body {
	.heading_mod-03 {
		margin-top: var(--rem72);
	}
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) .post table.responsive {
    max-width: 960px;
}
body:not(.home) .wpcf7 .wpcf7-form table th, body:not(.home) .wpcf7 .wpcf7-form table td {
	font-size: var(--rem20);
	font-weight: 500;
	border: 1px solid #ddd;
}

body:not(.home) .wpcf7 .wpcf7-form table td:has(.wpcf7-character-count) {
	font-size: var(--rem14);
	font-weight: normal;
	color: #666;
}

body:not(.home) .wpcf7 .wpcf7-form table th {
	width: 250px;
}

body:not(.home) .wpcf7 .wpcf7-form table input[type="text"], body:not(.home) .wpcf7 .wpcf7-form table input[type="tel"], body:not(.home) .wpcf7 .wpcf7-form table input[type="email"], body:not(.home) .wpcf7 .wpcf7-form table input[type="date"], body:not(.home) .wpcf7 .wpcf7-form table input[type="url"], body:not(.home) .wpcf7 .wpcf7-form table input[type="number"], body:not(.home) .wpcf7 .wpcf7-form table select, body:not(.home) .wpcf7 .wpcf7-form table textarea {
	line-height: 50px;
	height: 50px;
	padding: 1px 5px;
	border: 1px solid #DFDFDF;
	border-radius: 0;
	color: var(--color-font);
	font-size: var(--rem20);
	background: #FAFAFA;
	margin-bottom: 5px;
	width: 100%;
	box-sizing: border-box;
}

body:not(.home) .wpcf7 .wpcf7-form table textarea {
	height: auto;
	line-height: 1.5;
}

body:not(.home) .wpcf7 .wpcf7-form table input[type="file"] {
	font-size: var(--rem16);
	font-weight: 500;
	width: 100%;
}

body:not(.home) .wpcf7 .wpcf7-form table input[type="file"]::file-selector-button, body:not(.home) .wpcf7 .wpcf7-form table input[type="file"]::-webkit-file-upload-button {
	font-weight: 500;
	background: #D9D9D9;
	border-radius: 0;
	border: none;
	padding: 12px 10px;
}

body:not(.home) .wpcf7 .wpcf7-form table .v-align-top {
	vertical-align: top !important;
}

body:not(.home) .wpcf7 .wpcf7-form .subimitarea .linkBtn {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-radius: 5px;
	position: relative;
	top: 0;
	transition: .2s ease-in-out;
	box-shadow: 0 9px #1A5651;
}

body:not(.home) .wpcf7 .wpcf7-form .subimitarea .linkBtn:hover {
	background: var(--color-primary);
}

body:not(.home) .wpcf7 .wpcf7-form .subimitarea .linkBtn::before {
	content: '\f061';
	display: inline-block;
	font-family: "FontAwesome";
	position: absolute;
	color: #fff;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

body:not(.home) .wpcf7 .wpcf7-form .subimitarea .linkBtn::after {
	display: none;
	content: "\f138";
	font-family: 'FontAwesome';
	font-size: var(--rem16);
	font-weight: 400;
	width: auto;
	height: auto;
	border: none;
	margin-top: 1px;
	transform: translateY(-50%);
}

body:not(.home) .wpcf7 .wpcf7-form .subimitarea .linkBtn input[type="submit"] {
	font-size: var(--rem20);
	font-weight: 700;
	padding: 20px 35px;
}

body:not(.home) .wpcf7 .wpcf7-form .subimitarea .linkBtn:has(input[type="submit"]:not(:disabled)):hover {
	background: var(--color-primary);
	box-shadow: 0 0 #1A5651;
	top: 9px;
}

body:not(.home) .wpcf7 .wpcf7-form .must {
	background: var(--color-primary);
}

body:not(.home) span.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
	cursor: pointer;
}

.thanksbtn .linkBtn {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: var(--px20) 0;
	border-radius: 5px;
	position: relative;
	top: 0;
	transition: .2s ease-in-out;
	box-shadow: 0 9px #1A5651;
}

.thanksbtn .linkBtn:hover {
	background: var(--color-primary);
	box-shadow: 0 0 #1A5651;
	top: 9px;
}

.thanksbtn .linkBtn::before {
	content: '\f061';
	display: inline-block;
	font-family: "FontAwesome";
	position: absolute;
	color: #fff;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.thanksbtn .linkBtn::after {
	display: none;
	content: "\f138";
	font-family: 'FontAwesome';
	font-size: var(--rem16);
	font-weight: 400;
	width: auto;
	height: auto;
	border: none;
	margin-top: 1px;
	transform: translateY(-50%);
}

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

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

.wpcf7-not-valid-tip {
    font-size: 1.5rem;
}

.wpcf7-form-control-wrap[data-name="your-file"] {
    border-radius: 10px;
    background-color: white;
    border: 1px solid #ccc;
    font-weight: normal;
    color: #333;
    margin: 0.5em 0;
}
.wpcf7 input[type="file"] {
    border-radius: 9px;
}

body:not(.home) .wpcf7 .wpcf7-form table input[type="file"]::file-selector-button, body:not(.home) .wpcf7 .wpcf7-form table input[type="file"]::-webkit-file-upload-button {
    color: var(--color-font);
    margin-right: 1rem;
}

body:not(.home) .wpcf7 .wpcf7-form table input[type="file"]::file-selector-button:hover, body:not(.home) .wpcf7 .wpcf7-form table input[type="file"]::-webkit-file-upload-button:hover {
    cursor:pointer;
}

@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;
	}
	.wpcf7-form .wpcf7-list-item {
        display: inline-block;
        list-style-type: none !important;
        margin: 5px 10px;
        font-size: 16px;
    }
	body:not(.home) .wpcf7-form-control-wrap input{
    font-size: 16px !important;
}

body:not(.home) .wpcf7-form-control-wrap textarea{
    font-size: 16px !important;
}
	.wpcf7-form table {
    border: none;
    border-bottom: 1px solid #ddd;
}
}

/* 追加分は下記 term出力ののスタイル */
.terms {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-right: 10px;
}

/* 各 term のスタイル */
.term {
	background-color: #f0f0f0;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 0.85em;
}

/* リンクのスタイル */
.term a {
	text-decoration: none;
	color: #333;
}

.term a:hover {
	text-decoration: underline;
}


span.new-mark {
	margin-right: 10px;
}

span.new-mark::after {
	display: inline-block;
	content: "NEW";
	color: #fff;
	font-size: var(--rem16);
	line-height: 1.4;
	background: #df1d1d;
	border-radius: 0.4em;
	padding: 3px 7px;
}

@media print, screen and (max-width: 768px) {
	span.new-mark::after {
		padding: 3px 7px;
	}
}


/* FE_search 検索ボックス */

form#feas-searchform-0, form#feas-searchform-1 {
	display: flex
}

input#feas-submit-button-0, input#feas-submit-button-1 {
	color: transparent;
	aspect-ratio: 1 / 1;
	max-height: 40px;
	background: #555 url(/wp-content/uploads/ico_search_01.png.webp) no-repeat center / 50%;
	border-radius: 0;
	cursor: pointer;
	transition: all .2s;

	&:hover {
		background: #222 url(/wp-content/uploads/ico_search_01.png.webp) no-repeat center / 50%;
	}
}

div#searchForm_feas input#feas_0_0, div#searchForm_feas input#feas_1_0 {
	margin-bottom: 0;
	border-radius: 0;
	font-size: var(--rem16);
	max-width: 200px;
	max-height: 40px;
	height: 40px;
	border: none;
	padding: 0 var(--px18);

	&::placeholder {
		color: #BCBCBC;
		font-size: var(--rem18);
		font-weight: 700;
	}
}


/*================================================
					ログイン画面
================================================*/
#loginHeader {
	padding-top: var(--rem80);
}

#loginHeader .title.first.login {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: var(--color-primary);
	font-size: var(--rem40);
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: var(--rem40) !important;
}

body.page-login.mobile {
	margin-top: 0;
}

body.page-login {
	background-color: #D0F0ED;
}

body.page-login #content {
	padding-top: 0 !important;
	padding-bottom: var(--rem60) !important;
}

.login-form-container {
	max-width: 550px;
	margin: var(--rem40) auto var(--rem20);
	padding: 0 20px;
}

.login-form-container label {
	display: inline-block;
	margin-bottom: 6px;
	font-size: var(--rem18);
	font-weight: 500;
}

.login-form-container label:hover {
	cursor: pointer;
}

.login-form-container input[type="text"],
.login-form-container input[type="password"] {
	width: 100%;
	padding: 12px;
	margin-bottom: var(--rem28);
	border: 1px solid #656565;
	border-radius: 5px;
	font-size: var(--rem16);
	box-sizing: border-box;
	height: var(--rem60);
	line-height: 30px;
}

.login-remember {
	margin-bottom: 16px;
}

.login-remember input:hover {
	cursor: pointer;
}

.login-remember input {
	margin-right: 5px;
}

.login-remember {
	width: 85%;
	max-width: 800px;
	margin: var(--rem30) auto 0;
}

.login-submit {
	text-align: center;
}

.login-submit input[type="submit"] {
	width: 85%;
	max-width: 800px;
	height: unset;
	min-height: var(--rem60);
	background: var(--color-primary);
	color: #fff;
	padding: 1rem;
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-radius: 5px;
	font-size: var(--rem20);
	font-weight: bold;
	cursor: pointer;
	position: relative;
	top: 0;
	box-shadow: 0 9px #1A5651;

	&:hover {
		top: 9px;
		box-shadow: 0 0 #1A5651;
	}
}

.login-submit input[type="submit"]:hover {
	background: var(--color-primary);
}

.login-links {
	text-align: center;
	margin-top: 12px;
}

.login-links a {
	color: #28766e;
	text-decoration: none;
	font-size: var(--rem14);
}

.login-links a:hover {
	text-decoration: underline;
}

.login-info-box {
	max-width: 1024px;
	margin: var(--rem40) auto var(--rem40);
	font-size: var(--rem14);
	text-align: center;
	color: #222;
}

.login-info-contact {
	margin-bottom: var(--rem48);
	font-size: var(--rem16);
	font-weight: 500;
	line-height: 1.4;
}

.login-info-initial-box {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	max-width: 650px;
	margin-inline: auto;
}

.login-info-initial-title {
	background-color: #E3E3E3;
	padding: var(--rem18);
	font-size: var(--rem16);
	font-weight: 500;
	line-height: 1.4;
}

.login-info-initial-body {
	background-color: #ffffff;
	padding: var(--rem36);
	font-size: var(--rem16);
	font-weight: 500;
	line-height: 1.5;
}

.loggedin {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

.loggedin .txt {
	font-size: var(--rem24);
	font-weight: bold;
	margin-bottom: 1em;
}

button#top {
	width: 85%;
	max-width: 800px;
	min-height: var(--rem60);
	background: var(--color-primary);
	color: #fff;
	padding: 1rem;
	margin: 0 auto 2em;
	border: none;
	border-radius: 5px;
	font-size: var(--rem20);
	font-weight: bold;
	cursor: pointer;
	position: relative;
	top: 0;
	box-shadow: 0 9px #1A5651;
	display: block;
	transition: all .2s;

	&:hover {
		top: 9px;
		box-shadow: 0 0 #1A5651;
	}
}

button#top::before {
	content: '\f061';
	display: inline-block;
	font-family: "FontAwesome";
	position: absolute;
	color: #fff;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

@media print, screen and (min-width:769px) {
    #loginHeader {
        padding-top: 3em;
    }

    #loginHeader .title.first.login {
        font-size: 3rem;
    }

    .login-form-container {
        margin: 0 auto;
    }

    .login-form-container input[type="text"], .login-form-container input[type="password"] {
        margin-bottom: 1em;
    }

    .login-remember {
        margin: 1.5em auto 0;
    }

    .login-info-box {
        margin: 2.5em auto;
    }

    .login-info-contact {
        margin-bottom: 2.5em;
    }

    .login-info-initial-title {
        padding: 0.75em 0;
    }

    .login-info-initial-body {
        padding: 1.25em 0;
    }
}

/* ログイン失敗時のエラーメッセージ */
.login-error-message {

	border: 2px solid red;
	margin-bottom: 15px;
	padding: 10px;
	background-color: white;

}

/* loginページ、MES出力のモバイルでSP用のフッター非表示 */
.page-login.mobile div#MESY_FTMFM_footer-tab-menu-all-wrapper {
	display: none;
}

/* 議事録アーカイブタームのインテンド */
.post-type-archive-meeting_minutes .childList {
	margin-left: 1em;
}

/*================================================
					投稿
================================================*/
.wp-pagenavi {
    text-align: center;
    margin-top: var(--px40);
}

.wp-pagenavi a, .wp-pagenavi span {
    color: var(--color-primary);
	border: 1px solid #3e958a;
	padding: 3px 10px;
	margin: 6px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: var(--color-primary) !important;
	background-color: #e4e4e4;
}

.wp-pagenavi span.current{
	border: none;
	border-bottom: 2px solid var(--color-primary);
}

.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	border: none;
}

.post h4 {
	font-size: var(--rem20w);}