@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: #eff1f3;
	--red-color: #CC4625;
	--green-color: #059649;
}
/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	color: var(--main-font-color);
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	font-weight: 500;
	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;
}
.box_text a {
	text-decoration: underline;
	color: var(--green-color);
}
.box_text .cms_inner_blank[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../img/icon_blank_green.svg) no-repeat center / cover;
	margin-left: 5px;
	margin-right: 8px;
	vertical-align: 2px;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
}
/* 画像マウスオーバー */
a .img_hover {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 30px;
}
a .img_hover img {
	display: block;
	transition-duration: 0.3s;
	overflow: hidden;
	display: block;
	width: 100%;
}
a:hover .img_hover img {
	opacity: 1;
	overflow: hidden;
	transform: scale(1.03);
	transition-duration: 0.3s;
}
/* カラー */
.red { color: var(--red-color) !important; }
.green { color: var(--green-color) !important; }
.gray { color: #808080 !important; }
.white { color: #fff !important; }
/* フォントサイズ */
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.small, small,
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.6rem; }
.big,
.f18 { font-size: 1.8rem; }
.f19 { font-size: 1.9rem; }
.f20 { font-size: 2rem; }
.f21 { font-size: 2.1rem; }
.f22 { font-size: 2.2rem; }
.f23 { font-size: 2.3rem; }
.f24 { font-size: 2.4rem; }
.f25 { font-size: 2.5rem; }
.f26 { font-size: 2.6rem; }
.f27 { font-size: 2.7rem; }
.f28 { font-size: 2.8rem; }
.f29 { font-size: 2.9rem; }
.f30 { font-size: 3rem; }
.f35 { font-size: 3.5rem; }
.f48 { font-size: 4.8rem; }
/* 上付き */
sup {
	font-size: 80%;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 80%;
	vertical-align:bottom;
}
/* 強調 */
em { font-style: italic; }
/* 打消し */
del { text-decoration: line-through; }
/* 引用・転用 */
blockquote { margin: 1em 3em; }
/* 非表示 */
.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%; }
/* ブロック */
.box_block {
	margin-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
	scroll-margin-top: 100px;
}
.box_text {
	margin-bottom: 40px;
}
.box_text:last-child {
	margin-bottom: 0 !important;
}
.box_image {
	margin-bottom: 40px;
}
.box_image:last-child {
	margin-bottom: 0 !important;
}
/* ------------------------------
 サイト全体（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;
	}

}
/* ------------------------------
 サイト全体（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; }
	.f12 { font-size: 1.1rem; }
	.f13 { font-size: 1.1rem; }
	.small,
	.f14 { font-size: 1.2rem; }
	.f15 { font-size: 1.3rem; }
	.f16 { font-size: 1.4rem; }
	.big,
	.f18 { font-size: 1.6rem; }
	.f19 { font-size: 1.6rem; }
	.f20 { font-size: 1.6rem; }
	.f21 { font-size: 1.7rem; }
	.f22 { font-size: 1.7rem; }
	.f23 { font-size: 1.8rem; }
	.f24 { font-size: 1.8rem; }
	.f25 { font-size: 1.9rem; }
	.f26 { font-size: 2rem; }
	.f27 { font-size: 2.1rem; }
	.f28 { font-size: 2.2rem; }
	.f29 { font-size: 2.3rem; }
	.f30 { font-size: 2.4rem; }
	.f35 { font-size: 2.5rem; }
	.f48 { font-size: 2.8rem; }
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
	/* ブロック */
	.box_block {
		margin-bottom: 60px;
	}
	.box_text {
		margin-bottom: 30px;
	}
	.box_image {
		margin-bottom: 30px;
	}
	/* 画像マウスオーバー */
	a .img_hover {
		border-radius: 20px;
	}
}

