@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=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #242422;
	--color-primary: #172D78;
	--color-primary-shade: #172D78;
	--color-primary-tint: #172D78;
	--color-secondary: #CA1F24;
	--color-secondary-tint: #CA1F24;
	--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: 1400px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #242422;
	--header-color-primary: #172D78;
	--header-color-primary-shade: #172D78;
	--header-color-primary-tint: #172D78;
	/*------▼フッター設定▼------*/
	--footer-background: #F5F5F5;
	--footer-color-font: #242422;
	--footer-color-primary: #172D78;
}

:root {
	/*------▼orginal▼------*/
	--font-zenkaku: 'Zen Kaku Gothic New', sans-serif;
	--font-nsan: 'Noto Sans JP', sans-serif;
	--font-nser: 'Noto Serif JP', serif;
	--font-lato: 'Lato', sans-serif;
}

/*------------------------------------------------------
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;
}

/*--戻るボタン--------------------------------------------*/
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 {
		overflow: visible;
		color: var(--header-color-font);
		background: var(--header-background);
		width: 100%;
		height: 100px;
		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: 0 15px;
	}

	#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: 262px;
		max-height: 71px;
	}

	/*------ヘッダー下部__グローバルナビ
--------------------------------------------*/
	#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.7rem + (1vw - 1.92rem) * 0.3348), 1.7rem);
		/* 1.7-1.4rem (1920-1024) */
		padding: 0 1.8rem;
	}

	nav#mainNav ul li a:hover {
		text-decoration: underline;
	}

	nav#mainNav ul li a b {
		font-weight: 500;
	}

	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:hover ul.sub-menu li a {
		background: #f5f5f5;
	}

	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-font);
	}

	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: #eee;
	}

	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
	#header ul.header__contact {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	#header a.head_btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: var(--header-color-primary);
		color: #fff;
		line-height: 1.4;
		padding: 0 3rem;
		/* 10-8px、20-15px (1920-1024) */
		-webkit-transition: .3s;
		transition: .3s;
		font-family: var(--font-zenkaku);
		font-size: 1.5rem;
		font-weight: 500;
	}

	#header a.head_btn:hover {
		background: var(--header-color-primary-tint);
	}

	#header a.head_btn::before {
		display: block;
		font-family: 'Font Awesome 6 Free';
		font-size: 1.2em;
		font-weight: 900;
		line-height: 1.3;
		margin-bottom: .1em;
	}

	#header a.head_btn.mail_btn::before {
		content: '\f0e0';
	}

	#header a.tel_btn {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-inline: 2.5rem 4rem;
		font-size: 1.3rem;
		text-align: center;
		font-weight: 500;
	}

	#header a.tel_btn span {
		font-family: var(--font-lato);
		font-size: 2.5rem;
		font-weight: 600;
		display: block;
		line-height: 1.2;
		position: relative;
		display: flex;
		align-items: center;
	}

	#header a.tel_btn span::before {
		content: '\f879';
		font-family: 'Font Awesome 6 Free';
		font-weight: 600;
		display: inline-block;
		font-size: 2rem;
		padding-right: 0.5rem;
	}

	li.headmailbox {
		transition: all ease 0.6s;

		&:hover {
			opacity: 0.8;
		}
	}

	/*------スティッキーヘッダー
--------------------------------------------*/
	.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: 90px;
	}

	.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% - 130px);
	}

	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 {
		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 {
		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-block: 8rem 11rem;
	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-font);
}

#footer img {
	width: auto;
	max-width: 100%;
}

/*------フッターCTA
--------------------------------------------*/
#foot_cta {
	width: 100%;
	height: auto;
	background: url(/wp-content/uploads/cta_bgpic.jpg) no-repeat center;
	background-size: cover;
}

#foot_cta .inners {
	max-width: 630px;
	margin-inline: auto;
	text-align: center;
	padding-block: 105px;
	width: 90%;
	color: #fff;
}

#foot_cta p.txts {
	font-size: 1.4rem;
	line-height: 2.6rem;
	margin-block: 1.8rem 3rem;
}

ul.foot_cta_btns {
	display: flex;
	gap: 3rem;
	justify-content: space-between;

	& li {
		width: 100%;
		max-width: 300px;
		height: 70px;
		transition: all ease 0.6s;

		&.phone {
			background: #fff;
		}

		&.forms {
			background-color: var(--color-secondary);
		}

		&:hover {
			opacity: 0.7;
		}
	}
}

ul.foot_cta_btns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
	position: relative;
}

