@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

:root {
	--color-background: #F5F5F1;
	--color-font: #333;
	--color-primary: #FF9114;
	--color-primary-shade: #c96b00;
	--color-primary-tint: #ffc27c;
	--color-secondary: #897b75;
	--color-secondary-tint: #9d938f;
	--color-table-border: #c2c2c2;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	--body-font-family: "Zen Kaku Gothic New", sans-serif;
	--content-max-width: 1240px;
	--header-background: #fff;
	--header-color-font: #333;
	--header-color-primary: #666;
	--header-color-primary-shade: #111;
	--header-color-primary-tint: #FF9114;
	--footer-background: transparent;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	--color-wt: #fff;
	--color-bk: #333;
	--font-family01: "Shippori Antique", sans-serif;
	--font-family02: "Zen Old Mincho", serif;
	--font-family03: "Zen Kaku Gothic New", "Zen Maru Gothic", sans-serif;
	--px20: min(calc(20px + (1vw - 19.2px) * 0.1294), 20px);
	/*20px-18px*/
	--px24: min(calc(24px + (1vw - 19.2px) * 0.2589), 24px);
	/*24px-20px*/
	--px24s: min(calc(24px + (1vw - 19.2px) * 0.3883), 24px);
	/*24px-18px*/
	--px24ss: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px);
	/*24px-14px*/
}

body {
	font-weight: 500;
	overflow: hidden;
}

body.home::before {
	content: '';
	position: fixed;
	top: 84vh;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	width: 1400px;
	height: 1400px;
	background: url(/wp-content/uploads/parts_bgshape.png.webp) no-repeat center/contain;
	pointer-events: none;
	animation: roll 200s linear infinite;
	z-index: -1;
}

@keyframes roll {
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@media print,
screen and (max-width: 1280px) {
	body.home::before {
		top: 80vh;
		width: 100vw;
		height: 100vw;
	}
}

@media print,
screen and (max-width: 1023px) {
	body:not(.home).mobile {
		margin-top: 0;
	}

	body.home::before {
		top: 50svh;
		width: 100vw;
		height: 100svh;
	}
}

.newsTitle p a,
a {
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	transition: 0.7s all;

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


#scrollUp {
	bottom: 70px !important;
	right: 10px;
}


/*=============================================
					header
=============================================*/
@media print,
screen and (min-width: 1024px) {
	#header {
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		height: 100px;
	}

	#header .logo img {
		max-height: 100px;
	}

	#header-layout {
		justify-content: flex-start;
		width: 80%;
		margin: 0 auto 0 0;
	}

	.sticky-header #header-layout {
		justify-content: flex-start;
		background: #f4f4f000;
		backdrop-filter: blur(10px);
		width: fit-content;
		border-radius: 0 0 var(--px30) 0;
	}

	.sticky-header #header>.inner {
		background: transparent;
		box-shadow: none;
	}

	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 a {
		color: var(--header-color-primary);

		b {
			-webkit-transition: 0.7s all;
			-o-transition: 0.7s all;
			transition: 0.7s all;
		}
	}

	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: var(--header-color-primary);
		opacity: 0.7;
	}
}

@media print,
screen and (max-width: 1280px) {
	nav#mainNav ul li a {
		padding: var(--px20) var(--px12);
	}
}

.spmenu #menu span,
.spmenu #menu span:after,
.spmenu #menu span:before {
	height: 1px;
}

@media print,
screen and (max-width: 1023px) {
	#sp-header {
		background: #ffffff1a;
		box-shadow: none;
		backdrop-filter: blur(10px);
	}

	#sp-header .inner #header-layout nav#sp-mainNav .inner ul li a:hover {
		color: var(--color-primary);
	}
}

/* ===========================================
   Footer
=========================================== */

#footer {
	padding: var(--px80) 0;
	background: linear-gradient(rgba(255, 254, 223, 0) 0%, rgba(254, 253, 188, 0.96) 26.92%, rgb(255, 255, 255) 100%);
}

.l-footer {
	gap: var(--px60);
	display: flex;
	flex-direction: column;
}

/* --- 親テーマリセット --- */

#footer ul li li {
	margin: 0;
}

#footer .footnav ul>li {
	padding: 0;
	margin-bottom: var(--px12);
}

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

#footer ul li a:hover {
	text-decoration: none;
}

/* --- top レイアウトcustom --- */

#footer .c-footer-content {
	.c-footer-content__inner {
		display: flex;
		justify-content: flex-start;
		gap: var(--px160);
		font-size: var(--px16);
	}

	.c-footer-content__left {
		width: 31%;
	}

	.c-footer-content__right {
		flex-shrink: 0;
		margin-top: var(--px240);
	}

	.c-footer-content__list {
		display: flex;
		flex-direction: column;
		gap: var(--px60);
	}

	.c-footer-content__list-item {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		gap: var(--px30);
	}
}

/* --- copyright --- */

#footer {
	.c-footer-bottom {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-items: center;
		text-align: left;
		margin: 1em auto;
		gap: 0.5em;
		width: 90%;
	}
}

#copyright {
	text-align: right;
	margin: 0 0 0 1.5em;
	font-weight: 300;
	font-size: var(--px18);
}

/* -------------------------------------------
   SP用スタイル
------------------------------------------- */

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

	#footer {
		.l-footer {
			gap: var(--px100);
		}

		.c-footer-content {
			.c-footer-content__inner {
				flex-direction: column;
				justify-content: center;
				align-items: center;
				gap: var(--px100);
				width: 90%;
				margin: 0 auto;
			}

			.c-footer-content__right {
				margin-top: 0;
			}

			.c-footer-content__left {
				width: 50%;
				max-width: 360px;
			}
		}

		.c-footer-bottom {
			display: flex;
			justify-content: center;
			flex-direction: column;
			flex-wrap: wrap;
			align-items: center;
			text-align: center;
			margin: 1em auto;
			gap: 1em;
			width: 90%;
		}
	}

	#copyright {
		text-align: center;
		margin: 0 auto;
		width: 94%;
	}
}

@media screen and (max-width: 768px) {
	#footer {
		.inner {
			width: 90%;
		}

		.l-footer {
			.c-footer-info {

				.c-footer-info__inner {
					gap: var(--px40);
					flex-direction: column;
					align-items: center;
				}
			}
		}

		.c-footer-content {
			gap: 0;

			.c-footer-content__right {
				width: 100%;
			}

			.linkBtn {
				margin-top: 0 !important;
			}

			.c-footer-content__list-item {
				flex-direction: column;
				justify-content: flex-start;
				align-items: flex-start;
			}
		}
	}
}

