@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*
DesignCode CSS: ver 0.02
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&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');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #000;
	--color-primary: #000;
	--color-primary-shade: #30b1ae;
	--color-primary-tint: #666;
	--color-secondary: #ED6A5A;
	--color-secondary-tint: #ef796b;
	--color-table-border: #DDD;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #000;
	--header-color-primary: #666;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #4acecc;
	/*------▼フッター設定▼------*/
	--footer-background: #ECECEC;
	--footer-color-font: #000;
	--footer-color-primary: #000;
}
/*------------------------------------------------------
Cancellation
------------------------------------------------------*/
/*calcDefault-Between---1920pxand375px*/
html {
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	color: var(--color-font);
	font-size: var(--body-font-size);
	font-weight: 400;
	font-family: var(--body-font-family);
	background: var(--color-background);
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.mobile #mainImg, body.mobile #breadcrumb {
	margin-top: 0;
}
body.mobile {
	margin-top: 0;
}
#mainImg {
	padding-bottom: 0;
}
#mainImg img {
	width: 100% !important;
}
.home #content {
	padding: 0;
}
#wrapper, #content, .post {
	overflow: visible !important;
}
body.mobile {
	margin-top: 60px;
}
/*--サイドバー--------------------------------------------*/
#sidebar h2 {
	color: var(--color-font);
	text-align: center;
	background: none;
}
/*--戻るボタン--------------------------------------------*/
a#scrollUp {
	background: var(--color-primary);
}
/*--HEADER--------------------------------------------*/
/*------基礎
--------------------------------------------*/
.bg .inner {
	width: auto !important;
}
#header p {
	float: none;
	padding: 0;
}
#header .bg, .bg {
	background: none;
	margin: 0 auto;
}
/*--▼▽▼▽▼▽▼▽▼▽--ヘッダーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------PC・SP共通__キャッチフレーズ
--------------------------------------------*/
#header h1, #header .description, #header-upper h1, #header-upper .description {
	color: var(--header-color-font);
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.2232), 1.2rem); /* 1.2-1rem (1920-375) */
}
@media print, screen and (min-width: 1024px) {
	/*------ヘッダー上部
--------------------------------------------*/
	#header-upper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: #F2F2F2;
		height: 50px;
		padding: 5px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px); /* 20-10px (1920-1024) */
	}
	.header__socialicon ul, #header-upper .header__catchphrase, #header-upper .bg, #header-upper .bg .inner, #header-upper h1, #header-upper .description {
		height: 100%;
	}
	/*------ヘッダー上部__キャッチフレーズ
--------------------------------------------*/
	#header-upper h1, #header-upper .description {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	/*------ヘッダー上部__SNS
--------------------------------------------*/
	#header-upper .fa-2x, .fa-2x {
		font-size: inherit;
	}
	#header-upper .socialicon ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	#header-upper .socialicon ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header-upper .socialicon ul li:not(:last-child) {
		margin-right: 10px;
	}
	#header-upper .socialicon ul li::before {
		content: none;
	}
	#header-upper .socialicon ul li a {
		padding: 0;
		overflow: initial;
		line-height: 1;
	}
	#header-upper .socialicon .fa-facebook-square:before, #header-upper .socialicon .fa-twitter-square:before, #header-upper .socialicon .fa-youtube-square:before, #header-upper .socialicon .fa-instagram:before {
		color: var(--header-color-primary);
		font-size: 2.5rem;
	}
	#header-upper .socialicon .SvgLine {
		fill: var(--header-color-primary);
		width: 21px;
		height: 21px;
	}
	/*------ヘッダー下部
--------------------------------------------*/
	#header {
		overflow: visible;
		color: var(--header-color-font);
		background: var(--header-background);
		width: 100%;
		height: 80px;
		margin: auto;
		z-index: 9999;
	}
	#header .inner, #header-layout, #header .logo, #header .sticky-logo, #header .logo a, #header .header__nav-contact, nav#mainNav, #mainNav .inner, nav div.panel, nav#mainNav ul, nav#mainNav ul li, nav#mainNav ul li a, #header ul.header__contact, #header ul.header__contact li, #header a.head_btn {
		height: 100%;
		float: none;
	}
	#header .inner {
		width: 100%;
		max-width: none;
	}
	#header-layout {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: none;
		padding: 0;
	}
	/*------ヘッダー下部__ロゴ
--------------------------------------------*/
	#header .logo {
		display: block;
		line-height: 0;
		padding: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) min(calc(20px + (1vw - 19.2px) * 1.1161), 20px); /* 10-5px、20-10px (1920-1024) */
	}
	#header .logo a {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#header .logo img {
		-o-object-fit: contain;
		object-fit: contain;
		width: auto;
		height: 100%;
		max-width: 250px;
		max-height: 70px;
	}
	/*------ヘッダー下部__グローバルナビ
--------------------------------------------*/
	#header .header__nav-contact {
		flex-shrink: 0;
	}
	nav#mainNav {
		background: none;
		margin: 0;
	}
	nav#mainNav ul, #header .header__nav-contact {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	nav#mainNav ul li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: var(--header-color-font);
		font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2232), 1.6rem); /* 1.6-1.4rem (1920-1024) */
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(35px + (1vw - 19.2px) * 1.6722), 35px); /* 15-10px、35-20px (1920-1024) */
	}
	nav#mainNav ul ul.sub-menu {
		width: 250px;
		height: auto;
	}
	nav#mainNav ul li:hover ul.sub-menu {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		margin-top: 0;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-font);
	}
	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);
	}
	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: var(--header-color-font);
		background: none;
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
	#header ul.header__contact {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px); /* 10-5px (1920-1024) */
	}
	#header a.head_btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: var(--header-color-primary);
		color: #fff;
		font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232); /* 1.6-1.4rem (1920-1024) */
		font-weight: 600;
		line-height: 1.4;
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(20px + (1vw - 19.2px) * 0.5580), 20px); /* 10-8px、20-15px (1920-1024) */
		-webkit-transition: .3s;
		transition: .3s;
	}
	#header a.head_btn.tel_btn {
		background: var(--header-color-primary-shade);
	}
	#header a.head_btn:hover {
		background: var(--header-color-primary-tint);
	}
	#header a.head_btn::before {
		display: block;
		font-family: 'FontAwesome';
		font-size: 1.4em;
		font-weight: 400;
		line-height: 1;
		margin-bottom: .1em;
	}
	#header a.head_btn.tel_btn::before {
		content: '\f095';
	}
	#header a.head_btn.mail_btn::before {
		content: '\f0e0';
	}
	/*------スティッキーヘッダー
--------------------------------------------*/
	.sticky-header .site-header {
		z-index: 9999;
	}
	.sticky-header #header > .inner {
		height: auto;
		background: #fff;
		box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	}
	.sticky-header #header-layout {
		justify-content: space-between;
		height: 80px;
	}
	.sticky-header nav#mainNav {
		background: none;
	}
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}
	#header a.headBtn::before {
		margin-right: 0;
	}
}
@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}
	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}