ul.foot_cta_btns li.phone a {
	font-size: 1.3rem;
	font-weight: 500;

	& span.num {
		font-family: var(--font-lato);
		font-size: 2.5rem;
		line-height: 1.2;
		font-weight: 600;
		position: relative;
		display: flex;
		align-items: center;

		&::before {
			content: '\f879';
			font-family: 'Font Awesome 6 Free';
			font-weight: 900;
			font-size: 70%;
			padding-right: 0.3rem;
		}
	}
}

ul.foot_cta_btns li.forms a {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
}

@media print,
screen and (max-width: 768px) {
	#foot_cta .inners {
		padding-block: 70px;
	}

	ul.foot_cta_btns {
		flex-direction: column;
		gap: 1.5rem;

		& li {
			max-width: 100%;
		}
	}
}

/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
	text-align: center;
	margin-bottom: 26px;
}

#footer .footer__logo img {
	max-width: 70px;
	max-height: 71px;
	-o-object-fit: contain;
	object-fit: contain;
}

/*------フッターアドレス
--------------------------------------------*/
address.footer_address {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 3rem;
}

/*------フッターナビ
--------------------------------------------*/
#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 1.2rem;
	margin-bottom: 0;
	font-weight: 500;
}

#footer .footnav ul>li::before,
#footer .footnav ul>li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 60%;
	background: #aaa;
	top: 50%;
	transform: translateY(-50%);
}

#footer .footnav ul>li::before {
	left: 0;
}

#footer .footnav ul>li::after {
	right: -1px;
}

/*------コピーライト
--------------------------------------------*/
#copyright {
	color: var(--footer-color-font);
	font-size: 1.1rem;
	letter-spacing: .1rem;
	padding: 0;
	margin: 45px auto 0;
	background: var(--footer-background);
}

@media print,
screen and (max-width: 768px) {
	#footer {
		padding-block: 6rem;
	}

	#footer .footnav ul {
		flex-direction: column;
		gap: 1rem;
	}

	#footer .footnav ul>li {
		text-align: center;
		font-size: 1.3rem;
		background: #fff;
		padding: 0;
	}

	#footer ul li a {
		padding: 1rem 0;
	}

	#footer .footnav ul>li::before,
	#footer .footnav ul>li::after {
		content: none;
	}
}

/*--▲△▲△▲△▲△▲△--フッターテンプレート＜end＞--△▲△▲△▲△▲△▲--*/

/*------メインイメージ
--------------------------------------------*/
#mainImg {
	max-width: 1470px;
	width: calc((147 / 192) * 100vw);
}

#topslide {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 20;
}

.slide_copy {
	display: flex;
	justify-content: center;
	width: auto;
	height: 100%;
	align-self: flex-end;
	padding-bottom: min(calc(10rem + (1vw - 1.92rem) * 3.4752), 10rem);
	/*10-6(1920-769)*/
	padding-right: 0.5%;
	flex-grow: 1;
}

.slide_copy img {
	width: min(calc(190px + (1vw - 19.2px) * 6.0817), 190px);
	/*190-120(1920-769)*/
}

#topslide .slide_btn {
	position: absolute;
	right: min(calc(7rem + (1vw - 1.92rem) * 3.4752), 7rem);
	/*7-3(1920-769)*/
	bottom: -80px;
	filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.3));
	width: min(calc(240px + (1vw - 19.2px) * 1.7376), 240px);
	/*240-220(1920-769)*/
}

figure.slide_btn a img {
	transition: all ease 0.6s;
}

figure.slide_btn a:hover img {
	opacity: 0.9;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

@media print,
screen and (max-width: 768px) {
	.slide_copy {
		width: 30%;
		padding-block: 0 1.5rem;
	}

	.slide_copy img {
		width: 65%;
	}

	#mainImg {
		width: 70%;
	}

	#topslide .slide_btn {
		width: 42%;
		bottom: -5rem;
		right: 4%;
	}
}

/*--見出し--------------------------------------------*/
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(3rem + (1vw - 1.92rem) * 0.5178), 3rem);/* 3-2.2rem (1920-375) */
    font-weight: 600;
    text-align: left;
    letter-spacing: .2rem;
    padding: 0 0 min(calc(2.7rem + (1vw - 1.92rem) * 0.4531), 2.7rem) 0;/* 2.7-2rem (1920-375) */
    margin: 0 0 min(calc(7rem + (1vw - 1.92rem) * 2.5890),7rem) 0;/* 7-3rem (1920-375) */
    color: var(--color-font);
}

.post h2::after {
    bottom: 0;
    content: '';
    visibility: visible;
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--color-primary);
    margin: 0;
    left: 0;
    position: absolute;
}

.post h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}

.post h2::after {
    content: '';
    position: absolute;
    visibility: visible;
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--color-primary);
    margin: 0;
    left: 0;
    bottom: 0;
}