/* --- nav レイアウトcustom --- */

#footer .footnav>ul {
	gap: var(--px50);
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
}

#footer .footnav ul>li.nav_head>a {
	display: none;
}

#footer .footnav ul>li>a {
	font-weight: 600;

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

#footer .footnav .sub-menu {
	display: flex;
	flex-direction: column;

	&>li>a {
		font-size: var(--rem16);
		position: relative;
		padding-left: calc(var(--rem16) + 0.5rem);

		&:before {
			content: '\f0a9';
			font-size: var(--rem16);
			font-weight: 400;
			font-family: 'FontAwesome';
			color: var(--color-primary);
			margin-right: 0.5em;
			text-align: center;
			vertical-align: middle;
			transition: all 0.3s;
			position: absolute;
			left: 0;
			top: 0;
		}
	}

	.sub-menu {

		margin-left: 1rem;
		margin-top: var(--rem16);

		&>li>a {
			font-size: var(--rem14);

			&:before {
				content: '\f061';
				font-size: var(--rem16);
				font-weight: 400;
				font-family: 'FontAwesome';
				color: var(--color-font);
				text-align: center;
				margin-right: 0.5rem;
				vertical-align: middle;
				transition: all 0.3s;
			}
		}

		.sub-menu {
			margin-left: 0.15rem;
			gap: var(--rem12);

			&>li {
				margin: 0;
			}

			&>li>a {
				font-size: var(--rem14);
				font-weight: 500;

				&:before {
					content: '';
					background: var(--color-font);
					width: 0.5rem;
					height: 0.1rem;
					margin-right: 0.5rem;
					transition: all 0.3s;
					top: calc(0% + var(--rem16) / 1.5);
				}
			}
		}
	}
}

/* --- footer sns --- */

#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 {
	color: var(--color-primary);
	font-size: var(--rem30);
}

/* -------------------------------------------
   SP用スタイル
------------------------------------------- */

@media screen and (max-width: 1100px) {
	#footer .footnav>ul {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	#footer .footnav>ul {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 0;
	}

	#footer li.nav_first+.nav_first {
		margin-top: 3px;
	}

	#footer .footnav .sub-menu {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		gap: 1em;
	}

	#footer .footnav .sub-menu {
		.sub-menu {
			margin-left: 0;
			margin-top: var(--rem16);
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
			gap: 1em;
		}
	}

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


/* ===========================================
   SP FOOTER
=========================================== */
#MESY_FTMFM_footer_bar li.link_menu.bg_01 a {
    background-color: #fff8ae;
}

#MESY_FTMFM_footer_bar li.link_menu.bg_02 a {
    background-color: #fffae0;
}

#MESY_FTMFM_footer_bar li.link_menu.bg_03 a {
    background-color: #f5f4f2;
}

/* ===========================================
   Floating CTA Block
=========================================== */

.c-floating-cta {
	opacity: 0;
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	transition: 0.7s all;
	cursor: none;
	pointer-events: none;
}

.sticky-header .c-floating-cta {
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
}

.c-floating-cta {
	position: fixed;
	left: 0;
	top: inherit;
	bottom: 0;
	transform: inherit;
	z-index: 999;

	/* --- 親テーマリセット --- */
	ul,
	li {
		margin: 0;
		padding: 0;
		list-style: none;
		background: none;
		border: none;
	}

	li::before,
	li::after {
		content: none !important;
	}

	a {
		text-decoration: none;
		color: inherit;
		display: block;
	}

	span {
		margin: 0;
		padding: 0;
		border: none;
		background: none;
	}

	figure {
		margin: 0;
		padding: 0;
		border: none;
		background: none;
	}

	img {
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
		background: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	/* ---------------------- */

	a.off {
		display: none;
	}

	.c-floating-cta__list {
		display: flex;
		background-color: var(--color-wt);
		border-radius: 0 var(--px20) 0 0;
	}

	.c-floating-cta__link {
		display: flex;
		align-items: baseline;
		justify-content: flex-start;
		height: auto;
		color: var(--color-font);
		padding: var(--px20) var(--px20) var(--px20) var(--px12);
		gap: var(--px12);
		text-align: left;
		transition: 0.7s all;

		&:before {
			border: none !important;
			content: "\f061";
			position: static;
			font-family: 'Font Awesome 6 Free';
			font-style: normal;
			font-weight: 600;
			font-size: var(--px12);
			line-height: 1.6;
			border: none;
			-webkit-transform: inherit;
			-ms-transform: inherit;
			transform: inherit;
			margin: 0 0 0 auto;
			display: inline-block;
			color: var(--color-wt);
			background: var(--color-primary);
			width: 24px;
			height: 24px;
			border-radius: 50vh;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-grow: 0;
			z-index: 0;
		}

		&:hover {
			opacity: 1;
			color: var(--color-primary);

			img {
				opacity: 1;
			}

			.c-floating-cta__text {
				color: var(--color-primary);
			}
		}
	}

	.c-floating-cta__text {
		font-size: var(--px16);
		font-weight: 700;
		line-height: 1.4;
		color: var(--color-font);
		-webkit-transition: 0.7s all;
		-o-transition: 0.7s all;
		transition: 0.7s all;
	}
}

/* -------------------------------------------
   SP用スタイル
------------------------------------------- */

@media screen and (max-width: 768px) {
	.c-floating-cta {
		display: none;
	}
}

/*=============================================
					MV
=============================================*/

.c-mainimg {
	position: relative;
}

/*================================================
	txtparts
================================================*/

a:hover,
a:active {
	-moz-transition: 0.7s all;
	-o-transition: 0.7s all;
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	transition: 0.7s all;
}

.post p,
p {
	line-height: 2;
}

.post .read_txt {
	font-size: var(--px20);
	font-weight: 600;
	text-align: center;
	letter-spacing: .01em;
	line-height: 2.2;
	margin: var(--px60) auto var(--px80);
}

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

	.post p,
	p {
		line-height: 1.8;
	}

	.post .read_txt,
	.read_txt {
		font-size: var(--px18);
		text-align: left;
		line-height: 2;
	}
}