/*--▲△▲△▲△▲△▲△--ヘッダーテンプレート＜end＞--△▲△▲△▲△▲△▲--*/
@media print, screen and (min-width: 1024px) {
	.sticky-header .site-header {
		position: fixed !important;
		width: 100%;
		z-index: 9999;
		top: -125px;
		transform: translateY(125px);
		transition: all 0.8s ease-in-out;
	}
}
@media print, screen and (max-width: 1023px) {
	#header .inner {
		width: 100%;
	}
	#header-layout {
		padding: 0;
	}
	#header .logo {
		display: block;
		text-align: center;
		margin: 20px auto;
		padding: 0;
	}
}
/*------スマホメニュー
--------------------------------------------*/
.spmenu #menu {
	padding: 0px 1px 2px 0;
}
.spmenu #menu p {
	transform: translateX(-50%);
	left: 50%;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	width: 35px;
	background: var(--header-color-primary);
}
.spmenu #menu p {
	color: var(--header-color-primary);
}
@media print, screen and (max-width: 1023px) {
	.mobile #header {
		background: var(--header-background);
		box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		z-index: 9999;
	}
	body.mobile nav#mainNav.menuOpen {
		height: calc(100% - 100px);
	}
	body.mobile #header .logo, body.mobile #header .logo .mark {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
	}
	body.mobile #header .logo .spmenu {
		display: block !important;
	}
	body.mobile #header .logo .mark {
		/*justify-content: center;
		align-items: center;*/
		padding: 5px 10px;
	}
	body.mobile #header .logo img {
		width: auto;
		height: 100%;
		max-width: 250px;
		max-height: 50px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	nav#mainNav ul li a {
		padding: 10px;
		color: var(--header-color-font);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		color: var(--header-color-primary);
	}
}
/*--FOOTER--------------------------------------------*/
/*--▼▽▼▽▼▽▼▽▼▽--フッターーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------共通
--------------------------------------------*/
#footer {
	color: var(--footer-color-font);
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1942), 1.4rem); /* 1.4-1.1rem (1920-375) */
	padding: min(calc(50px + (1vw - 19.2px) * 0.9709), 50px) 0 30px; /* 50-35px(1920-375) */
	background: var(--footer-background);
}
#footer a {
	-webkit-transition: .2s;
	transition: .2s;
}
#footer .inner {
	width: 95%;
	max-width: var(--content-max-width);
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#footer ul li::before {
	content: none;
	position: static;
	top: auto;
	left: auto;

	width: auto;
	height: auto;
	background: none;
}
#footer ul li a {
	padding: 0;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: var(--footer-color-primary);
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
	text-align: center;
	margin-bottom: 20px;
}
#footer .footer__logo img {
	max-width: 320px;
	max-height: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
	-o-object-fit: contain;
	object-fit: contain;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 30px;
}
#footer .footnav ul {
	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;
}
#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px); /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: var(--footer-color-font);
	top: 0;
}
#footer .footnav ul > li::before {
	left: 0;
}
#footer .footnav ul > li::after {
	right: -1px;
}
/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x, .fa-2x {
	font-size: inherit;
}
#footer .socialicon ul, .socialicon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
#footer .socialicon ul li, .socialicon ul li {
	text-align: center;
	padding: 0 .6em;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .socialicon ul li::before, .socialicon ul li::before {
	content: none;
}
#footer .socialicon ul li a, .socialicon ul li a {
	padding: 0;
	overflow: initial;
	line-height: 1;
}
#footer .fa-facebook-square:before, #footer .fa-twitter-square:before, #footer .fa-youtube-square:before, #footer .fa-instagram:before {
	color: var(--footer-color-primary);
	font-size: 3rem;
}
#footer .SvgLine {
	fill: var(--footer-color-primary);
	width: 28px;
	height: 28px;
}
@media print, screen and (max-width: 768px) {
	#footer {
		padding-bottom: 60px;
	}
}
/*------コピーライト
--------------------------------------------*/
#copyright {
	color: var(--footer-color-font);
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem); /* 1.2-1rem (1920-375) */
	letter-spacing: .1rem;
	padding: 0;
	margin: 30px auto 0;
	background: var(--footer-background);
}
/*--▲△▲△▲△▲△▲△--フッターテンプレート＜end＞--△▲△▲△▲△▲△▲--*/
/*--ページレイアウト調整用--------------------------------------------*/
.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	background: #fafafa;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
}
#front-sectionPost {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}
/*--見出し--------------------------------------------*/
h1.title, .post h1, .post h2, .post2b h2, .post4b h2, h2.title, .post h3, .post h4 {
	line-height: 1.6;
	background: none;
}
.post h1 span, .post h2 span, .post h3 span, .post h4 span {
	padding: 0;
}
h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
	margin-top: 0;
}
/*------h1タイトル
--------------------------------------------*/
h1.title, .post h1, header#h1Header h1.title {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 600;
	letter-spacing: .2rem;
	text-align: center;
	text-shadow: none;
	padding: 0;
	z-index: 20;
}
h1.title, .post h1 {
	position: relative;
	margin: 0 auto min(calc(60px + (1vw - 19.2px) * 1.2945), 60px); /* 0 auto 60-40px (1920-375) */
}
h1.title .sub_ttl, .post h1 .sub_ttl {
	display: block;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2589), 1.6rem); /* 3.2-2.4rem (1920-375) */
}
/*------h2タイトル
--------------------------------------------*/
.post h2 {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post h2::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: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	letter-spacing: .1rem;
	padding: 0 .4em .4em;
	margin: min(calc(70px + (1vw - 19.2px) * 2.2654), 70px) auto min(calc(35px + (1vw - 19.2px) * 0.6472), 35px); /* 70-35px auto 35-25px (1920-375) */
	border-bottom: 2px solid var(--color-primary);
}
.post h3::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
/*------h4タイトル
--------------------------------------------*/
.post h4 {
	position: relative;
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem); /* 1.8-1.5rem (1920-375) */
	font-weight: 600;
	padding: 0 0 0 1.2em;
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto min(calc(15px + (1vw - 19.2px) * 0.3236), 15px); /* 30-20px auto 15-10px (1920-375) */
	border: none;
}
.post h4::before {
	content: '';
	position: absolute;
	width: .7em;
	height: 2px;
	background: var(--color-primary);
	top: .8em;
	left: 0;
}
/*------------------------------------------
Additional contents and parts
--------------------------------------------*/
/*--inner/outer--------------------------------------------*/
.content_inner {
	margin: 0 auto;
	width: 90%;
}
.content_wrapper {
	margin: 0 auto;
	width: 100%;
}
.max_w900 {
	max-width: 900px;
}
.max_w960 {
	max-width: 960px;
}
.max_w1000 {
	max-width: 1000px;
}
.max_w1024 {
	max-width: 1024px;
}
.max_w1100 {
	max-width: 1100px;
}
.max_w1200 {
	max-width: 1200px;
}
.max_w1240 {
	max-width: 1240px;
}
.max_w1300 {
	max-width: 1300px;
}
.max_w1400 {
	max-width: 1400px;
}
.max_w1500 {
	max-width: 1500px;
}
.max_w1600 {
	max-width: 1600px;
}
.max_w1700 {
	max-width: 1700px;
}
.max_w1800 {
	max-width: 1800px;
}
/*--space--------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mt1 {
	margin-top: 1rem !important;
}
.mt2 {
	margin-top: 2rem !important;
}
.mt3 {
	margin-top: 3rem !important;
}
.mt4 {
	margin-top: 4rem !important;
}
.mt5 {
	margin-top: 5rem !important;
}
.mt6 {
	margin-top: 6rem !important;
}
.mt7 {
	margin-top: 7rem !important;
}
.mt8 {
	margin-top: 8rem !important;
}
.mt9 {
	margin-top: 9rem !important;
}
.mt10 {
	margin-top: 10rem !important;
}
.mt15 {
	margin-top: 15rem !important;
}
.mt16 {
	margin-top: 16rem !important;
}
.mb0 {
	margin-bottom: 0rem !important;
}
.mb1 {
	margin-bottom: 1rem !important;
}
.mb2 {
	margin-bottom: 2rem !important;
}
.mb3 {
	margin-bottom: 3rem !important;
}
.mb4 {
	margin-bottom: 4rem !important;
}
.mb5 {
	margin-bottom: 5rem !important;
}
.mb6 {
	margin-bottom: 6rem !important;
}
.mb7 {
	margin-bottom: 7rem !important;
}
.mb8 {
	margin-bottom: 8rem !important;
}
.mb9 {
	margin-bottom: 9rem !important;
}
.mb10 {
	margin-bottom: 10rem !important;
}
.mb15 {
	margin-bottom: 15rem !important;
}
.mb16 {
	margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
	.mt1 {
		margin-top: 0.5rem !important;
	}
	.mt2 {
		margin-top: 1rem !important;
	}
	.mt3 {
		margin-top: 1.5rem !important;
	}
	.mt4 {
		margin-top: 2rem !important;
	}
	.mt5 {
		margin-top: 2.5rem !important;
	}
	.mt6 {
		margin-top: 3rem !important;
	}
	.mt7 {
		margin-top: 3.5rem !important;
	}
	.mt8 {
		margin-top: 4rem !important;
	}
	.mt9 {
		margin-top: 4.5rem !important;
	}
	.mt10 {
		margin-top: 5rem !important;
	}
	.mt15 {
		margin-top: 7.5rem !important;
	}
	.mt16 {
		margin-top: 8rem !important;
	}
	.mb1 {
		margin-bottom: 0.5rem !important;
	}
	.mb2 {
		margin-bottom: 1rem !important;
	}
	.mb3 {
		margin-bottom: 1.5rem !important;
	}
	.mb4 {
		margin-bottom: 2rem !important;
	}
	.mb5 {
		margin-bottom: 2.5rem !important;
	}
	.mb6 {
		margin-bottom: 3rem !important;
	}
	.mb7 {
		margin-bottom: 3.5rem !important;
	}
	.mb8 {
		margin-bottom: 4rem !important;
	}
	.mb9 {
		margin-bottom: 4.5rem !important;
	}
	.mb10 {
		margin-bottom: 5rem !important;
	}
	.mb15 {
		margin-bottom: 7.5rem !important;
	}
	.mb16 {
		margin-bottom: 8rem !important;
	}
}
.pt0 {
	padding-top: 0rem !important;
}
.pt1 {
	padding-top: 1rem !important;
}
.pt2 {
	padding-top: 2rem !important;
}
.pt3 {
	padding-top: 3rem !important;
}
.pt4 {
	padding-top: 4rem !important;
}
.pt5 {
	padding-top: 5rem !important;
}
.pt6 {
	padding-top: 6rem !important;
}
.pt7 {
	padding-top: 7rem !important;
}
.pt8 {
	padding-top: 8rem !important;
}
.pt9 {
	padding-top: 9rem !important;
}
.pt10 {
	padding-top: 10rem !important;
}
.pb0 {
	padding-bottom: 0rem !important;
}
.pb1 {
	padding-bottom: 1rem !important;
}
.pb2 {
	padding-bottom: 2rem !important;
}
.pb3 {
	padding-bottom: 3rem !important;
}
.pb4 {
	padding-bottom: 4rem !important;
}
.pb5 {
	padding-bottom: 5rem !important;
}
.pb6 {
	padding-bottom: 6rem !important;
}
.pb7 {
	padding-bottom: 7rem !important;
}
.pb8 {
	padding-bottom: 8rem !important;
}
.pb9 {
	padding-bottom: 9rem !important;
}
.pb10 {
	padding-bottom: 10rem !important;
}
.pd2 {
	padding: 2rem !important;
}
.pd3 {
	padding: 3rem !important;
}
.pd4 {
	padding: 4rem !important;
}
.pd5 {
	padding: 5rem !important;
}
@media screen and (max-width: 768px) {
	.pt1 {
		padding-top: 0.5rem !important;
	}
	.pt2 {
		padding-top: 1rem !important;
	}
	.pt3 {
		padding-top: 1.5rem !important;
	}
	.pt4 {
		padding-top: 2rem !important;
	}
	.pt5 {
		padding-top: 2.5rem !important;
	}
	.pt6 {
		padding-top: 3rem !important;
	}
	.pt7 {
		padding-top: 3.5rem !important;
	}
	.pt8 {
		padding-top: 4rem !important;
	}
	.pt9 {
		padding-top: 4.5rem !important;
	}
	.pt10 {
		padding-top: 5rem !important;
	}
	.pb1 {
		padding-bottom: 0.5rem !important;
	}
	.pb2 {
		padding-bottom: 1rem !important;
	}
	.pb3 {
		padding-bottom: 1.5rem !important;
	}
	.pb4 {
		padding-bottom: 2rem !important;
	}
	.pb5 {
		padding-bottom: 2.5rem !important;
	}
	.pb6 {
		padding-bottom: 3rem !important;
	}
	.pb7 {
		padding-bottom: 3.5rem !important;
	}
	.pb8 {
		padding-bottom: 4rem !important;
	}
	.pb9 {
		padding-bottom: 4.5rem !important;
	}
	.pb10 {
		padding-bottom: 5rem !important;
	}
	.pd2 {
		padding: 1rem !important;
	}
	.pd3 {
		padding: 1.5rem !important;
	}
	.pd4 {
		padding: 2rem !important;
	}
	.pd5 {
		padding: 2.5rem !important;
	}
}
@media screen and (max-width: 414px) {
	.mt16 {
		margin-top: 5rem !important;
	}
	.mb16 {
		margin-bottom: 5rem !important;
	}
}
/*--responsive parts--------------------------------------------*/
/*br*/
.spbr, table.sp_t, .post img.img_sp {
	display: none;
}
.pc_none {
	display: none;
}
@media screen and (max-width: 768px) {
	.spbr, table.sp_t, .post img.img_sp {
		display: block;
	}
	.pcbr, table.pc_t, .post img.img_pc {
		display: none;
	}
	.pc_none {
		display: inherit;
	}
	.sp_none {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.pc_center {
		text-align: center !important;
	}
	.pc_right {
		text-align: right !important;
	}
	.pc_left {
		text-align: left !important;
	}
}
/*--flexbox--------------------------------------------*/
.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.gap {
	gap: 5%;
}
.gap3 {
	gap: 3%;
}
.ai_center {
	align-items: center;
}
.ai_self_center {
	align-self: center;
}
.jc_center {
	justify-content: center;
}
.jc_between {
	justify-content: space-between;
}
.rev {
	flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
	.columns, .flexbox {
		display: flex;
	}
}
@media screen and (max-width: 768px) {
	.w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90 {
		width: 100%;
		margin-bottom: 20px;
	}
	.flexbox.rev {
		flex-direction: row-reverse;
	}
	.sp_nowrap {
		display: flex;
	}
	.sp_nowrap .w10 {
		width: 10%;
	}
	.sp_nowrap .w20 {
		width: 20%;
	}
	.sp_nowrap .w30 {
		width: 30%;
	}
	.sp_nowrap .w40 {
		width: 40%;
	}
	.sp_nowrap .w50 {
		width: 50%;
	}
	.sp_nowrap .w60 {
		width: 60%;
	}
	.sp_nowrap .w70 {
		width: 70%;
	}
	.sp_nowrap .w80 {
		width: 80%;
	}
	.sp_nowrap .w90 {
		width: 90%;
	}
	.sp_ai_top {
		align-items: flex-start;
	}
	.sp_no_mb {
		margin-bottom: 0 !important;
	}
	.sp_no_pb {
		padding-bottom: 0 !important;
	}
}
/*--Anchor Point--------------------------------------------*/
.anchor_link::before {
	content: '';
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
a.link_btn.anchor_btn {
	min-width: auto;
	padding: 10px 30px;
}
a.link_btn.anchor_btn::after {
	content: '\f078';
}
ul.anchor_list {
	max-width: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.anchor_list > li {
	width: calc((100% - (10px * 4)) / 5);
	margin-right: 9px;
}
@media print, screen and (min-width: 1024px) {
	ul.anchor_list > li:nth-child(5n), ul.anchor_list > li:last-child {
		margin-right: 0;
	}
	ul.anchor_list > li:nth-child(5n+1):nth-last-child(-n+5), ul.anchor_list > li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 1023px) and (min-width: 769px) {
	ul.anchor_list > li {
		width: calc((100% - (10px * 2)) / 3);
	}
	ul.anchor_list > li:nth-child(3n), ul.anchor_list > li:last-child {
		margin-right: 0;
	}
	ul.anchor_list > li:nth-child(3n+1):nth-last-child(-n+3), ul.anchor_list > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 768px) {
	ul.anchor_list > li {
		width: calc((100% - 9px) / 2);
	}
	ul.anchor_list > li:nth-child(2n), ul.anchor_list > li:last-child {
		margin-right: 0;
	}
	ul.anchor_list > li:nth-child(2n+1):nth-last-child(-n+2), ul.anchor_list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*------------------------------------------
投稿記事関連
--------------------------------------------*/
/*-----表示関連-----*/
ul.post > li, .post2b, .post4b {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.post > li, .post2b li, .post4b li {
	border-bottom: none !important;
}
.post2b, .post4b {
	padding: 0;
	margin: 0 auto;
}
.post2b li, .post4b li {
	position: relative;
	padding: 0 0 45px;
	margin: 0 0 20px;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	color: #FFF;
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem); /* 1.2-1rem (1920-375) */
	line-height: 1.2;
	background: var(--color-primary);
	padding: 5px 10px;
	border-radius: 0;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
	margin-bottom: 0;
	opacity: .5;
}
.post_link, .post2b_link, .post4b_link {
	position: absolute;
	float: none;
	color: var(--color-primary);
	font-size: min(calc(1.3rem + (1vw - 19.2px) * 0.1294), 1.3rem); /* 1.3-1.1rem (1920-375) */
	margin: 0;
	bottom: 10px;
	right: 5px;
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: var(--color-primary);
}
/*-----画像関連-----*/
.post .post_img, .post_text70, .post_img img {
	float: none;
}
.post .post_img, .post_text70, .post2b li, .post4b li {
	width: 100%;
}
.post_img img, .post2b img, .post4b img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_img img, .post2b .post2b_img {
	text-align: center;
}
.post_img img {
	max-height: 250px;
}
.post2b img {
	max-height: 280px;
}
.post4b img {
	max-height: 200px;
}
@media only screen and (max-width: 640px) {
	#content .post_img, #content .post2b_img, #content .post4b_img {
		padding: 0;
	}
	#content .post_img img, #content .post2b_img img, #content .post4b_img img {
		width: 100%;
		max-width: none;
		padding: 0;
	}
}
/*-----タイトル関連-----*/
.post_text h2 a, .post2b h2 a, .post4b h2 {
	font-size: inherit;
}
.post2b h2, .post4b h2, h2.title, .post_text h2 {
	text-align: left;
	letter-spacing: .1rem;
	padding: 0 !important;
	margin: 10px auto !important;
	border: none;
}
.post2b h2, .post4b h2, h2.title, .post_text h2, .post h2 a, .post2b h2 a, .post4b h2 a, .postlist .ttls a {
	color: var(--color-font);
}
h2.title, .post_text h2, .post h2 a {
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem); /* 2-1.6rem (1920-375) */
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem); /* 1.8-1.6rem (1920-375) */
}
.post_text h2::before, .post2b h2::before, .post4b h2::before, .post_text h2::after, .post2b h2::after, .post4b h2::after {
	content: none !important;
}
.clearfix:after {
	content: none;
}
/*---カテゴリ--------------------------------------------*/
body:not(.home) .post h2.cat-loop {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
section.widget h2 {
	border-bottom: 1px solid;
}
/*--リスト表示--------------------------------------------*/
.postlist {
	margin-bottom: 0;
}
.postlist li {
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
}
.postlist li:first-child {
	border-top: 1px solid #ddd;
}
.postlist .post_text {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 98%;
	margin: 0 auto;
	padding: 12px 0;
}
.postlist .ttls, .postlist .date {
	display: block;
	padding: 0 10px;
	margin-bottom: 0;
}
.postlist .ttls {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.postlist .ttls a:hover {
	text-decoration: underline;
}
.postlist .time {
	display: block;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
@media print, screen and (max-width: 640px) {
	.postlist .post_text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.postlist .ttls {
		width: 100%;
		margin-top: 10px;
	}
	.postlist .ttls, .postlist .date {
		padding: 0 5px;
	}
	.postlist .time {
		margin: 0 5px 0 0;
	}
}
/*--4ブロック--------------------------------------------*/
@media print, screen and (min-width: 800px) {
	.post4b li {
		width: 24%;
	}
	.post4b li:nth-child(4n+2):last-child {
		margin-right: calc((24% * 2) + (((100% - (24% * 4)) / 3) * 2));
	}
	.post4b li:nth-child(4n+3):last-child {
		margin-right: calc((24% * 1) + (((100% - (24% * 4)) / 3) * 1));
	}
	.post4b li:nth-child(4n+1):nth-last-child(-n+4), .post4b li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}
/*--2ブロック--------------------------------------------*/
@media print, screen and (min-width: 800px) {
	.post2b li {
		width: 48%;
	}
	.post2b li:nth-child(2n+1):nth-last-child(-n+2), .post2b li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*--1ブロック--------------------------------------------*/
ul.post > li {
	margin-bottom: 30px;
}
ul.post > li .post_text70 {
	position: relative;
	padding-bottom: 30px;
}
@media print, screen and (min-width: 800px) {
	.post .post_img, .post_text70 {
		margin: 0;
	}
	.post .post_img {
		width: 30%;
	}
	.post_text70 {
		width: 65%;
	}
}
@media print, screen and (max-width: 799px) {
	.post .post_img {
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
}
/*--トップ記事投稿（archive）--------------------------------------------*/
#front_top_content, #front_bottom_content {
	padding: 100px 0;
}
#front-sectionPost {
	width: 90%;
	max-width: 1100px;
	margin: auto;
}
#front_top_content .linkbtn_area, #front_bottom_content .linkbtn_area {
	margin-top: 50px;
}
/*--記事詳細（archive）--------------------------------------------*/
/*---記事詳細--------------------------------------------*/
.dateLabel {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 70px 0 0;
}
.single-post h1.title {
	font-size: min(calc(2.5rem + (1vw - 19.2px) * 0.4531), 2.5rem); /* 2.5-1.8rem (1920-375) */
	font-style: normal;
	margin: 0 auto 20px;
}
/*--1ブロック--------------------------------------------*/
#cat-post ul.post > li, #cat-post ul.post2b > li, #cat-post ul.post4b > li {
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px); /* 30-20px (1920-375) */
}
#cat-post li .post_contents {
	margin-top: 1rem;
}
#cat-post .postlist li {
	margin-bottom: 0;
}
.dateLabel {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 70px 0 0;
}
/*-----タイトル関連-----*/
.single-post h1.title {
	font-size: min(calc(2.5rem + (1vw - 19.2px) * 0.4531), 2.5rem); /* 2.5-1.8rem (1920-375) */
	font-style: normal;
	margin: 0 auto 20px;
}
/*------------------------------------------------------
下層ページ
------------------------------------------------------*/
/*-----表示関連-----*/
.post {
	margin: 0 auto;
	padding: 0;
}
#full-wrapper .post {
	margin: 0 auto;
}
#wrapper, .inner {
	width: 100%;
	max-width: var(--content-max-width);
}
body:not(.home) #wrapper {
	width: 90%;
}
#content, body:not(.home) #content.wide {
	padding: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px) 0 min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); /* 100-50px、180-120px (1920-375) */
	margin: 0 auto;
}
#content.wide {
	width: 100%;
}
body:not(.home) #content.wide {
	width: 100%;
}
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 90%;
	}
}
/*--アイキャッチ--------------------------------------------*/
#thumbImg, header#h1Header {
	position: relative;
	overflow: hidden;
	height: 300px;
	z-index: -1;
}
/*#thumbImg::before, header#h1Header::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	top: 0;
	left: 0;
	z-index: 1;
}*/
#thumbImg img, header#h1Header img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media print, screen and (min-width: 1921px) {
	#thumbImg img, header#h1Header img {
		width: 100%;
		height: auto;
	}
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		height: 100%;
		margin: auto;
	}
	#thumbImg, header#h1Header {
		height: calc(300px + (1vw - 10.24px) * 9.2450); /* 300-150px (1920-375) */
	}
}
/*--パンくずリスト--------------------------------------------*/
#breadcrumb {
	padding: 12px 0;
}
#breadcrumb ul {
	width: 98%;
	max-width: var(--content-max-width);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