/*------h3タイトル
--------------------------------------------*/
.post h3 {
	font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.2rem);
	/* 2.2-1.8rem (1920-375) */
	font-weight: 600;
	letter-spacing: .1rem;
	padding: calc(3.5rem + (1vw - 1.92rem) * 0.9709) calc(3rem + (1vw - 1.92rem) * 0.6472);
	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: 1px solid #ccc;
	color: var(--color-font);
	line-height: 2.7rem;
}

.post h3::before {
    content: '';
    position: absolute;
    background-color: var(--color-primary);
    width: 4px;
    height: 40%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*------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;
	color: var(--color-font);
}

.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: 90px;
	margin-top: -90px;
}

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;
	}
}

/*--icon--------------------------------------------*/
.fa,
.far,
.fas {
	font-family: 'Font Awesome 6 Brands', 'Font Awesome 6 Free';
	font-weight: normal;
}

/*------------------------------------------
投稿記事関連
--------------------------------------------*/
/*-----表示関連-----*/
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;
	margin: 0;
}

.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);
}

.post4b .time {
	background: none;
	color: var(--color-font);
	padding: 0;
	margin-block: 1.5rem 1rem;
}

.post4b .time a {
	color: var(--color-font);
}

/*-----画像関連-----*/
.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;
	max-width: 100%;
}

.post4b .post4b_img {
	width: 100%;
}

@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;
	}

	.post4b .post4b_img {
		max-width: 100% !important;
	}

	#content .post4b_text70 {
		width: 100%;
	}
}

/*-----タイトル関連-----*/
.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 .post_text {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 0;
	gap: 0.8rem 1rem;
}

.postlist .ttls,
.postlist .date {
	display: block;
	padding: 0;
	margin-bottom: 0;
	font-size: 100%;
}

.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;
}

@media print,
screen and (max-width: 640px) {
	.postlist .post_text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: left;
	}

	.postlist .ttls {
		width: 100%;
		font-size: 130%;
	}

	.postlist .ttls,
	.postlist .date {
		padding: 0;
	}

	.postlist .time {
		margin: 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) * 6.4725), 180px);
	/* 100-50px、180-80px (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: flex-start;
	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;
}

/*------------------------------------------
各パーツ
--------------------------------------------*/
/*--テキスト--------------------------------------------*/
.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;
	text-align: center;
	background: none;
	margin: 0 auto;
	border-radius: 0;
	transition: all .3s;
	border: 1px solid #666;
	width: 270px;
	height: 60px;
	padding: 0;
	color: var(--color-font);

	&.cc_wh {
		border-color: #fff;

		&::after {
			color: #fff;
		}

		& a {
			color: #fff;
		}
	}
}

a.linkBtn {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.linkBtn a {
	color: var(--color-font);
	padding: 2.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	font-weight: 500;

	&:hover {
		color: #fff;
	}
}

.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
	color: #fff;
	background: var(--color-primary-tint);
	border-color: 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 {
	content: '\f061';
	color: var(--color-font);
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	font-size: 90%;
}

.linkBtn:hover::after {
	color: #fff;
}

.linkBtn.cc_wh:hover::after {
	color: #fff;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.post .linkBtn input[type="submit"] {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 1rem 0 0 0;
}

@media only screen and (max-width: 640px) {

	.linkBtn,
	.post .linkBtn {
		display: block;
		text-align: center;
		width: 100%;
	}
}

/*--デフォルトリンクボタン--------------------------------------------*/
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 6 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 6 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;
}

.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) {}

/*------------------------------------------
トップコンテンツ
--------------------------------------------*/
/*--エディター調整--------------------------------------------*/
body.wp-editor a.overlink {
	display: none !important;
}

body.wp-editor .message_linkbtn {
	pointer-events: auto !important;
}

/*--共通--------------------------------------------*/
.top_contents h2.mainttls {
	font-family: var(--font-nser);
	font-size: min(calc(3.6rem + (1vw - 1.92rem) * 0.3883), 3.6rem);
	/*3.6rem-3rem(1920-1024)*/
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	text-align: center;

	& span.entxts {
		display: block;
		font-family: 'Montserrat';
		font-size: 1.6rem;
		line-height: 1.8;
		font-weight: 500;
		color: var(--color-primary);

		& .cc_wh {
			color: #fff;
		}
	}

	&.cc_wh {
		color: #fff;

		& span.entxts {
			color: #fff;
		}
	}

	&::after {
		content: none;
	}
}