/*================================================
					見出し
================================================*/
.post,
#footer {

	h2,
	.c-ttl--style01 {
		position: relative;
		color: transparent;
		font-size: var(--px80);
		font-weight: 400;
		font-family: var(--font-family01);
		line-height: 1.5;
		background: var(--color-font);
		padding: 0;
		margin: var(--px120) auto var(--px80);
		text-align: center;
		letter-spacing: 0;
		border: none;
		background-image: url(/wp-content/uploads/parts_subttl.svg);
		background-repeat: repeat-x;
		background-size: 20%;
		background-position: 50% 55%;
		background-clip: text;
		-webkit-background-clip: text;

		&>.c-ttl__subtxt {
			font-size: var(--px30);
			margin-top: var(--px20);
			display: block;
			font-family: var(--font-family03);
			font-weight: 600;
			line-height: 1.6;
		}

		&:has(.c-ttl__subtxt) {
			color: inherit;
			background: transparent;
			background: inherit;
			background-clip: inherit;
			-webkit-background-clip: inherit;

			&>.c-ttl__maintxt {
				display: block;
				color: transparent;
				background: var(--color-font);
				background-image: url(/wp-content/uploads/parts_subttl.svg);
				background-repeat: repeat-x;
				background-size: 40%;
				background-position: 30% 56%;
				background-clip: text;
				-webkit-background-clip: text;
			}
		}

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

	h3,
	.c-ttl--style02 {
		position: relative;
		font-size: var(--px50);
		font-family: var(--font-family02);
		font-weight: 700;
		padding: 0;
		margin: var(--px60) 0 var(--px30);
		border: none;
		background: none;
		color: var(--color-font);
		line-height: 1.6;
		text-align: left;
		background-clip: inherit;
		-webkit-background-clip: inherit;

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

	h4,
	.c-ttl--style03 {
		position: relative;
		font-size: var(--px40);
		font-family: var(--font-family02);
		font-weight: 700;
		padding: 0;
		margin: var(--px50) 0 var(--px20);
		border: none;
		background: none;
		color: var(--color-font);
		line-height: 1.6;
		text-align: left;
		background-clip: inherit;
		-webkit-background-clip: inherit;

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

	h5,
	.c-ttl--style04 {
		position: relative;
		font-size: var(--px24);
		font-family: var(--font-family02);
		font-weight: 800;
		padding: 0 0 0 1em;
		margin: var(--px40) auto var(--px20);
		border: none;
		background: none;
		color: var(--color-font);
		line-height: 1.6;
		text-align: left;
		width: fit-content;
		margin-left: 0;
		margin-right: auto;
		background-clip: inherit;
		-webkit-background-clip: inherit;

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

		&::after {
			content: none;
		}
	}

	.c-ttl--style05 {
		color: var(--color-font);
		font-size: var(--px20);
		display: block;
		padding: 0;
		margin: var(--px60) auto var(--px20);
		font-family: var(--font-family03);
		font-weight: 600;
		line-height: 1.6;
		text-align: left;
		background: none;
		background-clip: inherit;
		-webkit-background-clip: inherit;
	}
}

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

	.post,
	#footer {

		h2,
		.c-ttl--style01 {
			font-size: var(--px60);
			margin: var(--px60) auto var(--px50);
		}

		h3,
		.c-ttl--style02 {
			font-size: var(--px40);
		}

		h4,
		.c-ttl--style03 {
			font-size: var(--px30);
		}

		h5,
		.c-ttl--style04 {
			font-size: var(--px20);
		}

	}
}

.u-center {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.u-left {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.u-border {
	border-bottom: solid 1px !important;
	padding: var(--px20) !important;
	border-top: solid 1px !important;
}

.post a.u-external,
#footer .u-external>a,
#header .u-external>a>b {
	&::after {
		content: "\f14c";
		position: static;
		font-family: 'Font Awesome 6 Free';
		font-style: normal;
		font-weight: 600;
		border: none;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		width: inherit;
		height: inherit;
		margin-left: 0.5em;
		font-size: 90%;
	}
}

/*================================================
	table
================================================*/

.post {
	table {
		margin: var(--px30) auto;
		border-spacing: 0;
		table-layout: fixed;
		border: 1px solid var(--color-table-border);
		text-align: center;

		td,
		th {
			border: 1px solid var(--color-table-border);
			padding: 24px 15px 22px;
			vertical-align: middle;
			border: none;
			color: var(--color-font);
			background: var(--color-wt);
		}

		th {
			background-color: var(--color-secondary-tint);
			color: var(--color-wt);
			border-bottom: solid 1px var(--color-table-border);
		}

		td {
			border-bottom: solid 1px var(--color-table-border);
		}
	}
}

@media print,
screen and (max-width: 640px) {
	.post {
		& table:not([class]) {

			td,
			th {
				line-height: 1.6;
				padding: 14px 12px 12px;
			}
		}
	}
}

.post {
	table.c-table--style01 {
		border: none;

		th {
			color: var(--color-font);
			background-color: transparent;
			border-bottom: solid 1px var(--color-table-border);
		}

		td {
			background-color: transparent;
			border-bottom: solid 1px var(--color-table-border);
		}

	}
}

@media print,
screen and (max-width: 640px) {
	.post {
		& table.c-table--style01 {

			td,
			th {
				line-height: 1.6;
				padding: 14px 12px 12px;
			}
		}
	}
}


.post {
	table.c-table--style02 {
		margin: var(--px30) auto;
		border: none;
		border-spacing: 0;
		max-width: 960px;

		th,
		td {
			background: transparent;
		}

		td {
			width: 100%;
		}

		th {
			border-bottom: none;
			font-size: var(--px18);
			font-weight: 700;
			text-align: center;
			position: relative;
			border: none;
			line-height: 1.6;
			color: var(--color-bk);
			font-family: var(--font-family02);
			padding: 0 var(--px40) 0 0;
			flex-shrink: 0;
			width: 200px;
			display: flex;
			justify-content: center;
			align-items: center;

			&::before {
				content: "";
				position: absolute;
				top: 50%;
				right: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				width: 12px;
				height: 12px;
				background-color: var(--color-primary);
				border-radius: 50vh;
			}

			&::after {
				content: "";
				position: absolute;
				top: 50%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				right: 5px;
				width: 2px;
				height: 100%;
				background-color: var(--color-primary);
			}
		}

		tr {

			display: flex;
			justify-content: flex-start;
			align-items: stretch;
			gap: 2em;

			&:first-of-type,
			&:last-of-type {
				th:after {
					content: "";
					position: absolute;
					-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
					transform: translateY(0);
					right: 5px;
					width: 2px;
					height: 50%;
					background-color: var(--color-primary);
				}
			}

			&:first-of-type {
				th:after {
					top: inherit;
					bottom: 0;
				}
			}

			&:last-of-type {
				th:after {
					top: 0;
				}
			}
		}
	}
}

@media print,
screen and (max-width: 640px) {
	.post {
		table.c-table--style02 {

			td,
			th {
				padding: 14px 12px 12px;
			}

			tr {
				gap: 0.8em;
			}

			th {
				width: 100px;
			}
		}
	}
}

/*================================================
	linkBtn01
================================================*/

.linkBtn,
.post .linkBtn,
#footer .linkBtn {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 240px;
	border-radius: 0;
	z-index: 1;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	transition: 0.7s all;
	margin: var(--px40) 0 0;
	display: flex;
	gap: var(--px18);
	align-items: center;
	justify-content: space-between;
	padding: var(--px24) var(--px12) 8px var(--px12);
	color: var(--color-font);
	font-family: var(--font-family03);
	font-weight: 600;
	font-size: var(--px18);
	text-align: left;
	background: transparent;
	border-bottom: solid 2px var(--color-font);

	&::after {
		border: none !important;
		content: "\f061";
		position: static;
		font-family: 'Font Awesome 6 Free';
		font-style: normal;
		font-weight: 600;
		font-size: var(--px16);
		line-height: 1.6;
		border: none;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		margin: 0 0 0 auto;
		display: inline-block;
		color: var(--color-wt);
		background: var(--color-primary);
		width: var(--px40w);
		height: var(--px40w);
		border-radius: 50vh;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		z-index: 0;
	}

	&.linkBtn--external:after {
		content: "\f14c";
	}

	&.linkBtn--anchor:after {
		content: "\f063";
	}

	&:hover {
		color: inherit;
		background: transparent;
		opacity: 0.7;

		&::after {
			color: var(--color-wt);
			background: var(--color-primary-tint);
			opacity: 1;
		}
	}
}