#breadcrumb ul li {
	float: none;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
}
@media print, screen and (max-width: 640px) {
	#breadcrumb ul {
		max-width: 100%;
	}
}
/*--交互別背景色コンテンツ（横100%）--------------------------------------------*/
.page_contents_inner + .page_contents_inner {
	margin-top: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); /* 150-100px (1920-375) */
}
.fw_contents {
	margin-top: max(calc(-100px + (1vw - 19.2px) * -3.2362), -100px); /* 100-50px (1920-375) */
	margin-bottom: max(calc(-180px + (1vw - 19.2px) * -3.8835), -180px); /* 180-120px (1920-375) */
}
.fw_contents .page_contents_inner {
	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); /* 120-80px、 150-100px (1920-375) */
	margin-top: 0;
}
.fw_contents .page_contents_inner:nth-child(even) {
	background: #fafafa;
}
/*--お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
	padding: 0;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0;
}
.wpcf7-form .must, .wpcf7-form .option {
	font-size: 75%;
}
.wpcf7-form .must {
	background: var(--color-secondary);
}
.select-default input[type="text"], .select-default input[type="tel"], .select-default input[type="email"], .select-default input[type="date"], .select-default input[type="url"], .select-default input[type="number"], .select-default select, .select-default textarea {
	width: auto !important;
}
@media print, screen and (min-width: 640px) {
	.select3col input[type="text"], .select3col input[type="tel"], .select3col input[type="email"], .select3col input[type="date"], .select3col input[type="url"], .select3col input[type="number"], .select3col select, .select3col textarea {
		width: 25% !important;
	}
}
@media print, screen and (max-width: 640px) {
	.select3col input[type="text"], .select3col input[type="tel"], .select3col input[type="email"], .select3col input[type="date"], .select3col input[type="url"], .select3col input[type="number"], .select3col select, .select3col textarea {
		width: 95% !important;
	}
}
.submit_btn, .post .submit_btn {
	width: calc(100% - (35px * 2)) !important;
}
.submit_btn .wpcf7-spinner, .post .submit_btn .wpcf7-spinner {
	position: absolute;
	margin: 0;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
}

/*--プライバシーポリシー--------------------------------------------*/
#privacy h2 {
	display: block;
	color: #fff;
	background: #4d4d4d;
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem);
	font-weight: 500;
	letter-spacing: .2rem;
	text-align: left;
	padding: min(calc(8px + (1vw - 19.2px) * 0.1942), 8px) min(calc(12px + (1vw - 19.2px) * 0.1294), 12px);
	margin: min(calc(50px + (1vw - 19.2px) * 0.9709), 50px) auto 20px;
	border: none;
}
#privacy h3 {
	color: #333;
	background: none;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 600;
	text-align: left;
	padding: 0 0 10px;
	margin: min(calc(40px + (1vw - 19.2px) * 0.9709), 40px) auto min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
	border-width: 0 0 1px;
	border-style: dashed;
	border-color: #ddd;
}
#privacy h2::before, #privacy h2::after, #privacy h3::before, #privacy h3::after {
	content: none;
}
#privacy h2:first-child {
	margin-top: 0;
}
/*------------------------------------------
各パーツ
--------------------------------------------*/
/*--テキスト--------------------------------------------*/
.post p {
	padding-bottom: 0;
}
.l_space p:not(:last-child) {
	margin-bottom: 1.4em;
}
.note, .inlinenote {
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem); /* 1.2-1rem (1920-375) */
}
.note {
	display: block;
}
.primary {
	color: var(--color-primary);
}
.primary_shade {
	color: var(--color-primary-shade);
}
.primary_tint {
	color: var(--color-primary-tint);
}
.attention {
	color: var(--color-secondary);
}
.nowrap {
	display: inline-block;
}
.em_txt, .post .em_txt {
	font-size: 1.5em;
	font-weight: 500;
}
.mid_txt, .post .mid_txt {
	font-size: 1.2em;
}
.min_txt, .post .min_txt {
	font-size: .9em;
}
.message {
	line-height: 2.4;
	letter-spacing: .1rem;
}
.txt_l, .post .txt_l {
	text-align: left;
}
.txt_r, .post .txt_r {
	text-align: right;
}
.txt_c, .post .txt_c {
	text-align: center;
}
@media print, screen and (max-width: 1023px) {
	.em_txt, .post .em_txt {
		font-size: 1.3em;
	}
	.mid_txt, .post .mid_txt {
		font-size: 1.1em;
	}
}
/*--マーカー--------------------------------------------*/
span.marker.blue {
	background: linear-gradient(transparent 60%, #6cf 60%);
}
span.marker.pink {
	background: linear-gradient(transparent 60%, #f6c 60%);
}
span.marker.yellow {
	background: linear-gradient(transparent 60%, #ff6 60%);
}
/*--強調、ボックス、囲み--------------------------------------------*/
.read_txt {
	font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1294), 1.7rem);
	text-align: center;
	letter-spacing: .1rem;
	line-height: 2.2;
	margin: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px) auto min(calc(70px + (1vw - 19.2px) * 1.2945), 70px);
}
.wh_bg {
	background: #fff;
	padding: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
}
.fw_contents .page_contents_inner:nth-child(even) .color_box {
	background: #fff;
}
.read_txt:first-child, .color_box:first-child {
	margin-top: 0;
}
.read_txt:last-child, .color_box:last-child {
	margin-bottom: 0;
}
.read_txt:first-child {
	margin-top: 0;
}
.read_txt:last-child {
	margin-bottom: 0;
}
/*--デフォルトリンクボタン--------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    padding: 20px 10px;
    margin: 0 auto;
    border-radius: 5px;
    transition: all .3s;
}
.linkBtn a {
	color: #fff;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	color: #fff;
	background: var(--color-primary-tint);
}
.linkBtn input[type="submit"], .post .linkBtn input[type="submit"] {
	background: none;
	padding: inherit;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.subimitarea {
    text-align: center;
    margin-top: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);/40px-20px (1920-375)/
}
.subimitarea .linkBtn {
    padding: 0;
}
.wpcf7-spinner {
    position: absolute;
    left: 50%;
    right: inherit;
    margin: 0;
    bottom: -30px;
    transform: translateX(-50%);
}
.post .linkBtn input[type="submit"] {
    display: block;
    width: 100%;
    font-family: var(--body-font-family);
    text-align: center;
    margin: 0 auto;
    padding: 20px 35px 20px 10px;
}
@media only screen and (max-width: 640px) {
	.linkBtn, .post .linkBtn {
		display: block;
		text-align: center;
	}
}
/*--デフォルトリンクボタン--------------------------------------------*/
a.link_btn {
	position: relative;
	display: inline-block;
	color: #FFF;
	background: var(--color-primary);
	width: 100%;
	max-width: 400px;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 1.6;
	text-align: center;
	padding: 14px min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) 12px;
	border-radius: 50vw;
	-webkit-transition: .3s;
	transition: .3s;
}
a.link_btn::after {
	content: '\f105';
	position: absolute;
	font-size: .85em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 50%;
	right: min(calc(16px + (1vw - 19.2px) * 0.3883), 16px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.link_btn:hover {
    text-decoration: none;
    background: var(--color-primary-shade);
}
.linkbtn_area {
	text-align: center;
	margin: min(calc(50px + (1vw - 19.2px) * 0.9709), 50px) auto;
}
a.external::after, a.mail::after, a.tel::after {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 10px;
}
a.external::after {
	content: '\f35d';
}
a.mail::after {
	content: '\f0e0';
}
a.tel::after {
	content: '\f3cd';
}
a.link_btn.external::after, a.link_btn.mail::after, a.link_btn.tell::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
/*arrow circle button*/
a.arw_c_btn, .arw_c_btn {
	position: relative;
	display: inline-block;
	color: #222;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 400;
	letter-spacing: .1rem;
	padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 0;
	-webkit-transition: .4s;
	transition: .4s;
}
a.arw_c_btn.wh_btn, .arw_c_btn.wh_btn {
	color: #fff;
}
a.arw_c_btn .arw, .arw_c_btn .arw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
	height: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
	border: 1px solid;
	border-radius: 50%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
}
a.arw_c_btn .arw::after, .arw_c_btn .arw::after {
	content: '';
	position: absolute;
	width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	border-style: solid;
	border-width: 1px 1px 0 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-70%, -50%) rotate(45deg);
	transform: translate(-70%, -50%) rotate(45deg);
	-webkit-transition: .4s;
	transition: .4s;
}
a.arw_c_btn:hover .arw, .arw_c_btn:hover .arw {
	background: #222;
}
a.arw_c_btn:hover .arw::after, .arw_c_btn:hover .arw::after {
	border-color: #fff;
}
a.arw_c_btn.wh_btn:hover .arw, .arw_c_btn.wh_btn:hover .arw {
	background: #fff;
}
a.arw_c_btn.wh_btn:hover .arw::after, .arw_c_btn.wh_btn:hover .arw::after {
	border-color: #222;
}