.txtbox_read {
	& p.ttlcopys {
		font-size: min(calc(3rem + (1vw - 1.92rem) * 1.3393), 3rem);
		/*3rem-1.8rem(1920-1024)*/
		font-family: var(--font-nser);
		line-height: min(calc(5.6rem + (1vw - 1.92rem) * 2.2321), 5.6rem);
		/*5.6rem-3.6rem(1920-1024)*/
		padding-bottom: min(calc(3.5rem + (1vw - 1.92rem) * 1.8973), 3.5rem);
		/*3.5rem-1.8rem(1920-1024)*/
		font-weight: 500;
		letter-spacing: 0.2rem;
	}

	& p.txts {
		letter-spacing: 0.5px;
		line-height: min(calc(3.4rem + (1vw - 1.92rem) * 0.8929), 3.4rem);
		/*3.4rem-2.6rem(1920-1024)*/
		font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.3348), 1.6rem);
		/*1.6rem-1.3rem(1920-1024)*/
	}
}

@media print,
screen and (max-width: 768px) {
	.txtbox_read {
		& p.ttlcopys {
			font-size: 2rem;
			line-height: 3.5rem;
			letter-spacing: 0;
			padding-bottom: 0;
		}

		& p.txts {
			font-size: 1.4rem;
			line-height: 2.3rem;
		}
	}
}

.talgn_left {
	text-align: left !important;
}

.txt_underline {
	text-decoration: underline;
}

/*--トップ_コンセプト--------------------------------------------*/
#top_concept {
	position: relative;
	margin-bottom: min(calc(15rem + (1vw - 1.92rem) * 5.5804), 15rem);
	/*15-10(1920-1024)*/
}

#top_concept::before {
	content: '';
	background: url(/wp-content/uploads/concept_bg.jpg) no-repeat center;
	width: 100%;
	height: min(calc(708px + (1vw - 19.2px) * 18.0712), 708px);
	/*708px-500px(1920-769)*/
	position: absolute;
	z-index: -1;
	display: inline-block;
	top: -80px;
	background-size: cover;
}

.concept_copy {
	padding-block: min(calc(21rem + (1vw - 1.92rem) * 3.4752), 21rem) min(calc(30rem + (1vw - 1.92rem) * 8.6881), 30rem);
}

.concept_copy h2.copys {
	font-family: var(--font-nser);
	font-size: min(calc(3.8rem + (1vw - 1.92rem) * 0.8688), 3.8rem);
	/*3.8-2.8(1920-769)*/
	font-weight: 500;
	letter-spacing: 3.8px;
	color: var(--color-font);
	line-height: normal;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;

	&::before {
		content: '';
		background: url(/wp-content/uploads/logo_wh.png) no-repeat center/contain;
		width: min(calc(269px + (1vw - 19.2px) * 5.9948), 269px);
		/*269-200(1920-769)*/
		height: min(calc(272px + (1vw - 19.2px) * 6.0817), 272px);
		/*272-202(1920-769)*/
		position: absolute;
		left: 50%;
		top: calc(50% + 1rem);
		z-index: -1;
		display: inline-block;
		transform: translate3d(-50%, -50%, 0);
		opacity: 0.7;
	}

	&::after {
		content: none;
	}
}

.concept_about {
	gap: 7%;
	align-items: center;
}

.concept_about figure {
	width: 48%;
}

.concept_about .linkBtn {
	margin-top: calc(6rem + (1vw - 1.92rem) * 3.3482);
	/*6-3(1920-1024)*/
}

@media print,
screen and (max-width: 768px) {
	.concept_copy {
		padding-block: 9rem 13rem;
	}

	.concept_copy h2.copys {
		font-size: 2rem;

		&::before {
			width: 170px;
			height: 172px;
		}
	}

	.concept_about .linkBtn {
		margin-top: 2rem;
	}

	.concept_about {
		width: 90%;
		margin-inline: auto;
	}

	.concept_about figure {
		width: 100%;
		margin-bottom: 2.3rem;
	}

}

/*--トップ_都市建の強み--------------------------------------------*/
#top_strength {
	margin-bottom: min(calc(15rem + (1vw - 1.92rem) * 5.8252), 15rem);
	/*15-6(1920-375)*/
}

ul.strength_list {
	display: flex;
	max-width: 1400px;
	width: 90%;
	margin-inline: auto;
	justify-content: space-between;
	margin-top: min(calc(7rem + (1vw - 1.92rem) * 2.9126), 7rem);
	/*7-2.5(1920-375)*/
}

ul.strength_list li {
	width: 31.2%;
}