/*================================================
			リンクボタン02
================================================*/

.c-round-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	padding: var(--px18) var(--px20) var(--px18) var(--px30);
	gap: var(--px20);
	width: fit-content;
	min-width: 240px;
	font-family: var(--font-family03);
	font-weight: 600;
	font-size: var(--px16);
	text-align: left;
	line-height: 1.4;
	color: var(--color-wt);
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	transition: 0.7s all;
	border-radius: var(--px80);
	border: none;
	background: var(--color-primary);
	margin: var(--px40) 0 0;

	&:after {
		content: "\f061";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: var(--px16);
		line-height: 1;
		color: var(--color-wt);
		transform: none;
		width: auto;
		height: auto;
		border: none;
		margin: 0;
		-webkit-transition: all 0.7s;
		-o-transition: all 0.7s;
		transition: all 0.7s;
	}

	&.c-round-btn--external:after {
		content: "\f14c";
	}

	&.c-round-btn--anchor:after {
		content: "\f063";
	}

	&:hover {
		background: var(--color-primary-tint);
		color: var(--color-wt) !important;

		&:after {
			color: var(--color-wt) !important;
		}
	}
}

@media print,
screen and (max-width: 640px) {
	.post {
		.c-round-btn {
			max-width: none;
			width: 80%;
			min-width: auto;
			line-height: 1.4;
			font-size: var(--px14);
		}
	}
}

/*================================================
			layoutリンクボタンリスト
================================================*/

.post {

	/*---ボタンリストレイアウト---*/

	.c-btnlist {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: var(--px40) auto 0;
		gap: var(--px14) 2%;

		.c-btnlist__listitem {
			position: relative;
		}

		.linkBtn {
			margin-top: 0;
			max-width: none;
		}
	}
}

@media print,
screen and (max-width: 640px) {
	.post {
		.c-btnlist {
			.c-btnlist__listitem {
				width: 100%;
				max-width: 240px;
			}

			.linkBtn {
				width: 100%;
				min-width: auto;
			}

			.c-round-btn {
				width: 100%;
			}
		}
	}
}

/*================================================
				eyecatch
================================================*/

header#h1Header {
	background: transparent;
	height: auto;
	z-index: -1;
	overflow: visible;
	max-width: none;
	margin: 100px auto var(--px30);
	width: 100%;
	overflow-x: clip;

	&:before {
		content: none;
	}

	&:after {
		content: '';
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(0deg);
		width: 1400px;
		height: 1400px;
		background: url(/wp-content/uploads/parts_bgshape.png.webp) no-repeat center/contain;
		pointer-events: none;
		animation: roll 200s linear infinite;
		z-index: -1;
		position: absolute;
		top: 0;
	}

	h1.title {
		position: relative;
		padding: var(--px80) 0 0;
		max-width: var(--content-max-width);
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0 auto var(--px60);
		text-align: center;
		color: var(--color-font);

		span {
			font-size: var(--px80);
			font-weight: 700;
			font-family: var(--font-family02);
			line-height: 1.2;
		}

		span.subttl {
			display: block;
			font-family: var(--font-family01);
			font-weight: 400;
			font-size: var(--px24ss);
			margin: var(--px24) 0 0;
			padding: 0;
			border: none;
			line-height: 1.6;
			font-style: italic;
			letter-spacing: 0.2em;
		}
	}
}

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

	header#h1Header {
		margin: 60px auto 0;

		h1.title {
			padding: var(--px120) 0 0;
		}

		&::after {
			width: 120%;
			height: 120%;
		}
	}
}

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

	header#h1Header {

		&::after {
			width: 160%;
			height: 160%;
		}

		h1.title {
			span {
				font-size: var(--px60);
			}

			span.subttl {
				font-size: var(--px16);
				margin: var(--px12) 0 0;
			}
		}
	}
}

#breadcrumb ul {
	justify-content: center;
}

#breadcrumb ul li,
#breadcrumb ul li a {
	color: var(--color-font);
	padding: 4px;
}

#breadcrumb ul li {
	line-height: 1.2;
}

/*================================================
   post list styles list
================================================*/

#front_top_content,
#front_bottom_content {
	background: transparent;
	padding: var(--px80) 0;
}

.listTitle {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: var(--px14) 0 0;
	flex-shrink: 0;

	.frontlist {
		position: static;
		transform: inherit;
	}
}

#front-sectionPost {
	gap: var(--px80);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 90%;

	.cat {
		display: none;
	}

	h1.title {
		position: relative;
		font-family: var(--font-family01);
		font-weight: 600;
		font-size: var(--px18);
		color: var(--color-font);
		display: block;
		width: fit-content;
		margin: 0 0 var(--px20) 0;
		padding: 0;
		text-align: left;
		line-height: 1.2;

		&::before {
			content: none;
		}
	}
}