/*--リスト--------------------------------------------*/
.post ul {
	margin: 0;
}
.post li {
	line-height: 2;
	margin-bottom: 0;
	border-bottom: 0;
}
.post ol, .post ul.list_disc {
	margin: 0 0 0 1.2em;
}
.post ol:first-child {
	margin-top: 0;
}
.post ol:last-child, .post li:last-child {
	margin-bottom: 0;
}
.post li ol li.list_decimal {
	list-style: decimal;
	margin-left: 0;
}
.post ul.list_disc {
	list-style: disc;
}
.post ul.list_point > li, .post ul.list_check > li, .post ul.caution > li, .post ul.list_checkbox > li {
	position: relative;
	list-style: none;
	padding-left: 1.2em;
	margin-left: 0;
}
.post ul.list_point > li:before, .post ul.list_check > li:before, .post ul.caution > li:before, .post ul.list_checkbox > li:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-weight: 400;
	left: 0;
}
.post ul.list_point > li:before, .post ul li.list_point:before {
	content: '\f087';
}
.post ul.list_check > li:before, .post ul li.list-check:before {
	content: '\f00c';
}
.post ul.caution > li::before, .post ul li.caution::before {
	content: '※';
}
.post ul.list_checkbox > li:before, .post ul li.list_checkbox:before {
	content: '\f14a';
}

/*--liststyle reset-----*/
.post li.list_none, .post ol li.list_none, .post ul li.list_none {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.post li.list_none:before, .post ol li.list_none:before, .post ul li.list_none:before {
	content: none !important
}

/*--リストボタン--------------------------------------------*/
ul.linkbtn_list {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 800px;
	margin: min(calc(70px + (1vw - 19.2px) * 1.2945), 70px) auto;
}
ul.linkbtn_list > li {
	width: 100%;
	margin-bottom: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px);
}

