@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;}

/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	color: #2b2b2b;
	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.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: bold; }
.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; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !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; }
.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: #000;
	text-decoration: none;
	transition: .3s ease-in-out;
}
@media screen and (min-width: 768px) {
	a:not(:is(.header .btnBox, .btn, .iconLink:not(:has(a[target="_blank"])), .linkBlock, .linkImg) a):hover {
		opacity: 0.7;
	}
}
/* カラー */
.red { color: #DB0000 !important; }
.green { color: #0f9659; }
/* フォントサイズ */
.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; }
.f25 { font-size: 2.5rem; }
.f28 { font-size: 2.8rem; }
/* 上付き */
sup {
	font-size: 1.3rem;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 1.3rem;
	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;
}
/* ------------------------------
 サイト全体（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_mb80 { margin-bottom: 80px !important; }
	.pc_mb100 { margin-bottom: 100px !important; }
	.pc_mr0 { margin-right: 0 !important; }
	.pc_mr10 { margin-right: 10px !important; }
	/* TEL Link */
	a[href^="tel:"] {
		color: #000;
		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;}
	.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; }
	.mb80 { margin-bottom: 50px !important; }
	.mb100 { margin-bottom: 60px !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.2rem; }
	.small,
	.f14 { font-size: 1.3rem; }
	.f15 { font-size: 1.4rem; }
	.f16 { font-size: 1.5rem; }
	.big,
	.f18 { font-size: 1.7rem; }
	.f19 { font-size: 1.8rem; }
	.f20 { font-size: 1.9rem; }
	.f21 { font-size: 2rem; }
	.f25 { font-size: 2.3rem; }
	.f28 { font-size: 2.6rem; }
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
}