.listTitle .frontlist a {
	position: relative;
	border: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 300px;
	border-radius: 0;
	z-index: 1;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	transition: 0.7s all;
	margin: 0;
	display: flex;
	padding: var(--px16) var(--px40) var(--px16) var(--px24);
	color: var(--color-wt);
	font-family: var(--font-family01);
	font-weight: 600;
	font-size: var(--px16);
	text-align: left;
	width: 100%;
	padding-right: 60px;
	background: var(--color-primary-tint);

	&::after {
		border: none !important;
		content: "\f101";
		position: static;
		font-family: 'Font Awesome 6 Free';
		font-style: normal;
		font-weight: 600;
		font-size: var(--px18);
		line-height: 1.6;
		border: none;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		margin: 0 0 0 auto;
		display: inline-block;
		color: var(--color-wt);
		background: var(--color-primary-shade);
		width: 60px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}

	&:hover {
		color: var(--color-wt);
		background: var(--color-primary);
		opacity: 1;

		&::after {
			color: var(--color-wt);
			background: var(--color-primary-tint);
		}
	}
}

.postlist li,
.postlist li:first-child {
	width: 100%;
	border: none;

	&:last-child {
		border: none;
	}
}

.postlist .post_text {
	font-weight: 600;
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
}

.postlist .date {
	font-family: var(--font-family03);
	padding-right: 0;
	padding-left: 0;
	font-size: var(--px14);
	font-weight: 600;
}

.border_in_list {
	padding: 0 1em;
}

.postlist .ttls {
	font-family: var(--font-family03);
	font-size: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 0;

	a {
		padding: 6px 0;
		display: flex;
		justify-content: space-between;
		gap: var(--px16);
		width: 100%;
		font-size: var(--px14);
		font-weight: 600;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;

		&:hover {
			text-decoration: none;
			color: var(--color-primary);
		}
	}
}

.postlist .time {
	display: block;
	white-space: nowrap;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	font-weight: 400;
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	transition: 0.7s all;
	color: var(--color-font);
	background: var(--color-secondary);
	font-family: var(--font-family01);

	a {
		padding: 7px 10px;
		display: block;
		min-width: 60px;
	}

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

@media print,
screen and (max-width: 768px) {
	#front-sectionPost {
		flex-direction: column;
		gap: 0;
	}
}

@media print,
screen and (max-width: 640px) {
	.postlist {
		width: 100%;
	}

	.postlist li .ttls {
		margin-top: 2px;
	}

	.postlist .time {
		padding: 0;
	}

	.postlist .date {
		line-height: 1;
	}

	.postlist .post_text {
		width: 100%;
		padding: var(--rem20) 0 0;
	}

	.postlist .time a {
		min-width: auto;
		padding: 5px 10px;
	}
}

.single-post h1.title.first {
	border-bottom: none;
	padding-bottom: var(--rem16);
	margin-bottom: 0 !important;
}

.single-post h1.title {
	font-weight: 500;
}

.dateLabel {
	padding-top: 1rem;
	margin-bottom: var(--rem30);
	border-top: 1px solid var(--color-font);
	font-family: var(--font-family01);
	font-weight: 400;
	font-style: normal;
}


/*================================================
				sitemap
================================================*/

.post ul#sitemap_list>li {
	margin-bottom: 5px;
	padding: var(--rem24) 0 var(--rem24) 5px;
	background: none;
	border-bottom: solid 1px var(--color-table-border);
}

.post ul#sitemap_list>li a {
	font-weight: 500;
	font-family: var(--font-family03);
}

.post ul#sitemap_list li a span.sub_ttl,
.post ul#sitemap_list li ul.children a {
	margin-left: 1rem;
	font-size: 80%;
	font-weight: 500;
}

/*================================================
				FRONTPAGE
================================================*/

body.home {
	.wrapper_content {
		position: relative;
		width: 90%;
		max-width: none;
	}

	#full-wrapper {
		margin-bottom: var(--px180);
	}

	.post h2,
	.c-ttl--style01 {
		font-size: var(--px100);
	}
}