ul.strength_list h3.ttls {
	border: none;
	padding: 0;
	margin-block: calc(3.2rem + (1vw - 1.92rem) * 0.5825) calc(1.5rem + (1vw - 1.92rem) * 0.3236);
	font-family: var(--font-nser);
	font-size: min(calc(3rem + (1vw - 1.92rem) * 0.3236), 3rem);
	/*3-2.5(1920-375)*/
	font-weight: 500;
	line-height: normal;

	&::before{
		content: none;
	}

	& span.entxts {
		font-family: 'Montserrat';
		font-size: 1.6rem;
		vertical-align: middle;
		color: var(--color-primary);
		display: inline-block;
		padding-left: 1rem;
	}
}

ul.strength_list p.txts {
	font-size: min(calc(1.7rem + (1vw - 1.92rem) * 0.1294), 1.7rem);
	/*1.7-1.5(1920-375)*/
	font-weight: 400;
}

@media print,
screen and (max-width: 768px) {
	ul.strength_list {
		flex-direction: column;
		gap: 3rem;
	}

	ul.strength_list li {
		width: 100%;
	}
}

/*--トップ_事業内容--------------------------------------------*/
#top_service {
	text-align: center;
	margin-bottom: min(calc(13rem + (1vw - 1.92rem) * 3.8835), 13rem);
	/*13-7(1920-375)*/
}

#top_service .blue_box {
	background: url(/wp-content/uploads/service_bg.png);
}

#top_service .inners {
	max-width: 1400px;
	margin-inline: auto;
	color: #fff;
	width: 90%;
	padding-block: calc(12rem + (1vw - 1.92rem) * 3.8835) calc(25rem + (1vw - 1.92rem) * 11.1607);
	/*12-6(1920-375)*/
	/*25-15(1920-1024)*/
}

#top_service p.copys {
	font-family: var(--font-nser);
	font-size: calc(2.8rem + (1vw - 1.92rem) * 0.5825);
	/*2.8-1.9(1920-375)*/
	font-weight: 400;
	line-height: min(calc(5.7rem + (1vw - 1.92rem) * 0.9709), 4.2rem);
	/*5.7-4.2(1920-375)*/
	letter-spacing: 0.3rem;
	margin-block: calc(5.5rem + (1vw - 1.92rem) * 3.5599) calc(3.7rem + (1vw - 1.92rem) * 1.2945);
}

#top_service p.txts {
	font-size: calc(1.7rem + (1vw - 1.92rem) * 0.1942);
	/*1.7-1.4(1920-375)*/
	font-weight: 300;
	line-height: 3.4rem;
	letter-spacing: 0.1rem;
}

ul.top_service_imgs {
	display: flex;
	justify-content: space-between;
	gap: 0.379%;
	max-width: 1320px;
	margin-inline: auto;
	margin-top: calc(-15rem + (1vw - 1.92rem) * -6.6964);
	/*15-9(1920-1024)*/
	width: 90%;
}

ul.top_service_imgs li {
	width: 100%;
	max-width: 260px;
}

#top_service .linkBtn {
	margin-top: calc(6.5rem + (1vw - 1.92rem) * 1.6181);
}

@media print,
screen and (max-width: 768px) {
	#top_service .inners {
		padding-bottom: 11rem;
		text-align: left;
	}

	#top_service p.copys {
		letter-spacing: 0;
	}

	ul.top_service_imgs {
		margin-top: -7rem;
		gap: 2%;
	}

	ul.top_service_imgs li {
		width: calc((100% - 0.7rem) / 2);
	}

	#top_service .linkBtn {
		width: 90%;
	}
}

/*--トップ_施工実績--------------------------------------------*/
#top_works {
	margin-bottom: calc(21rem + (1vw - 1.92rem) * 8.6881);
}

.top_works_about {
	background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 80%, #ffffff 80%, #ffffff 100%);
	position: relative;
	padding-block: calc(15rem + (1vw - 1.92rem) * 5.2129) calc(23rem + (1vw - 1.92rem) * 5.2129);
	display: flex;
	align-items: center;
}

.top_works_about .txtbox_read {
	width: 50%;
    justify-content: center;
    display: flex;
}

.top_works_about .txtbox_read h2.mainttls {
	margin-bottom: calc(4rem + (1vw - 1.92rem) * 2.5890);
}

.top_works_about p.txts {
	width: 50%;
	padding-right: 2%;
}

.top_works_about figure {
	width: 50%;
    margin-left: auto;
}

.top_works_about figure img {
	height: 700px;
	object-fit: cover;
}

.top_works_about .linkBtn {
	margin-top: 5rem;
}

.top_works_imgs {
	margin-top: calc(-13rem + (1vw - 1.92rem) * -2.6064);
	/*13-10(1920-769)*/
}

.top_works_imgs ul.post4b {
	max-width: 1400px;
	width: 90%;
	margin-inline: auto;
	gap: 1.429%;
	flex-wrap: nowrap;
}

