@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;
	background-color: #fff;
	color: #1a1a1a;
	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%;
	font-feature-settings: "palt";
}
.site {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	text-align: left;
}
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: 700; }
.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; }
/* スペース */
.mt-30 { margin-top: -30px;}
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt25 { margin-top: 25px !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; }
.mb100 { margin-bottom: 100px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb130 { margin-bottom: 130px !important; }
.mb150 { margin-bottom: 150px !important; }
.mb200 { margin-bottom: 200px !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: #1a1a1a;
	text-decoration: none;
	transition: .3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
	a:hover {
		opacity: .7;
	}
}
a:focus {
	outline: 0;
}
.cms_link a {
	text-decoration: none;
}
.cms_text a {
	color: #506c75;
}
a .img_hover {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
a .img_hover img {
	display: block;
	overflow: hidden;
	width: 100%;
	transition-duration: .3s;
}
a:hover .img_hover img {
	opacity: 1;
	overflow: hidden;
	transform: scale(1.03);
	transition-duration: .3s;
}
.contents .cms_text:not(.btn) :not(.btn) a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.contents a,
	.contentsWide a {
		transition: .3s ease-in-out;
	}
	.contents a:hover,
	.contentsWide a:hover {
		opacity: .5;
	}
}
/* カラー */
.green { color: #139b7d; }
.red { color: #ff0000; }
/* フォントサイズ */
.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; }
.f24 { font-size: 2.4rem; }
.f25 { font-size: 2.5rem; }
.f26 { font-size: 2.6rem; }
.f28 { font-size: 2.8rem; }
.f31 { font-size: 3.1rem; }
.f32 { font-size: 3.2rem; }
/* 上付き */
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;
}
.ti2c {
	padding-left: 2em;
	text-indent: -2em;
}
.ti2hc {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc { display: block !important; }
	.sp { display: none !important;}
	.pc_tal { text-align: left; }
	.pc_tac { text-align: center; }
	.pc_tar { text-align: right; }
	.pc_bold { font-weight: 700;}
	.pc_nobr br { display: none; }
	/* スペース */
	.pc_mb0 { margin-bottom: 0 !important }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !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: #1a1a1a;
		text-decoration: none !important;
		pointer-events: none;
		cursor: default;
	}
	/* 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; }
	/* スペース */
	.mt25 { margin-top: 20px !important; }
	.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: 40px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb100 { margin-bottom: 60px !important; }
	.mb120 { margin-bottom: 60px !important; }
	.mb130 { margin-bottom: 60px !important; }
	.mb150 { margin-bottom: 60px !important; }
	.mb200 { margin-bottom: 80px !important; }
	.sp_mt30 { 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,
	.mb10.sp_mb40  { margin-bottom: 40px !important; }
	.sp_mb50 { margin-bottom: 50px !important; }
	.sp_mb60 { margin-bottom: 60px !important; }
	.sp_mb80 { margin-bottom: 80px !important; }
	.sp_ml2em { margin-left: 2rem !important; }
	.sp_ml_auto { margin-left: auto !important; }
	.sp_mr0 { margin-right: 0 !important; }
	/* フォントサイズ */
	.f20 { font-size: 1.8rem; }
	.f21 { font-size: 1.8rem; }
	.f22 { font-size: 1.8rem; }
	.f24 { font-size: 2rem; }
	.f25 { font-size: 2rem; }
	.f26 { font-size: 2rem; }
	.f28 { font-size: 2rem; }
	.f31 { font-size: 2.6rem; }
	.f32 { font-size: 2.7rem; }
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
	.sp_auto {
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 ヘッダー
------------------------------ */
.header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.header-block {
	margin: 0 auto;
	text-align: left;
}
.header-block a {
	color: #1a1a1a;
}
/* ロゴ */
.header-block_logo a {
	display: flex;
	align-items: center;
	column-gap: 18px;
	position: relative;
	text-decoration: none;
}
.header-block_logo img {
	vertical-align: middle;
}
.header-block_logo:hover img {
	opacity: 1;
}
.header-block_logo p {
	color: #1a1a1a;
	font-size: 1.6rem;
	line-height: 20px;
	font-weight: 700;
}
.header-block_logo p span {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #9ea8af;
	font-size: 1.3rem;
	line-height: 20px;
	font-weight: 500;
}
.visually-hidden {
	display: block !important;
	overflow: hidden !important;
	visibility: visible !important;
	opacity: 0 !important;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
/* btnBox */
.header-block .gnav .header-menu > li.btnBox a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
}
.header-block .gnav .header-menu > li.btnBox a:first-child {
	background: #4cd3af;
	background: linear-gradient(90deg,rgba(76,211,175,1) 0%, rgba(0,156,229,1) 50%, rgba(157,102,242,1) 100%);
}
.header-block .gnav .header-menu > li.btnBox a:last-child {
	background-color: #1a1a1a;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		max-width: 100%;
		min-width: 1240px;
	}
	.header a:hover {
		color: #fff;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	.header-block {
		display: flex;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: 158px;
		margin: 0 auto;
		padding: 34px 30px 0 40px;
	}
	/* ロゴ */
	.header-block_logo {
		margin-top: 16px;
	}
	.header-block_logo img {
		width: 98px;
	}
	/* グローバルナビ */
	.gnav {
		width: 100%;
		display: flex;
	}
	.header-block .gnav .header-menu {
		display: flex;
		justify-content: center;
		column-gap: 15px;
		visibility: visible;
		height: 90px;
		padding: 0 30px;
		border-radius: 45px;
		background-color: #fff;
		box-shadow: 0 0 12px 0 rgba(182,190,198,.5);
	}
	.header-block .gnav .header-menu > li {
		display: flex;
		align-items: center;
		font-size: 1.4rem;
		font-weight: 700;
	}
	.header-block .gnav .header-menu > li.btnBox {
		column-gap: 4px;
	}
	.header-block .gnav .header-menu > li > p {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.header-block .gnav .header-menu > li:not(.btnBox) > p a {
		display: flex;
		align-items: center;
		position: relative;
		height: 100%;
		color: #1a1a1a;
		line-height: 1;
		text-decoration: none;
		white-space: nowrap;
		transition: .3s ease-in-out;
	}
	.header-block .gnav .header-menu > li:not(.btnBox):hover > p a,
	.header-block .gnav .header-menu > li:not(.btnBox) > p a:hover,
	.header-block .gnav .header-menu > li:not(.btnBox) > p a:focus,
	.header-block .gnav .header-menu > li:not(.btnBox).on > p a {
		color: #139b7d !important;
	}
	.header-block .gnav .header-menu > li:not(.btnBox):hover > p a::before,
	.header-block .gnav .header-menu > li:not(.btnBox):focus > p a::before,
	.header-block .gnav .header-menu > li:not(.btnBox).on > p a::before {
		opacity: 1;
		top: 26px;
	}
	.header-block .gnav .header-menu > li:not(.btnBox) > p > a::before {
		content: "";
		display: block;
		opacity: 0;
		position: absolute;
		top: 31px;
		left: 0;
		right: 0;
		width: 6px;
		height: 6px;
		margin: 0 auto;
		border-radius: 3px;
		background-color: #139b7d;
		transition: .3s ease-in-out;
	}
	.header-navigation {
		display: flex;
	}
	.pulldown.on {
		overflow-y: auto;
		max-height: calc(100vh - 126px);
	}
	/* btnBox */
	.header-block .gnav .header-menu > li.btnBox a {
		width: 96px;
		height: 40px;
	}
	.header-block .gnav .header-menu > li.btnBox a:last-child {
		padding-top: 2px;
	}
}
@media print, screen and (min-width: 1350px) {
	/* ロゴ */
	.header-block_logo {
		margin-top: 14px;
	}
	.header-block_logo a {
		column-gap: 23px;
	}
	.header-block_logo p {
		font-size: 1.8rem;
		line-height: 22px;
	}
	.header-block_logo p span {
		margin-left: 20px;
		padding-left: 20px;
		font-size: 1.5rem;
		line-height: 22px;
	}
	/* グローバルナビ */
	.header-block .gnav .header-menu {
		column-gap: 20px;
		padding: 0 40px;
	}
	.header-block .gnav .header-menu > li {
		font-size: 1.5rem;
	}
	/* btnBox */
	.header-block .gnav .header-menu > li.btnBox a {
		width: 106px;
	}
}
/* ------------------------------
 プルダウンメニュー部分（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header-block .gnav .header-menu > li {
		position: relative;
		transition: .35s ease-in-out;
	}
	.header-block .gnav .header-menu > li:nth-child(2)::after,
	.header-block .gnav .header-menu > li:nth-child(3)::after {
		content: "";
		display: block;
		opacity: 0;
		position: absolute;
		bottom: -23px;
		left: 50%;
		z-index: 1;
		right: 0;
		width: 0;
		height: 0;
		margin-left: -6px;
		border-style: solid;
		border-width: 0 7.5px 12px 7.5px;
		border-color: transparent transparent #fff transparent;
	}
	.header-block .gnav .header-menu > li:nth-child(2):hover::after,
	.header-block .gnav .header-menu > li:nth-child(3):hover::after {
		opacity: 1;
	}
	.header-block .gnav .header-menu > li > .pulldown {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 103px;
		left: 0;
		margin-top: 10px;
		padding: 2px 0;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 0 12px 0 rgba(182,190,198,.5);
		text-align: left;
		white-space: nowrap;
		transition: .3s ease-in-out;
	}
	.header-block .gnav .header-menu > li:nth-child(2) > .pulldown {
		left: -16px;
	}
	.header-block .gnav .header-menu > li:nth-child(3) > .pulldown {
		left: -30px;
	}
	.header-block .gnav .header-menu > li > .pulldown.on {
		visibility: visible;
		opacity: 1;
		height: auto;
	}
	.header-block .gnav .header-menu > li > .pulldown > li:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
	/* 下層メニュー */
	.header-block .gnav .header-menu > li > .pulldown > li > a {
		display: block;
		position: relative;
		padding: 17px 30px;
		font-weight: 500;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a:hover {
		opacity: 1;
		color: #139b7d;
	}
}

/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		min-width: 100%;
		padding: 17px 0;
	}
	.header-block {
		position: relative;
		top: 0;
		z-index: 10;
		width: 92%;
		height: 60px;
		margin: 0 auto;
		border-radius: 30px;
		background-color: #fff;
		box-shadow: 0 0 12px 0 rgba(182,190,198,.5);
		transition: 0s all !important;
	}
	/* ロゴ */
	.header-block_logo {
		display: flex;
		align-items: center;
		position: relative;
		z-index: 99;
		height: 60px;
		padding-left: 5%;
	}
	.header-block_logo::before {
		content: "";
		display: block;
		opacity: 0;
		position: absolute;
		top: -17px;
		left: 0;
		width: 100%;
		height: 17px;
		background-color: #fff;
	}
	.header-block_logo a {
		column-gap: 10px;
		margin-top: 0;
	}
	.header-block_logo img {
		width: 47px;
	}
	.header-block_logo p {
		font-size: 1.5rem;
		line-height: 18px;
	}
	.header-block_logo p span {
		margin-left: 10px;
		padding-left: 10px;
		font-size: 1.1rem;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		width: 60px;
		height: 60px;
		background-color: transparent;
		transition: .3s ease-in-out;
		cursor: pointer;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 28px;
		height: 2px;
		background-color: #139b7d;
	}
	.menu-icon:before,
	.menu-icon:after {
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .slidemenu-btn {
		background-color: #fff;
	}
	.page-open-slidemenu .menu-icon::before,
	.page-open-slidemenu .menu-icon::after {
		background-color: #139b7d;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: "";
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu-icon:before {
		top: -9px;
		transition: transform .05s ease-out;
	}
	.menu-icon:after {
		bottom: -9px;
		transition: transform .05s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background-color: transparent !important;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(9px) rotate(45deg);
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-9px) rotate(-45deg);
	}
	/* グローバルナビ */
	.header-block .gnav {
		display: flex;
		flex-flow: column;
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 89px 7.5% 50px;
		background-color: #fff;
		transition: .3s ease-in-out;
	}
	/* 開いたら固定 */
	.page-open-slidemenu .header-block_logo {
		background-color: #fff;
	}
	.page-open-slidemenu .header-block_logo::before {
		opacity: 1;
	}
	.page-open-slidemenu .header-block .gnav {
		visibility: visible;
		opacity: 1;
		overflow-y: auto;
		max-height: 100svh;
		height: 100svh;
		transition: .3s ease-in-out;
		-webkit-overflow-scrolling: touch;
	}
	.header-block .gnav .header-menu > li > p {
		position: relative;
		border-bottom: 1px solid rgba(221,221,221,1);
		transition: .1s ease;
	}
	.header-block .gnav .header-menu > li a {
		display: block;
		line-height: 1;
		font-weight: 700;
		text-decoration: none;
	}
	/* 開閉ボタン 開く処理 */
	.header-block .gnav > .inBlock > p {
		display: none;
	}
	.header-block .gnav .header-menu > li > p > a:not(.btn-submenu-toggle)  {
		position: relative;
		width: 100%;
		padding: 27px 0 26px;
		font-size: 1.6rem;
	}
	.header-block .gnav .header-menu > li > p:not(:has(.btn-submenu-toggle)) > a:not(.btn-submenu-toggle)::after  {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5px;
		width: 18px;
		height: 14px;
		margin: auto 0;
		background: url(../img/icon_arrow_menu_sp.svg) no-repeat 0 0 / cover;
	}
	.header-block .gnav .header-menu > li > p.is-open {
		border-bottom: 1px solid rgba(221,221,221,0);
	}
	/* ------------------------------
	プルダウンメニュー部分（SP）
	------------------------------ */
	.header-block .gnav .header-menu > li > .pulldown {
		display: none;
		position: relative;
		overflow: hidden;
		padding-bottom: 3px;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		padding-left: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: 500;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: .5em;
		left: 0;
		width: 8px;
		height: 8px;
		border-radius: 4px;
		background-color: #139b7d;
		border: 0;
	}
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		bottom: 0;
		width: 28px;
		height: 69px;
		margin: auto;
		cursor: pointer;
	}
	.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: #139b7d;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle::before {
		width: 2px;
		height: 18px;
	}
	.btn-submenu-toggle::after {
		width: 18px;
		height: 2px;
	}
	.is-open .btn-submenu-toggle::before {
		background-color: transparent;
	}
	/* btnBox */
	.header-block .gnav .header-menu > li.btnBox {
		padding-top: 40px;
	}
	.header-block .gnav .header-menu > li.btnBox a {
		padding: 20px 0;
	}
	.header-block .gnav .header-menu > li.btnBox a + a {
		margin-top: 10px;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.menu-layer {
	display: none;
}
.contentsHome,
.contentsTop,
.contents,
.contentsNews,
.contentsPerson {
	position: relative;
	width: 100%;
	text-align: left;
}
.contentsIn {
	margin-top: -100px;
	padding: 120px 0;
	border-radius: 100px 100px 0 0;
	background-color: #fff;
}
/* 横幅1140px */
.inBlock {
	text-align: left;
}
/* 背景あり */
.bgBlock {
	background-color: #f5f3ee;
}
/* 入力 */
.contents > .inBlock {
	position: relative;
}
.contents > .inBlock > *:last-child {
	margin-bottom: 0;
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	html,
	body {
		background-color: #fff;
	}
	.site {
		min-width: 1240px;
		margin: 0 auto;
		background-color: #fff;
	}
	.contentsHome,
	.contents,
	.contentsInterview {
		line-height: 2;
		min-width: 1240px;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	.cms_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.cms_block.wide {
		width: 100%;
	}
	.cms_block.wide .cms_text {
		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 {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background-color: transparent;
	}
	.page-open-slidemenu .menu-layer {
		display: block;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.contentsHome,
	.contents,
	.contentsInterview {
		min-width: 320px;
	}
	.contentsIn {
		margin-top: -30px;
		padding: 50px 0 70px;
		border-radius: 30px 30px 0 0;
	}
	.contentsHome .inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* 入力 */
	.contents > .inBlock,
	.cms_block {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* Wideの場合 */
	.cms_block.wide,
	.contentsInterview .cms_block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cms_block.wide .cms_text {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	background-color: #1a1a1a;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
.footer a {
	color: #fff;
}
/* ロゴ */
.footerLogo a {
	display: flex;
	align-items: center;
	column-gap: 18px;
	text-decoration: none;
}
.footerLogo p {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 700;
}
.footerLogo p span {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #4d4d4d;
    font-size: 1.3rem;
    line-height: 20px;
    font-weight: 500;
}
/* 住所 */
/* フッターナビ */
.footerNav > ul > li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 4px .3em;
	background: url(../img/icon_blank_w.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
.footerNav > ul > li a:not(:first-child) {
	display: inline-block;
	margin-top: 5px;
	font-weight: 400;
}
/* コピーライト */
.copyright {
	color: #666;
	font-family: "Inter", sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 600;
}
@media print, screen and (min-width: 768px) {
	.footer {
		padding: 80px 0 70px;
	}
	.footer .inBlock {
		display: flex;
		justify-content: space-between;
		margin-bottom: 55px;
	}
	/* ロゴ */
	.footerLogo {
		margin-bottom: 25px;
	}
	.footerLogo img {
		width: 98px;
	}
	/* フッターナビ */
	.footerNav > ul {
		display: grid;
		grid-auto-flow: column;
		grid-template-rows: repeat(3, auto);
		gap: 1em 5em;
		margin-top: 10px;
	}
	.footerNav > ul > li {
		position: relative;
		padding-left: 1em;
		font-weight: 700;
	}
	.footerNav > ul > li::before {
		content: "●";
		position: absolute;
		top: 1.2em;
		left: 0;
		color: #2baa8b;
		font-size: 45%;
	}
	/* コピーライト */
	.copyright {
		width: 1140px;
		margin: auto;
	}
}
@media print, screen and (min-width: 1350px) {
	.footer {
		font-size: 1.5rem;
	}
	/* ロゴ */
	.footerLogo a {
		column-gap: 23px;
	}
	.footerLogo p {
		font-size: 1.8rem;
		line-height: 22px;
	}
	.footerLogo p span {
		margin-left: 20px;
		padding-left: 20px;
		font-size: 1.5rem;
		line-height: 22px;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding: 50px 0 55px;
	}
	.footer .inBlock {
		font-size: 1.5rem;
		text-align: center;
	}
	/* ロゴ */
	.footerLogo a {
		justify-content: center;
		column-gap: 15px;
		margin-bottom: 30px;
	}
	.footerLogo img {
		width: 52px;
	}
	.footerLogo p {
		font-size: 1.6rem;
		line-height: 20px;
	}
	.footerLogo p span {
		margin-left: 15px;
		padding-left: 15px;
		font-size: 1.3rem;
	}
	/* フッターナビ */
	.footerNav {
		margin: 15px 0 30px;
	}
	.footerNav ul {
		display: flex;
		justify-content: center;
		column-gap: 1.5em;
	}
	.footerNav li:nth-child(-n+6) {
		display: none;
	}
	/* コピーライト */
	.copyright {
		text-align: center;
	}
}
/* ------------------------------
 ページトップ（PC）
------------------------------ */
/* -- PAGE TOP -- */
.js-btn-pagetop {
	display: block;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 45px;
	right: 45px;
	z-index: 900;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #79868c;
	transition: .3s ease-in-out;
	cursor: pointer;
}
.js-btn-pagetop span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}
.js-btn-pagetop span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	width: 14px;
	height: 19px;
	margin: 0 auto;
	background: url(../img/icon_arrow_t_w.svg) no-repeat 0 0 / cover;
}
.js-btn-pagetop.is-show {
	visibility: visible;
	opacity: 1;
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		right: 25px;
		bottom: 25px;
		width: 40px;
		height: 40px;
	}
	.js-btn-pagetop span {
		width: 40px;
		height: 40px;
	}
	.js-btn-pagetop span::before {
		top: 12px;
		width: 11px;
		height: 15px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	background-color: #e60012;
	text-align: center;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	.header {
		position: relative;
	}
	.contentsHome {
		margin-top: -110px;
	}
	.contentsTop, .contents {
		margin-top: 80px;
	}
}
@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	html,
	body {
		width: 1600px;
		margin: 0;
	}
	@page {
		margin: 0;
		size: 11in 14.028in;
	}
	@page :left {
		margin: 0;
	}
	@page :right {
		margin: 0;
	}
	@page :first {
		margin-top: 0;
	}
}

/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}