@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: #f5f5f5;
	--green-color: #04A6A3 /* 緑　普通 */;
	--green-color-l: #87d4d3 /* 緑　薄い */;   
	--green-color-d: #007577 /* 緑　濃い */;
	--green-logo-color: #37b8b6 /* 緑　ロゴ */;
	--green-logo-color90: #4bbfbd /* 緑　ロゴ90％ */;
	--pink-color: #ff8389 /* ピンク　普通 */;
	--pink-color-l: #ffdfdd /* ピンク　薄い */;
	--red-color: #CC4625;
	--blue-color: #2476B5;
	--gray-color: #bfbbbb;
	
	/* フォント */
	--font-en: "Montserrat", sans-serif;
	/* 数値 */
	--header-height-pc: 100px /* PC時のheaderの高さ */;
	--header-height-sp: 70px /* SP時のheaderの高さ */;
}
/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	color: var(--main-font-color);
	font-family: "Noto 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.8rem;
	line-height: 1.75;
	background-color: var(--base-color);
}
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: 500; }
.nobold { font-weight: 400 !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; }

/* フォントサイズ */
.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; }
.f18 { font-size: 1.8rem !important; }
.big, .f20 { font-size: 2.0rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f24 { font-size: 2.4rem !important; }
.f26 { font-size: 2.6rem !important; }
.f28 { font-size: 2.8rem !important; }
.f30 { font-size: 3rem !important; }
.big,.f18,.f20,.f21,.f22,.f25,.f26,.f28,.f30 { 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;
}

/* 下線 */
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.6rem;
	}
	.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; }
	.f20 { font-size: 1.9rem !important; }
	.f21 { font-size: 2.0rem !important; }
	.f22 { font-size: 2.1rem !important; }
	.f24 { font-size: 2.3rem !important; }
	.f26 { font-size: 2.4rem !important; }
	.f28 { font-size: 2.5rem !important; }
	.f30 { font-size: 2.7rem !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;
	font-size: 1.6rem;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--main-font-color);
	font-weight: 600;
	background-color: #fff;
}
.headerBlock {
	width: 100%;
	height: 100%;
	text-align: left;
}
.header a {
	color: var(--main-font-color);
}
/* -- ロゴ -- */
.header .logoBox {
	display: flex;
	align-items: center;
	width: auto;
}