/* ------------------------------
 ヘッダー（PC）
------------------------------ */
.header {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 86px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .08) 0 0px 5px 1px;
}
.headerBlock {
	width: 100%;
	height: 100%;
	text-align: left;
}
/* ロゴ */
.logoBox {
	display: flex;
	align-items: center;
	width: auto;
}
.logoBox > a {
	display: inline-block;
}
.logoBox > a > img {
	width: 210px;
	height: 50px;
}
/* ボタン */
.btnBox {
	display: flex;
	width: 232px;
	height: 116px;
}
.btnBox > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 116px;
	height: 116px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.btnBox .entry {
	font-family: Arial, sans-serif;
	font-size: 1.9rem;
	background-color: #0f9659;
}
.btnBox .contact {
	background-color: #000;
}
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
	}
    .headerBlock {
		display: flex;
		justify-content: space-between;
		padding-left: 30px;
	}
	/* ロゴ */
	.logoBox {
		height: 86px;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	/* グローバルナビ */
	.headerBlock .gnav {
		display: flex;
		align-items: flex-start;
		width: auto;
	}
	/* グローバルナビメニュー */
	.headerBlock .gnav > ul {
		display: flex;
		width: auto;
		height: 100%;
		margin-right: 35px;
	}
	.headerBlock .gnav > ul > li {
		display: flex;
		align-items: center;
		height: 100%;
		position: relative;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > ul > li:not(:last-child) {
		margin-right: 2em;
	}
	.headerBlock .gnav > ul > li > p {
		height: 100%;
	}
	.headerBlock .gnav > ul > li > p > a {
		display: flex;
		align-items: center;
		position: relative;
		height: 100%;
		color: #000;
		font-weight: 600;
		text-decoration: none;
	}
	.headerBlock .gnav > ul > li > p > a:hover {
		opacity: 1;
	}
	.headerBlock .gnav > ul > li:is(:hover, .on) > p > a {
		color: #0f9659;
	}
	.headerBlock .gnav > ul > li > p > a:before {
		content: "";
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 4px;
		background-color: #0f9659;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > ul > li:hover > p > a:before {
		visibility: visible;
		opacity: 1;
	}
	/* プルダウンメニュー */
	.headerBlock .gnav > ul > li > .pulldown {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		width: 270px;
		height: auto;
		top: 86px;
		right: 0; 
		background-color: rgba(242, 242, 240, 0.9);
		transition: visibility .15s ease .15s, opacity .15s ease-in-out .15s;
	}
	.headerBlock .gnav > ul > li > .pulldown > ul {
		visibility: hidden;
		opacity: 0;
		transition: opacity 0s ease-in-out .15s;
	}
	.headerBlock .gnav > ul > li > .pulldown ul {
		width: 100%;
	}
	.headerBlock .gnav > ul > li > .pulldown ul li {
		width: 100%;
		text-align: left;
	}
	.headerBlock .gnav > ul > li > .pulldown ul li a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		font-weight: 600;
		padding: 20px 60px 20px 20px;
	}
	.headerBlock .gnav > ul > li > .pulldown ul li:not(:last-child) a {
		border-bottom: solid 1px #bfbfbf;
	}
	.headerBlock .gnav > ul > li > .pulldown ul li a::after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 15px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 22px;
		left: auto;
		background: url(../img/icon_link.svg) no-repeat;
		margin: auto;
	}
	.headerBlock .gnav > ul > li:hover > .pulldown,
	.headerBlock .gnav > ul > li:hover > .pulldown > ul {
		visibility: visible;
		opacity: 1;
	}
	/* ボタン */
	.btnBox .entry {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0% calc(100% - 30px));
	}
	.btnBox > a:hover.entry {
		opacity: 1;
		background-color: #4bb083;
	}
	.btnBox > a:hover.contact {
		opacity: 1;
		background-color: #404040;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		height: 50px;
		box-shadow: rgba(0, 0, 0, .08) 0 0 2px 1px;
	}
	/* ロゴ */
	.logoBlock {
		width: 100%;
		background: #fff;
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		padding-left: 15px;
	}
	.logoBox > a > img {
		width: 150px;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background-color: #0f9659;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 22px;
		height: 2px;
		background-color: #fff;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all .25s ease-out;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: "";
		transform-origin: 50% 50%;
		transition: color .25s ease;
	}
	.menu-icon:before {
		top: -8px;
		transition: transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -8px;
		transition: transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(8px) rotate(45deg);
		transition: transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-8px) rotate(-45deg);
		transition: transform .1s ease-out .25s;
	}
	/* グローバルナビ */
	.headerBlock .gnav {
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #f2f2f0;
		transform: translateY(-100%);
		transition: transform .3s ease-in-out;
		margin: 0;
	}
	/* グローバルナビオープン */
	.page-open-slidemenu .headerBlock .gnav {
		overflow: auto;
		top: 50px;
		transform: translateY(0);
		display: grid;
		align-content: baseline;
		padding-bottom: 70px;
	}
	.page-open-slidemenu .headerBlock .gnav > ul > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.page-open-slidemenu .headerBlock .gnav > ul > li > p {
		position: relative;
	}
	/* グローバルナビ メニュー */
	.headerBlock .gnav > ul {
		margin-bottom: 20px;
	}
	.headerBlock .gnav > ul > li {
		width: 100%;
		position: relative;
		z-index: 3;
		text-align: left;
	}
	.headerBlock .gnav > ul > li > p {
		width: 90%;
		margin: 0 auto;
		border-bottom: solid 1px #bfbfbf;
	}
	.headerBlock .gnav > ul > li > p > a {
		display: block;
		width: 100%;
		position: relative;
		font-size: 1.7rem;
		line-height: 1.7;
		font-weight: 600;
		color: #000;
		padding: 17px 0;
	}
	.headerBlock .gnav > ul > li > p.is-open > a {
		color: #0f9659;
	}
	.headerBlock .gnav > ul > li > ul {
		position: relative;
		overflow: hidden;
		display: none;
		margin-top: -10px;
		padding-bottom: 20px;
	}
	.headerBlock .gnav > ul > li > ul > li:not(:last-child) {
		margin-bottom: 6px;
	}
	.headerBlock .gnav > ul > li > ul > li > a {
		display: block;
		position: relative;
		color: #6c7889;
		text-decoration: none;
	}
	.headerBlock .gnav > ul > li > ul > li > a p::after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 3px 5px;
		border: 0;
		border-top: solid 1px #6c7889;
		border-right: solid 1px #6c7889;
		transform: rotate(45deg);
	}
	.headerBlock .gnav > ul > li > .pulldown {
		max-height: 0;
		position: relative;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		transition: 0.4s cubic-bezier(.65, .05, .36, 1);
	}
	.headerBlock .gnav > ul > li > p.is-open + .pulldown {
		visibility: visible;
		opacity: 1;
		max-height: 1500px;
	}
	.headerBlock .gnav > ul > li > .pulldown > ul > li > a {
		display: block;
		width: 90%;
		position: relative;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.4;
		padding: 17px 5%;
		margin: 0 auto;
	}
	.headerBlock .gnav > ul > li > .pulldown > ul > li:not(:first-child) > a {
		border-bottom: solid 1px #bfbfbf;
	}
	.headerBlock .gnav > ul > li > .pulldown > ul > li > a::after {
		content: "";
		display: inline-block;
		width: 18px;
		height: 14px;
		background: url(../img/icon_link_news.svg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2px;
		margin: auto;
	}
	.headerBlock .gnav > ul > li > .pulldown ul > li > ul {
		background-color: #262626;
		padding: 6px 0;
	}
	.headerBlock .gnav > ul > li > .pulldown ul > li > ul li a {
		display: block;
		width: 90%;
		position: relative;
		font-weight: normal;
		color: #fff;
		line-height: 1.4;
		padding: 12px 10%;
		margin: 0 auto;
	}
	.headerBlock .gnav > ul > li > .pulldown > ul > li > ul li a::after {
		content: "";
		display: inline-block;
		width: 7px;
		height: 7px;
		border-top: solid 2px #0f9659;
		border-right: solid 2px #0f9659;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 8px;
		margin: auto;
	}
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		width: 26px;
		height: 100%;
		background-color: transparent;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 10;
		margin: auto 0;
	}
	.btn-submenu-toggle:before,
	.btn-submenu-toggle:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #0f9659;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle:before {
		width: 4px;
		height: 22px;
	}
	.btn-submenu-toggle:after {
		width: 22px;
		height: 4px;
	}
	.is-open .btn-submenu-toggle:before {
		background-color: transparent;
	}
	/* ボタン */
	.btnBox {
		width: 90%;
		height: 72px;
		margin: 0 auto;
	}
	.btnBox > a {
		width: 100%;
		height: auto;
	}
	.btnBox .entry {
		font-size: 2.0rem;
		clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	}
	.btnBox .contact {
		font-size: 1.8rem;
		margin-left: 3px;
	}
}