/* ------------------------------
 ヘッダー
------------------------------ */
.header {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0 5px 5px -5px;
}
.header .headerBlock {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100px;
}
/* ロゴ */
.logo-outer {
	margin-left: 35px;
}
.logo-outer,
.headerBlock_logo a {
	display: block;
}
.headerBlock_logo a img {
	display: inline-block;
}
.headerBlock_logo a span {
	font-family: "Barlow", sans-serif;
	display: inline-block;
	color: var(--green-color);
	font-size: 1.7rem;
	font-weight: bold;
	border-left: solid 1px #ccd0ce;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 38px;
}
/* メニュー開いた時背景スクロール禁止 */
.page-open-slidemenu {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
/* 募集要項＆中途応募フォーム */
.headBtnBox {
	display: flex;
	justify-content: flex-start;
	margin-left: 15px;
}
.headBtnBox li a {
	line-height: 1.5;
	min-width: 120px;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #51b01a;
	font-weight: bold;
	font-size: 1.7rem;
}
.headBtnBox .contact a {
	background: #07753a;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		/*max-width: 1920px;*/
		min-width: 1240px;
		right: 0;
		margin: 0 auto;
	}
	/* gnav */
	.gnav {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 100px;
	}
	.gnav .headerMenu {
		display: flex;
		justify-content: flex-start;
	}
	.gnav .headerMenu > li {
		position: relative;
	}
	.gnav .headerMenu > li:not(:last-child) {
		margin-right: 35px;
	}
	.gnav .headerMenu > li > p > a {
		position: relative;
		display: flex;
		align-items: center;
		height: 100px;
		font-size: 1.7rem;
		font-weight: bold;
	}
	.gnav .headerMenu > li > p > a[target="_blank"] {
		content: "";
		display: inline-block;
		width: 11px;
		height: 11px;
		background: url(../img/icon_blank.svg) no-repeat center / cover;
		margin-left: 8px;
	}
	.gnav .headerMenu > li > p > a::after {
		content: "";
		display: block;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: 0;
		width: 60px;
		height: 0;
		background-color: var(--green-color);
		transition: .3s ease-in-out;
		left: 0;
		right: 0;
		margin: auto;
	}
	/*マウスオーバー*/
	.gnav .headerMenu > li:hover > p > a,
	.gnav .headerMenu > li:focus > p > a,
	.gnav .headerMenu > li > p > a:hover,
	.gnav .headerMenu > li > p > a:focus,
	.gnav .headerMenu > li.on > p > a {
		color: var(--green-color);
		opacity: 1;
	}
	.gnav .headerMenu > li:hover > p > a::after,
	.gnav .headerMenu > li:focus > p > a::after,
	.gnav .headerMenu > li > p > a:hover::after,
	.gnav .headerMenu > li > p > a:focus::after,	
	.gnav .headerMenu > li.on > p > a::after {
		visibility: visible;
		opacity: 1;
		height: 4px;
	}
	/* プルダウンメニュー */
	.pulldown {
		position: absolute;
		display: block;
		min-width: 270px;
		top: 100px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 500;
		visibility: hidden;
    	opacity: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.gnav .headerMenu > li:hover .pulldown {
		visibility: visible;
		opacity: 1;
	}

	.pulldown > ul {
		text-align: left;
		width: auto;
		margin: auto;
		background-color: #f4f5f4;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.pulldown > ul > li {
		width: 100%;
		border-bottom: solid 1px #99a19d;
	}
	.pulldown > ul > li:last-child {
		border-bottom: none;
	}
	.pulldown > ul > li a {
		display: block;
	}
	.pulldown > ul > li a{
		background: url('../img/icon_arrow_nav.svg') no-repeat right 17px center;
		background-size: 18px auto;
		padding: 16px 18px;
	}
	/* メニューコンテンツの黒い背景 */
	.menu-layer {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: calc(100vh - 100px);
		height: calc(100% - 100px);
		margin-top: 100px;
		background: rgba(0,0,0,0);
		transition: 0.3s;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}


	/*開閉ボタン*/
	.drawer-hidden,
	.slidemenu-btn,
	.menu-check,
	.menu-label {
		display: none;
	}
}

/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		height: 60px;
		padding: 0 60px 0 0;
		background-color: #fff;
	}
	.header .headerBlock {
		height: 60px;
	}
	/* ロゴ */
	.headerBlock_logo a img {
		width: 160px;
	}
	.headerBlock_logo a span {
		font-size: 1.2rem;
		margin-left: 10px;
		padding-left: 10px;
		line-height: 22px;
	}
	.logo-outer {
		margin-left: 5vw;
		margin-bottom: 2px;
	}
	
	/* 開閉チェックボックス */
	.header_nav input[type="checkbox"] {
		overflow: hidden;
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		clip: rect(0, 0, 0, 0);
	}
	.header_nav input[type="checkbox"] {
		position: fixed;
		right: 0;
		top: 0;
	}
	.header_nav input[type="checkbox"]:focus + .slidemenu-btn {
		outline: 1px #000 dotted;
	}
	/* gnavハンバーガーアイコン */
	.slidemenu-btn {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10000; /* 重なり順を一番上に */
		width: 60px;
		height: 60px;
		background-color: var(--green-color);
		transition: .3s ease-in-out;
		cursor: pointer;
	}
	.slidemenu-btn .menu-icon,
	.slidemenu-btn .menu-icon:before,
	.slidemenu-btn .menu-icon:after {
		content: "";
		display: block;
		position: relative;
		width: 32px;
		height: 2px;
		background-color: #fff;
		transition: .25s;
	}
	.slidemenu-btn .menu-icon:before,
	.slidemenu-btn .menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .slidemenu-btn .menu-icon:before,
	.page-open-slidemenu .slidemenu-btn .menu-icon:after {
		background-color: #fff;
	}
	.slidemenu-btn .menu-icon:before,
	.slidemenu-btn .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%;
	}
	.slidemenu-btn .menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.slidemenu-btn .menu-icon:before {
		top: -7px;
		-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;
	}
	.slidemenu-btn .menu-icon:after {
		bottom: -5px;
		-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 .slidemenu-btn .menu-icon {
		background-color: transparent;
	}
	.page-open-slidemenu .slidemenu-btn .menu-icon:before {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	.page-open-slidemenu .slidemenu-btn .menu-icon:after {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	/* gnavハンバーガーアイコン */

	/* gnav */
	.menu-layer {
		display: none;
	}
	/* クリックでメニューコンテンツを表示 */
	#drawer-check:checked ~ .gnav {
		opacity: 1;
	}
	/* 開閉アイコン */
	.menu-label {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: 0;
		top: 0;
		width: 70px;
		height: 70px;
		color: #fff;
		cursor: pointer;
	}
	.menu-label .menu-icon {
		display: block;
		position: relative;
		width: 22px;
		height: 22px;
		background-color: var(--green-color);
		border-radius: 50%;
	}
	.menu-label .menu-icon::before,
	.menu-label .menu-icon::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 2px;
		height: 10px;
		margin: auto;
		background: #fff;
		transition: .5s;
	}
	.menu-label .menu-icon::before {
		width: 2px;
		height: 10px;
	}
	.menu-label .menu-icon::after {
		width: 10px;
		height: 2px;
	}
	.menu-check:checked ~ .menu-label .menu-icon::before {
		background: rgba(0,64,151,0);
	}
	/* 開閉後アコーディオンメニュー */
	.menu-label + .pulldown {
		opacity: 0;
		max-height: 0;
		visibility: hidden;
	}
	/* 謎の下スペースを消すCSS */
	.menu-label + .pulldown ul,
	.menu-label + .pulldown ul li,
	.menu-label + .pulldown ul li a {
		max-height: 0;
		opacity: 0;
		transition: .25s;
		visibility: hidden;
	}
	.menu-check:checked + .menu-label + .pulldown,
	.menu-check:checked + .menu-label + .pulldown ul,
	.menu-check:checked + .menu-label + .pulldown ul li,
	.menu-check:checked + .menu-label + .pulldown ul li a {
		opacity: 1;
		max-height: 1500px;
		visibility: visible;
	}
	.read {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
	}
	/* gnav */
	.gnav {
		visibility: hidden;
		overflow-y: auto;
		position: fixed;
		top: 60px;
		left: 0;
		z-index: 999;
		width: 100%;
		height: calc(100vh - 60px);
		height: 100%;
		background-color: #fff;
		transition: .5s;
		opacity: 0;
		display: grid;
    	align-content: start;
	}
	.gnav .headerMenu {
		margin-bottom: 100px;
		order: 2;
	}
	.gnav .headerMenu > li {
		position: relative;
		border-bottom: solid 1px #99a19d;
	}
	.gnav .headerMenu > li > p > a {
		font-size: 1.6rem;
		display: block;
		font-weight: bold;
		text-align: left;
		padding: 21px 5%;
	}
	.gnav .headerMenu > li > p > a[target="_blank"]::after {
		content: "";
		display: inline-block;
		width: 11px;
		height: 11px;
		background: url(../img/icon_blank.svg) no-repeat center / cover;
		margin-left: 8px;
	}
	.gnav .headerMenu > li li a img,
	.gnav .headerMenu > li li ul {
		display: none;
	}
	/*プルダウン*/
	.pulldown {
		border-top: solid 1px #99a19d;
		transition: .05s;
	}
	.pulldown ul {
		padding: 0 20px;
		background-color: #f4f5f4;
	}
	.pulldown ul a {
		display: block;
		font-size: 1.5rem;
		text-align: left;
		line-height: 2;
	}
	.pulldown ul a p {
		display: inline-block;
	}
	.pulldown ul li{
		background: url(../img/icon_arrow_nav.svg) no-repeat right 5px center / 18px auto;
		padding: 15px 0;
		border-bottom: solid 1px #99a19d;
	}
	.pulldown ul li:last-child {
		border-bottom: none;
	}
	.page-open-slidemenu .gnav,
	.page-open-slidemenu .menu-layer {
		visibility: visible;
		opacity: 1;
	}
	.headBtnBox {
		order: 1;
		margin-left: 0;
		padding-top: 40px;
		background: #f4f5f4;
	}
	.headBtnBox li {
		width: 50%;
	}
	.headBtnBox li a {
		min-width: 100%;
		min-height: 60px;
		font-size: 1.6rem;
	}
	.headBtnBox .contact br {
		display: none;
	}
}

