@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
/* outline:0; */
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:""; content:none;}
input, select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* input focus outline */
input:focus {
	outline: solid 2px var(--main-font-color);
}
:root {
	--main-font-color: #333333;
	--base-color: #F7F4F2;
	--red-color: #CC4625;
	--green-color: #218734;
	--blue-color: #2476B5;
	--gray-color: #474747;
	--header-height-pc: 128px /* PC時のheaderの高さ */;
	--header-height-sp: 60px /* SP時のheaderの高さ */;
}
/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	color: var(--main-font-color);
	font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	font-weight: 400;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.75;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
strong, .bold { font-weight: 600; }
.nobold { font-weight: 500 !important; }
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none { display:none; }
/* 行スペース */
.t1 { margin-top: 1.75em; }
.b1 { margin-bottom: 1.75em; }
.b2 { margin-bottom: 3.5em; }
.b3 { margin-bottom: 5.25em; }
/* スペース */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt80 { margin-top: 80px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml50 { margin-left: 50px !important; }
.ml1em { margin-left: 1em !important; }
.ml2rem { margin-left: 2rem !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.nopd { padding: 0 !important; }

/* リンク */
a {
	color: var(--main-font-color);
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
}
/* カラー */
.red { color: var(--red-color) !important; }
.green { color: var(--green-color) !important; }
.gray { color: #808080 !important; }
/* フォントサイズ */
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.small, small,
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.big,
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2.0rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f25 { font-size: 2.5rem !important; }
.f26 { font-size: 2.6rem !important; }
.f27 { font-size: 2.7rem !important; }
.f28 { font-size: 2.8rem !important; }
.f30 { font-size: 3.0rem !important; }
.f36 { font-size: 3.6rem !important; }
.f48 { font-size: 4.8rem !important; }
.big,.f18,.f19,.f20,.f21,.f22,.f25,.f26,.f27,.f28,.f36,.f48 { line-height: 1.4; }
/* 上付き */
sup {
	font-size: 80%;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 80%;
	vertical-align:bottom;
}
/* 取り消し線 */
s { text-decoration: line-through;}
/* 強調 */
em { font-style: italic; }
/* 打消し */
del { text-decoration: line-through; }
/* 引用・転用 */
blockquote { margin: 1em 3em; }
/* ルビ */
ruby { ruby-position: over; }
/* 非表示 */
.hide { display: none; }
/* インラインブロック */
.inline-block {
	display: inline-block;
}
/* インデント */
.ti1c {
	padding-left: 1em;
	text-indent: -1em;
}
.ti1hc {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.ti2c {
	padding-left: 2em;
	text-indent: -2em;
}
.ti3c {
	padding-left: 3em;
	text-indent: -3em;
}
.ti4c {
	padding-left: 4em;
	text-indent: -4em;
}
.ti5c {
	padding-left: 5em;
	text-indent: -5em;
}
/* 下線 */
u { text-decoration: underline; }
/* ルビ */
ruby rt { font-size: 50%; }
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc { display: block !important; }
	.sp { display: none !important;}
	.pc_tal { text-align: left !important; }
	.pc_tac { text-align: center !important; }
	.pc_tar { text-align: right !important; }
	.pc_bold { font-weight: bold;}
	.pc_nobr br { display: none; }
	/* スペース */
	.pc_mt20 { margin-top: 20px !important }
	.pc_mt10 { margin-top: 10px !important }
	.pc_mt5 { margin-top: 5px !important }
	.pc_mb0 { margin-bottom: 0 !important }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !important; }
	.pc_mb25 { margin-bottom: 25px !important; }
	.pc_mb30 { margin-bottom: 30px !important; }
	.pc_mb40 { margin-bottom: 40px !important; }
	.pc_mb50 { margin-bottom: 50px !important; }
	.pc_mb60 { margin-bottom: 60px !important; }
	.pc_mb70 { margin-bottom: 70px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
	.pc_mr0 { margin-right: 0 !important; }
	.pc_mr10 { margin-right: 10px !important; }
	.pc_ml20 { margin-left: 20px !important; }
	/* TEL Link */
	a[href^="tel:"] {
		color: var(--main-font-color);
		text-decoration: none;
		pointer-events: none;
		cursor: default;
	}
	/* PCのみブロック */
	.pc_block {
		display: block;
	}
	/* PCのみインラインブロック */
	.pc_inline-block {
		display: inline-block;
	}
	/* 別ページからのアンカーリンクの頭出し調整 */
	.contents [id] {
		scroll-margin-top: var(--header-height-pc);
	}
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html, body {
		min-width: 100%;
		max-width: 100%;
	}
	.site { 
		min-width: 0;
		font-size: 1.5rem;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }
	.sp_db { display: block !important; }
	.sp_tac { text-align: center !important; }
	.sp_tal { text-align: left !important; }
	.sp_nobr br { display: none; }
	.fl, .fr { float: none; }
	/* スペース */
	.mt80 { margin-top: 50px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb35 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 40px !important; }
	.mb70 { margin-bottom: 45px !important; }
	.mb80 { margin-bottom: 50px !important; }
	.sp_mt10 { margin-top: 10px !important; }
	.sb_mt-30 { margin-top: -30px !important; }
	.sp_mb0 { margin-bottom: 0 !important; }
	.sp_mb5 { margin-bottom: 5px !important; }
	.sp_mb10 { margin-bottom: 10px !important; }
	.sp_mb15 { margin-bottom: 15px !important; }
	.sp_mb20 { margin-bottom: 20px !important; }
	.sp_mb25 { margin-bottom: 25px !important; }
	.sp_mb30 { margin-bottom: 30px !important; }
	.sp_mb40 { margin-bottom: 40px !important; }
	.sp_mb50 { margin-bottom: 50px !important; }
	.sp_mb60 { margin-bottom: 60px !important; }
	.sp_ml2em { margin-left: 2rem !important; }
	.sp_mr0 { margin-right: 0 !important; }
	/* フォントサイズ */
	.f11 { font-size: 1rem !important; }
	.f12 { font-size: 1.1rem !important; }
	.f13 { font-size: 1.2rem !important; }
	.small,
	.f14 { font-size: 1.3rem !important; }
	.f15 { font-size: 1.4rem !important; }
	.f16 { font-size: 1.5rem !important; }
	.big,
	.f18 { font-size: 1.7rem !important; }
	.f19 { font-size: 1.8rem !important; }
	.f20 { font-size: 1.9rem !important; }
	.f21 { font-size: 2.0rem !important; }
	.f22 { font-size: 2.1rem !important; }
	.f25 { font-size: 2.3rem !important; }
	.f26 { font-size: 2.4rem !important; }
	.f27 { font-size: 2.5rem !important; }
	.f28 { font-size: 2.6rem !important; }
	.f30 { font-size: 2.7rem !important; }
	.f36 { font-size: 2.8rem !important; }
	.f48 { font-size: 3rem !important; }
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
	/* spのみ左右auto */
	.sp_auto {
		margin-left: auto;
		margin-right: auto;
	}
	/* 別ページからのアンカーリンクの頭出し調整 */
	.contents [id] {
		scroll-margin-top: var(--header-height-sp);
	}
}

/* ------------------------------
 ヘッダー
------------------------------ */
.header {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--main-font-color);
	font-weight: 600;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.08) 0 0 5px 0;
	transition: background-color 0.2s ease-in-out;
}
.headerBlock {
	width: 100%;
	height: 100%;
	text-align: left;
}
.header a {
	color: var(--main-font-color);
}
/* -- ロゴ -- */
.logoBox {
	display: flex;
	align-items: center;
	width: auto;
}
/* -- リンク -- */
.headerSubMenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	gap: 0 20px;
}
.headerSubMenu ul {
	display: flex;
	flex-flow: row wrap;
	gap: 0 20px;
}
.headerSubMenu ul > li {
	font-size: 1.5rem;
}
/* Access */
.headerSubMenu ul li.access a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 21px;
	background: url(../img/icon_access.svg) no-repeat center / cover;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 4px;
}
/* Floor */
.headerSubMenu ul li.floor a::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 22px;
	background: url(../img/icon_floor.svg) no-repeat center / cover;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 4px;
}
/* 検索 */
/*-- 検索窓 --*/
.search .select_block form {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search .select_block .searchBox {
	width: 100%;
	font-size: 1.6rem;
	color: var(--main-font-color);
	background-color: #EEE8E5;
	border-radius: 30px;
	padding: 15px 20px;
}
.search .select_block .searchBox::placeholder {
	font-size: 1.3rem;
	color: var(--main-font-color);
}
.search .select_block .submit {
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(../img/icon_search.svg) no-repeat 0 0 / cover;
	cursor: pointer;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
/* ボタンリンク */
.headerSubMenu ul.headBtnBox {
	gap: 0 8px;
}
.headBtnBox li a {
	text-align: center;
	min-width: 105px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 34px;
	background-color: #EEE8E5;
}
.headBtnBox .contact a {
	color: #fff;
	background-color: var(--green-color);
}
.gnav a[target="_blank"]::after {
	content: none;
}
.visually-hidden {
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	visibility: visible !important;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
		padding: 0 1.5%;
	}
    .headerBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	/* -- ロゴ -- */
	.header .logoBox > a img {
		width: 380px;
		height: auto;
	}
	/*-- グローバルナビ --*/
	.headerBlock .gnav {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
        justify-content: flex-end;
		width: auto;
		height: var(--header-height-pc);
		gap: 15px;
	}
	/* グローバルナビメニュー */
	.headerBlock .gnav .headerMenu {
		display: flex;
		justify-content: center;
		gap: 0 30px;
		height: 52px;
		visibility: visible;
	}
	.headerBlock .gnav .headerMenu > li {
		display: flex;
		align-items: center;
	}
	.headerBlock .gnav .headerMenu > li > p {
		font-size: 1.7rem;
		font-weight: 600;
		width: 100%;
		height: 100%;
	}
	.headerBlock .gnav .headerMenu > li > p a {
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
		height: 100%;
		letter-spacing: 0.05em;
	}
	.headerBlock .gnav > ul > li > p > a:hover {
		opacity: 1;
	}
	.headerBlock .gnav > ul > li > p > a::before {
		content: "";
		position: absolute;
		left: 0;
		right: 100%;
		bottom: 0;
		width: 100%;
		height: 6px;
		border-radius: 5px 5px 0 0;
		background: #7BCF4F;
		background: linear-gradient(90deg, rgba(72,170,79,1) 0%, rgba(123,207,79,1) 100%);
		transform: scale(1, 0);
		transform-origin: center bottom;
		transition: transform 0.2s ease-in-out;
	}
	.headerBlock .gnav > ul > li.on > p > a::before,
	.headerBlock .gnav > ul > li:hover > p > a::before {
		transform: scale(1, 1);
	}
	.headerBlock .gnav > ul > li:not(:last-child) > p > a::after {
		content: "";
		position: absolute;
		width: 1px;
		height: 17px;
		border-right: dotted 1px #999;
        top: 8px;
		right: -15px;
	}

	.pulldown.on {
		overflow-y: auto;
		max-height: calc(100vh - var(--header-height-pc));		
	}
	.pulldown + .header-overlay {
		position: fixed;
		display: block;
		top: var(--header-height-pc);
		left: 0;
		right: 0;
		bottom: 0;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0);
		z-index: -5;
		transition-duration: 0.4s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.3s;
		width: 100vw;
		height: calc(100vh - var(--header-height-pc));
		pointer-events: none;
	}
	.pulldown.on + .header-overlay {
		background-color: rgba(0, 0, 0, 0.5);
		cursor: pointer;
	}

	/* -- リンク -- */
	.headerSubMenu {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		align-items: center;
		gap: 0 20px;
	}
	.headerSubMenu ul {
		display: flex;
		flex-flow: row wrap;
		gap: 0 20px;
	}
	.headerSubMenu ul > li {
		font-size: 1.5rem;
	}
	/* -- 検索窓 -- */
	.search {
		position: relative;
	}
	/* アイコンの部分 */
	.search label {
		display: block;
		position: relative;
		cursor: pointer;
	}
	.search input[type="checkbox"] {
		position: absolute;
		display: none;
	}
	/* 開閉コンテンツ */ 
	.select_block {
		position: absolute;
		transition: opacity 0.2s ease-in-out;
		visibility: hidden;
		opacity: 0;
	}
	.check_select_block:checked + div .select_block {
		visibility: visible;
		opacity: 1;
	}
	/* 開閉アイコン */
	.icon_open {
		display: inline-block;
		position: relative;
		width: 19px;
		height: 19px;
		background: url(../img/icon_search.svg) no-repeat center / cover;
		vertical-align: middle;
		margin-right: 5px;
		margin-bottom: 4px;
		transition: transform 0.2s ease-in-out;
	}
	.searchCloseBtn {
		position: absolute;
		width: 20px;
		height: 20px;
		top: 20px;
		right: 20px;
		background-color: transparent;
		cursor: pointer;
	}
	.searchCloseBtn::before,
	.searchCloseBtn::after {
		content: "";
		position: absolute;
		display: block;
		height: 2px;
		width: 20px;
		background-color: #000;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.searchCloseBtn::before {
		transform: rotate(45deg);
	}
	.searchCloseBtn::after {
		transform: rotate(-45deg);
	}
	/* クリックされたら */
	#check_search:checked ~ .header + div {
		visibility: visible;
		opacity: 1;
	}
	/* 検索窓 */ 
	.search .select_block {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 140px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		z-index: 50;
	}
	.search .select_block .inBlock {
		width: 700px;
		margin: 0;
	}
}
@media print, screen and (min-width: 1600px) {
	.header .logoBox > a img {
		width: 480px;
	}
	.headerBlock .gnav .headerMenu {
		gap: 0 60px;
	}
	.headerBlock .gnav > ul > li:not(:last-child) > p > a::after {
		right: -30px;
	}
	.headerBlock .gnav .headerMenu > li > p {
		font-size: 1.8rem;
	}
}