ul.linkbtn_list > li a.link_btn {
	width: 100%;
}
.linkbtn_area:first-child, ul.linkbtn_list:first-child {
	margin-top: 0;
}
.linkbtn_area:last-child, ul.linkbtn_list:last-child {
	margin-bottom: 0;
}
ul.col2_list, ul.col3_list {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.col2_list > li, ul.col3_list > li {
	width: 100%;
}
ul.col2_list:not(.linkbtn_list) > li, ul.col3_list:not(.linkbtn_list) > li {
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
}
@media print, screen and (min-width: 641px) {
	ul.col2_list > li {
		width: 48.5%;
	}
	ul.col2_list > li:nth-child(2n+1):nth-last-child(-n+2), ul.col2_list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
	ul.linkbtn_list > li {
		width: 48%;
	}
	ul.linkbtn_list > li:nth-child(2n+1):nth-last-child(-n+2), ul.linkbtn_list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 1024px) {
	ul.linkbtn_list.col3_list {
		max-width: none;
	}
	ul.col3_list > li {
		width: 32%;
	}
	ul.col3_list > li:nth-child(3n+2):last-child {
		margin-right: calc(32% + (((100% - (32% * 3)) / 2) * 1));
	}
	ul.col3_list > li:nth-child(3n+1):nth-last-child(-n+3), ul.col3_list > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 1023px) and (min-width: 641px) {
	ul.col3_list:not(.linkbtn_list) > li {
		width: 48%;
	}
	ul.col3_list:not(.linkbtn_list) > li:nth-child(2n+1):nth-last-child(-n+2), ul.col3_list:not(.linkbtn_list) > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}

/*--テーブル--------------------------------------------*/
.post table, .post table th, .post table td {
	border-width: 1px;
	border-color: var(--color-table-border);
}
.post table {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
}
.post table th, .post table td {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
}
.post table th {
	width: 25%;
	color: var(--color-font);
	font-weight: 600;
	background: #f2f2f2;
}
.post table td {
	color: var(--color-font);
	background: none;
}
.post table:first-child {
	margin-top: 0;
}
.post table:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.table_scroll {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table_scroll table {
		table-layout: auto;
		width: 800px;
	}
	.post table.responsive th, .post table.responsive td {
		text-align: left;
	}
}
/*--img--------------------------------------------*/
.post img {
	padding: 0;
	border: none;
	vertical-align: bottom;
}
.post img.aligncenter {
	margin: 0 auto;
}
.aspect_img {
	position: relative;
	overflow: hidden;
}
.aspect_img::before {
	content: '';
	display: block;
	padding-top: 66.7%;
}
.aspect_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*--gallery--------------------------------------------*/
.gallery_area {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto; /* 30-15px (1920-375) */
}
.gallery_area:first-child {
	margin-top: 0;
}
.gallery_area:last-child {
	margin-bottom: 0;
}
.gallery {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	margin: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px) auto !important; /* 50-30px (1920-375) */
}
.gallery > br {
	display: none !important;
}
.gallery > *:last-child {
	display: block;
}
.gallery:first-child, .gallery:nth-child(2) {
	margin-top: 0 !important;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery-item {
	float: none !important;
	line-height: 0;
	margin-top: 0 !important;
	margin-bottom: min(calc(20px + (1vw - 19.2px) * 0.7819), 20px); /* 20-8px (1920-375) */
}
.gallery-caption {
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem); /* 1.4-1.2rem (1920-375) */
	line-height: 1.6;
	text-align: center;
	margin: .5em auto !important;
	padding: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: calc(100% / 2) !important;
}
.gallery-columns-3 .gallery-item {
	width: calc(100% / 3) !important;
}
.gallery-columns-4 .gallery-item {
	width: calc(100% / 4) !important;
}
.gallery-columns-5 .gallery-item {
	width: calc(100% / 5) !important;
}
.gallery-columns-6 .gallery-item {
	width: calc(100% / 6) !important;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
	max-width: 95%;
}
@media print, screen and (min-width: 641px) {
	.gallery-columns-3 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+2):last-of-type {
		margin-right: calc(((100% / 4) * 2) + (((100% - ((100% / 4) * 4)) / 3) * 2)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+3):last-of-type {
		margin-right: calc(((100% / 4) * 1) + (((100% - ((100% / 4) * 4)) / 3) * 1)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+2):last-of-type {
		margin-right: calc(((100% / 5) * 3) + (((100% - ((100% / 5) * 5)) / 4) * 3)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+3):last-of-type {
		margin-right: calc(((100% / 5) * 2) + (((100% - ((100% / 5) * 5)) / 4) * 2)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+4):last-of-type {
		margin-right: calc(((100% / 5) * 1) + (((100% - ((100% / 5) * 5)) / 4) * 1)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+2):last-of-type {
		margin-right: calc(((100% / 6) * 4) + (((100% - ((100% / 6) * 6)) / 5) * 4)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+3):last-of-type {
		margin-right: calc(((100% / 6) * 3) + (((100% - ((100% / 6) * 6)) / 5) * 3)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+4):last-of-type {
		margin-right: calc(((100% / 6) * 2) + (((100% - ((100% / 6) * 6)) / 5) * 2)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+5):last-of-type {
		margin-right: calc(((100% / 6) * 1) + (((100% - ((100% / 6) * 6)) / 4) * 1)) !important;
	}
}
@media print, screen and (max-width: 1023px) and (min-width: 641px) {
	.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 3) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(3n+2):last-of-type, .gallery-columns-6 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
}
@media print, screen and (max-width: 640px) {
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 2) !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		margin-bottom: 10px;
	}
	.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
		max-width: 97%;
	}
}
/*--Googleマップ--------------------------------------------*/
.googlemap {
	padding-bottom: 45%;
	margin: min(calc(50px + (1vw - 19.2px) * 1.6181), 50px) auto; /* 50-30px (1920-375) */
}
.googlemap:first-child {
	margin-top: 0;
}
.googlemap:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
	.googlemap {
		padding-bottom: 80%;
	}
}
/*--YOUTUBE動画埋め込み------------------------------------------*/
.youtubeArea {
	position: relative;
	overflow: hidden;
	margin: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px) auto; /* 50-30px (1920-375) */
}
.youtubeArea::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.youtubeArea > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.youtubeArea:first-child {
	margin-top: 0;
}
.youtubeArea:last-child {
	margin-bottom: 0;
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 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: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	background: #f2f2f2;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	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.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.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;
	}
}

/*--ページレイアウト調整用--------------------------------------------*/
.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	background: #fafafa;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
}
#front-sectionPost {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}
/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}




/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
	.cen_sp { text-align: center; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		z-index: 100;
	}
	#header-layout {
		justify-content: center !important;
	}
	#header .logo img {
		max-width: 150px;
	}
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li {
		border: none !important;
		font-family: "Montserrat", sans-serif;
		font-style: normal;
	}
	nav#mainNav ul li a {
		position: relative;
	}
	nav#mainNav ul li a::before {
		position: absolute;
		left: 50%;
		bottom: 6px;
		display: block;
		width: 2px;
		height: 2px;
		border-radius: 50%;
		border-bottom: 2px solid #A0D8EF;
		content: "";
		transition: all 0.3s ease-out;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	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, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul:not(.sub-menu) > li.current-menu-item > a::before, nav#mainNav ul:not(.sub-menu) > li > a:hover::before, nav#mainNav ul:not(.sub-menu) > li > a:active::before, nav#mainNav ul:not(.sub-menu) > li.current-menu-parent > a::before, nav#mainNav ul:not(.sub-menu) > li.current-menu-ancestor > a::before {
		width: 30px !important;
	}
	/**/
	nav#mainNav ul li:hover ul.sub-menu {
		left: 50%;
		transform: translateX(-50%);
	}
	nav#mainNav ul li ul.sub-menu li:hover ul.sub-menu {
		top: 0;
		left: 0;
		transform: translateX(100%);
	}
	nav#mainNav ul li ul.sub-menu li a::before {
		width: 0 !important;
		height: 0 !important;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li.current-menu-ancestor li a, nav#mainNav ul li li.current-menu-item li a {
		background: #fff;
	}
	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 {
		background: #deebf7;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	body.mobile #header { z-index: 200; }
	body.mobile #header .logo img {
		max-width: 150px;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	padding-bottom: 0;
}
#copyright {
	padding: 15px 0;
	background: #2E2D2D;
	color: #fff;
}
#footer .footer__logo img {
	max-width: 150px;
}
#footer .footnav ul > li {
	background: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#footer .footnav ul > li::before, 
#footer .footnav ul > li::after {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .footnav ul {
		justify-content: center;
		width: 200px;
		margin: auto;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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; }
}
/**/
.post {
	background: none;
	border: none;
}
.post img {
	padding: 0;
	border: none;
	vertical-align: bottom;
}
.post img.aligncenter {
	margin: 0 auto;
}
.post p {
	line-height: 1.8;
}
/**/
.btn_link {
	display: inline-block;
	position:relative;
	padding: 12px 30px;
	color: var(--color-font);
	line-height: 1.4;
}
.btn_link::before,
.btn_link::after {
	content:'';
	position:absolute;
	border:solid #000;
	width:10px;
	height:10px;
	transition: all 0.3s ease-in-out;
}
.btn_link::before {
	top:0;
	left:0;
	border-width:1px 0 0 1px;
}
.btn_link::after {
	bottom:0;
	right:0;
	border-width:0 1px 1px 0;
}
.btn_link:hover::before,
.btn_link:hover::after{
	width:calc(100% - 1px);
	height:calc(100% - 1px);
	border-color:#666
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w1000, .w800, .w600 {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
.w800 {
	width: 800px;
}
.w600 {
	width: 600px;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #mainImg {
	padding: 0;
}
/**/
.home #content h1 {
	padding: 0;
	border: none;
	line-height: 1.4;
}
.home #content h1 b {
	display: block;
	font-size: 160%;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}
.home .post h1::after {
	display: block;
	width: 50px;
	margin: 15px 0 0;
	border-bottom: 1px solid #000;
	content: "";
}
#front_bottom_content h1.title b,
.post h2.dgl b,
.post h1.sub b {
	position: relative;
	font-family: "Jost", sans-serif !important;
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5178), 3rem) !important;
	display: inline-block !important;
	font-weight: normal;
}
#front_bottom_content h1.title b::first-letter,
.post h2.dgl b::first-letter,
.post h1.sub b::first-letter {
	font-size: 120%;
}
#front_bottom_content h1.title b::after,
.post h2.dgl b::after,
.post h1.sub b::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(30deg);
	background: #DBDBDB;
	z-index: -1;
	display: block;
}
.post h2.dgl::after,
.post h1.sub::after {
	display: none;
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/bg_top_msg.png) no-repeat right center / 30% auto;
}
#top_msg h1 {
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .txt {
		position: relative;
		width: 47%;
	}
	#top_msg .photo {
		width: 42%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg {
		padding-bottom: 60px !important;
	}
	#top_msg h1 {
		text-align: center;
	}
	#top_msg h1::after {
		margin-left: auto;
		margin-right: auto;
	}
	#top_msg .txt p.cen_sp {
		text-align: center;
	}
	#top_msg .photo {
		margin-top: 20px;
	}
}
/**/
#top_shop {
	padding-bottom: 200px;
}
#top_shop::before {
	background: url(/wp-content/uploads/top_shop_bg01.png) no-repeat center top;
	background-color: #F3F3F3;
	background-size: 100% auto;
}
#top_shop::after {
	top: auto;
	bottom: 0;
	height: 200px;
	background: url(/wp-content/uploads/top_company_bg.jpg) no-repeat center top / cover;
}
#top_shop h1 {
	text-align: left;
}
#top_shop .shop_list li {
	width: 30%;
	margin-bottom: 3rem;
	text-align: center;
}
#top_shop .shop_list li p {
	font-size: 85%;
	line-height: 1.4;
}
#top_shop .shop_list a {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
/**/
#top_shop ul.list li a {
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#top_shop ul.list li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_shop ul.list li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_shop ul.list li a .logo img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto 10px;
	max-width: 200px;
	max-height: 120px;
}
#top_shop ul.list li a .logo.logo_esteiku img {
	max-width: 304px;
}
#top_shop ul.list li a .logo span {
	display: inline-block;
	color: #666;
	line-height: 1.4;
}
#top_shop ul.list li:first-child a .logo img {
	max-width: 120px;
}
#top_shop ul.list li:nth-child(3) a .logo img {
	max-width: 150px;
}
#top_shop ul.list li a .photo {
	overflow: hidden;
	height: 400px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
}
#top_shop ul.list li a .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_shop ul.list li a .more {
	margin: 15px 0 25px;
	padding-left: 30px;
	color: var(--color-font);
	font-family: "Jost", sans-serif;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
}
#top_shop ul.list li a .more span {
	display: inline-block;
	padding: 0 50px 10px 0;
	background: url(/wp-content/uploads/arow.png) no-repeat right 10px bottom / 100px auto;
	transition: all 0.3s ease-in-out;
}
#top_shop ul.list li a:hover .more span {
	background-position: right bottom;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_shop .shop_list li p {
		font-size: 90%;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_shop ul.list li a .logo img {
		max-width: 150px;
		max-height: 80px;
	}
	#top_shop ul.list li a .logo {
		padding-top: 20px;
		font-size: 90%;
	}
	#top_shop ul.list li a .photo {
		height: 300px;
	}
	#top_shop ul.list li a .more {
		font-size: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_shop {
		padding-bottom: 100px;
	}
	#top_shop::after {
		height: 100px;
	}
	#top_shop h1 {
		text-align: center;
	}
	#top_shop h1::after {
		margin-left: auto;
		margin-right: auto;
	}
	#top_shop ul.list li a .logo span {
		margin-top: 10px;
		text-align: center;
	}
	#top_shop ul.list li a .logo img {
		margin: 0 auto;
		max-width: 80px;
		max-height: 50px;
	}
	#top_shop ul.list li:first-child a .logo img {
		max-width: 50px;
	}
	#top_shop ul.list li:nth-child(2) a .logo img {
		max-width: 116px;
	}
	#top_shop ul.list li:nth-child(3) a .logo img {
		max-width: 60px;
	}
	#top_shop ul.list li a .more {
		margin: 15px 0;
		font-size: 90%;
	}
	#top_shop ul.list li a .photo {
		height: 150px;
	}
	#top_shop ul.list li a .more span {
		padding: 0 30px 10px 0;
		background-size: 80px auto;
	}
}
/**/
#top_company h1 {
	margin: 0;
	text-align: left;
}
#top_company iframe,
.googlemap iframe {
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%);
}
#top_company .btn a {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.2em;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_company .map {
		width: 50%;
	}
	#top_company .txt {
		width: 35%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_company h1 {
		text-align: center;
	}
	#top_company h1::after {
		margin-left: auto;
		margin-right: auto;
	}
	#top_company .map iframe {
		height: 250px;
	}
	#top_company .btn {
		margin-top: 30px;
	}
	#top_company .txt {
		padding: 0 5%;
		width: 100vw;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		background: #fff;
	}
}
/**/
#top_Mission .txt dl {
	margin-bottom: 3.0rem;
	text-align: center;
	border-bottom: dashed 1px #2F2F2F;
	font-family: "Jost", sans-serif;
}
#top_Mission dl dt {
	font-size: 140%;
	font-weight: normal;
}
#top_Mission dl dd {
	font-weight: 300;
	padding-bottom: 1.5rem;
	letter-spacing: 0.1em;
}
#top_Mission dl dd .en {
	display: block;
	font-size: 115%;
	color: #DFDFDF;
	line-height: 1.5;
	font-weight: normal;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_Mission .txt {
		width: 55%;
	}
	#top_Mission .txt dl {
		width: 47%;
	}
	#top_Mission .photo {
		width: 40%;
	}
	#top_Mission .photo01 {
		position: relative;
		top: -200px;
		margin-bottom: -200px;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	#top_Mission .photo {
		width: 28%;
	}
	#top_Mission .txt {
		width: 70%;
	}
	
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_Mission .photo {
		width: 70%;
		margin: auto;
	}
	#top_Mission .txt {
		text-align: center;
	}
		#top_Mission .photo01 {