/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
}
.inBlock {
	text-align: left;
}
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
	}
	.contentsHome,
	.contents {
		min-width: 1240px;
	}
	.contentsHome {
		margin: 0 auto 120px;
	}
	.contents {
		margin: 86px auto 120px;
	}
	.menu-layer {
		display: none;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		width: 836px;
		float: left;
	}
	.sideContents {
		width: 250px;
		float: right;
	}
	.inBlock .mainContents .cms_block {
		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%;
	}
	.cms_block.wide > * {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
	}
	#bggr {
		position: relative;
		z-index: 1;
	}
	.menu-layer {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		transition: visibility 0s step-start .3s, opacity .3s ease-in-out;
		background-color: rgba(255,255,255,1);
	}
	.page-open-slidemenu .menu-layer {
		visibility: visible;
		opacity: 1;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.contentsHome,
	.contents {
		min-width: 320px;
		margin: 50px 0 60px;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		margin-bottom: 50px;
	}
	.sideContents {
		margin-left: -6%;
		margin-right: -6%;
		margin-bottom: -60px;
	}
	.inBlock .mainContents .cms_block {
		width: 100%;
	}
	/* 入力 */
	.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）
------------------------------ */
.cms_block.linkBlock ul li {
	background-color: rgba(0,61,145,.05);
}
.cms_block.linkBlock ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	position: relative;
	height: 102px;
	padding: 30px;
	text-decoration: none;
}
.cms_block.linkBlock ul li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 40px;
	height: 40px;
	margin: auto 0;
	background: url(../img/arrow_r40.svg) no-repeat 0 0 / cover;
}
.cms_block.linkBlock ul li a img {
	height: 42px;
	width: auto;
}
.cms_block.linkBlock ul li a span {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #b7c0ca;
}
.cms_block.linkBlock ul li a[target="_blank"] span {
	padding-right: 1em;
	background: url(../img/icon_blank.svg) no-repeat right center / 10px 10px;
}
@media print, screen and (min-width: 768px) {
	.cms_block.linkBlock ul {
		display: flex;
		flex-wrap: wrap;
		gap: 32px 45px;
	}
	.cms_block.linkBlock ul li,
	.cms_block.linkBlock ul li a {
		width: 350px;
	}
}
/* ------------------------------
 リンクブロック（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.linkBlock ul li:not(:last-child){
		margin-bottom: 20px;
	}
	.cms_block.linkBlock ul li a {
		width: 100%;
		height: 82px;
		padding: 20px;
	}
	.cms_block.linkBlock ul li a::after {
		right: 20px;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
/* -- お問合せ -- */
.contactBlock {
	background: url(../img/contact_bg.jpg) no-repeat center / cover;
	color: #fff;
	padding: 120px 0;
}
.contactBlock .telBox .boxed {
    padding: 20px 35px;
}
.contactBlock .tel {
	margin-left: 15px;
}
.contactBlock .tel a {
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 5.2rem;
	font-weight: bold;
	line-height: 1;
	color: #0f9659;
}
.contactBlock .btn {
	width: 538px;
}
.contactBlock .btn a {
	width: 100%;
	height: 100%;
	font-size: 2.0rem;
	font-weight: 600;
	padding: 22px;
}
/* -- フッター -- */
.footer {
	background-color: #262626;
	color: #fff;
	text-align: left;
	padding: 70px 0 90px;
}
.info img {
	width: 185px;
}
address {
	margin-top: 15px;
}
/* フッターナビ */
.fnav ul li {
	font-size: 1.5rem;
}
.fnav > ul > li {
	font-weight: 600;
	margin-bottom: 15px;
}
.fnav > ul > li:last-child {
	margin-bottom: 0;
}
.fnav > ul > li > a {
	padding-bottom: 15px;
	border-bottom: solid 1px #666;
}
.fnav > ul > li > ul {
	margin-top: 15px;
}
.fnav > ul > li > ul > li {
	font-weight: normal;
	line-height: 1.7;
    margin-bottom: 2px;
}
.fnav > ul > li > ul > li:last-child {
    margin-bottom: 0;
}
.fnav ul li a {
	display: block;
	color: #fff;
}
/* コピーライト */
.copyright {
	background-color: #0f9659;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
@media print, screen and (min-width: 768px) {
	.contactBlock .inBox {
		display: flex;
		justify-content: space-between;
	}
	.contactBlock .telBox {
		display: flex;
		align-items: center;
	}

	/* -- フッター -- */
	.footer .inBlock {
		display: flex;
		justify-content: space-between;
	}
	.fnav {
		display: flex;
		justify-content: space-between;
		gap: 0 30px;
	}
	.fnav > ul {
		width: 240px;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contactBlock {
		text-align: left;
		background: url(../img/contact_bg_sp.jpg) no-repeat center / cover;
		padding: 60px 0;
	}
	.contactBlock .telBox {
		margin-bottom: 20px;
	}
	.contactBlock .telBox .boxed {
		padding: 10px 35px;
		margin-bottom: 15px;
	}
	.contactBlock .tel {
		margin-left: 0;
	}
	.contactBlock .tel a {
		font-size: 4.5rem;
	}
	.contactBlock .btn {
		width: 100%;
	}
	.contactBlock .btn a {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 22px 40px 23px 22px;
	}
	/* -- フッター -- */
	.footer {
		padding: 35px 0 40px;
	}
	.info {
		margin-bottom: 10px;
	}
	.info img {
		width: 160px;
	}
	address {
		font-size: 1.5rem;
		margin-top: 5px;
	}
	.fnav > ul {
		display: flex;
	}
	.fnav > ul > li:not(:last-child) {
		margin-bottom: 0;
		padding-right: 15px;
		margin-right: 15px;
		border-right: solid 1px #666666;
	}
	.fnav > ul > li > a {
		font-size: 1.3rem;
		line-height: 1.5;
		padding-bottom: 0;
		border-bottom: none;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #0f9659;
	position: fixed;
	bottom: 50px;
	right: 3%;
	z-index: 100;
	text-align: center;
	padding: 5px 7px 7px;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.js-btn-pagetop.is-show {
	opacity: 1;
	visibility: visible;
}
.js-btn-pagetop img {
	width: 15px;
    height: 18px;
}
@media print, screen and (min-width: 768px) {
	a.js-btn-pagetop.is-show:hover {
		opacity: 1;
		background-color: #4bb883;
	}
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		width: 42px;
		height: 42px;
		bottom: 35px;
    	right: 3%;
		padding: 2px 13px 7px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	background-color: #0f9659;
	text-align: center;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
}
/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}