.top_works_imgs ul.post4b li {
	width: calc((100% - 1.429%) / 4);
	padding: 0;
	margin: 0;
}

.top_works_imgs .post4b_img {
	width: 100%;
}

.top_works_imgs ul.post4b li img {
    object-fit: cover;
    aspect-ratio: 67 / 60;
    height: 100%;
    width: 100%;
    max-height: 100%;
	max-width: 100%;
}

@media print,
screen and (max-width: 768px) {
	.top_works_about {
		padding-block: 60px 300px;
		display: block;
	}

	.top_works_about .txtbox_read {
		width: 90%;
		display: block;
		margin-inline: auto;
	}

	.top_works_about p.txts {
		width: 100%;
		padding-right: 0;
	}

	.top_works_about .linkBtn {
		margin-top: 3.5rem;
	}

	.top_works_about figure {
		position: static;
		width: 70%;
		margin-top: 5rem;
		margin-left: auto;
	}

	.top_works_about figure img {
		height: auto;
	}

	.top_works_imgs {
		margin-top: -260px;
	}

	.top_works_imgs ul.post4b {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0.7rem 0;
	}

	.top_works_imgs ul.post4b li {
		width: calc((100% - 0.7rem) / 2);
	}
}

/*--トップ_採用情報--------------------------------------------*/
#top_recruit {
	width: 100%;
	padding-right: 13.542%;
	position: relative;
	margin-bottom: calc(19rem + (1vw - 1.92rem) * 4.3440);
}

#top_recruit figure {
	width: 100%;
	max-width: 1660px;
}

#top_recruit figure img {
	height: 980px;
	object-fit: cover;
}

#top_recruit .txtbox_read {
	position: absolute;
	bottom: 0;
	right: 13.542%;
	background: #fff;
}

#top_recruit .txtbox_read {
	position: absolute;
	bottom: -40px;
	right: 13.542%;
	background: #fff;
	width: min(calc(69rem + (1vw - 1.92rem) * 28.6707), 69rem);
	/*69-36(1920-769)*/
	padding-top: 5%;
	padding-left: 5%;
}

@media print,
screen and (max-width: 768px) {
	#top_recruit {
		padding-right: 5%;
		margin-bottom: 7.5rem;
	}

	#top_recruit figure img {
		height: auto;
	}

	#top_recruit .txtbox_read {
		position: static;
		width: 100%;
	}
}

/*--トップ_先輩からのメッセージ--------------------------------------------*/
#top_message {
	max-width: 1680px;
	width: 90%;
	margin-inline: auto;
	position: relative;
	transition: all ease 0.6s;

	&:hover {
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
}

a.overlink {
	position: absolute;
	width: 100%;
	height: 100%;
}

.message_linkbtn {
	background: url(/wp-content/uploads/service_bg.png);
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	transition: all ease 0.6s;
}

#top_message:hover .message_linkbtn {
    opacity: 0.8;
}

.message_linkbtn ul.message_imgs {
	display: flex;
	width: 50%;
	height: 630px;
}

.message_linkbtn ul.message_imgs img {
	height: 100%;
	object-fit: cover;
}

.message_linkbtn .txtbox_read {
	padding-inline: 5%;
	padding-block: 3rem;
	color: #fff;
	width: 50%;
}

.message_linkbtn .txtbox_read h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 2rem;
	font-family: var(--font-nser);
	font-weight: 400;
	position: relative;

	&::after {
		content: none;
	}

	&::before {
		content: '';
		background: url(/wp-content/uploads/interview_txt.png) no-repeat center/contain;
		width: min(calc(313px + (1vw - 19.2px) * 11.5552), 313px);
		/*313-180(1920-769)*/
		height: min(calc(81px + (1vw - 19.2px) * 2.9540), 81px);
		/*81-47(1920-769)*/
		mix-blend-mode: soft-light;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 7.5rem;
	}
}

@media print,
screen and (max-width: 768px) {
	.message_linkbtn ul.message_imgs {
		width: 100%;
		height: auto;
	}

	.message_linkbtn .txtbox_read {
		width: 100%;
		padding-block: 4rem;
		padding-inline: 7%;
	}

	.message_linkbtn .txtbox_read h2 {
		font-size: 1.5rem;
	}

	.message_linkbtn ul.message_imgs img {
		height: 300px;
		object-fit: cover;
	}
}

/*--トップ_お知らせ--------------------------------------------*/
#top_news {
	margin-block: calc(18rem + (1vw - 1.92rem) * 6.9505) calc(20rem + (1vw - 1.92rem) * 8.6881);
	max-width: 1400px;
	width: 90%;
	margin-inline: auto;
	text-align: center;
}