.gnav a[target="_blank"]::after {
	content: none;
}
/* お問い合わせ */
.headerBlock .gnav .headerMenu > li.contact a {
	color: #fff;
	width: 160px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: var(--green-color);
}
.headerBlock .gnav .headerMenu > li.contact a::before {
	content: "";
	width: 16px;
	height: 12px;
	display: inline-block;
	margin: 0 8px 0 0;
	position: static;
	opacity: 1;
	border-radius: 0;
	background: url(../img/icon_mail.svg) no-repeat 0 0 / cover;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
		padding: 0 1.8%;
	}
    .headerBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	/* -- ロゴ -- */
	.header .logoBox > a img {
		width: 405px;
		height: auto;
	}
	/*-- グローバルナビ --*/
	.headerBlock .gnav {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
        justify-content: center;
		width: auto;
		height: var(--header-height-pc);
		gap: 15px;
	}
	/* グローバルナビメニュー */
	.headerBlock .gnav .headerMenu {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 32px;
		visibility: visible;
	}
	.headerBlock .gnav .headerMenu > li {
		display: flex;
		align-items: center;
	}
	.headerBlock .gnav .headerMenu > li a {
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
		height: 100%;
		letter-spacing: 0.05em;
		transition: 0.3s ease-in-out;
	}
	.headerBlock .gnav .headerMenu > li.on > a,
	.headerBlock .gnav .headerMenu > li:not(.contact) a:hover {
		color: var(--green-color-d);
		opacity: 1;
	}
	.headerBlock .gnav .headerMenu > li a::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		margin: auto;
		width: 6px;
		height: 6px;
		border-radius: 100%;
		background: var(--pink-color);
		opacity: 0;
		transition: 0.3s ease-in-out;
	}
	.headerBlock .gnav .headerMenu > li.on > a::before,
	.headerBlock .gnav .headerMenu > li:hover > a::before {
		opacity: 1;
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@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 .logoBox {
		position: relative;
		display: flex;
		align-items: center;
		background-color: transparent;
		padding-left: 3%;
		height: var(--header-height-sp);
		background-color: #fff;
		z-index: 1000;
	}
	.header .logoBox > a img {
		width: 272px;
		height: auto;
	}
	
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 18px;
		right: 3%;
		transition: 0.2s ease-in-out;
		cursor: pointer;
		z-index: 1000;
		background: none;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 32px;
		height: 2px;
		background-color: var(--green-color);
	}
	.menu-icon:before,
	.menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .menu-icon::before,
	.page-open-slidemenu .menu-icon::after {
		background-color: var(--green-color);
	}
	.page-open-slidemenu .header-block_logo {
		background: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu-icon:before {
		top: -8px;
		-webkit-transition: -webkit-transform .05s ease-out;
		transition: -webkit-transform .05s ease-out;
		transition: transform .05s ease-out;
		transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	}
	.menu-icon:after {
		bottom: -8px;
		-webkit-transition: -webkit-transform .05s ease-out;
		transition: -webkit-transform .05s ease-out;
		transition: transform .05s ease-out;
		transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background-color: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	
	/* グローバルナビ */
	.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;
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.headerBlock .gnav .headerMenu {
		padding-left: 5%;
		padding-right: 5%;
	}
	.headerBlock .gnav .headerMenu > li {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li > a {
		display: flex;
		align-items: center;
		line-height: 1.3;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 5%;
	}
	.headerBlock .gnav .headerMenu > li:not(.contact) > a::after {
		content: "";
		width: 8px;
		height: 8px;
		border-top: solid 2px var(--green-color);
		border-right: solid 2px var(--green-color);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	.headerBlock .gnav .headerMenu > li:not(.contact):not(:last-child)  {
		border-bottom: 1px dotted var(--gray-color);
	}
	/* お問い合わせ */
	.headerBlock .gnav .headerMenu > li.contact {
		padding: 40px 5% 20px;
	}
	.headerBlock .gnav .headerMenu > li.contact > a {
		width: 240px;
		height: 60px;
		margin: auto;
	}
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
}
.contentsHome {
	padding-bottom: 40px;
}
.contents {
	background-color: var(--base-color) ;
	background: url(../img/heading_img_bg.png) no-repeat right 0,
				url(../img/heading_bg.jpg) repeat-x center 0;
}
.contents .mainContents {
	padding-top: 105px;
	padding-bottom: 100px;
	border-radius: 50px 50px 0 0;
	background-color: #fff;
}
.inBlock {
	text-align: left;
}
@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;
	}
	/* 横幅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: 60px;
	}
	.contents {
		margin-top: var(--header-height-sp);
		background: url(../img/heading_img_bg_sp.png) no-repeat right 50px / 118px auto,
					url(../img/heading_bg_sp.jpg) repeat-x center 0;
	}
	.contents .mainContents {
		padding-top: 60px;
		padding-bottom: 50px;
		border-radius: 10px 10px 0 0;
	}
	/* 入力 */
	.inBlock {
		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）
------------------------------ */
.heading {
	position: relative;
	z-index: 1;
}
.pageTitle {
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.pageTitle h1 {
	order: 2;
	margin-top: -60px;
	padding-left: 30px;
	position: relative;
}
.pageTitle h1::before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.7em;
	border-radius: 100%;
	background: var(--green-logo-color90);
}
.pageTitle .title-en span {
	font-family: var(--font-en);
    font-size: 14rem;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    letter-spacing: 0.03em;
    background: linear-gradient(90deg, rgba(75, 191, 189, 0.12) 46%, rgba(130, 191, 226, 0.12) 65%, rgba(255, 59, 54, 0.12) 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	order: 1;
}
.heading .headImg {
	aspect-ratio: 19 / 10;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 5px 5px 15px rgba(0,0,0,.05);
}
.heading .headImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media print, screen and (min-width: 768px) {
	.heading {
		padding-top: 70px;
		height: 420px;
	}
	.pageTitle {
		height: 280px;
	}
	/* メイン画像ある場合 */
	.heading.img {
		padding-top: 80px;
		height: 470px;
	}
	.heading.img + .mainContents {
		padding-top: calc(490px + 90px);
	}
	
}
/* ------------------------------
 下層ページヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.heading {
		padding-top: 9%;
		min-height: 150px;
	}
	.pageTitle {
		padding-bottom: 20px;
	}
	.pageTitle h1 {
		margin-top: -30px;
		padding-left: 15px;
	}
	.pageTitle h1::before {
		width: 7px;
		height: 7px;
		top: .6em;
	}
	.pageTitle .title-en span {
		font-size: 5.6rem;
	}
	/* メイン画像ある場合 */
	.heading.img {
		min-height: 165px;
		margin-bottom: -140px;
	}
	.heading.img + .mainContents {
		padding-top: calc(140px + 45px);
	}
}
/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	font-size: 1.6rem;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 100px auto 0;
	padding: 50px 0 20px;
	z-index: 1;
	background-color: #fff;
}
/* ロゴ */
.footer .logoBox {
	margin-bottom: 20px;
}
.footer .logoBox img {
	width: 480px;
}
/* メニューリンク */
.footerMenu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.footerMenu ul li a {
	font-weight: 500;
}
.footerMenu a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/icon_blank.svg) no-repeat center / cover;
	transition: .3s ease-in-out;
}
/* -- コピーライト -- */
.copyright {
	font-family: var(--font-en);
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--gray-color);
	line-height: 1;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.footer:has(.footerMenu) .w1-2 {
		justify-content: flex-end;
	}
	/* メニューリンク */
	.footerMenu {
		padding-top: 22px;
	}
	.footerMenu ul.pc {
		display: flex !important;
	}
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		margin-top: 50px;
		padding: 40px 0 30px;
	}
	.footer .w1-2 {
		width: 100%;
	}
	.footer .logoBox {
		text-align: center;
		margin-bottom: 15px;
    }
	.footer .logoBox img {
		width: 100%;
        max-width: 309px;
    }
	.footer address {
		font-size: 1.3rem;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	/* メニューリンク */
	.footerMenu {
		width: 100%;
	}
	.footerMenu ul {
		width: 100%;
		gap: 8px 18px;
		justify-content: center;
	}
	/* -- コピーライト -- */
	.copyright {
		margin-top: 30px;
	}
}
/* ------------------------------
 バナー（PC）
------------------------------ */
.bannerList {
    display: grid;
    gap: 10px 30px;
    margin-bottom: 35px;
}
.bannerList li {
    border-radius: 5px;
    border: solid 1px #eee;
    overflow: hidden;
}
@media print, screen and (min-width: 768px) {
    .bannerList {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/* ------------------------------
 バナー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .bannerList {
        margin-bottom: 30px;
    }
}
/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
    position: fixed;
	bottom: 50px;
	right: 3%;
	z-index: 10;
	cursor: pointer;
	transition: none;
	background-color: var(--green-color);
}
.js-btn-pagetop::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 5px;
	bottom: 0;
    right: 0;
	left: 0;
	margin: auto;
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	transform: rotate(-45deg);
	transition: .3s ease-in-out;
}

/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		width: 36px;
		height: 36px;
		bottom: 20px;
    	right: 3%;
	}
	.js-btn-pagetop::after {
		width: 6px;
		height: 6px;
		top: 3px;
	}
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}