@charset "utf-8";

/* font-family 設定
	font-family: "Montserrat", sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-family: 'Roboto', sans-serif;
*/

/* ------------------------------
 リセット
------------------------------ */
* {
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: #000;
	font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, Meiryo, "メイリオ", 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; }
.mb80 { 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;
}
a:focus {
	outline: 0;
}
.cms_text a,
.cms_image a {
	color: #e50041;
}
.cms_text .cms_pdf a {
	color: #000;
}
a.cms_inner_blank {
	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;
	}
}
/* カラー */
.red { color: #e50041; }
.navy { color: #0d2c4f; }
.gray { color: #8a8a90; }
/* .gold { color: #b5a14c; } */
/* フォントサイズ */
.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;
}
/* インデント */
.tihc {
	padding-left: .5em;
	text-indent: -.5em;
}
.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; }
	.pc_tac { text-align: center; }
	.pc_tar { text-align: right; }
	.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; }
	/* フォントサイズ */
	.f21 { font-size: 2rem; }
	.f25 { font-size: 2.3rem; }
	.f28 { font-size: 2.5rem; }
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
}

/* ------------------------------
 ヘッダー
------------------------------ */
.header {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.2) 0 3px 5px -5px;
}
.headerBlock {
	width: 100%;
	background-color: #fff;
	text-align: left;
}
/* ロゴ */
.logoBox {
	display: flex;
	align-items: center;
	width: auto;
}
.logoBox > a {
	display: inline-block;
	width: 217px;
}
.logoBox > a > img {
	width: 217px;
	height: 38px;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
	}
    .headerBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100px;
		padding: 0 30px;
	}
	/* ロゴ */
	.logoBox {
		height: 100px;
	}
	.logoBox > a {
		transition: .3s ease-in-out;
	}
	.logoBox > a:hover {
		opacity: .7;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	.headerBlock .gnav {
		display: flex;
		align-items: center;
		width: auto;
	}
	/* グローバルナビ */
	.headerBlock .gnav > li {
		position: relative;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > li:not(:last-child) {
		margin-right: 1.5em;
	}
	.headerBlock .gnav > li:nth-child(-n+6) > a,
	.headerBlock .gnav > li:nth-child(-n+6) > p > a {
		display: flex;
		align-items: center;
		position: relative;
		height: 100px;
		color: #000;
		font-size: 1.5rem;
		font-weight: bold;
		text-decoration: none;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > li:nth-child(-n+6):hover > a,
	.headerBlock .gnav > li:nth-child(-n+6):hover > p > a {
		color: #e50041;
	}
	.headerBlock .gnav > li:nth-child(-n+6) > a:before,
	.headerBlock .gnav > li:nth-child(-n+6) > p > a:before {
		content: "";
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: -5px;
		width: 100%;
		height: 5px;
		background: #e50041;
		transition: .2s ease-out;
	}
	.headerBlock .gnav > li:nth-child(-n+6):hover > a:before,
	.headerBlock .gnav > li:nth-child(-n+6).on > a:before,
	.headerBlock .gnav > li:nth-child(-n+6):hover > p > a:before,
	.headerBlock .gnav > li:nth-child(-n+6).on p > a:before {
		visibility: visible;
		opacity: 1;
		bottom: 0;
	}
	/* 言語切り替え */
	.headerBlock .gnav > li.language {
		display: flex;
		align-items: center;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		line-height: 30px;
	}
	.headerBlock .gnav > li.language > a,
	.headerBlock .gnav > li.language > span {
		display: block;
	}
	.headerBlock .gnav > li.language > a {
		color: #000;
		text-decoration: none;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > li.language > a:hover {
		color: #e50041;
	}
	.headerBlock .gnav > li.language > a.on,
	.headerBlock .gnav > li.language > a.on:hover {
		color: #8696a7;
	}
	.headerBlock .gnav > li.language > span {
		margin: 0 5px;
	}
	/* お問い合わせボタン */
	.headerBlock .gnav > li.contact {
		display: flex;
		align-items: center;
	}
	.headerBlock .gnav > li.contact > a {
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 152px;
		height: 48px;
		border-radius: 24px;
		background-color: #000c21;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 1.4rem;
		line-height: 48px;
		font-weight: 600;
		text-decoration: none;
		text-align: center;
		letter-spacing: .1em;
	}
	.headerBlock .gnav > li.contact > a::before {
		content: "";
		/* 絶対配置でキラッと光るの位置を決める */
		position: absolute;
		top: 0;
		left: -75%;
		/* キラッと光る形状 */
		width: 50%;
		height: 100%;
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		transform: skewX(-25deg);
	}
	/* hoverした際の移動のアニメーション */
	.headerBlock .gnav > li.contact > a:hover::before {
		animation: shine .7s;
	}
	@keyframes shine {
		100% {
			left: 125%;
		}
	}
	.headerBlock .gnav > li.contact > a::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		width: 6px;
		height: 6px;
		margin: auto 0;
		border: 0;
		border-top: solid 2px #ff0062;
		border-right: solid 2px #ff0062;
		transform: rotate(45deg);
	}
}
@media print, screen and (min-width: 1440px) {
	.headerBlock .gnav > li:not(:last-child) {
		margin-right: 2em;
	}
	.headerBlock .gnav > li:nth-child(-n+6) > a,
	.headerBlock .gnav > li:nth-child(-n+6) > p > a {
		font-size: 1.6rem;
	}
}
/* ------------------------------
 プルダウンメニュー部分（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav > li > ul {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100px;
		left: 0;
		width: auto;
		padding: 0 22px;
		background-color: rgba(229,236,244,.8);
		/* box-shadow: 0 3px 5px -2px rgba(0,0,0,.1);
		transition: visibility 0s step-start .3s, opacity .3s ease-in-out; */
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > li > ul:hover,
	.headerBlock .gnav > li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	.headerBlock .gnav > li > ul > li:not(:last-child) {
		display: block;
		border-bottom: 1px solid #8696a7;
	}
	/* .headerBlock .gnav > li > ul > li:not(:last-child) {
		margin-bottom: 6px;
	} */
	.headerBlock .gnav > li > ul > li a {
		display: block;
		position: relative;
		width: 293px;
		color: #000;
		font-size: 1.5rem;
		line-height: 50px;
		text-decoration: none;
		text-align: left;
		white-space: nowrap;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > li > ul > li:nth-child(6) a[target="_blank"] {
		background: url(../img/icon_blank.svg) no-repeat 4.35em center / 10px 10px;
	}
	.headerBlock .gnav > li > ul > li a:hover {
		opacity: .5;
	}
	.headerBlock .gnav > li > ul > li a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 26px;
		height: 26px;
		margin: auto 0;
		background: url(/shared/img/arrow_r26.svg) no-repeat 0 0 / cover;
	}
	/* 製品紹介 */
	.headerBlock .gnav > li > ul.product {
		padding: 0;
	}
	.headerBlock .gnav > li > ul.product > li:not(.cat):not(.catLink) {
		padding: 0 22px;
		border-bottom: none;
	}
	.headerBlock .gnav > li > ul.product > li:not(.cat):not(.catLink):not(:nth-child(5)):not(:last-child) > a {
		border-bottom: 1px solid #8696a7;
	}
	.headerBlock .gnav > li > ul.product > li.cat {
		padding: 0 22px;
		border-bottom: 1px solid #8696a7;
		background-color: #0d2c4f;
		color: #fff;
		line-height: 50px;
	}
	.headerBlock .gnav > li > ul.product > li.catLink {
		border-top: 1px solid #8696a7;
	}
	.headerBlock .gnav > li > ul.product > li.catLink > a {
		width: 337px;
		padding: 0 22px;
		background-color: #0d2c4f;
		color: #fff;
		line-height: 50px;
	}
	.headerBlock .gnav > li > ul.product > li.catLink > a::before {
		right: 22px;
	}
	.headerBlock .gnav > li > ul.product > li.catLink > a:hover {
		opacity: .7;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		height: 50px;
		box-shadow: rgba(0,0,0,.2) 0 3px 5px -3px;
	}
	.headerBlock {
		height: 50px;
	}
	.logoBlock {
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 50px;
		background-color: #fff;
	}
	/* ロゴ */
	.logoBox {
		height: 50px;
		margin-left: 5%;
	}
	.logoBox > a {
		width: 126px;
		line-height: 1;
	}
	.logoBox > a > img {
		width: 126px;
		height: 22px;
	}
	.logoBox p {
		margin-left: 14px;
		font-size: 1.4rem;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background-color: rgba(0,61,145,.05);
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: rgba(224,0,71,1);
		background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	}
	.menu-icon:before,
	.menu-icon:after {
		transition: color .25s ease;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background: rgba(224,0,71,1);
		background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	}
	.menu-icon:before,
	.menu-icon:after {
		content: "";
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -7px;
		transition: transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -7px;
		transition: transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(7px) rotate(45deg);
		transition: transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-7px) rotate(-45deg);
		transition: transform .1s ease-out .25s;
	}
	/* グローバルナビ */
	.headerBlock .gnav {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		max-height: 100%;
		height: 100%;
		background-color: transparent;
		transition: visibility 0s step-start .3s, opacity .3s ease-in-out;
	}
	.page-open-slidemenu .headerBlock .gnav {
		visibility: visible;
		opacity: 1;
		overflow-y: auto;
	}
	.page-open-slidemenu .headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.page-open-slidemenu .headerBlock .gnav > li:last-child {
		margin-bottom: 78px;
	}
	.page-open-slidemenu .headerBlock .gnav > li > p {
		position: relative;
	}
	.page-open-slidemenu .headerBlock .gnav > li > p > .btn-submenu-toggle {
		position: absolute;
	}
	/* グローバルナビ メニュー */
	.headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 3;
		width: 100%;
	}
	.headerBlock .gnav > li:nth-child(-n+6) {
		border-bottom: 1px solid #8696a7;
	}
	.headerBlock .gnav > li:nth-child(-n+6) > a,
	.headerBlock .gnav > li > p > a {
		display: block;
		position: relative;
		width: 100%;
		padding: 20px 64px 20px 30px;
		color: #000;
		text-decoration: none;
	}
	.headerBlock .gnav > li:nth-child(-n+6) > a::before,
	.headerBlock .gnav > li > p > a::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 17px;
		width: 7px;
		height: 12px;
		margin: auto 0;
		background: url(../img/arrow_r_grad.png) no-repeat 0 0 / cover;
	}
	.headerBlock .gnav > li > ul {
		position: relative;
		overflow: hidden;
		display: none;
		padding-bottom: 25px;
	}
	.headerBlock .gnav > li > ul > li:not(:last-child) {
		margin-bottom: 8px;
	}
	.headerBlock .gnav > li > ul > li > a {
		display: block;
		position: relative;
		padding: 0 0 0 40px;
		color: #000;
		text-decoration: none;
	}
	.headerBlock .gnav > li > ul > li:nth-child(6) > a[target="_blank"] {
		background: url(../img/icon_blank.svg) no-repeat 6.8em center / 10px 10px;
	}
	.headerBlock .gnav > li > ul > li a::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: .7em;
		left: 26px;
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px #ff0062;
		border-right: solid 2px #ff0062;
		transform: rotate(45deg);
	}
	/* 製品紹介 */
	.headerBlock .gnav > li > ul.product > li.cat {
		padding: 0 40px;
		background-color: #0d2c4f;
		color: #fff;
		line-height: 54px;
	}
	.headerBlock .gnav > li > ul.product > li.catLink {
		margin-bottom: 1px;
	}
	.headerBlock .gnav > li > ul.product > li.catLink > a {
		display: block;
		background-color: #0d2c4f;
		color: #fff;
		line-height: 54px;
	}
	.headerBlock .gnav > li > ul.product > li.catLink > a::before {
		top: 1.5em;
	}
	.headerBlock .gnav > li > ul.product > li.catLink > a:hover {
		opacity: .7;
	}
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		z-index: 10;
		width: 34px;
		height: 34px;
		margin: auto 0;
		background: url(/shared/img/circle.svg) no-repeat 0 0 / cover;
	}
	.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: #e50041;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle:before {
		width: 2px;
		height: 10px;
	}
	.btn-submenu-toggle:after {
		width: 10px;
		height: 2px;
	}
	.is-open .btn-submenu-toggle:before {
		background-color: transparent;
	}
	.is-open .btn-submenu-toggle:after {
		background-color: #e50041;
	}
	/* 言語切り替え */
	.headerBlock .gnav > li.language {
		display: flex;
		justify-content: center;
		padding: 24px 0;
		font-family: "Montserrat", sans-serif;
		font-size: 1.8rem;
		line-height: 30px;
		font-weight: 700;
	}
	.headerBlock .gnav > li.language > a,
	.headerBlock .gnav > li.language > span {
		display: block;
	}
	.headerBlock .gnav > li.language > a {
		color: #000;
		text-decoration: none;
	}
	.headerBlock .gnav > li.language > a.on {
		color: #8696a7;
	}
	.headerBlock .gnav > li.language > span {
		margin: 0 15px;
	}
	/* CONTACT */
	.headerBlock .gnav > li.contact {
		display: flex;
		justify-content: center;
	}
	.headerBlock .gnav > li.contact > a {
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 260px;
		height: 70px;
		border-radius: 35px;
		background-color: #000c21;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 70px;
		text-decoration: none;
		text-align: center;
		letter-spacing: .2em;
	}
	.headerBlock .gnav > li.contact > a::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 27px;
		width: 8px;
		height: 8px;
		margin: auto 0;
		border: 0;
		border-top: solid 2px #ff0062;
		border-right: solid 2px #ff0062;
		transform: rotate(45deg);
	}
}
/* ------------------------------
 コンテンツ
------------------------------ */
.contentsHome,
.contents,
.contentsWide,
.contentsNews {
	position: relative;
	width: 100%;
	text-align: left;
}
/* 横幅1140px */
.inBlock {
	text-align: left;
}
/* 背景あり */
.bgBlock {
	background-color: #f5f3ee;
}
/* 入力 */
.contents > .inBlock,
.contentsWide > .inBlock {
	position: relative;
	padding-bottom: 96px;
}
.contents > .inBlock > *:last-child,
.contentsWide > .inBlock > *:last-child {
	margin-bottom: 0;
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
	}
	.menu-layer {
		display: none;
	}
	.contentsHome,
	.contents,
	.contentsWide,
	.contentsNews {
		min-width: 1240px;
		margin: 100px auto 0;
	}
	.contents,
	.contentsWide {
		background: url(/shared/img/contents_bg.jpg) no-repeat right 0 / 1530px 1020px;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	/* Wideの場合 */
	.contentsWide > .inBlock {
		width: 100%;
	}
	.contentsWide > .inBlock > .cms_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contentsWide > .inBlock > .cms_block.wide {
		width: 100%;
	}
	.contentsWide > .inBlock > .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 {
		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(229,236,244,.95);
	}
	.page-open-slidemenu .menu-layer {
		visibility: visible;
		opacity: 1;
	}
	.page-open-slidemenu {
		overflow: hidden;
		position: fixed;
	}
	.contentsHome,
	.contents,
	.contentsWide {
		min-width: 320px;
		margin-top: 50px;
	}
	.contents,
	.contentsWide {
		background: url(/shared/img/contents_bg_sp.jpg) no-repeat 0 0 / 100% auto;
	}
	/* 入力 */
	.contents > .inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		padding-bottom: 60px;
	}
	/* Wideの場合 */
	.contentsWide > .inBlock {
		width: 100%;
		padding-bottom: 60px;
	}
	.contentsWide > .inBlock > .cms_block {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.contentsWide > .inBlock > .cms_block.wide {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

/* ------------------------------
 パンくず（PC）
------------------------------ */
.crumb {
	width: 100%;
	background-color: #f2f1ed;
}
.crumb p {
	width: 1140px;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 44px;
	text-align: right;
}
.crumb a {
	line-height: 44px;
	transition: .3s ease-in-out;
}
.crumb a::after {
	content: ">";
	display: inline-block;
	margin: 0 1px 0 5px;
	color: #969696;
	text-decoration: none;
	vertical-align: middle;
}
.crumb a:hover {
	opacity: .7;
}
.crumb a:hover::after {
	text-decoration: none;
}
/* ------------------------------
 パンくず（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.crumb {
		display: none;
	}
}

/* ------------------------------
 リンクブロック（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 {
		width: 350px;
	}
	.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 70px 20px 20px;
	}
	.cms_block.linkBlock ul li a::after {
		right: 20px;
	}
}

/* ------------------------------
 コンテンツナビ（PC）
------------------------------ */
.cnavBlock p {
	font-size: 2.3rem;
	line-height: 1;
	font-weight: bold;
}
.cnavBlock p a {
	color: #0d2c4f;
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.cnavBlock {
		padding: 60px 0 55px;
		background-color: rgba(0,61,145,.05);
	}
	.cnavBlock p {
		display: inline-block;
		margin-bottom: 26px;
	}
	.cnavBlock p::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 10px;
		background: rgba(224,0,71,1);
		background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	}
	.cnav {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.cnav li {
		display: inline-block;
	}
	.cnav li a {
		display: inline-block;
		position: relative;
		margin-bottom: 3px;
		margin-right: 42px;
		padding-bottom: 2px;
		border-bottom: 1px solid #b7c0ca;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	.cnav li a[target="_blank"] {
		padding-right: 1em;
		background: url(../img/icon_blank.svg) no-repeat right center / 10px 10px;
	}
	.cnav li a::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: -42px;
		width: 34px;
		height: 34px;
		background: url(/shared/img/arrow_r34.svg) no-repeat 0 0 / cover;
	}
}
/* ------------------------------
 コンテンツナビ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cnavBlock {
		padding: 0;
		border-top: 1px solid #b7c0ca;
	}
	.cnavBlock p {
		border-bottom: 2px solid rgba(224,0,71,1);
		border-image: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
		border-image-slice: 1;
		font-size: 2rem;
	}
	.cnavBlock p a {
		display: block;
		padding: 25px 5%;
		background-color: rgba(0,61,145,.12);
	}
	.cnav li:not(:last-child) {
		border-bottom: 1px dotted #b7c0ca;
	}
	.cnav li a {
		position: relative;
		display: block;
		padding: 21px 5%;
		background-color: rgba(0,61,145,.06);
		text-decoration: none;
	}
	.cnav li.on a {
		background-color: #0d2c4f;
		color: #fff;
	}
	.cnav li a::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5%;
		width: 34px;
		height: 34px;
		margin: auto 0;
		background: url(/shared/img/arrow_r34.svg) no-repeat 0 0 / cover;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	width: 100%;
	padding-top: 80px;
	border-top: 1px solid #b7c0ca;
}
.footer > .inBlock {
	margin-bottom: 80px;
}
/* インフォメーション */
.information {
	line-height: 1.5;
}
.information img {
	width: 246px;
	height: 43px;
	margin-bottom: 20px;
}
/* お問い合わせボタン */
.contactBtn {
	text-align: center;
}
.contactBtn a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 305px;
	height: 84px;
	border-radius: 42px;
	background-color: #000c21;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 2.2rem;
	line-height: 84px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	letter-spacing: .2em;
}
.contactBtn a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 32px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border: 0;
	border-top: solid 3px #ff0062;
	border-right: solid 3px #ff0062;
	transform: rotate(45deg);
}
/* 下 */
.footerBottom {
	padding: 23px 0;
	background-color: #0d2c4f;
}
/* ナビ */
.fnav {
	display: flex;
}
.fnav li {
	/* font-size: 1.4rem; */
	line-height: 1;
	font-weight: bold;
}
.fnav li a {
	color: #fff;
	text-decoration: none;
	transition: .3s ease-in-out;
}
/* コピーライト */
.copyright {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 300;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.footer {
		min-width: 1240px;
	}
	.footer .inBlock {
		display: flex;
		justify-content: space-between;
	}
	/* インフォメーション */
	.information {
		/* letter-spacing: .08em; */
	}
	/* COTACTボタン */
	.contactBtn a::before {
		content: "";
		/* 絶対配置でキラッと光るの位置を決める */
		position: absolute;
		top: 0;
		left: -75%;
		/* キラッと光る形状 */
		width: 50%;
		height: 100%;
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		transform: skewX(-25deg);
	}
	/* hoverした際の移動のアニメーション */
	.contactBtn a:hover::before {
		animation: shine .7s;
	}
	@keyframes shine {
		100% {
			left: 125%;
		}
	}
	/* 下 */
	.footerBottom .inBlock {
		align-items: center;
	}
	.fnav li:not(:last-child):after {
		content: "｜";
		display: inline-block;
		color: #fff;
		margin: 0 .5em;
	}
	.fnav li a:hover {
		opacity: .7;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding-top: 50px;
	}
	.footer > .inBlock {
		margin-bottom: 50px;
		padding: 0 5%;
	}
	/* インフォメーション */
	.information {
		margin-bottom: 23px;
		/* font-size: 1.4rem; */
		line-height: 1.65;
		text-align: center;
	}
	.information img {
		width: 212px;
		height: 37px;
		margin-bottom: 20px;
	}
	/* COTACTボタン */
	.contactBtn {
		line-height: 1;
	}
	.contactBtn a {
		width: 260px;
		height: 70px;
		border-radius: 35px;
		font-size: 1.8rem;
		line-height: 70px;
	}
	.contactBtn a::after {
		right: 27px;
		width: 8px;
		height: 8px;
		border-top: solid 2px #ff0062;
		border-right: solid 2px #ff0062;
	}
	/* 下 */
	.footerBottom {
		padding: 20px 0 12px;
	}
	/* ナビ */
	.fnav {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 12px;
		padding: 0 10% 20px;
		border-bottom: 1px solid #3e5672;
	}
	/* .fnav li:first-child {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	} */
	.fnav li:nth-child(odd):after {
		content: "｜";
		display: inline-block;
		color: #fff;
		margin: 0 .5em;
	}
	.fnav li:nth-child(n+3) {
		margin-top: 10px;
	}
	/* コピーライト */
	.copyright {
		text-align: center;
	}
}
@media screen and (max-width: 359px) {
	/* インフォメーション */
	.information {
		/* font-size: 1.4rem; */
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 100;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background-color: rgba(13,44,79,1);
	cursor: pointer;
	transition: background-color .3s ease-in-out;
}
.js-btn-pagetop span {
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
	.js-btn-pagetop:hover {
		background-color: rgba(13,44,79,.7);
	}
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		right: 3.5%;
		width: 41px;
		height: 41px;
	}
	.js-btn-pagetop span {
		top: 45%;
		width: 10px;
		height: 10px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
	.page-open-slidemenu .js-btn-pagetop {
		bottom: -50px !important;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	background-color: #a30000;
	text-align: center;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
}
/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}