/* ------------------------------
 PC用限定CSS プルダウンメニュー部分
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav .headerMenu > li > .pulldown {
		display: block !important;
        width: 100%;
		/* min-height: 630px; */
        background-color: var(--base-color);
		padding: 2.5% 0;
        position: absolute;
        top: var(--header-height-pc);
        left: 0;
		right: 0;
        transition-duration: 0.4s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.3s;
		visibility: hidden;
        opacity: 0;
	}
	
	.headerBlock .gnav .headerMenu > li > .pulldown.on {
		opacity: 1;
		top: calc(100%);
		height: auto;
		visibility: visible;
	}
	/* -- 下層メニュー -- */
	.headerBlock .gnav .headerMenu > li > .pulldown .title {
		font-size: 3rem;
		letter-spacing: 0.05em;
		position: relative;
		text-align: center;
		margin-bottom: 40px;
		padding-top: 30px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown .title span {
		font-family: "Montserrat", sans-serif;
		display: block;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown .title::before {
		content: "";
		position: absolute;
		width: 75px;
		height: 16px;
		background: url(../img/icon_title.png) no-repeat center / cover;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	/* 第3階層 */
	.headerBlock .gnav .headerMenu > li > .pulldown ul {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		gap: 0 3.947%;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li {
		width: 30.702%;
		border-bottom: dotted 1px #C2C2C2;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li:nth-child(1),
	.headerBlock .gnav .headerMenu > li > .pulldown ul li:nth-child(2),
	.headerBlock .gnav .headerMenu > li > .pulldown ul li:nth-child(3) {
		border-top: dotted 1px #C2C2C2;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li p {
		width: 100%;
		height: 100%;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li p a {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 18px 40px 18px 0;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li p a::after {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		background: url(../img/icon_arrow_c_r.svg) no-repeat 0 0 / cover;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul {
		display: none !important;
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: var(--header-height-sp);
		min-width: 100%;
		z-index: 1000;
	}
	.headerBlock  {
		width: 100%;
		margin: 0 auto;
	}
	/* ロゴ */
	.header .logoBlock {
		z-index: 1000;
		width: 100%;
		top: 0;
		position: relative;
	}
	.header .logoBox {
		position: relative;
		display: flex;
		align-items: center;
		background-color: transparent;
		padding-left: 3%;
		height: var(--header-height-sp);
		z-index: 1000;
	}
	.header .logoBox > a img {
		width: 237px;
		height: auto;
	}
	.page-open-slidemenu .header .logoBox {
		background-color: #fff;
		box-shadow: rgba(23, 144, 188, 0.08) 0 0 7px 0;
	}
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 38px;
		height: 38px;
		background-color: var(--green-color);
		border-radius: 100%;
		position: absolute;
		top: 10px;
		right: 3%;
		transition: 0.2s ease-in-out;
		cursor: pointer;
		z-index: 1100;
	}
	.header .menu-icon,
	.header .menu-icon:before,
	.header .menu-icon:after {
		display: block;
		position: absolute;
	}
	.header .menu-icon,
	.header .menu-icon:before,
	.header .menu-icon:after {
		width: 16px;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .header .menu-icon:before,
	.page-open-slidemenu .header .menu-icon:after {
		background-color: #fff;
	}
	.header .menu-icon:before,
	.header .menu-icon:after {
		content: "";
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.header .menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: transparent;
	}
	.header .menu-icon:before {
		top: -3px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.header .menu-icon:after {
		bottom: -3px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .header .menu-icon {
		background-color: transparent;
	}
	.page-open-slidemenu .header .menu-icon:before {
		-webkit-transform: translateY(3px) rotate(45deg);
		transform: translateY(3px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .header .menu-icon:after {
		-webkit-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	
	/* グローバルナビ */
	.headerBlock .gnav {
		-webkit-transition: opacity .15s ease-in-out, visibility 0s step-start 0.2s;
		transition: opacity .15s ease-in-out, visibility 0s step-start 0.2s;
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
		padding: var(--header-height-sp) 0;
		background: var(--base-color);
		opacity: 0;
		visibility: hidden;
		display: flex;
		flex-flow: column;
	}
	
	/* 開いたら固定 */
	.page-open-slidemenu .headerBlock {
		position: fixed;
		top: 0;
	}
	.page-open-slidemenu .headerBlock .gnav {
		height: 100dvh;
		max-height: 100dvh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		visibility: visible;
		opacity: 1;
		transition: opacity 0.2s ease-in-out;
	}
	.headerBlock .gnav .headerMenu {
		margin-bottom: 30px;
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.headerBlock .gnav .headerMenu > li > p {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li > p > a {
		display: flex;
		align-items: center;
		width: 85%;
		height: 68px;
        line-height: 1.3;
		padding-left: 5%;
	}
	.headerBlock .gnav .headerMenu > li  {
		border-bottom: 1px solid #E0E0E0;
	}
	.headerBlock .gnav .headerMenu > li:last-child {
		border-bottom: solid 1px #E0E0E0;
	}
	/* ------------------------------
	 プルダウンメニュー部分
	------------------------------ */
	.headerBlock .gnav .headerMenu > li > .pulldown {
		position: relative;
		display: none;
		background-color: #fff;
		border-top: 1px dotted #C2C2C2;
		overflow: hidden;
		transition: none;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown .title {
		display: none;
	}
	.header-menuItems {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul {
		margin-bottom: -1px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li {
		border-bottom: dotted 1px #C2C2C2;
	}
	
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > p .btn-submenu-toggle {
		box-shadow: none;
		right: 0;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > p > a {
		display: flex;
		align-items: center;
		width: 90%;
		height: 68px;
		line-height: 1.3;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0;
		border-top: dotted 1px #C2C2C2;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul li {
		position: relative;
		border-bottom: none;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul li a {
		display: block;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.75;
		padding-left: 30px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul li a::before {
		content: "●";
		position: absolute;
		font-size: 60%;
		color: var(--green-color);
		left: 18px;
		top: .5em;
	}
	/* トグルボタン */
	.btn-submenu-toggle,
	.btn-submenu-toggle {
		display: block;
		width: 28px;
		height: 28px;
		background: url(../img/icon_gnav_close.svg) no-repeat center;
		background-size: 28px 28px;
		border-radius: 100%;
		position: absolute;
		top: 0;
        bottom: 0;
        right: 5%;
        margin: auto;
		z-index: 10;
		transition: 0.2s ease-in-out;
		cursor: pointer;
	}
	.is-open .btn-submenu-toggle {
		background: url(../img/icon_gnav_open.svg) no-repeat center;
	}
	.pulldown .btn-submenu-toggle {
		background: url(../img/icon_gnav_close_w.svg) no-repeat center;
		background-size: 28px 28px;
	}
	.pulldown .is-open .btn-submenu-toggle {
		background: url(../img/icon_gnav_open_w.svg) no-repeat center;
	}
	.headerBlock .gnav .headerMenu > li.is-open > .pulldown {
		display: block;
		overflow: visible;
	}
	.headerSubMenu {
		width: 94%;
		margin: 0 auto;
		justify-content: center;
	}
	.headerSubMenu ul {
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
		gap: 15px 20px;
	}
	
	.headerSubMenu ul li a {
		font-size: 1.6rem;
		font-weight: 600;
	}
	/* -- 検索 -- */
	.gnav ul li.search {
		width: 72%;
	}
	.gnav ul li.search .select_block .inBlock {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.gnav ul li.search .select_block .submit {
		width: 21px;
		height: 21px;
	}
	.gnav ul li.search .check_select_block,
	.gnav ul li.search .menu,
	.gnav ul li.search .searchCloseBtn {
		display: none;
	}
	/* ボタンリンク */
	.headerSubMenu ul.headBtnBox {
		width: 100%;
		gap: 0 10px;
		margin-bottom: 20px;
	}
	.headBtnBox li {
		width: calc((100% / 2) - 10px);
	}
	.headBtnBox li a {
		min-height: 44px;
		background-color: #fff;
	}
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
	padding-bottom: 15%;
}
.inBlock {
	text-align: left;
}
.mainContents,
.sideContents {
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
	}
	.contentsHome,
	.contents {
		min-width: 1240px;
	}
	.contentsHome {
		margin: var(--header-height-pc) auto 0;
	}
	.contents {
		margin: var(--header-height-pc) auto 0;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		width: 820px;
		float: left;
	}
	.sideContents {
		width: 272px;
		float: right;
	}
	.inBlock .mainContents .cms_block:not(.w1-2) {
		width: 100%;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	/* 横幅1920px */
	.cms_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.cms_block.wide {
		width: 100%;
	}
	.wide > * {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
		position: relative;
        bottom: 0;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.contentsHome,
	.contents {
		min-width: 320px;
	}
	.contentsHome {
		margin-top: var(--header-height-sp);
		padding-bottom: 130px;
	}
	.contents {
		padding: var(--header-height-sp) 0;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		margin-bottom: 50px;
	}
	.inBlock .mainContents .cms_block {
		width: 100%;
		margin-left: 0;
        margin-right: 0;
	}
	/* 入力 */
	.inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.cms_block {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* Wideの場合 */
	.cms_block.wide {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cms_block.wide > *:not(.wide) {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* ------------------------------
 サイドナビ（PC）
------------------------------ */
/* -- 見出し -- */
.localnavi .title {
	font-weight: 600;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 82px;
	padding: 10px;
	border-radius: 15px 15px 0 0 ;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
.localnavi .title::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: url(../img/localnavi_title.png) no-repeat 0 0 / cover;
}
/* -- 下層ページリンク -- */
.localnavi ul > li,
.localnavi ul > li > p {
	position: relative;
}
.localnavi ul > li > p {
	font-weight: 600;
}
.localnavi ul > li > p > a {
	padding-right: 40px;
}
.localnavi ul li a {
	position: relative;
	width: 100%;
	display: block;
	line-height: 1.5;
	padding: 20px 15px;
	background-color: transparent;
	transition: 0.3s ease-in-out;
}
/* -- プルダウン -- */
.localnavi ul > li > .pulldown {
	display: none;
	position: relative;
	background-color: var(--base-color);
}
.localnavi.latestList > ul > li > a,		/* latestList 最近の記事 */
.localnavi ul > li > .pulldown ul > li a {
	padding-left: 30px;
}
.localnavi ul > li > .pulldown ul > li > ul.pulldown > li > a {
	padding-left: 30px;
}
/* -- 点 -- */
.localnavi.latestList > ul > li > a::before,
.localnavi ul > li > .pulldown ul > li a::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #379348;
	border-radius: 50%;
	left: 15px;
	top: calc(20px + 0.5em);
	bottom: 0;
	transition: 0.3s ease-in-out;
}
.localnavi ul > li > .pulldown ul > li > ul.pulldown > li a::before {
	background-color: #379348;
    left: 35px;
}
.localnavi.latestList > ul > li > a::before {
	background-color: #379348;
}
/* -- 線 -- */
.localnavi ul > li > p,
.localnavi ul > li > .pulldown ul {
	border-bottom: dotted 1px #ADADAD;
}
.localnavi ul > li > .pulldown ul > li:not(:last-child) a::after {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	border-bottom: dotted 1px #ADADAD;
	left: 15px;
	right: 15px;
	bottom: 0;
	margin: auto;
	opacity: 1;
}

/* -- トグルボタン -- */
.localnavi ul > li > p .btn-submenu-toggle {
	display: block !important;
	position: absolute;
	width: 20px;
	height: 20px;
	background: none;
	background-color: transparent;
	top: 22px;
	right: 15px;
	margin: auto;
	cursor: pointer;
	border-radius: 100%;
	transition: 0.3s ease-in-out;
	background-color: var(--gray-color);
}
.localnavi ul > li > p .btn-submenu-toggle::before,
.localnavi ul > li > p .btn-submenu-toggle::after {
	content: "";
	position: absolute;
	background-color: #fff;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s ease-in-out;
	opacity: 1;
}
.localnavi ul > li > p .btn-submenu-toggle::before {
	width: 8px;
	height: 2px;
}
.localnavi ul > li > p .btn-submenu-toggle::after {
	width: 2px;
	height: 8px;
}
.localnavi ul > li > p.is-open .btn-submenu-toggle::after {
	opacity: 0;
}
/* 現在表示しているページ & マウスオーバー */
.localnavi ul > li.on,
.localnavi ul > li.on > p > .btn-submenu-toggle::before,
.localnavi ul > li.on > p > .btn-submenu-toggle::after {
	background-color: #379348;
}
.localnavi ul > li.on p a,
.localnavi ul > li > .pulldown ul > li.on a {
	color: #fff;
}
.localnavi ul > li.on > p > .btn-submenu-toggle,
.localnavi ul > li > .pulldown ul > li.on a::before {
	background-color: #fff;
}
@media print, screen and (min-width: 768px) {
	/* マウスオーバー */
	.localnavi ul li a:hover {
		opacity: 1;
	}
	.localnavi ul > li:not(.on) > p:hover > a,
	.localnavi ul > li:not(.on) > a:hover,
	.localnavi ul > li:not(.on) > p:hover .btn-submenu-toggle::before,
	.localnavi ul > li:not(.on) > p:hover .btn-submenu-toggle::after {
		color: #fff;
		background-color: #379348;
	}
	.localnavi ul > li:not(.on) > p:hover .btn-submenu-toggle {
		background-color: #fff;
	}
	.localnavi ul > li > .pulldown ul > li a:hover::before {
		background-color: #fff;
	}
}
/* ------------------------------
 サイドナビ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- 見出し -- */
	.localnavi .title {
		font-size: 1.8rem;
		padding: 25px calc(5% + 10px);
	}
	/* -- 下層ページリンク -- */
	.localnavi ul li a {
		width: 100%;
		font-size: 1.6rem;
		padding: 10px 5% 10px calc(5% + 17px);
	}
	.localnavi ul li p:has(.btn-submenu-toggle) a {
		width: calc(100% - (5% + 20px));
	}
	.localnavi ul > li > p > a {
		padding: 13px 0 13px 5%;
	}
	.localnavi ul > li > p:not(:has(.btn-submenu-toggle)) > a {
		padding: 10px 5%;
	}
	/* -- プルダウン -- */
	.localnavi ul > li > .pulldown ul > li a {
		padding: 10px 5% 10px calc(5% + 17px);
	}
	.localnavi ul > li > .pulldown ul > li > ul.pulldown > li > a {
		padding: 10px 5% 10px calc(10% + 17px);
	}
	/* -- 点 -- */
	.localnavi > ul > li > a::before,
	.localnavi ul > li > .pulldown ul > li a::before {
		left: calc(5% + 4px);
		top: calc(10px + 0.5em);
	}
	.localnavi ul > li > .pulldown ul > li > ul.pulldown > li a::before {
		left: calc(10% + 4px);
	}
	/* -- 線 -- */
	.localnavi ul:not(.pulldown) > li:not(:last-child)::after {
		width: 90%;
	}
	/* -- トグルボタン -- */
	.localnavi ul > li > p .btn-submenu-toggle {
		width: 24px;
		height: 24px;
		top: 0;
		right: 10px;
	}
}
/* ------------------------------
 下層ページヘッダー（PC）
------------------------------ */
.heading {
	position: relative;
	z-index: 1;
	background-color: var(--base-color);
	margin-bottom: 100px;
}
.heading::after {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 1;
	aspect-ratio: 17 / 1;
	background: url(../img/header_wave_small.png) no-repeat center bottom / 100% auto;
}
.heading:has(figure)::after,
.heading:has(h1 > span)::after {
	aspect-ratio: 8 / 1;
	background: url(../img/header_wave.png) no-repeat center bottom / 100% auto;
}
.pageTitle {
	display: flex;
	justify-content: center;
	align-items: center;
}
.heading figure {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.heading figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media print, screen and (min-width: 768px) {
	.heading {
		min-height: 370px;
	}
	.headingarea {
		width: 97%;
		height: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		z-index: 1;
	}
	/* heading h1 */
	.pageTitle {
		min-height: 290px;
	}
	.pageTitle h1 {
		margin-bottom: 0px;
	}
	/* メイン画像無し */
	.heading:has(h1 > span) {
		min-height: 450px;
	}
	.pageTitle:has(h1 > span) {
		min-height: 325px;
	}
	.heading:has(figure) .pageTitle {
		min-height: 245px;
	}
}
/* ------------------------------
 下層ページヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.heading {
		min-height: 220px;
		padding-bottom: 40px;
		margin-bottom: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headingarea {
		width: 100%;
	}
	.heading::after {
		aspect-ratio: 10 / 2.4;
		background-image: url(../img/header_wave_small_sp.png);
	}
	.heading:has(figure)::after,
	.heading:has(h1 > span)::after {
		aspect-ratio: 10 / 2.4;
    	background-image: url(../img/header_wave_sp.png);
	}
	.heading figure {
		width: 90%;
		aspect-ratio: 8 / 5;
		border-radius: 15px;
		margin: 0 auto;
	}
	.pageTitle {
		padding: 35px 5% 0;
		margin-bottom: 20px;
	}
	/* メイン英字あり */
	.heading:has(h1 > span) {
		min-height: 240px;
	}
	.heading:has(h1 > span) {
		padding-bottom: 60px;
	}

	/* メイン画像あり */
	.heading:has(figure) {
		width: 100%;
		padding-bottom: 0;
	}
	
}

/* ------------------------------
 パンくず（PC）
------------------------------ */
.crumb {
	position: relative;
	z-index: 1;
	margin-top: 140px;
}
.crumb ul {
	display: inline-flex;
	align-items: center;
	flex-flow: row wrap;
	background-color: var(--base-color);
	padding: 22px 25px;
	border-radius: 60px;
}
.crumb ul li {
	font-size: 1.3rem;
	font-weight: normal;
}
.crumb ul li:first-child::before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 8px;
	background: url(../img/icon_home.svg) no-repeat 0 0 / cover;
}
.crumb ul li:not(:last-child)::after {
	content: "/";
	display: inline-block;
	margin: 0 10px;
}
.crumb ul li a {
	font-size: 1.3rem;
	color: var(--main-font-color);
}
/* ------------------------------
 パンくず（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.crumb {
		margin-bottom: 70px;
		margin-top: 60px;
	}
	.crumb ul {
		padding: 15px 18px;
		border-radius: 48px;
	}
	.crumb ul li {
		font-size: 1.3rem;
	}
}


/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: var(--base-color);
	margin: 0 auto;
	padding: 30px 0 70px;
	z-index: 1;
}
.footer::before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(100% - 1px);
	aspect-ratio: 8 / 1;
	background: url(../img/footer_wave.png) no-repeat center bottom / 100% auto;
}

/* ロゴ */
.footer .logoBox {
	margin-bottom: 30px;
}
.footer .logoBox img {
	width: 480px;
}
/* SNS */
.snsLink {
	font-weight: 600;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.snsLink img {
	margin-right: 7px;
	vertical-align: middle;
}
.snsLink .youtube img {
	width: 35px;
	height: 24px;
}
/* TEL */
.footer .telBox {
	font-family: Arial, sans-serif;
}
.footer .telBox strong {
	font-size: 2.8rem;
}
.footer .icon-tel::before {
	width: 24px;
	height: 24px;
	background: url(../img/icon_tel_black.svg) no-repeat 0 0 / cover;
}
/* メニューリンク */
.footerMenu {
	margin-bottom: 25px;
}
.footerMenu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 28px;
	font-size: 1.4rem;
}
.footerMenu a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: url(../img/icon_blank.svg) no-repeat center / cover;
	transition: .3s ease-in-out;
}
/* -- コピーライト -- */
.copyright {
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 1;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* メニューリンク */
	.footerMenu ul {
		justify-content: flex-end;
	}
	.footerMenu ul li {
		position: relative;
	}
	.footerMenu ul li:not(:last-child)::after {
		content: "";
		width: 1px;
		display: block;
		position: absolute;
		top: 3px;
		bottom: 3px;
		right: -14px;
		border-right: dotted 1px #999;
	}
	
	/* -- コピーライト -- */
	.copyright {
		text-align: right;
	}
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding: 55px 0 30px;
	}
	.footer::before {
		aspect-ratio: 10 / 2.4;
		background: url(../img/footer_wave_sp.png) no-repeat center bottom / 100% auto;
	}
	.footer .logoBox img {
		width: 100%;
        max-width: 493px;
    }
	/* TEL */
	.footer .telBox strong {
		font-size: 2.5rem;
	}
	.footer .icon-tel::before {
		width: 20px;
		height: 20px;
	}
	/* メニューリンク */
	.footerMenu {
		border-top: dotted 1px #C2C2C2;
		padding-top: 10px;
	}
	.footerMenu ul {
		gap: 8px 12px;
	}
	/* -- コピーライト -- */
	.copyright {
		margin-top: 30px;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	width: 173px;
    height: auto;
	position: fixed;
	bottom: 50px;
	right: 3%;
	z-index: 10;
	cursor: pointer;
	transition: none;
}

/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		width: 85px;
		bottom: 20px;
    	right: 3%;
	}
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.header .logoBox > a img {
		width: 360px;
	}
	.headerSubMenu ul > li {
		font-size: 1.5rem;
	}
	.headerBlock .gnav .headerMenu {
		gap: 0 20px;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}