@charset "UTF-8";
body {
	color: var(--color_font);
	overflow-x: hidden;
	font-family: var(--font_main);
	font-weight: 400;
	background-color: var(--color_bg);
	font-size: 16px;
}
html [lang="en"] {
	font-family: var(--font_en);
	line-height: 1.2;
}
a {
	color: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
:where(b,dt,strong) {
	font-weight: 700;
}
:where(h1,h2,h3,h4,h5,h6,dt) {
	letter-spacing: .01em;
	font-weight: 700;
}
:where(h1,h2,h3,h4,h5,h6) {
	line-height: 1.4;
}
:where(h1,h2,h3)[lang="en"] {
	line-height: 1;
}
:where(dd,li,p) {
	letter-spacing: .08em;
}
:where(li,p) {
	line-height: 2;
}
:where(dd,dt) {
	line-height: 1.4;
}
:where(th,td) {
	line-height: 1.4;
}
figcaption {
	letter-spacing: .05em;
	line-height: 1.4;
}
body main picture,
body main img,
body main figure {
	line-height: 0;
}
body main figure figcaption {
	line-height: 1.2;
}




/* --------------------------------
 * WordPressの機能
 * -------------------------------- */

/* パスワード記事 */
input[name="post_password"] {
	border: solid 1px;
}


/* --------------------------------
 * ヘッダー
 * -------------------------------- */

/* ヘッダースペーサー */
.cmn-header-spacer {
	height: var(--content-height_header);
	display: block;
}

.cmn-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color_bg);
	z-index: 2000;
}
.cmn-header__inner {
	display: flex;
	height: var(--content-height_header);
}
.cmn-header .cmn-header__box:nth-of-type(1) {
	width: 390px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
}
.cmn-header .cmn-header__box:nth-of-type(2) {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.cmn-header__logo img {
	width: 245px;
}
.cmn-header__catch {
	order: -1;
	font-size: 12px;
	color: var(--color_font03);
	font-weight: 500;
	letter-spacing: 0.04em;
}
.cmn-header__contact {
	display: flex;
	padding-top: 0px;
	height: 80px;
	align-items: flex-end;
	width: 100%;
}
.cmn-header__contact > ul {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.cmn-header__contact > ul li {
	line-height: 1.2;
}
.cmn-header__contact .p-tel a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	transition-property: opacity;
	transition-duration: .2s;
}
.cmn-header__contact .p-tel a:hover {
	opacity: .6;
}
.cmn-header__contact .p-tel__item:nth-of-type(1) {
	display: flex;
	align-items: center;
	gap: 8px;
}
.cmn-header__contact .p-tel__num {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .07em;
	color: var(--color_font02);
	line-height: 1;
}
.cmn-header__contact .p-tel__operating {
	font-size: 12px;
	font-weight: 500;
}
.cmn-header__contact .p-form {
	max-width: 170px;
	width: 100%;
}
.cmn-header__contact .p-form a {
	padding: 10px 5px;
	background-image: var(--grad_main);
	color: var(--color_font-r);
	display: flex;
	align-items: center;
	border-radius: 4px;
	transition-property: opacity;
	transition-duration: .2s;
	gap: 10px;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	height: 46px;
}
.cmn-header__contact .p-form a:hover {
	opacity: .6;
}
.cmn-header__contact .p-form__text {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .05em;
}
.cmn-header__menu {
	display: flex;
	flex-grow: 1;
	width: 100%;
}
.cmn-header__menu .p-nav {
	font-size: 18px;
	font-weight: 700;
	color: var(--color_font02);
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.cmn-header__menu .p-nav > ul {
	display: flex;
}
.cmn-header__menu .p-nav > ul > li {
	display: flex;
}
.cmn-header__menu .p-nav > ul > li > a {
	padding: 20px 22px 0;
	position: relative;
	z-index: 1;
}
.cmn-header__menu .p-nav > ul > li > a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background-image: var(--grad_main);
	transition-property: width;
	transition-duration: .4s;
	z-index: -1;
}
.cmn-header__menu .p-nav > ul > li > a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: var(--color_main);
	transition-property: opacity;
	transition-duration: .2s;
	opacity: 0;
}
.cmn-header__menu .p-nav > ul > li > a:hover::before {
	width: 100%;
}
.cmn-header__menu .p-nav > ul > li > a:hover::after {
	opacity: .075;
}
.cmn-header__menu-sp .p-button {
	height: 60px;
	width: 60px;
	right: 20px;
	top: 30px;
	position: fixed;
	cursor: pointer;
	z-index: 2005;
}
.cmn-header__menu-sp .p-button i {
	position: absolute;
	left: 12px;
	width: calc(100% - 24px);
	height: 2px;
	background-color: var(--color_font);
	transition-property: background-color, transform, opacity;
	transition-timing-function: ease-out;
	transition-duration: .2s;
}
.cmn-header__menu-sp .p-button.active i {
	background-color: var(--color_font-r);
}
.cmn-header__menu-sp .p-button i:nth-of-type(1) {
	top: 18px;
}
.cmn-header__menu-sp .p-button.active i:nth-of-type(1) {
	transform: rotate(-136deg);
	top: 50%;
}
.cmn-header__menu-sp .p-button i:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}
.cmn-header__menu-sp .p-button.active i:nth-of-type(2) {
	opacity: 0;
}
.cmn-header__menu-sp .p-button i:nth-of-type(3) {
	top: 40px;
}
.cmn-header__menu-sp .p-button.active i:nth-of-type(3) {
	transform: rotate(136deg);
	top: 50%;
}
.cmn-header__menu-sp .p-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition-property: visibility, opacity;
	transition-timing-function: ease-out;
	transition-duration: .2s;
	z-index: 2000;
}
.cmn-header__menu-sp .p-menu::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color_sub);
	opacity: .9;
}
.cmn-header__menu-sp .p-menu__inner {
	position: relative;
	z-index: 1;
	padding-top: calc(var(--content-height_header) + 40px );
	height: 80%;
	overflow-y: scroll;
}
.cmn-header__menu-sp .p-nav {
	color: var(--color_font-r);
	font-size: 20px;
	text-align: center;
}
.cmn-header__menu-sp .p-nav > ul > li + li {
	margin-top: 20px;
}
@media (max-width: 1240px) {
	.cmn-header .cmn-header__box:nth-of-type(1) {
		width: 240px;
	}
	.cmn-header__logo img {
		width: 100%;
	}
	.cmn-header__catch {
		width: 200px;
	}
	.cmn-header__menu .p-nav {
		font-size: 14px;
	}
	.cmn-header__menu .p-nav > ul > li > a {
		padding-right: 15px;
		padding-left: 15px;
	}
	.cmn-header__contact {
		height: 65px;
	}
}
@media (min-width: 1025px) {
	.cmn-header__menu-sp {
		display: none !important;
	}
}
@media (max-width: 1024px) {
	.cmn-header__menu {
		display: none !important;
	}
	.cmn-header .cmn-header__box:nth-of-type(1) {
		width: 140px;
	}
	.cmn-header .cmn-header__box:nth-of-type(2) {
		gap: 0;
		flex-direction: row;
		padding-right: 60px;
	}
	.cmn-header__inner {
		align-items: center;
		padding-top: 20px;
	}
	.cmn-header__catch {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background-image: var(--grad_main);
		color: var(--color_font-r);
		padding: 4px var(--content-margin);
		font-size: 11px;
	}
	.cmn-header__contact {
		height: unset;
	}
	.cmn-header__contact .p-tel a {
		gap: 0;
	}
	.cmn-header__contact .p-tel__operating {
		letter-spacing: 0;
	}
	.cmn-header__menu-sp .p-menu:not(.active) {
		opacity: 0;
		visibility: hidden;
	}
	.cmn-header__menu-sp .p-menu.active {
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 767px) {
	.cmn-header__contact .p-form {
		display: none !important;
	}
	.cmn-header__menu-sp .p-button {
		top: 25px;
		right: 10px;
	}
}
@media (max-width: 600px) {
	.cmn-header__catch {
		font-size: calc(100vw * 16 / 600);
		height: 24px;
		display: flex;
		align-items: center;
		padding-top: 0;
		padding-bottom: 0;
	}
	.cmn-header__contact .p-tel {
		display: none !important;
	}
}









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

.cmn-footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cmn-footer[data-style="def"] {
	padding-top: 70px;
	margin-top: 70px;
}
.cmn-footer[data-style="def"]::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: var(--grad_main);
	z-index: -1;
	border-radius: 30px 30px 0 0;
}
.cmn-footer__contact {
	color: var(--color_font-r);
	margin-bottom: 70px;
}
.cmn-footer__contact .p-headline-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cmn-footer__contact .p-headline {
	font-size: 20px;
}
.cmn-footer__contact .p-headline-group p[lang="en"] {
	font-size: 50px;
	font-weight: 700;
}
.cmn-footer__contact .p-header__desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 40px;
}
.cmn-footer__contact .p-header__desc p {
	line-height: 2;
	font-weight: 700;
}
.cmn-footer__contact .p-body {
	margin-top: 60px;
}
.cmn-footer__contact .p-contact-group {
	padding-left: 30px;
	padding-right: 30px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 16px;
}
.cmn-footer__contact li a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px;
	min-height: 170px;
	gap: 30px;
}
.cmn-footer__contact li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background-color: var(--color_font-r);
	opacity: .1;
	transition-property: opacity;
	transition-duration: .2s;
}
.cmn-footer__contact li a:hover::before {
	opacity: .3;
}
.cmn-footer__contact .p-tel .p-tel__item:nth-of-type(2) {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
}
.cmn-footer__contact .p-icon {
	width: 60px;
	height: 60px;
	display: grid;
	place-items: center;
	border: solid 2px;
	border-radius: 8px;
}
.cmn-footer__contact .p-form__button  {
	line-height: 1.4;
	font-size: 14px;
}
.cmn-footer__contact .p-tel__num {
	font-size: 40px;
	letter-spacing: .04em;
}
.cmn-footer__body {
	position: relative;
	z-index: 1;
}
.cmn-footer__body::before {
	content: '';
	background-color: var(--color_font-r);
	border-radius: 16px 16px 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: var(--content-width_footer);
	height: 100%;
}
.cmn-footer__body-inner {
	position: relative;
	z-index: 2;
	padding-top: 60px;
	padding-bottom: 60px;
}
.cmn-footer__box-group {
	display: flex;
	position: relative;
	z-index: 2;
	display: flex;
}
.cmn-footer__box:nth-of-type(1) {
	flex-shrink: 0;
}
.cmn-footer__box:nth-of-type(2) {
	flex-grow: 1;
	align-self: flex-end;
}
.cmn-footer__logo img {
	max-width: 204px;
}
.cmn-footer__info {
	margin-top: 40px;
}
.cmn-footer__info address {
	font-size: 14px;
}
.cmn-footer__info address dt,
.cmn-footer__info address dd,
.cmn-footer__info address p {
	line-height: 1.6;
	letter-spacing: .005em;
}
.cmn-footer__info address dl > div {
	display: flex;
}
.cmn-footer__info address dt {
	font-weight: inherit;
	flex-shrink: 0;
}
.cmn-footer__info address dt::after {
	content: '：';
}
.cmn-footer__menu > ul {
	display: flex;
	justify-content: flex-end;
	gap: 20px 35px;
	font-size: 14px;
	font-weight: 500;
}
.cmn-footer__menu > ul + ul {
	margin-top: 20px;
}
.cmn-footer__menu > ul > li > a:hover {
	color: var(--color_sub);
}
.cmn-footer__sns {
	margin-top: 40px;
}
.cmn-footer__sns > ul {
	display: flex;
	justify-content: flex-end;
	gap: 20px 35px;
}
.cmn-footer__sns > ul > li > a:hover {
	opacity: .6;
}
.cmn-footer__copyright {
	margin-top: 40px;
	text-align: right;
	font-size: 12px;
	letter-spacing: .005em;
}
@media (max-width: 1240px) {
	.cmn-footer__contact .p-contact-group {
		grid-template-columns: 1fr;
		padding-left: 0;
		padding-right: 0;
		max-width: 600px;
		margin-inline: auto;
	}
}
@media (max-width: 767px) {
	.cmn-footer[data-style="def"] {
		padding-top: 60px;
		margin-top: 100px;
	}
	.cmn-footer__contact {
		margin-bottom: 60px;
	}
	.cmn-footer__contact .p-headline-group p[lang="en"] {
		font-size: 50px;
	}
	.cmn-footer__contact .p-header__desc {
		text-align: left;
	}
	.cmn-footer__contact li a {
		padding: 20px 30px;
		width: 100%;
		justify-content : flex-start;
		gap: 20px;
	}
	.cmn-footer__contact .p-tel__text {
		font-size: 14px;
	}
	.cmn-footer__contact .p-tel__num {
		font-size: 30px;
	}
	.cmn-footer__contact .p-tel__item .button-01 .nolink {
		min-width: 0 !important;
		max-width: 100% !important;
	}
	.cmn-footer__body-inner {
		padding-bottom: 20px;
	}
	.cmn-footer__menu {
		display: none !important;
	}
}
@media (max-width: 600px) {
	.cmn-footer__contact li a {
		flex-direction: column;
	}
	.cmn-footer__contact .p-form__item {
		width: 100%;
	}
	.cmn-footer__contact .p-icon {
		margin-inline: auto;
	}
}