.post {

	a.external:after {
		content: "\f14c";
		position: static;
		font-family: 'Font Awesome 6 Free';
		font-style: normal;
		font-weight: 600;
		border: none;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		width: inherit;
		height: inherit;
		margin-left: 0.5em;
		font-size: 90%;
	}

	/*---common txtara---*/

	.c-txt-area {
		width: fit-content;
		margin: var(--px80) auto;

		.c-txt-area__lead {
			font-size: var(--px30);
			line-height: 2.4;
			letter-spacing: 0;
			font-weight: 700;
		}
	}

	/*---common ttlara---*/

	.c-ttl-area__figure-ttl img {
		transform: translateZ(0);
	}

	/*---common figure---*/

	.c-figure {
		max-width: 820px;
		width: 90%;
		margin: var(--px80) auto var(--px60);
		border-radius: var(--px40);
		overflow: hidden;
	}

	/*---common wide-img-area---*/

	.c-wide-img-area {
		position: relative;
		height: auto;
		overflow: hidden;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin: var(--px80) auto;
		aspect-ratio: 43 / 15;

		.c-wide-img-area__inner {
			position: relative;
			z-index: 1;
			display: flex;
			width: 100%;
			justify-content: space-between;
			align-items: flex-end;
			padding: var(--px80) var(--px60);
		}

		.c-wide-img-area__main {
			font-size: var(--px30);
			line-height: 2;
			letter-spacing: 0;
			font-weight: 700;
			color: var(--color-wt);
		}

		.c-wide-img-area__sub {
			flex-shrink: 0;
		}

		.c-wide-img-area__link {
			font-size: var(--px30);
			line-height: 1.6;
			letter-spacing: 0;
			font-weight: 700;
			color: var(--color-wt);
			border: none;
			padding-left: 0;

			&:hover {
				color: var(--color-wt) !important;
			}
		}

		.c-wide-img-area__bgfigure {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: var(--px80);
			overflow: hidden;

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

	/*---common content-list---*/

	.c-content-list {
		display: flex;
		flex-direction: column;
		gap: var(--px80);
		justify-content: center;
		align-items: center;

		.c-content-list__item {
			display: flex;
			gap: var(--px80);
			align-items: center;
			justify-content: center;

			&:nth-child(even) {
				flex-direction: row-reverse;

				.c-content-list__img {
					max-width: 696px;
				}
			}
		}

		.c-content-list__img {
			width: 60%;
			max-width: 828px;
		}

		.c-content-list__txt-area {
			width: 100%;
			max-width: 600px;
			flex-shrink: 0;
		}

		.c-content-list__txt {
			width: 100%;
			max-width: 600px;
			font-size: var(--px24ss);
			line-height: 2.4;
			letter-spacing: 0;
			font-weight: 500;
		}
	}

	/*---common widecontent-list---*/

	.c-widecontent-list {
		display: flex;
		flex-direction: column;
		gap: var(--px80);
		justify-content: center;
		align-items: center;
		max-width: 1280px;
		width: 100%;
		margin: 0 auto;

		.c-widecontent-list__item {
			display: flex;
			flex-direction: column;
			width: 100%;
		}

		.c-widecontent-list__img {
			width: 100%;
			height: auto;
			aspect-ratio: 16 / 7;
			border-radius: var(--px40);
			overflow: hidden;
			position: relative;

			img {
				object-fit: cover;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
			}
		}

		.c-widecontent-list__ttl {
			margin: var(--px40) 0 var(--px30) !important;
			font-size: var(--px40) !important;
		}

		.c-widecontent-list__separate {
			display: flex;
			justify-content: space-between;
			align-items: flex-end;
			flex-wrap: wrap;
			margin-top: var(--px30);
			gap: var(--px40);
		}

		.c-widecontent-list__separate-txt {
			width: fit-content;
			font-size: var(--px24ss);
			line-height: 2.4;
			letter-spacing: 0;
			font-weight: 500;
		}

		.c-widecontent-list__separate-btn {
			display: flex;
			flex-wrap: wrap;
			gap: var(--px30);

			a.linkBtn {
				margin-top: 0 !important;
			}
		}
	}
}

@media print,
screen and (max-width: 1280px) {
	.post {

		/*---common content-list---*/

		.c-content-list {

			.c-content-list__item {
				flex-direction: column !important;
				gap: 0;
				width: 80%;
			}

			.c-content-list__ttl {
				margin: var(--px30) 0 var(--px20) !important;
			}

			.c-content-list__img {
				width: 100%;
				max-width: 640px !important;
			}
		}

		/*---common wide-img-area---*/

		.c-wide-img-area:has(.c-wide-img-area__inner) {
			aspect-ratio: auto;


			.c-wide-img-area__inner {
				flex-wrap: wrap;
			}

		}
	}
}

@media print,
screen and (max-width: 640px) {
	.post {

		.c-txt-area {
			.c-txt-area__lead {
				line-height: 2;
			}
		}

		/*---common wide-img-area---*/

		.c-wide-img-area {
			.c-wide-img-area__inner {
				padding: var(--px60) var(--px40);
			}

			.c-wide-img-area__bgfigure {
				border-radius: var(--px40);

				&:before {
					content: "";
					width: 100%;
					height: 100%;
					background: #7b44006b;
					position: absolute;
					top: 0;
					left: 0;
				}
			}

			.c-wide-img-area__main {
				line-height: 1.8;
				font-size: var(--px16);
			}

			.c-wide-img-area__link {
				margin: 0;
				font-size: var(--px24ss);
			}
		}

		/*---common content-list---*/

		.c-content-list {
			.c-content-list__txt {
				line-height: 1.8;
			}
		}

		/*---common widecontent-list---*/

		.c-widecontent-list {
			.c-widecontent-list__separate-txt {
				line-height: 1.8;
			}
		}

		/*---common widecontent-list---*/

		.c-widecontent-list__separate-btn {
			gap: 0;
		}
	}
}


/*---個別 l-about---*/

.post {

	.l-about {
		.c-ttl-area {
			position: relative;
			display: flex;
			justify-content: flex-end;
			padding: 20% 0 0;

			.c-ttl-area__figure-ttl {
				width: 25%;
				top: 0;
				left: 10%;
				position: absolute;
				z-index: 1;
			}

			.c-ttl-area__figure-01 {
				position: relative;
				width: 44%;
			}

			.c-ttl-area__figure-02 {
				position: relative;
				margin-top: -5%;
				width: 26%;
			}
		}

		.c-separateblock {
			display: flex;
			align-items: center;
			justify-content: center;
			margin: var(--px60) auto var(--px80);

			.c-separateblock__main {
				font-size: var(--px24ss);
				line-height: 2.4;
				letter-spacing: 0;
				font-weight: 500;
			}

			.c-separateblock__sub {
				border-left: solid 1px;
				padding: 0 0 0 var(--px40);
				margin: 0 0 0 var(--px40);
				font-size: var(--rem14);
				font-weight: 400;
			}
			.c-separateblock__ttl {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				font-weight: 600;
				margin: 10px 0 3px;
				
				&:before, &:after {
    				content: "";
    				width: 10px;
    				height: 2px;
    				background: var(--color-font);
    				margin: 0 5px;
    				display: block;
				}
			}
		}
	}
}

@media print,
screen and (max-width: 1280px) {
	.post {
		.l-about {
			.c-separateblock {
				flex-direction: column;
				width: fit-content;

				.c-separateblock__main {
					line-height: 2;
				}

				.c-separateblock__sub {
					width: 100%;
					margin: var(--px40) 0 0 0;
				}
			}
		}
	}
}

@media print,
screen and (max-width: 640px) {
	.post {
		.l-about {
			.c-separateblock {
				.c-separateblock__sub {
					font-size: var(--px12);
				}
			}

			.c-ttl-area {
				padding: 41% 0 0;

				.c-ttl-area__figure-ttl {
					width: 236px;
				}

				.c-ttl-area__figure-01 {
					width: 48%;
				}

				.c-ttl-area__figure-02 {
					width: 34%;
				}
			}
		}
	}
}

@media print,
screen and (max-width: 540px) {
	.post {
		.l-about {
			.c-separateblock {
				.c-separateblock__sub {
					font-size: var(--px12);
				}
			}

			.c-ttl-area {
				padding: 198px 0 0;

				.c-ttl-area__figure-ttl {
					width: 170px;
				}
			}
		}
	}
}

/*---個別 l-concept---*/

.post {

	.l-concept {
		.c-ttl-area {
			position: relative;
			display: flex;
			justify-content: space-between;
			padding: 0;

			.c-ttl-area__figure-ttl {
				position: absolute;
				width: 40%;
				left: 41%;
				top: 9%;
				transform: translateX(-50%);
				z-index: 1;
			}

			.c-ttl-area__figure-01 {
				position: relative;
				width: 28%;
				padding-top: 24%;
			}

			.c-ttl-area__figure-02 {
				position: relative;
				width: 54%;
			}
		}

		.c-txt-area {
			margin-top: 0;
		}

		.c-txt-area__catch {
			margin-top: 0 !important;
			margin-bottom: var(--px60) !important;
		}

		.c-separateblock {
			display: flex;
			align-items: center;
			justify-content: center;
			margin: var(--px120) auto var(--px160);
			gap: var(--px120);

			.c-separateblock__main {
				width: 50%;
				max-width: 620px;
				border-radius: var(--px40);
				overflow: hidden;
			}

			.c-separateblock__sub {
				width: fit-content;
				flex-shrink: 0;
				font-size: var(--px24ss);
				line-height: 2.4;
				letter-spacing: 0;
				font-weight: 500;
			}
		}
	}
}

@media print,
screen and (max-width: 1023px) {
	.post {
		.l-concept {
			.c-separateblock {
				flex-direction: column;
				width: fit-content;
				gap: var(--px80);
				margin: var(--px60) auto var(--px100);

				.c-separateblock__main {
					width: 70%;
					max-width: 640px;
				}
			}
		}
	}
}

@media print,
screen and (max-width: 640px) {
	.post {
		.l-concept {
			.c-ttl-area {
				.c-ttl-area__figure-ttl {
					width: 340px;
				}

				.c-ttl-area__figure-01 {
					padding-top: 40%;
				}

				.c-ttl-area__figure-02 {
					width: 49%;
					padding-top: 15%;
				}
			}
		}
	}
}

@media print,
screen and (max-width: 540px) {
	.post {
		.l-concept {
			.c-ttl-area {
				.c-ttl-area__figure-ttl {
					width: 240px;
				}
			}
		}
	}
}

/*---個別 l-philosophy---*/

.post {

	.l-philosophy {
		.c-txt-area {
			margin: var(--px120) auto;
		}

		.c-txt-area__catch {
			text-align: left !important;
		}
	}
}

@media print,
screen and (max-width: 1023px) {
	post {
		.l-philosophy {
			.c-txt-area {
				margin: var(--px80) auto;
			}
		}
	}
}

/*---個別 l-initiative---*/

.post {

	.l-initiative {
		.c-ttl-area {
			width: 75%;
		}
	}
}

/*---個別 l-discover---*/

.post {

	.l-discover {
		.c-txt-area {
			margin: var(--px160) auto var(--px120);
		}
	}
}

@media print,
screen and (max-width: 1023px) {
	.post {
		.l-discover {
			.c-txt-area {
				margin: var(--px120) auto var(--px80);
			}
		}
	}
}


/*------------------------------------------------------
sub page
------------------------------------------------------*/
@media print,
screen and (min-width: 641px) {

	/* PC用 */
	.dsp_sp {
		display: none;
	}

	.cen_pc {
		text-align: center;
	}
}

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

/**/
.photo-maru img {
	border-radius: var(--px40);
}

/*--------------------------------------------------
	未来へのコンパス
--------------------------------------------------*/
#compass-policy {
	padding: var(--px80);
	background: #fff;
	border-radius: var(--px40);
}

#compass-policy h3 {
	margin-top: 0;
}