display:none;
	}
}
/**/
#contact_box::before {
	top: 200px;
	height: calc(100% - 200px);
	background: #ECECEC; 
}
#contact_box h1 {
	text-align: left;
}
#contact_box .txt {
	background: #fff;
}
#contact_box .btn a {
	display: inline-block;
	color: var(--color-font);
	font-size: 20px;
	line-height: 1.3;
}
#contact_box .btn a i {
	margin-right: 8px;
}
/*
#contact_box .btn a {
	display: inline-block;
	padding-left: 55px;
	background: url(/wp-content/uploads/ico_tel.png) no-repeat left center / 40px auto;
	color: var(--color-font);
	font-size: 28px;
	line-height: 1.3;
}
#contact_box .btn a span {
	display: block;
	font-size: 12px;
}
*/
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .box01 {
		width: 54%;
	}
	#contact_box .box02 {
		width: 40%;
		padding-left: 10%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box::before {
		top: 100px;
		height: calc(100% - 100px);
	}
	#contact_box .box02 {
		padding: 0 40% 3rem 0;
	}
	#contact_box .box01 .photo {
		padding-left: 35%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_top_content {
	padding-bottom: 0 !important;
}
#front_bottom_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/top_shop_bg01.png) no-repeat center top / 100% auto,
		 url(/wp-content/uploads/top_shop_bg02.png) no-repeat center bottom / 100% auto;
	background-color: #F3F3F3;
	content: "";
	z-index: -1;
}
#front_top_content h1,
#front_bottom_content h1 {
	margin-bottom: 40px;
	text-align: left;
}
#front_top_content h1::after,
#front_bottom_content h1::after {
	display: none;
}
#front_top_content h1 span span ,
#front_bottom_content h1 span span {
	display: block;
	font-size: 50%;
	color: #666;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: normal
}
#front_top_content h1 span span::before ,
#front_bottom_content h1 span span::before {
	display: inline-block;
	width: 40px;
	margin-right: 1em;
	border-bottom: 1px solid #666;
	vertical-align: middle;
	content: "";
}
#front_top_content .btn {
	display: inline-block;
	padding: 15px 40px;
	background: #333333;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
#front_top_content .btn:hover {
	background: #F3F3F3;
	color: #333;
}
/**/
#front_top_content .post4b,
#front_bottom_content .post4b {
	background: none;
}
#front_top_content .post4b .time,
.category-blog .post .time {
	display: block;
	padding: 0;
	background: none;
}
#front_top_content .post4b .time .day,
.category-blog .post .time .day {
	display: block;
	color: var(--color-font);
}
#front_top_content .post4b .time a,
.category-blog .post .time a {
	display: inline-block;
	padding: 5px 10px;
	background: #000;
}
#front_top_content .post4b .time .cat,
.category-blog .post .time .cat {
	display: block;
	margin-top: 5px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#front_top_content .post4b_img a {
		display: block;
		aspect-ratio: 3 / 2;
	}
	#front_top_content .post4b_img a img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
		max-height: none;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#front_top_content .post4b {
		justify-content: flex-start;
		column-gap: 3.5%;
		row-gap: 50px;;
	}
	#front_top_content .post4b li {
		width: 31%;
		margin: 0 !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#front_top_content h1 b,
	#front_bottom_content h1 b {
		font-size: 110% !important;
		letter-spacing: 0;
	}
	#front_top_content .post4b li,
	#front_bottom_content .post4b li {
		width: 48%;
	}
	/*#front_top_content .post4b li:nth-child(n+3),*/
	#front_bottom_content .post4b li:nth-child(n+3) {
		display: none;
	}
	#front_top_content .post4b_img a,
	#front_bottom_content .post4b_img a {
		display: block;
		aspect-ratio: 4 / 3;
	}
	#front_top_content .post4b_img a img,
	#front_bottom_content .post4b_img a img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/* ブログ */
.dateLabel .cat_area {
	float: left;
	display: block;
	font: initial;
	font-size: 85%;
	text-align: left;
}
.dateLabel .cat_area a {
	color: #666;
}
.dateLabel .cat_area a:hover {
	text-decoration: underline;
}
.dateLabel .cat_area span+span::before {
	content: "、";
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-font);
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}
h1.title, .post h1, .post h2, .post h3 {
	color: var(--color-font);
	font-weight: 400;
}
.post h2 {
	padding: 0;
	border: none;
	line-height: 1.4;
}
.post h2 b {
	display: block;
	margin-bottom: 5px;
	font-size: 160% !important;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}