/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
}
.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: 100px auto 0;
	}
	.contents {
		margin: 100px auto 0;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		width: 820px;
		float: left;
	}
	.sideContents {
		width: 272px;
		float: right;
	}
	.inBlock .mainContents .box_block {
		width: 100%;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	/* 横幅1920px */
	.box_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.box_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: 60px;
		padding-bottom: 90px;
	}
	.contents {
		padding: 60px 0 0;
	}
	.box_block:last-child {
		margin-bottom: 120px;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		margin-bottom: 50px;
	}
	.inBlock .mainContents .box_block {
		width: 100%;
		margin-left: 0;
        margin-right: 0;
	}
	/* 入力 */
	.inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* Wideの場合 */
	.box_block.wide {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.box_block.wide > *:not(.wide) {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* ------------------------------
 メインイメージ（PC）
------------------------------ */
.heading {
	position: relative;
}
.heading::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 400px;
	background: url("../img/heading_bg.jpg") center center / cover no-repeat;
	top: 0px;
	z-index: -1;
}
.heading.noimg::before {
	height: 300px;
	background: url("../img/heading_bg_noimg.jpg") center center / cover no-repeat;
}
.lowerimg {
	position: relative;
}
@media print, screen and (min-width:768px) {
	.mainimg {
		margin-right: calc(29% - 50vw);
	}
	.mainimg img {
		width: 100%;
		object-fit: cover;
		overflow: hidden;
		border-radius: 30px 0 0 30px;
		display: flex;
		align-items: center;
		min-width: 100%;
		margin-bottom: 90px !important;
	}
	.lowerimg img {
		width: 100%;
		border-radius: 30px;
		min-width: 100%;
		margin-bottom: 90px !important;
	}
}
@media print, screen and (min-width:1140px) {
	.mainimg {
		margin-right: calc(50% - 50vw);
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.heading::before {
		height: 220px;
		background: url("../img/heading_bg_sp.jpg") center center / cover no-repeat;
	}
	.heading.noimg::before {
		height: 180px;
		background: url("../img/heading_bg_sp.jpg") center center / cover no-repeat;
	}
	.mainimg {
		margin-right: calc(50% - 50vw);
	}
	.mainimg img {
		border-radius: 20px 0 0 20px;
		margin-bottom: 50px !important;
	}
	.lowerimg img {
		border-radius: 20px;
		margin-bottom: 50px !important;
	}
}
/* ------------------------------
 フッターローカルナビ
------------------------------ */
.local-area {
	background: #F2F3F4;
	padding: 90px 0;
}
.local-navigation h2 {
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 20px;
}
.local-navigation h2 a::after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('../img/icon_circle_arrow.svg') no-repeat;
	vertical-align: middle;
	margin-left: 6px;
	margin-bottom: 3px;
}
.local-navigation h2 a:hover {
	color: #E60012;
	opacity: 1;
}
.local-navigation ul {
	padding-top: 5px;
	border-top: 1px solid #dddddd;
}
.local-navigation ul li {
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 45px;
}
.local-navigation ul li a::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/icon_circle_arrow_line.svg') no-repeat;
	vertical-align: middle;
	margin-left: 6px;
	margin-bottom: 3px;
}
.local-navigation ul li:hover a {
	opacity: 1;
}
.local-navigation ul li span {
	position: relative;
	padding-bottom: 8px;
}
.local-navigation ul li span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #E60012;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
.local-navigation ul li.on span::after,
.local-navigation ul li:hover span::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
/* ------------------------------
 PC用限定CSS（フッターローカルナビ）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.local-navigation {
		width: 100%;
		max-width: 1140px;
		margin: auto;
	}
	.local-navigation ul {
		display: flex !important;
		flex-wrap: wrap;
	}
	.local-navigation ul li {
		margin-top: 20px;
	}
}
/* ----------------------
 スマホ用コード（フッターローカルナビ）
---------------------- */
@media screen and (max-width: 767px) {
	.local-area {
		padding: 50px 5%;
	}
	.local-navigation h2 {
		font-size: 1.8rem;
		padding-bottom: 15px;
	}
	.local-navigation ul {
		padding-top: 20px;
		width: 100%;
	}
	.local-navigation ul li {
		font-size: 1.6rem;
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
	}
	.local-navigation ul li span {
		padding-bottom: 5px;
	}
}
/* ------------------------------
 エントリーブロック
------------------------------ */
.entryBlock {
	background: url('../img/bg_greendot.gif') repeat;
	padding: 120px 0;
	border-radius: 80px 80px 0 0;
}
.entryBlock h2 {
	color: #fff;
	display: grid;
  	align-content: center;
}
.entryBlock h2 .en {
	font-size: 1.8rem;
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}
.entryBlock h2 .en::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 3px solid #fff;
}
.entryBlock h2 .ja {
	font-size: 3.5rem;
	display: block;
}
.btn_requirements {
	margin-bottom: 30px;
}
.btn_requirements a {
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	min-height: 100px;
	position: relative;
	background: #51b01a;
	border-radius: 20px;
	padding: 0 60px 0 30px;
	transition: .3s ease-in-out;
}
.btn_requirements a::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 8px;
	background: url(../img/icon_arrow_nav_w.svg) no-repeat center / cover;
	top: 0;
	bottom: 0;
	right: 30px;
	left: auto;
	margin: auto;
	transition: .3s ease-in-out;
}
.btn_form a {
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	min-height: 100px;
	position: relative;
	background: #07753a;
	border-radius: 20px;
	padding: 0 60px 0 30px;
	transition: .3s ease-in-out;
}
.btn_form a::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 8px;
	background: url(../img/icon_arrow_nav_w.svg) no-repeat center / cover;
	top: 0;
	bottom: 0;
	right: 30px;
	left: auto;
	margin: auto;
	transition: .3s ease-in-out;
}
/* ----------------------
 エントリーブロック（PC）
---------------------- */
@media print, screen and (min-width: 768px) {
	.entryBlock .inblock {
		display: flex;
		width: 1140px;
		justify-content: space-between;
		margin: auto;
	}
	.btn_requirements a {
		min-width: 546px;
	}
	.btn_form a {
		min-width: 546px;
	}
}
/* ----------------------
 エントリーブロック（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.entryBlock {
		padding: 80px 0;
		border-radius: 40px 40px 0 0;
	}
	.entryBlock .inblock {
		width: 90%;
		margin: auto;
	}
	.entryBlock h2 {
		margin-bottom: 30px;
	}
	.entryBlock h2 .en {
		font-size: 1.6rem;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.entryBlock h2 .en::before {
		left: 0;
		top: 7px;
		width: 8px;
		height: 8px;
		border: 3px solid #fff;
	}
	.entryBlock h2 .ja {
		font-size: 2.2rem;
	}
	.btn_requirements {
		margin-bottom: 20px;
	}
	.btn_requirements a {
		font-size: 2rem;
		min-width: 100%;
		min-height: 80px;
		padding: 0 60px 0 30px;
	}
	.btn_form a {
		font-size: 2rem;
		min-width: 100%;
		min-height: 80px;
		padding: 0 60px 0 30px;
	}
}
/* ------------------------------
 フッター
------------------------------ */
.footer {
	position: relative;
	text-align: left;
}
.footerBox {
	background: #f4f5f4;
}
/*ロゴと住所*/
.footerAdd {
	font-size: 1.5rem;
	line-height: 1.8;
}
.footerInsta a {
	display: inline-block;
}