#compass-policy p {
	line-height: 3em;
}

/**/
#compass-vision h3 {
	margin-top: 0;
}

#compass-vision h3 span {
	display: block;
	font-size: var(--rem20);
}

#compass-vision .txt {
	padding: 0 5%;
}

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

	/* PCのみ */
	#compass-vision {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	#compass-vision .txt {
		width: 50%;
	}

	#compass-vision .photo {
		width: 50%;
	}

	#compass-vision .photo img {
		border-radius: var(--px60) 0 0 var(--px60);
	}
}

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

	/* タブレット以下 */
	#compass-vision .c-ttl--style05 {
		font-size: var(--rem20);
	}

	#compass-vision .txt {
		margin-bottom: var(--px60);
	}
}

/*--------------------------------------------------
	わたしたちの原点
--------------------------------------------------*/
.post .about table th {
	white-space: nowrap;
}

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

	/* スマホ */
	.post .about table.c-table.c-table--style02 th {
		width: 130px;
	}
}

/**/
#about-msg .photo {
	font-weight: bold;
	text-align: center;
}

#about-msg .photo b {
	font-size: 130%;
	font-weight: bold;
}

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

	/* PC・タブレット */
	#about-msg {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#about-msg .photo {
		width: 25%;
	}

	#about-msg .txt {
		width: 70%;
	}
}

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

	/* スマホ */
	#about-msg .photo {
		width: 50%;
		margin: 0 auto 20px;
	}
}

/**/
#about-character {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: var(--px60);
}

#about-character dl {
	width: 48%;
	padding: var(--px50);
	background: #fff;
	border-radius: var(--px40);
}

#about-character dt {
	margin-bottom: var(--px30);
	font-size: var(--rem30w);
	font-family: var(--font-family02);
	text-align: center;
}

#about-character dt figure {
	display: block;
	width: 250px;
	height: 200px;
	max-width: 100%;
	margin: 0 auto var(--px30);
}

#about-character dt figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}

#about-character dd {
	padding: 0;
}

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

	/* スマホ */
	#about-character dl {
		width: 100%;
		padding: 20px;
	}

	#about-character dt figure {
		width: 160px;
		height: 120px;
	}
}

/*--------------------------------------------------
	たいせつな想い
--------------------------------------------------*/
.cherish-note {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}

.cherish-note .txt {
	padding: 0 5%;
}

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

	/* PCのみ */
	.cherish-note {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.cherish-note .txt {
		width: 55%;
	}

	.cherish-note .photo {
		width: 45%;
	}

	.cherish-note .photo img {
		border-radius: var(--px60) 0 0 var(--px60);
	}

	.cherish-note.rev {
		flex-direction: row-reverse;
	}

	.cherish-note.rev .photo img {
		border-radius: 0 var(--px60) var(--px60) 0;
	}
}

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

	/* タブレット以下 */
	.cherish-note .txt {
		margin-bottom: var(--px60);
	}
}

/*--------------------------------------------------
	まちと歩む
--------------------------------------------------*/
.p-history h2.u-left span {
	display: block;
	font-size: var(--rem16);
}

/**/
#history-msg .ttl p {
	margin: 0 !important;
}

#history-msg .ttl p.c-ttl--style04 {
	margin: var(--px20) 0 !important;
	padding: 0;
}

#history-msg .ttl p.c-ttl--style04::before {
	display: none;
}

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

	/* PCのみ */
	#history-msg {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	#history-msg .ttl {
		width: 55%;
	}

	#history-msg .txt {
		width: 40%;
	}

	.p-history .photo {
		width: 50vw;
		margin-right: calc(((100vw - 100%) / 2) * -1);
	}

	.p-history .rev .photo {
		margin-right: 0;
		margin-left: calc(((100vw - 100%) / 2) * -1);
	}

	.p-history .photo img {
		border-radius: var(--px60) 0 0 var(--px60);
	}

	.p-history .rev .photo img {
		border-radius: 0 var(--px60) var(--px60) 0;
	}
}

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

	/* タブレット以下 */
	.p-history .photo {
		width: 100vw;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		margin-top: var(--px60);
	}
}