.post h2 b+span {
	display: block;
	font-size: 14px;
}
.post h2::after {
	display: block;
	width: 50px;
	height: 1px;
	margin: 15px auto 0;
	content: "";
}
.post h2.sub {
	position: relative;
	padding-left: 50px;
	font-family: "Cormorant Garamond", serif;
	text-align: left;
}
.post h2.sub::after {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	width: 35px;
}
.post h2.sub.cen {
	padding: 0;
	text-align: center;
}
.post h2.sub.cen::before {
	display: block;
	width: 1px;
	height: 40px;
	margin: 0 auto 15px;
	background: var(--color-primary);
	content: "";
}
.post h2.sub.cen::after {
	display: none;
}
/**/
.post h3.sub {
	border-bottom: none;
	text-align: left;
	padding-left: 50px;
	position: relative;
	display: block;
	margin-left: 0;
}
.post h3.sub::before {
	content: "";
	position: absolute;
	top: 43%;
	left: 0;
	width: 35px;
	height: 1px;
	background: #000;
}
/**/
.title_photo {
	position: relative;
	overflow: hidden;
	height: 300px;
	z-index: -1;
}
.title_photo img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	max-width: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media print, screen and (max-width: 1024px) {
	.title_photo {
		height: calc(300px + (1vw - 10.24px) * 9.2450);
	}
	.title_photo img {
		height: 100%;
		margin: auto;
	}
}
/**/
.ttl_2waku {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.ttl_2waku p {
	position: relative;
	margin-right: 7px;
	padding: 20px 0 16px;
	background: #fff;
	border: 2px solid #000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.ttl_2waku p::before {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	content: "";
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
.page-est header#h1Header h1.title,
.page-esta header#h1Header h1.title,
.page-estee header#h1Header h1.title,
.page-esplus header#h1Header h1.title,
.page-estake header#h1Header h1.title,
.page-bka header#h1Header h1.title {
	z-index: -1;
}
.page-estee-tennouji header#h1Header h1.title,
.page-estee-takatuki header#h1Header h1.title,
.page-estee-umeda header#h1Header h1.title{
	padding-top: 30px;
}
.page-estee-pro header#h1Header h1.title {
	padding-top: 60px;
}
.page-estee-pro header#h1Header h1.title span span:first-child {
	display: none;
}
/**/
.page-company #content.wide,
.page-esta #content.wide,
.page-estee-pro #content.wide,
.page-estee-tennouji #content.wide,
.page-estee-takatuki #content.wide,
.page-estee-umeda #content.wide,
.page-estee #content.wide,
.page-estake #content.wide {
	padding-top: 0 !important;
}
#sub_topcontents::before {
	background: url(/wp-content/uploads/sub_topcontents_bg.jpg) no-repeat center bottom;
	background-color: #E8E8E8;	
	background-size: 100% auto;
}
#sub_topcontents .gallery-item dt img {
	padding: 6px !important;
	background: #fff;
	border: 1px solid #ccc !important;
	box-shadow: 5px 5px 0 #C2E6F5;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#sub_topcontents .gallery-item dt img {
		padding: 4px !important;
		box-shadow: 4px 4px 0 #C2E6F5;
	}
}
/**/
#staff .box::before {
	background: url(/wp-content/uploads/sraff_box_bg.png) no-repeat center top / contain;
}
#staff .box.rev::before {
	background: url(/wp-content/uploads/sraff_box_bg.png) no-repeat center top / contain;
	transform: scale(-1, 1);
}
#staff .box.no_photo::before {
	background: none;
}
#staff .box .txt {
	padding: 0;
}
#staff .txt_blue {
	color: #2994c3;
}
#staff .txt_gray {
	color: #666;
}
#staff .name {
	font-weight: bold;
	font-size: 35px;
	display: inline-block;
	margin-right: 30px;
	font-family: "Cormorant Garamond", serif;
}
#staff .name_note {
	display: inline-block;
}
ul.shikaku {
	justify-content: flex-start;
	column-gap: 10px;
	row-gap: 10px;
}
ul.shikaku li {
	background: #FFF;
	padding: 0 10px;
	border: solid 1px #000;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#staff .box::before {
		display: none;
	}
	#staff {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 3.5%;
	}
	#staff .box {
		display: block;
		width: 31%;
		background: url(/wp-content/uploads/sraff_box_bg.png) no-repeat center top / contain;
	}
	#staff .box.no_photo {
		background: none;
	}
	#staff .box .photo {
		width: 90%;
		aspect-ratio: 1 / 1;
		margin: 0 auto 30px;
	}
	#staff .box .photo img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#staff .box::before {
		width: 53vw;
	}
	#staff .box.rev::before {
		left: auto;
		right: 0;
		margin-left: 0;
	}
	#staff .box {
		font-size: 90%;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#staff .box .photo {
		width: 25%;
	}
	#staff .box .txt {
		width: 70%;
	}
	#staff .name {
		font-size: 6.5vw;
	}
	#staff .box.no_photo .txt {
		width: 100%;
	}
	#staff .name,
	#staff .name_note {
		display: block;
	}
}
/**/
#staff_list .no_photo {
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#staff_list {
		width: 900px;
		max-width: 100%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#staff_list .est_staff {
		max-width: 46%;
		margin: 0;
	}
}
/**/
#store_list::before {
	background: url(/wp-content/uploads/sub_topcontents_bg.jpg) no-repeat center top / 100% auto;
}
#store_list .box_line {
	border-top: 1px solid #222;
}
#store_list .btn {
	padding-left: 50px;
}
#store_list .btn a {
	display: inline-block;
}
#mobile_store .photo {
	height: 300px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#store_list .box_w2 .txt,
	#store_list .box_w2 .photo {
		width: 50%;
	}	
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#mobile_store .photo {
		height: 200px;
	}
}
/**/
#product_list {
	width: 1000px;
	max-width: 100%;
	margin: auto;
	row-gap: 30px;
}
#product_list dl {
	width: 47%;
}
#product_list dt {
	margin-bottom: 10px;
}
#product_list dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#product_list dl {
		width: 28%;
	}
	#product_list dl:nth-child(3n - 1) {
		padding-top: 50px;
	}
	#product_list dl:nth-child(3n) {
		padding-top: 100px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#product_list dl:nth-child(2n) {
		padding-top: 40px;
	}
}
/**/
a.arow_link {
	display: block;
	color: #000;
	position: relative;
	padding-bottom: 10px;
	padding-right: 50px;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.2em;
}
a.arow_link b {
	font-weight: normal;
}
a.arow_link span {
	display: inline-block;
	transition: 0.4s ease-in-out;
	position: absolute;
	bottom: 0;
	right: 10px;
}
a.arow_link span img {
	width: 100px;
}
a.arow_link:hover span {
	right: 0;
}
a.arow_link:hover span img {
	opacity: 1;
    filter: alpha(opacity = 100);
    -ms-filter: "alpha( opacity=100 )";
}
/**/
a.txt_link {
	color: var(--color-font);
	text-decoration: underline;
}
a.txt_link:hover {
	text-decoration: none;
}
/**/
table.general_table.no_bg th:before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	table.general_table.no_bg th,
	table.general_table.no_bg td {
		padding: 20px 15px;
	}
	table.general_table.no_bg th {
		padding-bottom: 0;
	}
}
/*--------------------------------------------------
	スタッフ紹介（202506～）
--------------------------------------------------*/
#staff_n_list dl {
	width: 500px;
	max-width: 100%;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	text-align: center;
	background: url(/wp-content/uploads/staff_n_list_bg.png) no-repeat right bottom / 50% auto;
}
#staff_n_list dt {
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
}
#staff_n_list dt span {
	display: block;
	color: #333;
	font-size: 85%;
	font-weight: normal;
	font-family: "Jost", serif;
	line-height: 1.3;
}
#staff_n_list dt b {
	display: block;
	font-size: 140%;
	font-weight: bold;
}
#staff_n_list dd {
	padding: 0;
	text-align: left;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#staff_n_list dd .photo:nth-child(1) {
	width: 80%;
	margin: auto;
}
#staff_n_list dd .photo:nth-child(2) {
	width: 36%;
}
#staff_n_list dd table {
	width: 80%;
	margin: 20px auto 0;
	font-size: 90%;
}
#staff_n_list dd .photo+.photo+table {
	width: 60%;
	margin: 20px 0 0;
}
#staff_n_list dd table th,
#staff_n_list dd table td {
	display: block;
	padding: 0;
}
#staff_n_list dd table th {
	width: auto;
	padding-right: 1em;
	font-weight: normal;
	white-space: normal;
}
#staff_n_list dd table td {
	padding: 0 0 6px;
}
#staff_n_list.staff_esplus dd .photo:nth-child(1) {
	margin-left: 20%;
}
#staff_n_list.staff_esplus table {
	position: relative;
	top: -90px;
	width: 60%;
	margin: 0 0 -90px;
	background: -webkit-linear-gradient(top, #fff 50%, transparent 50%);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#staff_n_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#staff_n_list dl {
		padding-bottom: 70px;
		margin-bottom: 80px;
	}
	#staff_n_list dt {
		margin-bottom: 30px;
	}
	#staff_n_list dd table {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#staff_n_list.staff_esplus .photo:nth-child(1) {
		width: 100%;
	}
}
/*--------------------------------------------------
	est
--------------------------------------------------*/
.page-est header#h1Header {
	position: relative;
	background: #fff;
}
.page-est header#h1Header::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100vw;
	height: 60%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/est_bg_top.png) no-repeat center top / 100% 50%,
		url(/wp-content/uploads/est_bg_btm.png) no-repeat center bottom / 100% 50%,
		url(/wp-content/uploads/est_bg.png);
	content: "";
	z-index: -1;
}
.page-est header#h1Header h1 {
	color: #fff;
}
.page-est #breadcrumb {
	background: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
}
/**/
#est_link {
	width: 660px;
	max-width: 100%;
	margin: auto;
}
#est_link li {
	width: 47%;
}
#est_link li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 20px;
	color: var(--color-font);
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#est_link li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#est_link li a::before,
#est_link li a::after {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	content: "";
}
#est_link li a::before {
	top: 0;
	left: 0;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
#est_link li a::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#est_link li a img {
	display: block;
	margin: 10px auto 0;
	width: 160px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#est_link li a {
		padding: 10px 0 15px;
	}
	#est_link li a::before,
	#est_link li a::after {
		width: 20px;
		height: 20px;
	}
	#est_link li a img {
		margin-top: 5px;
		width: 100px;
	}
}
/**/
#est_msg::before {
	background: url(/wp-content/uploads/est_msg_bg.jpg) no-repeat center center / cover;
}
#est_msg .in {
	position: relative;
	background: #fff;
	border: 2px solid #333;
}
#est_msg .in::after {
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #333;
	content: "";
}
#est_msg .ttl {
	font-size: 150%;
}
#est_msg .ttl b {
	border-bottom: 2px solid #333;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#est_msg .in {
		font-size: 115%;
	}
	#est_msg .ttl b {
		display: inline-block;
		padding-bottom: 10px;
		border-bottom-width: 3px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#est_msg .in::after {
		top: 8px;
		left: 8px;
	}
}
/**/
.est_logo {
	display: flex;
	align-items: flex-end;
}
.est_logo::before,
.est_logo::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	margin-bottom: 20px;
	background: #333;
	display: block;
}
.est_logo::before {
	margin-right: 30px;
}
.est_logo::after {
	margin-left: 30px;
}
.est_logo h2 {
	margin: 0;
	padding: 0;
}
.est_logo h2 span {
	display: block;
	margin-bottom: 15px;
	font-size: 60%;
}
.est_logo h2::after {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.est_logo h2 img {
		width: 150px;
	}
	.est_logo::before,
	.est_logo::after {
		margin-bottom: 12px;
	}
	.est_logo::before {
		margin-right: 20px;
	}
	.est_logo::after {
		margin-left: 20px;
	}
}
/**/
.est_ttl::before {
	background: url(/wp-content/uploads/est_bg_top.png) no-repeat center top / 100% 50%,
		url(/wp-content/uploads/est_bg_btm.png) no-repeat center bottom / 100% 50%,
		url(/wp-content/uploads/est_bg.png);
}
.est_ttl h3 {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	color: #333;
	font-size: min(calc(4.4rem + (1vw - 19.2px) * 0.4531), 4.4rem);
	font-family: "Jost", serif;
	text-align: center;
}
.est_ttl h3 span {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
.est_ttl h3 span::first-letter {
	font-size: 200%;
}
.est_ttl h3::after {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.est_ttl::before {
		background-size: 100% 40%, 100% 40%, 6px auto;
	}
	.est_ttl h3 {
		line-height: 1;
	}
}
/**/
.est_lead {
	padding: 20px;
	background: #333;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.est_lead {
		padding: 30px;
	}
}
/**/
.est_msg::before {
	background: url(/wp-content/uploads/est_bg.png);
}
.est_msg .in {
	position: relative;
	width: 800px;
	max-width: 100%;
	margin: auto;
}
.est_msg .in::before,
.est_msg .in::after {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	content: "";
}
.est_msg .in::before {
	top: 0;
	left: 0;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}