/*フッターナビ*/
.footerNav > ul {
	line-height: 2;
}
.footerNav > ul > li > p a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../img/icon_blank.svg) no-repeat center / cover;
	margin-left: 8px;
}
/* コピーライト */
.copyright {
	color: #99a19d;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	padding: 10px;
}
/* ------------------------------
 フッター（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.footerBox {
		padding: 100px 0 ;
	}
	.footerBox .inblock {
		display: flex;
		width: 1140px;
		justify-content: space-between;
		margin: auto;
	}
	/*ロゴと住所*/
	.footerInfoBlock {
		width: 350px;
	}
	.footerLogo {
		width: 350px;
		margin-bottom: 20px;
	}
	.footerLogo img {
		width: 350px;
	}
	/*フッターナビ*/
	.footerNav,
	.footerNav.pc {
		display: flex !important;
		justify-content: flex-end;
	}
	.footerNav.sp {
		display: none !important;
	}
	.footerNav > ul:not(:last-child) {
		margin-right: 45px; 
	}
	.footerNav > ul > li:not(:last-child) {
		margin-bottom: 4px;
	}
	.footerNav > ul > li > p a {
		font-size: 1.6rem;
		font-weight: bold;
	}
	/* コピーライト */
	.copyright {
		width: 1140px;
		margin: auto;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footerBox {
		padding: 70px 5% 60px;
	}
	/*ロゴと住所*/
	.footerInfoBlock {
		margin-bottom: 20px;
	}
	.footerLogo {
		width: 335px;
		text-align: center;
		margin: 0 auto 30px;
	}
	.footerAdd {
		width: fit-content;
    	margin: 0 auto 10px;
	}
	/*フッターナビ*/
	.footerNav ul {
		text-align: center;
	}
	.footerNav li {
		display: inline-block;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1;
	}
	/* コピーライト */
	.copyright {
		font-size: 1.2rem;
		padding: 10px 5%;
	}
}
/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	width: 60px;
    height: 60px;
	background: -webkit-linear-gradient(45deg, #0a9448, #59c423);
	position: fixed;
	bottom: 65px;
	right: 3%;
	z-index: 999;
	cursor: pointer;
	transition: none;
	border-radius: 50%;
}

.js-btn-pagetop::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 8px;
	background: url(../img/icon_arrow_nav_w.svg) no-repeat center / cover;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(-90deg);
}


/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		width: 40px;
		height: 40px;
		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;
}