/**/
.p-history .c-ttl--style04 {
	padding: 0 !important;
	margin-top: 0 !important;
	font-size: var(--rem30) !important;
}

.p-history .c-ttl--style04::before {
	display: none;
}

.p-history .link-sns {
	font-size: var(--rem30w);
}

.p-history .map iframe {
	width: 100%;
	vertical-align: bottom;
}

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

	/* PCのみ */
	.p-history .map iframe {
		height: 100%;
	}
}

/*--------------------------------------------------
	幸せづくり
--------------------------------------------------*/
.p-happiness h3 span {
	display: block;
	font-size: var(--rem24);
}

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

	/* PCのみ */
	.p-happiness .photo {
		width: 50vw;
		margin-right: calc(((100vw - 100%) / 2) * -1);
	}

	.p-happiness .rev .photo {
		margin-right: 0;
		margin-left: calc(((100vw - 100%) / 2) * -1);
	}

	.p-happiness .photo img {
		border-radius: var(--px60) 0 0 var(--px60);
	}

	.p-happiness .rev .photo img {
		border-radius: 0 var(--px60) var(--px60) 0;
	}
}

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

	/* タブレット以下 */
	.p-happiness .photo {
		width: 100vw;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		margin-top: var(--px60);
	}
}

/**/
#happiness-about {
	padding: var(--px50);
	background: rgba(255, 255, 255, 0.5);
	border-radius: var(--px20);
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
	row-gap: var(--px30);
}

#happiness-about h4 {
	width: 100%;
	margin-top: 0;
}

#happiness-about dl {
	width: 48.5%;
	padding: var(--px40);
	background: #fff no-repeat left center;
	background-size: contain;
	border-radius: var(--px20);
}

#happiness-about dl.bg01 {
	background-image: url(/wp-content/uploads/happiness-bg01.png.webp);
}

#happiness-about dl.bg02 {
	background-image: url(/wp-content/uploads/happiness-bg02.png.webp);
}

#happiness-about dl.bg03 {
	background-image: url(/wp-content/uploads/happiness-bg03.png.webp);
}

#happiness-about dl.bg04 {
	background-image: url(/wp-content/uploads/happiness-bg04.png.webp);
}

#happiness-about dl.bg05 {
	background-image: url(/wp-content/uploads/happiness-bg05.png.webp);
}

#happiness-about dl.bg06 {
	background-image: url(/wp-content/uploads/happiness-bg06.png.webp);
}

#happiness-about dl.bg07 {
	background-image: url(/wp-content/uploads/happiness-bg07.png.webp);
}

#happiness-about dl.bg08 {
	background-image: url(/wp-content/uploads/happiness-bg08.png.webp);
}

#happiness-about dt {
	margin-bottom: var(--px20);
	font-size: var(--rem24w);
	font-family: var(--font-family02);
	text-align: center;
}

#happiness-about dt span {
	display: block;
	margin-top: 0.5em;
	color: var(--color-primary);
	font-size: var(--rem16);
	font-weight: 500;
}

#happiness-about dd {
	padding: 0;
}

@media only screen and (max-width: 820px) and (min-width: 641px) {
	#happiness-about {
		column-gap: 4%;
	}

	#happiness-about dl {
		width: 48%;
	}
}

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

	/* スマホ */
	#happiness-about {
		padding: 20px;
	}

	#happiness-about dl {
		width: 100%;
		background-position: left top;
		background-size: 150px auto;
	}
}

/*--------------------------------------------------
	運営施設一覧
--------------------------------------------------*/
.locations-list {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: var(--px60);
}

.locations-list .box {
	position: relative;
	width: 48%;
	padding: var(--px40);
	background: #fff;
	border-radius: var(--px20);
}

.locations-list .box:has(.btn) {
	padding-bottom: var(--px120);
}

.locations-list .ttl {
	margin-bottom: var(--px20);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.locations-list .ttl h3 {
	margin: 0 !important;
	font-size: var(--rem30) !important;
	/* フレックス */
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.locations-list .ttl h3 span {
	display: block;
	margin-bottom: 0.5em;
	padding: 2px 15px;
	background: var(--color-primary);
	border-radius: 10px;
	color: #fff;
	font-size: var(--rem18);
	letter-spacing: 0;
}

.locations-list .ttl figure {
	width: 35%;
	max-width: 200px;
}

.locations-list .msg {
	font-size: var(--rem24);
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
}

.locations-list .msg_s {
	color: var(--color-primary);
	text-align: center;
}

.locations-list ul {
	margin-top: var(--px20);
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.locations-list ul li {
	width: calc(100% / 3);
	min-height: 3.5em;
	font-size: 110%;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}

.locations-list ul li+li {
	border-left: 1px solid var(--color-font);
}

.locations-list table {
	margin-top: 10px;
}

.locations-list .btn {
	position: absolute;
	left: 0;
	bottom: var(--px40);
	width: 100%;
	text-align: center;
}

.locations-list .btn a {
	margin: 0 auto;
}

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

	/* タブレット以下 */
	.locations-list .box {
		width: 100%;
	}

	.locations-list ul li {
		font-size: 100%;
	}
}

/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.p-contact .box01 {
	padding: var(--px40);
	background: rgba(255, 255, 255, 0.9);
}

.p-contact .box02 {
	padding: var(--px40);
	background: rgba(255, 255, 255, 0.5);
}

.p-contact .c-ttl--style04 {
	margin-top: 0 !important;
	padding: 0 !important;
}

.p-contact .c-ttl--style04::before {
	display: block;
}

/**/
.wpcf7-form select {
	width: auto;
}

.wpcf7-form .must_fn {
	float: none;
}

.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}

/* ボタン */
.post form.wpcf7-form .btn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post form.wpcf7-form .btn input[type="submit"] {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	padding: var(--px18) var(--px20) var(--px18) var(--px30);
	gap: var(--px20);
	width: fit-content;
	min-width: 240px;
	font-family: var(--font-family03);
	font-weight: 600;
	font-size: var(--px16);
	text-align: center;
	line-height: 1.4;
	color: var(--color-wt);
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	transition: 0.7s all;
	border-radius: var(--px80);
	border: none;
	background: var(--color-primary);
	margin: var(--px40) 0 0;
}