@media print,
screen and (max-width: 768px) {
	#top_news {
		margin-block: 6rem 8rem;
	}
}

/*------------------------------------------
下層コンテンツ
--------------------------------------------*/
/*-----共通-----*/
ul.low_pagelinkBtn {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
	margin-bottom: 9.5rem;
}

ul.low_pagelinkBtn li {
    background-color: var(--color-primary);
    width: calc((100% - 2.4rem) / 3);
    text-align: center;
    position: relative;
    transition: all ease 0.6s;

	&:hover {
		opacity: 0.8;
	}

	&::after {
		content: '\f063';
		font-family: 'Font Awesome 6 Free';
		color: #fff;
		position: absolute;
		right: calc(2rem + (1vw - 1.92rem) * 0.6472);
		top: 50%;
		transform: translateY(-50%);
		font-weight: 600;
	}
}
ul.low_pagelinkBtn li a {
    color: #fff;
    display: block;
    padding-block: 1.5rem;
}
@media print, screen and (max-width: 768px) {
	ul.low_pagelinkBtn {
		justify-content: flex-start;
		margin-bottom: 5rem;
	}
	ul.low_pagelinkBtn li {
		width: calc((100% - 1.2rem) / 2);
	}
}
/*-----designcode(start)-----*/
/*--history_tbl--------------------------------------------*/
.post table.table_style03, .post table.table_style03 th, .post table.table_style03 td {
	border-width: 1px;
}
.post table.table_style03 th {
	width: 15%;
	text-align: center;
	color: var(--color-primary-shade);;
	vertical-align: middle;
	border-color: transparent #FFF #FFF;
}
.post table.table_style03 th, .post table.table_style03 td {
	border-color: #DDD transparent #DDD transparent;
	background: #fff;
}
.post table.table_style03 th.year {
	color: #FFF;
	background: var(--color-primary-shade);;
	border-color: transparent transparent #FFF transparent;
}
@media print, screen and (max-width: 768px) {
	.post table.table_style03 th {
		width: 18%;
	}
}
/*--------------------
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(247 247 247);
	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%;
	}
}
/*-----designcode(end)-----*/
/*--お問い合わせフォーム--------------------------------------------*/
.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%);
}

.wpcf7-form .linkBtn {
	background: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
	display: block;
	width: 100%;

	&::after {
		color: #fff !important;
	}

	&:hover {
		opacity: 0.8;
	}
}

.wpcf7-form .linkBtn input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #fff;
}

.personalinformation span {
    display: inline-block;
}