.est_msg .in::after {
	right: 0;
	bottom: 0;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.est_msg::before {
		background-size: 6px auto;
	}
	.est_msg .in::before,
	.est_msg .in::after {
		width: 30px;
		height: 30px;
	}
}
/**/
.post ul.est_photo li {
	position: relative;
}
.post ul.est_photo li::before {
	position: absolute;
	top: 6px;
	left: 6px;;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/est_bg.png);
	content: "";
	z-index: -1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post ul.est_photo li {
		width: 48%;
	}
	.post ul.est_photo li::before {
		top: 10px;
		left: 10px;;
	}
	.post ul.est_photo li.tate {
		aspect-ratio: 5 / 3;
		text-align: center;
	}
	.post ul.est_photo li.tate .kage {
		position: relative;
		display: inline-block;
		height: 100%;
	}
	.post ul.est_photo li.tate img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	.post ul.est_photo li.tate::before {
		display: none;
	}
	.post ul.est_photo li.tate .kage::before {
		position: absolute;
		top: 6px;
		left: 6px;;
		display: block;
		width: 100%;
		height: 100%;
		background: url(/wp-content/uploads/est_bg.png);
		content: "";
		z-index: -1;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post ul.est_photo li::before {
		background-size: 6px auto;
	}
	.post ul.est_photo li+li {
		margin-top: 30px;
	}
}
/**/
.post h3.est_staff_ttl {
	display: block;
	padding: 0;
	border: none;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
	font-family: "Jost", serif;
	text-align: center;
	line-height: 1.3;
}
.post h3.est_staff_ttl span {
	display: block;
}
.post h3.est_staff_ttl span::first-letter {
	font-size: 200%;
}
.post h3.est_staff_ttl::before {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: linear-gradient(-45deg, #fff 49%, #000, #fff 51%);
	content: "";
}
/**/
.est_staff {
	width: 380px;
	max-width: 100%;
	margin: 0 auto;
	background: url(/wp-content/uploads/sraff_box_bg.png) no-repeat center top / contain;
}
.est_staff .photo {
	width: 90%;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
}
.est_staff .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
.est_staff .fs {
	color: #333;
	font-family: "Jost", serif;
	line-height: 1.3;
}
.est_staff .name {
	font-size: 140%;
	font-weight: bold;
}
.est_staff table {
	margin: 0;
}
.est_staff table th {
	color: #555;
	font-weight: normal;
}
.est_staff table td {
	color: #333;
}
/*--------------------------------------------------
	ESTA
--------------------------------------------------*/
#esta_concept::before {
	background-color: #E8E8E8;
}
#esta_concept::after {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/sub_topcontents_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	content: "";
	z-index: -1;
}
#esta_concept {
	width: 700px;
	max-width: 100%;
	margin: auto;
}
#esta_concept h2 {
	margin-right: 7px;
	padding: 20px 0 16px;
	background: #fff;
	border: 2px solid #000;
}
#esta_concept h2::after {
	display: none;
}
#esta_concept h2::before {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	content: "";
}
#esta_concept dl {
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#esta_concept dl+dl {
	margin-top: 10px;
}
#esta_concept dl:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#esta_concept dt {
	width: 160px;
	height: 160px;
	background: #fff;
	border-radius: 50%;
	color: #333;
	font-size: 110%;
	font-weight: 500;
	text-align: center;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#esta_concept dt span span {
	color: #00489D;
}
#esta_concept dd {
	width: calc(100% - 200px);
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#esta_concept dl:nth-of-type(2n) dd {
		text-align: right;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#esta_concept dl+dl {
		margin-top: 5px;
	}
	#esta_concept dt {
		width: 130px;
		height: 130px;
	}
	#esta_concept dd {
		width: calc(100% - 150px);
	}
}
/*--------------------------------------------------
	ESTEE pro
--------------------------------------------------*/
.page-estee-pro #breadcrumb,
.page-estee-tennouji #breadcrumb,
.page-estee-takatuki #breadcrumb,
.page-estee-umeda #breadcrumb ,
.page-bka #breadcrumb{
	background: #fff;
}
#estee_concept {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
#estee_concept .ttl {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
#estee_concept .ttl p {
	position: relative;
	margin-right: 7px;
	padding: 20px 0 16px;
	background: #fff;
	border: 2px solid #000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#estee_concept .ttl p::before {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	content: "";
}
#estee_concept .txt {
	padding: 30px;
	background: url(/wp-content/uploads/bg.png);
}
#estee_concept .in {
	position: relative;
	z-index: 2;
}
#estee_concept .in::before,
#estee_concept .in::after {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
}
#estee_concept .in::before {
	top: 0;
	left: 0;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
#estee_concept .in::after {
	right: 0;
	bottom: 0;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
#estee_concept .gallery-item {
	width: 48% !important;
}
#estee_concept .gallery-item dt {
	position: relative;
	padding: 0;
}
#estee_concept .gallery-item dt::before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/bg.png);
	z-index: -1;
	content: "";
}
#estee_concept .gallery-item dt img {
	max-width: 100%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#estee_concept .txt {
		padding: 20px;
	}
	#estee_concept .gallery {
		max-width: 90%;
		margin: auto;
		row-gap: 30px;
	}
	#estee_concept .gallery-item {
		width: 100% !important;
	}
}
/*--------------------------------------------------
	エスプラス
--------------------------------------------------*/
.page-esplus #content {
	padding-top: 0 !important;
}
.page-esplus #breadcrumb {
	background: #fff;
}
/**/
#esplus_concept {
	width: 700px;
	max-width: 100%;
	margin: auto;
}
#esplus_concept dl {
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#esplus_concept dt {
	width: 160px;
	height: 160px;
	background: #E9E9E9;
	border-radius: 50%;
	color: #333;
	font-size: 110%;
	text-align: center;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#esplus_concept dd {
	width: calc(100% - 200px);
	padding: 0;
}
#esplus_concept .txt {
	max-width: 80%;
	margin: auto;
}
#esplus_concept .photo {
	position: relative;
	width: 500px;
	max-width: 100%;
	margin: auto;
}
#esplus_concept .photo::before {
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/bg-photo.png);
	border-radius: 25px;
	z-index: -1;
	content: "";
}
#esplus_concept .photo img {
	border-radius: 25px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#esplus_concept dt {
		width: 120px;
		height: 120px;
	}
	#esplus_concept dd {
		width: calc(100% - 140px);
	}
	#esplus_concept .photo::before {
		top: 10px;
		left: 10px;
	}
}
/**/
#esplus_photo ul {
	width: 600px;
	max-width: 100%;
	margin: auto;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: space-between;
}
#esplus_photo li {
	width: 48%;
}
#esplus_photo li:first-child {
	margin-top: 8%;
}
#esplus_photo li img {
	border-radius: 50%;
}
/*--------------------------------------------------
	BKA
--------------------------------------------------*/
#bka_flow .box:not(:last-child) {
	position: relative;
	margin-bottom: 60px;
}
#bka_flow .box:not(:last-child)::before {
	position: absolute;
	left: 50%;
	bottom: -40px;
	display: block;
	width: 36px;
	height: 20px;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#bka_flow .ttl {
	position: relative;
	margin-bottom: 20px;
	padding: 2px 0 12px 50px;
	border-bottom: 1px solid var(--color-font);
	font-size: 120%;
	font-weight: bold;
}
#bka_flow .ttl b {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: #333333;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#bka_flow .box::after {
		clear: both;
		display: block;
		overflow: hidden;
		height: 0px;
		content: "";
	}
	#bka_flow .box:not(:last-child) {
		margin-bottom: 80px;
	}
	#bka_flow .box:not(:last-child)::before {
		bottom: -50px;
	}
	#bka_flow .photo {
		float: left;
		width: 36%;
	}
	#bka_flow .ttl,
	#bka_flow .txt {
		float: right;
		width: 60%;
	}
	#bka_flow .ttl {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#bka_flow .ttl,
	#bka_flow .photo {
		margin-bottom: 15px;
	}
}
/**/
#bka_care dl {
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#bka_care dt {
	width: 30%;
	background: #E9E9E9;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	font-size: 120%;
	font-weight: 500;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#bka_care dd {
	width: 65%;
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#bka_care dt {
		width: 40%;
	}
	#bka_care dd {
		width: 55%;
	}
}
/**/
#bka_dogcat dl {
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#bka_dogcat dl+dl {
	margin-top: 50px;
}
#bka_dogcat dt {
	width: 30%;
}
#bka_dogcat dt img {
	border-radius: 50%;
}
#bka_dogcat dd {
	width: 65%;
	padding: 0;
}
#bka_dogcat dd p:not(.name) {
	margin-top: 0.5em;
	line-height: 1.6;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#bka_dogcat dl+dl {
		margin-top: 30px;
	}
	#bka_dogcat dt {
		width: 40%;
	}
	#bka_dogcat dd {
		width: 55%;
	}
	#bka_dogcat dd p:not(.name) {
		font-size: 90%;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#privacy p {
	margin-bottom: 1em;
}
#breadcrumb {
	background: none;
}
#breadcrumb ul li b,
#sitemap_list li a b {
	margin-left: 0.5em;
	font-weight: normal;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form table td {
	text-align: left !important;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	padding:0 !important;
}
.post form.wpcf7-form .linkBtn input.wpcf7-submit {
	width:100%;
	padding:15px 40px;
}
.post form.wpcf7-form .linkBtn .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 .linkBtn:hover input.wpcf7-submit {
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.wpcf7-form table th {
		width: 250px;
		white-space: nowrap;
	}
	.post form.wpcf7-form .linkBtn {
		width: 200px;
		max-width: 100%;
	}
}
/*================================================
					会社概要
================================================*/

/*--見出し--------------------------------------------*/
	
.post .sub_company h2 {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: left;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .sub_company h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .sub_company h2::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 2px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
	margin-right: auto;
	margin-left: 0;
}
.post .sub_company h2:first-child {
	margin-top: 0;
}

/*--テーブル--------------------------------------------*/

.post table.table_style02 , .post table.table_style02 th, .post table.table_style02 td {
	border-width: 1px 0;
	border-color: var(--color-table-border);
}
.post table.table_style02 {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;/* 30-20px (1920-375) */
}
.post table.table_style02 th, .post table.table_style02 td {
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);/* 20-15px 15-10px (1920-375) */
}
.post table.table_style02 th {
	width: 25%;
	font-weight: 600;
}
.post table.table_style02:first-child {
	margin-top: 0;
}
.post table.table_style02:last-child {
	margin-bottom: 0;
}

/*--list--------------------------------------------*/

.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-shrink: 0;
	border-bottom: solid 1px #ddd;
}
.post .history_style01 li .head {
	width: 25%;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li .body {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li:nth-child(odd) {
	background: #eee;
}
@media only screen and (max-width: 640px) {
	.post .list_style01 li {
		flex-direction: column;
	}
	.post .list_style01 li .head {
		width: 100%;
		padding-bottom: 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);
}
header#h1Header {
	background: none;
}
/*
#thumbImg::before, header#h1Header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    opacity: .2;
    top: 0;
    left: 0;
    z-index: 1;
}
header#h1Header h1.title
{
color:#000;
font-family: 'Inter', sans-serif;
	font-weight:300;
}
h1.title, .post h1, .post h2, .post h3 {
    color: var(--color-font);
    font-weight: 400;
}
*/
#breadcrumb {
    background: #e8e8e8;
}
.w {
 background: #fff;
}
.mt0 {
margin-top:0;
}
/*================================================
					事業内容
================================================*/

/*--幅フル100%--------------------------------------------*/
	
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*--teleco_v1------------------------------*/

.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px); /* 120-65px (1920-375) */
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

/*--------------------
general_table
--------------------*/
.post table.general_table th {
    background-color: transparent;
}
.post table.general_table, .post table.general_table th, .post table.general_table td{
	border: none;
}
table.general_table tr:first-child {
	border-top: 1px solid #ababab;
}
table.general_table tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.general_table tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.general_table th, table.general_table td {
	padding: 50px 30px;
}
table.general_table th {
	position: relative;
	z-index: 0;
}
table.general_table th:before {
	position: absolute;
	content: "";
    background: rgb(241 241 241);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.general_table td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.general_table td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.general_table th, table.general_table td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.general_table th {
		width: 32%;
	}
	table.general_table td {
		width: 68%;
	}
}
/**/
.post h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post .line {
  background: none;
  border: none;
margin: 20px 0 10px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}
.post .line::before, .post .line::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  display: block;
  background-color: #848484;
  width: 50px;
  height: 1px;
}
.post .line::before {
  margin-right: 39px;
}
.post .line::after {
	position: static;
	margin-left: 39px;
	bottom: inherit;
	border-bottom: none;
}
p.center {
    text-align: center;
}
.page-id-85 .post h2{
	margin:0;
}
.page-id-298 #content, body:not(.home) .page-id-298 #content.wide,.page-id-170 #content, body:not(.home) .page-id-170 #content.wide {
    padding-top: 0!important;
}
/*single*/
.single .post p {
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
.single img[class*="wp-image-"], .single img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
.single .aligncenter {
    clear: both;
    display: block;
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}
.single .post a {
    box-sizing: border-box;
    position: relative;
}
