@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: #1f1f1f;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	font-weight: 500;
	font-feature-settings: "palt";
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.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: 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; }
.mt25 { margin-top: 25px !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; }
.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; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb120 { margin-bottom: 120px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.nopd { padding: 0 !important; }
/* リンク */
a {
	color: #1f1f1f;
	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;
}
.contents .cms_text a,
.contentsTop .cms_text a,
.contentsNews .cms_text a {
	color: #00a0e9;
	text-decoration: underline;
}
.contents .cms_text .cms_link a,
.contentsTop .cms_text .cms_link a,
.contentsNews .cms_text .cms_link a {
	color: #1f1f1f;
	text-decoration: none !important;
}
.contents .cms_text a[target="_blank"]::after,
.contentsTop .cms_text a[target="_blank"]::after,
.contentsNews .cms_text a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 3px;
	background: url(../img/icon_blank.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
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,
	.contentsTop a {
		transition: .3s ease-in-out;
	}
	.contents a:hover,
	.contentsTop a:hover {
		opacity: .5;
	}
}
/* カラー */
.red { color: #d20032; }
.blue { color: #00a0e9; }
.turquoise { color: #00cbe5; }
.navy { color: #093159; }
/* フォントサイズ */
.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; }
.f20 { font-size: 2rem; }
.f22 { font-size: 2.2rem; }
.f24 { font-size: 2.4rem; }
.f25 { font-size: 2.5rem; }
.f28 { font-size: 2.8rem; }
.f30 { font-size: 3rem; }
.f35 { font-size: 3.5rem; }
/* 上付き */
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;
}
/* 文字反転 */
.marker {
	padding: 0 5px 1px;
	background-color: #00a0e9;
	color: #fff;
	line-height: 1.15;
	font-weight: bold;
}
.marker.white {
	background-color: #fff;
	color: #1f1f1f;
}
.marker.black {
	background-color: #1f1f1f;
	color: #00a0e9;
}
.marker.blackWhite {
	background-color: #1f1f1f;
	color: #fff;
}
.contentsHome .marker {
	margin: 0 2px;
	padding: 0 2px 1px;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
		margin: 0 auto;
	}
	.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: bold;}
	.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_mb70 { margin-bottom: 70px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
	.pc_mb90 { margin-bottom: 90px !important; }
	.pc_mb100 { margin-bottom: 100px !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: 320px;
		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; }
	/* スペース */
	.mt15 { margin-top: 10px !important; }
	.mt20 { margin-top: 10px !important; }
	.mt25 { margin-top: 15px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 10px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 35px !important; }
	.mb70 { margin-bottom: 40px !important; }
	.mb80 { margin-bottom: 45px !important; }
	.mb90 { margin-bottom: 50px !important; }
	.mb100 { margin-bottom: 60px !important; }
	.mb120 { margin-bottom: 70px !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_mb70 { margin-bottom: 70px !important; }
	/* フォントサイズ */
	.f16 { font-size: 1.5rem; }
	.f18 { font-size: 1.6rem; }
	.f20 { font-size: 1.8rem; }
	.f22 { font-size: 1.8rem; }
	.f24 { font-size: 2rem; }
	.f25 { font-size: 2rem; }
	.f28 { font-size: 2.2rem; }
	.f30 { font-size: 2.3rem; }
	.f35 { 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のみ文字詰め */
	.sp_ls_shorten {
		letter-spacing: -.03em;;
	}
	.sp_auto {
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 ヘッダー
------------------------------ */
.header-area {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.2) 0 3px 5px -5px;
	text-align: center;
}
.header-block {
	margin: 0 auto;
	text-align: left;
}
.header-block a {
	display: flex;
	color: #1a1a1a;
}
/* ロゴ */
.header-block_logo:hover img {
	opacity: 1;
}
/* ロゴ横テキスト */
.header-block_logo p {
	height: 32px;
	margin: 10px 0 0 25px;
	padding: 2px 0 2px 25px;
	border-left: 1px dotted #b0bac6;
}
/* ロゴ横テキストFirefox */
@-moz-document url-prefix() {
	.header-block_logo p {
		border-left: 1px dotted #79889a;
	}
}
.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;
}
/* インスタグラム */
.instagram {
	display: flex;
	justify-content: center;
	align-items: center;
}
.instagram img {
	width: 30px;
	height: 30px;
}
/* お問合せ */
.contactBtn {
	background-color: #00a0e9;
	text-align: center;
}
.contactBtn img {
	vertical-align: middle;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header-area {
		min-width: 1240px;
	}
	/* .header-area a:hover {
		color: #fff;
	} */
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	.header-block {
		position: relative;
		width: 100%;
		height: 100px;
		margin: 0 auto;
		background-color: #fff;
	}
	.header-box {
		display: flex;
		justify-content: space-between;
		position: relative;
		/* max-width: 1600px; */
		height: 100px;
		margin: auto;
		background-color: #fff;
	}
	/* ロゴ */
	.header-block_logo {
		margin: 24px 0 0 30px;
	}
	.header-block_logo img {
		width: 130px;
	}
	/* グローバルナビ */
	.gnav {
		width: 100%;
		display: flex;
	}
	.header-block .gnav .header-menu {
		display: flex;
		justify-content: center;
		visibility: visible;
		height: 100px;
	}
	.header-block .gnav .header-menu > li {
		display: flex;
		align-items: center;
		padding: 0 18px;
		text-align: center;
	}
	.header-block .gnav .header-menu > li > p {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.header-block .gnav .header-menu > li > p a {
		display: flex;
		height: 100%;
		align-items: center;
		transition: 0.3s ease-in-out;
		text-decoration: none;
		position: relative;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		color: #1f1f1f;
		line-height: 1;
	}
	.header-block .gnav .header-menu > li:hover > p a,
	.header-block .gnav .header-menu > li > p a:hover,
	.header-block .gnav .header-menu > li > p a:focus,
	.header-block .gnav .header-menu > li.on > p a {
		opacity: 1;
		color: #00a0e9 !important;
	}
	/* .header-block .gnav .header-menu > li:hover > p a::after,
	.header-block .gnav .header-menu > li:focus > p a::after,
	.header-block .gnav .header-menu > li.on > p a::after {
		opacity: 1;
	}
	.header-block .gnav .header-menu > li > a::after,
	.header-block .gnav .header-menu > li > p > a::after {
		content: "";
		position: absolute;
		bottom: 32px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #e60012;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: center top;
	}
	.header-block .gnav .header-menu > li:hover a::after,
	.header-block .gnav .header-menu > li.on a::after,
	.header-block .gnav .header-menu > li a:focus::after {
		transform: scale(1, 1);
	} */
	.header-block .gnav .header-menu > li > a::after,
	.header-block .gnav .header-menu > li > p > a::after {
		content: "";
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: -5px;
		left: -1px;
		width: calc(100% + 2px);
		height: 5px;
		background-color: #00a0e9;
		transition: .2s ease-out;
	}
	.header-block .gnav .header-menu > li:hover a::after,
	.header-block .gnav .header-menu > li.on a::after,
	.header-block .gnav .header-menu > li a:focus::after {
		visibility: visible;
		opacity: 1;
		bottom: 0;
	}
	.header-navigation {
		display: flex;
	}
	.pulldown.on {
		overflow-y: auto;
		max-height: calc(100vh - 126px);
	}
	.pulldown + .header-overlay {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -5;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0);
		transition-duration: .4s;
		transition-timing-function: ease-in-out;
		transition-delay: .3s;
		pointer-events: none;
	}
	.pulldown.on + .header-overlay {
		background-color: rgba(0, 0, 0, 0.5);
		cursor: pointer;
	}
	/* インスタグラム */
	.instagram {
		margin-left: 16px;
	}
	/* お問合せ */
	.contactBtn {
		width: 100px;
		height: 100px;
		margin-left: 36px;
		line-height: 100px;
	}
	.contactBtn img {
		width: 30px;
		height: 22px;
	}
}
/* @media print, screen and (min-width: 1280px) {
	.header-block_logo span {
		font-size: 1.3rem;
	}
	.header-block .gnav .header-menu > li {
		font-size: 1.5rem;
	}
	.header-block .gnav .header-menu > li:not(:first-child) {
		padding: 0 12px;
	}
	.header-block .gnav .header-menu > li:not(:last-child) {
		padding: 0 12px;
	}
} */
/* safari(iOS)ハック */
/* @media print, screen and (min-width:1240px) and (max-width:1600px) {
	_::-webkit-full-page-media, _:future, :root .header-block .gnav .header-menu > li:not(:first-child) {
		margin-left: 10px;
	}
	_::-webkit-full-page-media, _:future, :root .header-block .gnav .header-menu > li:not(:last-child) {
		margin-right: 10px;
	}
} */
/* ------------------------------
 プルダウンメニュー部分（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header-block .gnav .header-menu > li {
		position: relative;
	}
	.header-block .gnav .header-menu > li > .pulldown {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100px;
		left: 17px;
		background-color: #f1f3f5;
		text-align: left;
		white-space: nowrap;
		transition: .3s ease-in-out;
	}
	.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 dotted #b0bac6;
	}
	/* Firefox */
	@-moz-document url-prefix() {
		.header-block .gnav .header-menu > li > .pulldown > li:not(:last-child) {
			border-bottom: 1px dotted #79889a;
		}
	}
	/* 下層メニュー */
	.header-block .gnav .header-menu > li > .pulldown > li > a {
		display: block;
		position: relative;
		padding: 19px 56px 20px 20px;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a:hover {
		opacity: 1;
		color: #00a0e9;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 20px;
		width: 15px;
		height: 6px;
		margin-top: -3px;
		background: url(../img/icon_arrow_link.svg) no-repeat 0 0 / cover;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header-area {
		min-width: 100%;
		box-shadow: rgba(0,0,0,.15) 0 3px 4px -3px;
	}
	.header-block {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		background-color: #fff;
		transition: 0s all !important;
	}
	.header-box {
		position: relative;
		top: 0;
		z-index: 10;
		width: 100%;
	}
	/* ロゴ */
	.header-block_logo {
		position: relative;
		z-index: 98;
		height: 50px;
		padding: 11px 0 0 5%;
		background-color: #fff;
		line-height: 1;
	}
	.header-block_logo img {
		width: 71px;
	}
	.header-block_logo p {
		height: 18px;
		margin: 5px 0 0 10px;
		padding: 0 0 0 10px;
		font-size: 1.1rem;
		line-height: 18px;
	}
	/* お問合せ */
	.contactBtn {
		position: absolute;
		top: 0;
		right: 50px;
		z-index: 99;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.contactBtn img {
		width: 20px;
		height: 15px;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		width: 50px;
		height: 50px;
		cursor: pointer;
		background-color: #1f1f1f;
		transition: .3s ease-in-out;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background-color: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .header-block_logo {
		background-color: #fff;
	}
	.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: -6px;
		transition: transform .05s ease-out;
	}
	.menu-icon:after {
		bottom: -6px;
		transition: transform .05s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background-color: transparent !important;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(6px) rotate(45deg);
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-6px) rotate(-45deg);
	}
	/* グローバルナビ */
	.header-block .gnav {
		display: flex;
		flex-flow: column;
		visibility: hidden;
		position: fixed;
		top: -200vh;
		width: 100%;
		padding-top: 5px;
		background-color: #f1f3f5;
		transition: .3s ease-in-out;
	}
	/* 開いたら固定 */
	.page-open-slidemenu .header-block {
		position: fixed;
		top: 0;
		background: #fff;
	}
	.page-open-slidemenu .header-block .gnav {
		overflow-y: auto;
		visibility: visible;
		opacity: 1;
		top: 50px;
		height: 100vh;
		max-height: calc(100vh - 50px);
		transition: .3s ease-in-out;
		-webkit-overflow-scrolling: touch;
	}
	.header-block .gnav .header-menu {
		margin-bottom: 20px;
	}
	.header-block .gnav .header-menu > li > p {
		position: relative;
		border-bottom: 1px dotted #b0bac6;
	}
	.header-block .gnav .header-menu > li a {
		display: block;
		line-height: 1;
		font-weight: 500;
		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: 22px 5% 21px 9%;
		font-size: 1.6rem;
	}
	.header-block .gnav .header-menu > li > p > a:not(.btn-submenu-toggle)::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 5%;
		width: 8px;
		height: 8px;
		margin-top: -3px;
		border-radius: 50%;
		background-color: #00a0e9;
	}
	.header-block .gnav .header-menu > li > p > a:not(.btn-submenu-toggle)[target="_blank"]::after {
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		margin: 0 0 3px 5px;
		background: url(../img/icon_blank.svg) no-repeat 0 0 / cover;
		vertical-align: middle;
	}
	/* ------------------------------
	プルダウンメニュー部分（SP）
	------------------------------ */
	.header-block .gnav .header-menu > li > .pulldown {
		display: none;
		position: relative;
		overflow: hidden;
		padding: 0 9%;
		border-bottom: 1px dotted #b0bac6;
		background-color: #fff;
	}
	.header-block .gnav .header-menu > li > .pulldown > li:not(:last-child) {
		border-bottom: 1px dotted #b0bac6;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a {
		position: relative;
		padding: 19px 32px 19px 0;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 0;
		width: 15px;
		height: 6px;
		margin-top: -3px;
		background: url(../img/icon_arrow_link.svg) no-repeat 0 0 / cover;
	}
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		bottom: 0;
		width: 50px;
		height: 60px;
		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: #00a0e9;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle::before {
		width: 2px;
		height: 16px;
	}
	.btn-submenu-toggle::after {
		width: 16px;
		height: 2px;
	}
	.is-open .btn-submenu-toggle::before {
		background-color: transparent;
	}
	/* インスタグラム */
	.instagram {
		column-gap: 10px;
		margin-bottom: 150px;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.menu-layer {
	display: none;
}
.contentsHome,
.contents,
.contentsNews {
	position: relative;
	width: 100%;
	text-align: left;
}
/* 横幅1140px */
.inBlock {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.contents > .inBlock {
	position: relative;
}
.contents > .inBlock > *:last-child {
	margin-bottom: 0;
}
/* 通常 */
.cms_block {
	margin-left: auto;
	margin-right: auto;
}
/* パンくず */
.crumb {
	font-size: 1.4rem;
	color: #9ca8b7;
}
.crumb a {
	color: #1f1f1f;
}
.crumb a::after {
	content: "／";
	display: inline-block;
	margin: 0 1px 0 5px;
}
.crumb p {
	display: inline;
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.contentsHome,
	.contents,
	.contentsTop,
	.contentsNews {
		min-width: 1240px;
		margin-top: 100px;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
	}
	.contents .inBlock::after,
	.contentsTop .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	/* 通常 */
	.cms_block {
		width: 1140px;
	}
	/* wide */
	.cms_block.wide {
		width: 100%;
	}
	/* .cms_block.wide .cms_text {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	} */
	/* 新着情報 */
	.contentsNews .inBlock {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.mainContents,
	.mainContents .cms_block {
		width: 830px;
	}
	.sideContents {
		width: 265px;
	}
	.sideContents.pc_mt71 {
		margin-top: 71px;
	}
	/* パンくず */
	.crumb {
		width: 1140px;
		margin: 120px auto 25px;
		line-height: 1;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#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,
	.contentsTop,
	.contentsNews {
		min-width: 320px;
		margin-top: 50px;
	}
	.inBlock {
		width: 90%;
	}
	/* 通常 */
	.cms_block {
		width: 90%;
	}
	/* wide */
	.cms_block.wide {
		width: 100%;
	}
	/* .cms_block.wide .cms_text {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	} */
	/* 新着情報 */
	.mainContents .cms_block {
		width: 100%;
	}
	.sideContents {
		margin-top: 70px;
	}
	/* パンくず */
	.crumb {
		width: 90%;
		margin: 70px auto 20px;
		line-height: 1.5;
	}
}

/* ------------------------------
 フッターローカルナビ
------------------------------ */
.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 #ddd;
}
.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;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	padding: 80px 0 70px;
	background-color: #1f1f1f;
	color: #fff;
}
.footer a {
	color: #fff;
}
/* バナーリンク */
.bnrBlock {
	display: flex;
	margin: 0 auto 80px;
}
.bnrBlock li {
	width: 258px;
	background-color: #fff;
}
.footer .inBlock {
	padding-top: 70px;
	border-top: 1px dotted #626262;
}
/* Firefox */
@-moz-document url-prefix() {
	.footer .inBlock {
		border-top: 1px dotted #b0b0b0;
	}
}
/* ロゴ・SNS */
.footerInfo > a > img {
	width: 155px;
	margin-bottom: 15px;
}
.snsBox {
	display: flex;
	margin-top: 25px;
}
.snsBox li {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.snsBox li:first-child {
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px dotted #626262;
}
/* Firefox */
@-moz-document url-prefix() {
	.snsBox li:first-child {
		border-right: 1px dotted #b0b0b0;
	}
}
.snsBox li p {
	line-height: 1.2;
}
.snsBox li:first-child img {
	width: 40px;
}
.snsBox li:last-child a:first-child img {
	width: 39px;
}
.snsBox li:last-child a:last-child img {
	width: 40px;
}
/* フッターナビ */
.footerNav ul li:not(:last-child) {
	margin-bottom: 7px;
}
.footerNav ul li a {
	display: block;
	position: relative;
	padding-left: 1em;
}
.footerNav ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -3px;
	border-radius: 50%;
	background-color: #00a0e9;
}
.footerNav ul li a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 3px 5px;
	background: url(../img/icon_blank.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
/* コピーライト */
.copyright {
	margin: 0 auto;
	color: #797979;
	font-family: "Arial", sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	/* バナーリンク */
	.bnrBlock {
		column-gap: 36px;
		width: 1140px;
	}
	.footer .inBlock {
		display: flex;
		justify-content: space-between;
	}
	/*フッターナビ*/
	.footerNav {
		display: flex;
		column-gap: 55px;
		margin-top: 6px;
	}
	/* コピーライト */
	.copyright {
		width: 1140px;
		text-align: right;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding: 50px 0 30px;
	}
	/* バナーリンク */
	.bnrBlock {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin-bottom: 45px;
	}
	.footer .inBlock {
		padding-top: 45px;
	}
	/* ロゴ・SNS */
	.snsBox {
		margin: 20px 0 55px;
	}
	.snsBox li:first-child img {
		width: 35px;
	}
	.snsBox li:last-child a:first-child img {
		width: 34px;
	}
	.snsBox li:last-child a:last-child img {
		width: 35px;
	}
	/*フッターナビ*/
	.footerNav ul li a::before {
		width: 7px;
		height: 7px;
	}
	/* コピーライト */
	.copyright {
		width: 90%;
		margin-top: 25px;
		font-size: 1rem;
	}
}
/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 900;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #00a0e9;
	transition: background-color .3s ease-in-out;
	cursor: pointer;
}
.js-btn-pagetop span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 72px;
	transition: opacity .3s ease-in-out;
}
.js-btn-pagetop span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 22px;
	left: 35px;
	width: 8px;
	height: 27px;
	background: url(../img/icon_pagetop.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	.js-btn-pagetop:hover {
		transition: .3s ease-in-out;
	}
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		right: 5%;
		bottom: 26px;
		width: 44px;
		height: 44px;
	}
	.js-btn-pagetop span {
		width: 44px;
		height: 44px;
	}
	.js-btn-pagetop span::before {
		top: 11px;
		left: 21px;
		width: 8px;
		height: 21px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#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-area {
		position: relative;
	}
	.contentsHome {
		margin-top: -110px;
	}
	.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;
}