/*--プライバシーポリシー--------------------------------------------*/
#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;
}
/*--会社概要--------------------------------------------*/
#low_comp01 .txtbox {
    max-width: 1010px;
    width: 72%;
}
#low_comp01 .txtbox h3.ttls {
    font-size: min(calc(3rem + (1vw - 1.92rem) * 0.6950), 3rem);/*3-2.2(1920-769)*/
    font-family: var(--font-nser);
    margin: 0;
    padding: 0;
    border: none;
	&::before{
		content: none;
	}
}
#low_comp01 .txtbox p.txts {
    font-weight: normal;
    line-height: min(calc(3.4rem + (1vw - 1.92rem) * 0.2589), 3.4rem);/*3-4.3(1920-375)*/
}
#low_comp01 .txtbox p.name {
    text-align: right;
    font-size: 1.5rem;
}
#low_comp01 .txtbox p.name span {
    font-family: var(--font-nser);
    font-weight: 600;
    font-size: 140%;
    padding-left: 1rem;
}
#low_comp01 figure {
    width: 24%;
	& img {
		width: 100%;
	}
}
ul.lowcomp_workslist {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem 2.5%;
}
ul.lowcomp_workslist li {
    width: calc((100% - 5%) / 3);
}
ul.lowcomp_workslist li img {
    width: 100%;
}
ul.lowcomp_workslist li p {
    line-height: min(calc(2.5rem + (1vw - 1.92rem) * 0.3236), 2.5rem);/*2.5-2(1920-375)*/
    font-size: min(calc(1.7rem + (1vw - 1.92rem) * 0.2589), 1.7rem);/*1.7-1.3(1920-375)*/
    padding-top: min(calc(1.5rem + (1vw - 1.92rem) * 0.3236), 1.5rem);/*1.5-1(1920-375)*/
}
@media print, screen and (max-width: 768px) {
	#low_comp01 .txtbox, #low_comp01 figure {
		width: 100%;
	}
	#low_comp01 .txtbox {
		margin-bottom: 3.5rem;
	}
	ul.lowcomp_workslist {
		gap: 1.5rem;
	}
	ul.lowcomp_workslist li {
		width: calc((100% - 1.5rem) / 2);
	}
}
/*--事業内容--------------------------------------------*/
.low_greeting p.copys {
    font-size: min(calc(3.2rem + (1vw - 1.92rem) * 0.6472), 3.2rem);/*3.2-2.2(1920-375)*/
    font-family: var(--font-nser);
    font-weight: 600;
    text-align: center;
    padding-bottom: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem);/*4-2(1920-375)*/
    position: relative;
	line-height: 3.5rem;
}
.low_greeting p.copys:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--color-primary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/*--採用情報--------------------------------------------*/
td.entry_birth {
    display: flex;
}
td.entry_birth span {
    display: inline-block;
    width: 10%;
}
.recsup_about {
    background-color: #efefef;
    padding: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recsup_about ul {
    flex-grow: 1;
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.recsup_about ul li {
    font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.5213),2.2rem);/*2.2-1.6(1920-769)*/
    line-height: 1.7;
}
.recsup_about figure {
    width: 35%;
}
.ivbox {
    border: 1px solid #ccc;
    padding: 2%;
    width: 48.5%;
}
.ivbox figure {
    width: 27%;
}
.ivbox .txtbox {
    width: 67%;
    display: flex;
    flex-direction: column;
}
.ivbox h3 {
    margin: 0;
    padding-inline: 0;
	padding-top: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: min(calc(2.4rem + (1vw - 1.92rem) * 0.1294),2.4rem);/*2.4-2.2(1920-375)*/
	&::before{
		content: none;
	}
}
.ivbox p.shikaku {
    font-size: min(calc(2.3rem + (1vw - 1.92rem) * 0.3236),2.3rem);/*2.3-1.8(1920-375)*/
    font-weight: 600;
}
.ivbox .linkBtn {
    margin-top: auto;
    margin-inline: 0;
	width: min(270px, 100%);
}
@media print, screen and (max-width: 768px) {
	.recsup_about {
		flex-direction: column;
		gap: 2rem;
		padding: 4%;
	}
	.recsup_about ul {
		padding: 0;
		gap: 0.2rem;
	}
	.recsup_about ul li {
		font-size: 1.5rem;
	}
	.recsup_about figure {
		width: 100%;
	}
	.ivbox {
		width: 100%;
		padding: 4%;

		&:not(:last-of-type) {
			margin-bottom: 2.2rem;
		}
	}
	.ivbox figure {
		width: 100%;
		& img {
			height: 300px;
			object-fit: cover;
		}
	}
	.ivbox .txtbox {
		width: 100%;

		& h3 {
			margin-block: 2rem 1.5rem !important;
		}
	}

	.ivbox .linkBtn {
		margin-top: 2rem;
		width: 100%;
	}
}
/*--先輩インタビュー--------------------------------------------*/
.interview_header {
    border: 1px solid #ccc;
    padding: 4%;
    align-items: center;
}
.interview_header figure {
    width: 18%;
}
.interview_header .txtbox {
    width: 78%;
}
.interview_header h2.name {
    padding: 0 0 1.2rem 0;
    margin: 0 0 calc(3.5rem + (1vw - 1.92rem) * 0.9709) 0;
    font-size: min(calc(3.2rem + (1vw - 1.92rem) * 0.6472), 2.2rem);/*3.2-2.2(1920-375)*/
    border-bottom: 1px solid #ccc;

	& span {
		font-size: 70%;
		padding-left: 1.5rem;
	}

	&::after {
		height: 1px;
		bottom: -1px;
	}
}
.interview_header p.shikaku {
    margin-bottom: calc(1.5rem + (1vw - 1.92rem) * 0.5178);
    font-size: min(calc(2.7rem + (1vw - 1.92rem) * 0.5825), 2.7rem);/*2.7-1.8(1920-375)*/
    font-weight: 500;
}
ul.interview_content_wrap li:not(:last-of-type) {
    margin-bottom: 4rem;
}
li.interview_content p.leadtxts {
    font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.3236), 2.2rem);/*2.2-1.7(1920-375)*/
    font-family: var(--font-nser);
    font-weight: 600;
    padding-bottom: calc(1.2rem + (1vw - 1.92rem) * 0.1294);
}
.low_interviewbox .linkBtn {
    width: 40%;
    margin-inline: auto;
    display: block;
}
@media print, screen and (max-width: 768px) {
	.interview_header figure {
		width: 100%;
		margin-bottom: 1.5rem;

		& img {
			height: 300px;
			object-fit: cover;
			width: 100%;
		}
	}
	.interview_header .txtbox {
		width: 100%;
	}
	.low_interviewbox .linkBtn {
		width: 100%;
	}
}