@charset "UTF-8";
@keyframes topArrow {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
	}
	30% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
	70% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
	100% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
	}
}
@-webkit-keyframes topArrow {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
	}
	30% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
	70% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
	100% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
	}
}
html {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", Meiryo, Osaka, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
html.safari {
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna"
}
@media print, screen and (min-width:1153px) and (max-width:1280px) {
	html {
		font-size: 92px
	}
}
@media print, screen and (min-width:1025px) and (max-width:1152px) {
	html {
		font-size: 82px
	}
}
@media print, screen and (min-width:461px) and (max-width:1024px) {
	html {
		font-size: 82px
	}
}
html.safari {
	-webkit-font-smoothing: antialiased
}
@media screen and (max-width:460px) {
	html {
		font-size: 100px;
		line-height: 1.5
	}
}
@media screen and (max-width:360px) {
	html {
		font-size: 85px
	}
}
.preload * {
	-webkit-transition: none!important;
	transition: none!important
}
body, button, dd, dl, dt, figure, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
body {
	position: relative;
	font-size: .16rem;
	letter-spacing: .06em;
	line-height: 1.8;
	color: #3a3c43
}
.ie body {
	overflow-x: hidden
}
@media print, screen and (min-width:461px) {
	body {
		padding-top: 1.2rem;
		min-width: 1024px
	}
}
@media screen and (max-width:460px) {
	body {
		padding-top: .6rem;
		font-size: .14rem;
		line-height: 1.6
	}
}
[data-hidePrintMessageArea] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	pointer-events: none;
	opacity: 0
}
@media print {
	body {
		position: relative;
		top: 100px
	}
	body:before {
		content: "ページを印刷する際は一番下までスクロールして下さい。";
		display: none;
		white-space: pre;
		font-size: 20px;
		padding: 10px 10px;
		border: 3px solid #000;
		background-color: #fff;
		color: #000;
		position: absolute;
		top: -100px;
		left: 0;
		right: 0;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.chrome body:before {
		content: "ページを印刷する際は一番下までスクロールして下さい。\A画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。"
	}
	.ie body:before {
		content: "ページを印刷する際は一番下までスクロールして下さい。\A画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。"
	}
	.safari body:before {
		content: "ページを印刷する際は一番下までスクロールして下さい。\A画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。"
	}
	.edge body:before {
		content: "※Microsoft Edgeは背景や画像を印刷できません。"
	}
	.addPrintMessage body:before {
		display: block
	}
	* {
		background-attachment: scroll!important
	}
}
.touchevents * {
	-webkit-tap-highlight-color: transparent
}
.chrome body {
	image-rendering: -webkit-optimize-contrast
}
article, aside, figcaption, figure, footer, header, main, nav, section {
	display: block
}
img {
	-ms-interpolation-mode: bicubic;
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
hr {
	height: 0;
	overflow: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
b, strong {
	font-weight: inherit;
	font-weight: bolder
}
a {
	outline: 0;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	-webkit-transition: all .3s;
	transition: all .3s
}
li {
	list-style: none
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	line-height: 0
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
audio, video {
	display: inline-block
}
summary {
	display: list-item
}
audio:not([controls]) {
	display: none;
	height: 0
}
canvas {
	display: inline-block
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: none;
	outline: 0;
	font: inherit
}
button, input {
	overflow: visible
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText
}
button, select {
	cursor: pointer;
	text-transform: none
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border: none
}
select::-ms-expand {
	display: none
}
@media screen and (max-width:460px) {
	[data-sc-pc] {
		display: none!important
	}
}
@media print, screen and (min-width:461px) {
	[data-sc-sp] {
		display: none!important
	}
}
[data-en]:before {
	content: attr(data-en);
	font-family: Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic sans-serif;
	font-weight: 500;
	font-style: normal
}
.mod_main {
	overflow: hidden
}
.device-tablet .mod_main {
	width: calc(100% + 1px)
}
[data-lf] {
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}
[data-lf][style] {
	opacity: 1
}
[data-lf].load_view {
	opacity: 1
}
[data-lf-area="1"] img, img[data-lf-area="1"] {
	opacity: 1
}
.mod_w1060 {
	margin: 0 auto
}
@media print, screen and (min-width:461px) {
	.mod_w1060 {
		width: 10.6rem
	}
}
@media screen and (max-width:460px) {
	.mod_w1060 {
		padding: 0 .2rem
	}
}
.mod_w1200 {
	margin: 0 auto
}
@media print, screen and (min-width:461px) {
	.mod_w1200 {
		width: 12rem
	}
}
@media screen and (max-width:460px) {
	.mod_w1200 {
		padding: 0 .2rem
	}
}
.mod_w960 {
	margin: 0 auto
}
@media print, screen and (min-width:461px) {
	.mod_w960 {
		width: 9.6rem
	}
}
@media screen and (max-width:460px) {
	.mod_w960 {
		padding: 0 .2rem
	}
}
.mod_w1100 {
	margin: 0 auto
}
@media print, screen and (min-width:461px) {
	.mod_w1100 {
		width: 11rem
	}
}
@media screen and (max-width:460px) {
	.mod_w1100 {
		padding: 0 .15rem
	}
}
.cf:after {
	content: '';
	display: block;
	clear: both
}
@media print, screen and (min-width:461px) {
	.cf_pc:after {
		content: '';
		display: block;
		clear: both
	}
}
@media print, screen and (min-width:461px) {
	.cf_sp:after {
		content: '';
		display: block;
		clear: both
	}
}
.color-primary {
	color: #78b0a7;
}
.mod_header .mod_wrap .logo a:before, .vertmiddle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mod_header .mod_wrap .logo a>*, .vertmiddle>* {
	display: inline-block;
	vertical-align: middle
}
.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}
.of img {
	width: 100%;
	height: 100%;
	vertical-align: bottom
}
.of.cover img {
	object-fit: cover;
}
.ie_only .of.cover img {
	font-family: 'object-fit: cover;'
}
.of.contain img {
	-o-object-fit: contain;
	object-fit: contain
}
.ie_only .of.contain img {
	font-family: 'object-fit: contain;'
}
.ofi {
	width: 100%;
	height: 100%
}
.ofi.cover {
	-o-object-fit: cover;
	object-fit: cover
}
.ie_only .ofi.cover {
	font-family: 'object-fit: cover;'
}
.ofi.contain {
	-o-object-fit: contain;
	object-fit: contain
}
.ie_only .ofi.contain {
	font-family: 'object-fit: contain;'
}
@media screen and (max-width:460px) {
	body.nav_open {
		-webkit-overflow-scrolling: auto;
		overflow-y: hidden
	}
	body.nav_open .nav_wrap {
		-webkit-overflow-scrolling: touch
	}
}
@media print {
	.mod_header {
		position: absolute!important
	}
}
@media print, screen and (min-width:461px) {
	.mod_header {
		width: 100%;
		min-width: 1024px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		border-top: .04rem solid #78b0a7
	}
	.mod_header:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0
	}
	#language-menu-sp {
		display: none;
	}
}
@media screen and (max-width:460px) {
	.mod_header {
		width: 100%;
		height: .6rem;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #fff
	}
	.nav_open .mod_header .nav_wrap {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.mod_header .mod_wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 .4rem;
	height: .66rem
}
@media screen and (max-width:460px) {
	.mod_header .mod_wrap {
		padding: 0 .65rem 0 .19rem;
		height: 100%
	}
	#language-menu-pc {
		display: none;
	}
}
.mod_header .mod_wrap .logo {
	z-index: 10
}
.mod_header .mod_wrap .logo a {
	display: block;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	white-space: nowrap
}
.no-touchevents .mod_header .mod_wrap .logo a:hover {
	opacity: .5
}
@media screen and (max-width:460px) {
	.mod_header .mod_wrap .logo a img {
		height: .28rem;
		width: auto
	}
}
.mod_header .mod_wrap .contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2
}
.mod_header .mod_wrap .contact .sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media print, screen and (min-width:461px) {
	.mod_header .mod_wrap .contact .sns {
		height: 35px
	}
}
@media screen and (max-width:460px) {
	.mod_header .mod_wrap .contact .sns {
		height: .28rem
	}
}
.mod_header .mod_wrap .contact .sns .snsItem a {
	display: block;
	position: relative
}
.mod_header .mod_wrap .contact .sns .snsItem a:hover {
	opacity: .7
}
.mod_header .mod_wrap .contact .sns .snsItem a .img {
	display: block
}
@media screen and (max-width:460px) {
	.mod_header .mod_wrap .contact .sns .snsItem a .img {
		width: .28rem;
		height: auto
	}
}
.mod_header .mod_wrap .contact .sns .snsItem+.snsItem {
	margin-left: .23rem
}
@media screen and (max-width:460px) {
	.mod_header .mod_wrap .contact .sns .snsItem+.snsItem {
		margin-left: .08rem
	}
}
.mod_header .mod_wrap .contact .tel {
	font-family: Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-left: .26rem;
	line-height: 1;
	letter-spacing: .05em;
	font-size: .24rem;
	text-transform: uppercase
}
.mod_header .mod_wrap .contact .tel a {
	font-family: Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic sans-serif;
	font-weight: 700;
	font-style: normal
}
@media print, screen and (min-width:461px) {
	.mod_header .nav_wrap {
		margin: 0 0.5rem;
		height: .5rem
	}
}
@media screen and (max-width:460px) {
	.mod_header .nav_wrap {
		padding: 1rem .3rem;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 900;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 1s;
		transition: -webkit-transform 1s;
		transition: transform 1s;
		transition: transform 1s, -webkit-transform 1s;
		background-color: rgba(58, 60, 67, .98);
		color: #fff
	}
}
.mod_header .close {
	font-family: Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic sans-serif;
	font-weight: 500;
	font-style: normal;
	cursor: pointer;
	width: 1.48rem;
	height: .33rem;
	border: 1px solid #fff;
	margin: 4vh auto 0;
	text-align: center;
	font-size: .15rem;
	letter-spacing: .05em;
	line-height: .35rem
}
@media print, screen and (min-width:461px) {
	.mod_header .main_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		height: 100%
	}
}
@media screen and (max-width:460px) {
	.mod_header .main_nav {
		position: relative;
		text-align: center
	}
	.mod_header .main_nav::-webkit-scrollbar {
		width: 3px;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 1px, #fff 2px, rgba(255, 255, 255, 0) 2px)
	}
	.mod_header .main_nav::-webkit-scrollbar-thumb {
		background-color: #aaa;
		width: 3px
	}
}
@media print, screen and (min-width:461px) {
	.mod_header .main_nav>li {
		width: calc(100% / 6);
		height: 100%;
		position: relative
	}
	.mod_header .main_nav.en>li {
		width: calc(100% / 3) !important;
	}
}
@media screen and (max-width:460px) {
	.mod_header .main_nav>li {
		position: relative
	}
}
@media print, screen and (min-width:461px) {
	.mod_header .main_nav>li:after {
		content: '';
		background: #d6d6d6;
		height: .3rem;
		width: .9px;
		position: absolute;
		right: 0;
		top: 0
	}
}
@media print, screen and (min-width:461px) {
	.mod_header .main_nav>li:nth-child(1):before {
		content: '';
		background: #d6d6d6;
		height: .3rem;
		width: 1px;
		position: absolute;
		left: 0;
		top: 0
	}
}
.mod_header .main_nav>li>a {
	font-family: Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic sans-serif;
	font-weight: 500;
	font-style: normal;
	display: block;
	font-size: .16rem;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: .05em;
	position: relative;
	z-index: 10
}
@media print, screen and (min-width:461px) {
	.mod_header .main_nav>li>a {
		height: 100%;
		text-align: center;
		overflow: hidden;
		padding-bottom: .2rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.mod_header .main_nav>li>a:before {
		content: "";
		height: 100%;
		display: inline-block;
		vertical-align: middle
	}
	.mod_header .main_nav>li>a span {
		display: inline-block;
		vertical-align: middle
	}
	.mod_header .main_nav>li>a:after {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background-color: #78b0a7;
		position: absolute;
		left: 0;
		bottom: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s
	}
}
@media screen and (max-width:460px) {
	.mod_header .main_nav>li>a {
		line-height: 1;
		font-size: .2rem;
		padding: 3vh 0
	}
}
.mod_header .main_nav>li>a br {
	display: none
}
@media print, screen and (min-width:460px) and (max-width:1440px) {
	.mod_header .main_nav>li>a br {
		display: block
	}
}
@media print, screen and (min-width:461px) {
	.mod_header .main_nav>li>a.active:after, .no-touchevents .mod_header .main_nav>li>a:hover:after {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.mod_header .main_nav>li.active>a {
	color: #78b0a7
}
.mod_header .main_nav>li.active>a:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.mod_header .main_nav>li.active .sub_nav_wrap {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
@media screen and (max-width:460px) {
	.mod_header .main_nav>li.active .sub_nav_wrap {
		height: auto;
		pointer-events: auto;
		opacity: 1;
		border-color: #fff
	}
}
@media screen and (max-width:460px) {
	.mod_header .main_nav>li:not(.active) .sub_nav_wrap {
		height: 0!important
	}
}
@media screen and (max-width:460px) {
	.mod_header .main_nav>li:not(.sub)>a {
		position: relative
	}
	.mod_header .main_nav>li:not(.sub)>a:after {
		content: "";
		margin: auto 0;
		width: .08rem;
		height: .08rem;
		display: block;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: .2rem;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}
@media screen and (max-width:460px) {
	.mod_header .main_nav>li.group .sub_nav_box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.mod_header .main_nav>li.group .sub_nav:first-of-type {
		width: 40%
	}
}
@media print, screen and (min-width:461px) {
	.mod_header .sub_nav_wrap {
		margin: 0 auto;
		padding: .3rem .4rem;
		width: 3rem;
		position: absolute;
		left: -1.5rem;
		right: -1.5rem;
		top: 100%;
		background-color: rgba(0, 0, 0, .9);
		color: #fff;
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		height: auto!important
	}
}
@media screen and (max-width:460px) {
	.mod_header .sub_nav_wrap {
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		height: 0;
		pointer-events: none;
		height: .5s;
		-webkit-transition: height .5s, opacity .5s, border-color .5s;
		transition: height .5s, opacity .5s, border-color .5s;
		overflow: hidden;
		position: relative
	}
}
@media screen and (max-width:460px) {
	.mod_header .sub_nav_box {
		padding: 0 0 .16rem
	}
}
@media screen and (max-width:460px) {
	.mod_header .top {
		display: block;
		width: 100%;
		padding: .14rem 0;
		font-size: .15rem;
		font-weight: 700;
		position: relative
	}
	.no-touchevents .mod_header .top {
		display: none
	}
	.mod_header .top:after {
		content: "";
		display: block;
		margin: auto 0;
		width: .06rem;
		height: .06rem;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: .2rem;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}
@media print, screen and (min-width:461px) {
	.mod_header .sub_nav li+li {
		border-top: 1px solid #fff
	}
}
.mod_header .sub_nav a {
	display: block;
	font-weight: 700;
	font-size: .13rem;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.no-touchevents .mod_header .sub_nav a:hover {
	opacity: .7
}
@media print, screen and (min-width:461px) {
	.mod_header .sub_nav a {
		position: relative;
		padding: .1rem .16rem .1rem 0;
		word-break: break-all
	}
	.mod_header .sub_nav a:after {
		content: "";
		display: block;
		width: .06rem;
		height: .06rem;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: auto 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: .06rem
	}
}
@media screen and (max-width:460px) {
	.mod_header .sub_nav a {
		padding: .04rem 0
	}
}
@media print, screen and (min-width:461px) {
	.mod_header .sub_nav dl {
		border-bottom: 1px solid #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
@media print, screen and (min-width:461px) {
	.mod_header .sub_nav dl a {
		display: block
	}
}
@media screen and (max-width:460px) {
	.mod_header .sub_nav dl a {
		padding: .02rem 0
	}
}
.mod_header .sub_nav dl dt {
	position: relative
}
@media print, screen and (min-width:461px) {
	.mod_header .sub_nav dl dt {
		width: 100%;
		border-bottom: 1px solid #fff
	}
}
@media screen and (max-width:460px) {
	.mod_header .sub_nav dl dt a:after {
		content: "";
		width: .06rem;
		height: .06rem;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		display: inline-block;
		margin: 0 0 .02rem .1rem;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff
	}
}
.mod_header .sub_nav dl dd {
	font-size: .12rem
}
@media print, screen and (min-width:461px) {
	.mod_header .sub_nav dl dd {
		width: 28%
	}
}

@media print, screen and (min-width: 461px) and (max-width:1200px) {
	.mod_header .main_nav>li:nth-of-type(7) {
		width: fit-content;
		padding: 0 0.15rem 0;
	}
}

.mod_spNav_btn {
	width: .6rem;
	height: .6rem;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background: #fff;
	cursor: pointer
}
.mod_spNav_btn>span {
	display: block;
	margin: auto .2rem auto auto;
	width: .21rem;
	height: 2px;
	background-color: #3a3c43;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: background .5s, -webkit-transform .5s;
	transition: background .5s, -webkit-transform .5s;
	transition: background .5s, transform .5s;
	transition: background .5s, transform .5s, -webkit-transform .5s
}
.mod_spNav_btn>span:first-of-type {
	-webkit-transform: translateY(-.1rem);
	-ms-transform: translateY(-.1rem);
	transform: translateY(-.1rem);
	width: .26rem
}
.mod_spNav_btn>span:last-of-type {
	-webkit-transform: translateY(.1rem);
	-ms-transform: translateY(.1rem);
	transform: translateY(.1rem);
	width: .26rem
}
.nav_open .mod_spNav_btn>span {
	background-color: rgba(255, 255, 255, 0);
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}
.nav_open .mod_spNav_btn>span:first-of-type {
	background-color: #3a3c43;
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}
.nav_open .mod_spNav_btn>span:last-of-type {
	background-color: #3a3c43;
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg)
}
.nav_open .mod_spNav_btn p:before {
	opacity: 1
}
.nav_open .mod_spNav_btn p span {
	opacity: 0
}
.mod_table {
	border-collapse: collapse;
	margin-top: .43rem;
	width: 100%
}
@media screen and (max-width:460px) {
	.mod_table {
		margin-top: .2rem
	}
}
@media screen and (max-width:460px) {
	.mod_table tr {
		display: block;
		position: relative
	}
}
@media screen and (max-width:460px) {
	.mod_table tr:before {
		content: '';
		background: #78b0a7;
		height: 1px;
		width: .9rem;
		position: absolute;
		bottom: 0;
		left: 0
	}
}
@media screen and (max-width:460px) {
	.mod_table tr:after {
		content: '';
		background: #ccc;
		height: 1px;
		width: calc(100% - .9rem);
		position: absolute;
		bottom: 0;
		right: 0
	}
}
.mod_table tr:last-child:after, .mod_table tr:last-child:before {
	display: none
}
.mod_table tr th {
	border-bottom: 1px solid #78b0a7;
	font-size: .16rem;
	letter-spacing: .05em;
	line-height: 1.7;
	padding: .22rem 0;
	text-align: justify;
	width: 1.1rem;
	vertical-align: top
}
@media print, screen and (min-width:461px) {
	.mod_table tr th {
		min-width: 1.1rem
	}
}
@media screen and (max-width:460px) {
	.mod_table tr th {
		display: block;
		font-size: .14rem;
		width: 100%;
		border: none;
		padding: .2rem .15rem 0 .1rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}
.mod_table tr td {
	border-bottom: 1px solid #d6d6d6;
	font-size: .16rem;
	letter-spacing: .1em;
	line-height: 1.7;
	letter-spacing: 0;
	padding: .22rem .16rem .22rem;
	width: auto
}
@media screen and (max-width:460px) {
	.mod_table tr td {
		display: block;
		font-size: .14rem;
		padding: .1rem .15rem .17rem .1rem;
		line-height: 1.64;
		border: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}
.mod_in_ttl {
	font-size: .18rem;
	font-weight: 700;
	line-height: 1
}
@media screen and (max-width:460px) {
	.mod_in_ttl {
		font-size: .14rem
	}
}
.mod_in_ttl:before {
	font-size: .38rem;
	display: block;
	letter-spacing: .08em;
	margin-bottom: .26rem
}
@media screen and (max-width:460px) {
	.mod_in_ttl:before {
		font-size: .3rem;
		margin-bottom: .12rem
	}
}
.radioWrap .radio,
.checkboxWrap .checkbox {
	display: inline-block;
	vertical-align: middle
}
@media screen and (max-width:460px) {
	.radioWrap .radio,
	.checkboxWrap .checkbox {
		display: block;
		margin-left: .05rem
	}
}
.radioWrap .radio>input[type=radio],
.checkboxWrap .checkbox>input[type=checkbox] {
	width: 0!important;
	height: 0!important;
	opacity: 0!important;
	padding: 0!important
}
.radioWrap .radio>input[type=radio]:checked~label:after,
.checkboxWrap .checkbox>input[type=checkbox]:checked~label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.radioWrap .radio>input[type=radio][disabled]~label,
.checkboxWrap .checkbox>input[type=checkbox][disabled]~label {
	opacity: .5;
	-webkit-filter: brightness(.8);
	filter: brightness(.8);
	pointer-events: none;
	cursor: default
}
.radioWrap .radio>label,
.checkboxWrap .checkbox>label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle
}
.radioWrap .radio>label:before,
.checkboxWrap .checkbox>label:before {
	content: "";
	display: block;
	background: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	color: #a03264;
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.checkboxWrap .checkbox>label:before {
	border-radius: 20%;
}
@media screen and (max-width:460px) {
	.radioWrap .radio>label:before,
	.checkboxWrap .checkbox>label:before {
		width: 12px;
		height: 12px;
	}
}
.radioWrap .radio+.radio {
	margin-left: 50px
}
@media screen and (max-width:460px) {
	.radioWrap .radio+.radio {
		margin: .07rem 0 0 .05rem
	}
}
.radioWrap .radio>label:after,
.checkboxWrap .checkbox>label:after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top:  0;
	bottom: 0rem;
	left: 2px;
	margin: auto;
	background-color: #7aafa7;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 50%
}
.checkboxWrap .checkbox>label:after {
	border-radius: 20%
}
@media screen and (max-width:460px) {
	.radioWrap .radio>label:after,
	.checkboxWrap .checkbox>label:after {
		width: 10px;
		height: 10px;
		top: 0;
		left: 1px;
	}
}
.radioWrap .radio>label>span,
.checkboxWrap .checkbox>label>span {
	color: #fff;
	font-size: .16rem;
	font-weight: 700;
	display: inline-block;
	padding-left: 26px;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s
}
@media print, screen and (min-width:461px) {
	.radioWrap .radio>label>span,
	.checkboxWrap .checkbox>label>span {
		line-height: 2
	}
}
@media screen and (max-width:460px) {
	.radioWrap .radio>label>span,
	.checkboxWrap .checkbox>label>span {
		font-size: .14rem;
		padding-left: .22rem
	}
}
.no-touchevents .radioWrap .radio>label:hover:before {
	-webkit-box-shadow: 0 0 8px #78b0a7;
	box-shadow: 0 0 8px #78b0a7
}
.no-touchevents input[type=email]:hover, .no-touchevents input[type=tel]:hover, .no-touchevents input[type=text]:hover, .no-touchevents textarea:hover {
	-webkit-box-shadow: 0 0 8px #78b0a7;
	box-shadow: 0 0 8px #78b0a7
}
.mod_sec_map {
	background: silver;
	padding: .2rem 0
}
.mod_sec_map .mod_w1240 {
	width: 12.4rem;
	margin: 0 auto;
	background: #fff;
	padding: .4rem .25rem
}
.mod_footer {
	background-image: radial-gradient(rgba(97, 98, 103, .5) 1px, transparent 1px);
	background-position: center;
	background-size: 20px 20px;
	background-color: #3a3c43;
	padding: .9rem .4rem .28rem
}
@media screen and (max-width:460px) {
	.mod_footer {
		background-image: radial-gradient(rgba(97, 98, 103, .5) 1px, transparent 1px);
		background-position: center;
		background-size: 16px 16px;
		padding: .45rem 0 .13rem
	}
}
/* .mod_footer .formArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
} */
.mod_footer .formArea .mod_in_ttl {
	text-align: center;
	color: #fff;
	margin-bottom: .8rem;
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .mod_in_ttl {
		margin-bottom: .3rem;
		width: 100%
	}
}
.mod_footer .formArea .formlistWrap {
	width: 7rem;
}
@media print, screen and (min-width:461px) {
	.mod_footer .formArea .formlistWrap {
		display: table;
		margin: 0 auto 0 0.7rem;
	}
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .formlistWrap {
		margin-top: .35rem;
		width: 100%
	}
}
.mod_footer .formArea .formlistWrap input,
.mod_footer .formArea .formlistWrap textarea,
#form_recruit input:not(#form_recruit .checkboxWrap input, #form_recruit .formbtn input),
#form_recruit textarea,
#form_recruit select {
	font-size: .16rem;
	padding: .06rem .13rem;
	color: #333;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-transition: .2s;
	transition: .2s;
	width: 100%
}

#form_recruit .selectWrap {
	position: relative;
}

#form_recruit .selectWrap::before {
	position: absolute;
	content: '';
	width: .08rem;
	height: .08rem;
	right: .1rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: .02rem solid #333;
	border-right: .02rem solid #333;
	cursor: pointer;
}

@media screen and (max-width:460px) {
	.mod_footer .formArea .formlistWrap input,
	.mod_footer .formArea .formlistWrap textarea,
	#form_recruit input,
	#form_recruit textarea
	#form_recruit select {
		font-size: .14rem;
		padding: .07rem .1rem .06rem
	}

}
@media print, screen and (min-width:461px) {
	#form_recruit .selectWrap {
		width: 50%;
	}
}

.mod_footer .formArea .formlistWrap .formlist {
	max-width: 100%
}
@media print, screen and (min-width:461px) {
	.mod_footer .formArea .formlistWrap .formlist {
		display: table-row
	}
}

@media screen and (max-width:460px) {
	.mod_footer .formArea .formlistWrap .formlist {
		margin-bottom: .26rem
	}
}
.mod_footer .formArea .formlistWrap .formlist .ttl {
	color: #fff;
	width: 1.8rem;
	font-size: .18rem;
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
@media print, screen and (min-width:461px) {
	.mod_footer .formArea .formlistWrap .formlist .ttl {
		margin-bottom: .5rem;
		display: table-cell;
		vertical-align: top;
		line-height: .4rem;
		padding-right: .5rem;
	}
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .formlistWrap .formlist .ttl {
		width: 100%;
		font-size: .16rem;
		margin: 0 0 .11rem .1rem;
		text-align: left;
	}
}

.mod_footer .formArea .formlistWrap .formlist .content span{
	color: #fff;
	/* width: 1.8rem;
	margin-bottom: .3rem;
	font-size: .19rem; */
	font-weight: 700;
	line-height: 1
}

.mod_footer .formArea .formlistWrap .formlist .content dt {
	color: #fff;
	font-weight: 700;
	line-height: .4rem;
}

/* @media print, screen and (min-width:461px) {
	.mod_footer .formArea .formlistWrap .formlist .content span {
	}
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .formlistWrap .formlist .content span {
	}
} */
/* .mod_footer .formArea .formlistWrap .formttl {
	color: #fff;
	width: 1.8rem;
	margin-bottom: .3rem;
	font-size: .19rem;
	font-weight: 700;
	line-height: 1
}

@media print, screen and (min-width:461px) {
	.mod_footer .formArea .formlistWrap .formttl {
	}
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .formlistWrap .formttl {
	}
} */

.mod_footer .formArea .formlistWrap .formlist .ttl:before {
	content: "";
	display: inline-block;
	width: .14rem;
	height: .02rem;
	background-color: #7aafa7;
	margin-right: .1rem;
	vertical-align: 12%
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .formlistWrap .formlist .ttl:before {
		margin-right: .06rem;
		width: .07rem
	}
}
@media print, screen and (min-width:461px) {
	.mod_footer .formArea .formlistWrap .formlist .content {
		padding-bottom: .4rem;
		display: table-cell;
		width: 5.2rem
	}
	.mod_footer .formArea .formlistWrap#form_select .formlist .content.radioWrap {
		white-space: nowrap;
	}
}
.mod_footer .formArea .formlistWrap .formlist .content .textareaWrap {
	height: 100%
}
.mod_footer .formArea .formbtn,
#form_recruit .formbtn {
	width: 3.16rem;
	position: relative;
	margin: .4rem auto 0;
	cursor: pointer;
	-webkit-transition: background .5s;
	transition: background .5s;
	display: block;
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .formbtn {
		width: 2.37rem;
		margin: -.08rem auto 0
	}
}
.mod_footer .formArea .formbtn input,
#form_recruit .formbtn input {
	cursor: pointer;
	background: #7aafa7;
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: .2rem;
	text-align: center;
	line-height: .5rem;
	background-color: #7aafa7;
	border: 0;
	border-radius: 0;
	letter-spacing: .05em;
	padding-right: .5rem;
	width: 100%;
	/* height: 100% */
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .formbtn input {
		line-height: .37rem;
		padding-right: .37rem;
		font-size: .14rem
	}
}
.mod_footer .formArea .formbtn i {
	width: .5rem;
	display: block;
	height: .5rem;
	position: absolute;
	background: #fff;
	top: 0;
	right: 0
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .formbtn i {
		width: .37rem;
		height: .37rem
	}
}
.mod_footer .formArea .formbtn i:before {
	content: "";
	margin: auto 0;
	width: .1rem;
	height: .1rem;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .22rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: -webkit-transform .5s
}
@media screen and (max-width:460px) {
	.mod_footer .formArea .formbtn i:before {
		height: .07rem;
		width: .07rem;
		right: .17rem
	}
}
.mod_footer .formArea .formbtn:hover {
	opacity: .7
}
.mod_footer .logo {
	margin-top: .7rem
}
@media screen and (max-width:460px) {
	.mod_footer .logo {
		margin-top: .6rem;
		padding-left: .2rem
	}
}
.mod_footer .logo a {
	-webkit-transition: all .3s;
	transition: all .3s
}
@media screen and (max-width:460px) {
	.mod_footer .logo a img {
		height: .33rem;
		width: auto
	}
}
.mod_footer .logo a:hover {
	opacity: .7
}
.mod_footer .copyright {
	color: grey;
	font-size: .1rem;
	line-height: 1;
	letter-spacing: 0;
	margin: .2rem 0 0 .2rem
}
.mod_footer .privacypolicy {
	color: #fff;
	padding-top: 0.1rem;
	text-align: center;
}
.mod_toTop_btn {
	border-radius: 50%;
	z-index: 100;
	display: block;
	width: .6rem;
	height: .6rem;
	background-color: grey;
	position: fixed;
	right: .4rem;
	bottom: .4rem;
	opacity: 0;
	-webkit-transition: opacity 1s, bottom 1s;
	transition: opacity 1s, bottom 1s
}
@media screen and (max-width:460px) {
	.mod_toTop_btn {
		width: .45rem;
		height: .45rem;
		right: .1rem;
		bottom: .1rem
	}
}
.mod_toTop_btn:before {
	content: '';
	display: block;
	margin: auto;
	width: .14rem;
	height: .14rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: -.1rem;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}
@media screen and (max-width:460px) {
	.mod_toTop_btn:before {
		border-top-width: 2px;
		border-right-width: 2px;
		width: .1rem;
		height: .1rem;
		bottom: -.05rem
	}
}
.no-touchevents .mod_toTop_btn:hover:before {
	-webkit-transform: rotate(-45deg) translate(.05rem, -.05rem);
	-ms-transform: rotate(-45deg) translate(.05rem, -.05rem);
	transform: rotate(-45deg) translate(.05rem, -.05rem);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}
.mod_toTop_btn.view {
	opacity: 1
}
[data-pararax01] {
	position: relative
}
[data-pararax01] [data-pararax01-inview] {
	position: absolute!important;
	top: 200px;
	bottom: 200px;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0
}
@media screen and (max-width:460px) {
	[data-pararax01] [data-pararax01-inview] {
		top: 100px;
		bottom: 100px
	}
}
[data-pararax01-opacity] {
	opacity: 0
}
.googlebot [data-pararax01-opacity] {
	opacity: 1!important
}
[data-pararax01-opacity][data-pararax01-active] {
	opacity: 1!important;
	-webkit-transition: opacity 1.5s cubic-bezier(.65, .01, .375, 1);
	transition: opacity 1.5s cubic-bezier(.65, .01, .375, 1)
}
[data-pararax01-opacity01] {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px)
}
.googlebot [data-pararax01-opacity01] {
	opacity: 1!important;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}
[data-pararax01-opacity01][data-pararax01-active] {
	opacity: 1!important;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	-webkit-transition: opacity 1s cubic-bezier(.205, .01, .075, .995), -webkit-transform 1s cubic-bezier(.205, .01, .075, .995);
	transition: opacity 1s cubic-bezier(.205, .01, .075, .995), -webkit-transform 1s cubic-bezier(.205, .01, .075, .995);
	transition: opacity 1s cubic-bezier(.205, .01, .075, .995), transform 1s cubic-bezier(.205, .01, .075, .995);
	transition: opacity 1s cubic-bezier(.205, .01, .075, .995), transform 1s cubic-bezier(.205, .01, .075, .995), -webkit-transform 1s cubic-bezier(.205, .01, .075, .995)
}
[data-pararax01-opacity02] {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}
.googlebot [data-pararax01-opacity02] {
	opacity: 1!important;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}
[data-pararax01-opacity02][data-pararax01-active] {
	opacity: 1!important;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	-webkit-transition: opacity 1s cubic-bezier(.205, .01, .075, .995), -webkit-transform 1s cubic-bezier(.205, .01, .075, .995);
	transition: opacity 1s cubic-bezier(.205, .01, .075, .995), -webkit-transform 1s cubic-bezier(.205, .01, .075, .995);
	transition: opacity 1s cubic-bezier(.205, .01, .075, .995), transform 1s cubic-bezier(.205, .01, .075, .995);
	transition: opacity 1s cubic-bezier(.205, .01, .075, .995), transform 1s cubic-bezier(.205, .01, .075, .995), -webkit-transform 1s cubic-bezier(.205, .01, .075, .995)
}
[data-pararax01-clippath] {
	opacity: 0;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}
.googlebot [data-pararax01-clippath] {
	opacity: 1!important;
	-webkit-clip-path: none!important;
	clip-path: none!important
}
[data-pararax01-clippath][data-pararax01-active] {
	opacity: 1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: -webkit-clip-path 1s cubic-bezier(.205, .01, .075, .995), clip-path 1s cubic-bezier(.205, .01, .075, .995), opacity 1s cubic-bezier(.65, .01, .375, 1)
}
[data-pararax01-title01] {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	position: relative
}
.ie [data-pararax01-title01] {
	opacity: 0
}
.googlebot [data-pararax01-title01] {
	opacity: 1!important;
	-webkit-clip-path: none!important;
	clip-path: none!important
}
[data-pararax01-title01]:after {
	content: "";
	display: block;
	background-color: #3a3c43;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}
.googlebot [data-pararax01-title01]:after {
	display: none!important
}
[data-pararax01-title01][data-pararax01-active] {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: -webkit-clip-path 1s cubic-bezier(.205, .01, .075, .995), clip-path 1s cubic-bezier(.205, .01, .075, .995), opacity 1.5s cubic-bezier(.65, .01, .375, 1)
}
.ie [data-pararax01-title01][data-pararax01-active] {
	opacity: 1
}
[data-pararax01-title01][data-pararax01-active]:after {
	-webkit-transition: width 1s cubic-bezier(.65, .01, .375, 1) .6s;
	transition: width 1s cubic-bezier(.65, .01, .375, 1) .6s;
	width: 0%
}
[data-pararax01-title02] {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	position: relative
}
.ie [data-pararax01-title02] {
	opacity: 0
}
.googlebot [data-pararax01-title02] {
	opacity: 1!important;
	-webkit-clip-path: none!important;
	clip-path: none!important
}
[data-pararax01-title02][data-pararax01-active] {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: -webkit-clip-path 1s cubic-bezier(.205, .01, .075, .995), clip-path 1s cubic-bezier(.205, .01, .075, .995), opacity 1.5s cubic-bezier(.65, .01, .375, 1)
}
.ie [data-pararax01-title02][data-pararax01-active] {
	opacity: 1
}
[data-menuactive-area], [data-menuactive-disable] {
	position: relative
}
[data-menuactive-inview] {
	position: absolute;
	pointer-events: none;
	width: 0;
	top: 70vh;
	bottom: 50vh;
	z-index: 10000
}
[data-menuactive-disableinview] {
	position: absolute;
	pointer-events: none;
	width: 0;
	top: 50%;
	z-index: 10000
}

.mod_footer .formArea .formlistWrap.formContent {
	display: none;
}

.mod_footer .formArea .formlistWrap .formlist .content dt {
	color: #fff;
	font-weight: 700;
	line-height: .4rem;
}

@media print, screen and (min-width: 461px){
	.mod_w960 {
		width: 9.6rem;
	}
}
#form_recruit .label-disabled {
    pointer-events: none;
    opacity: 0.8;
}
.mod_footer .formArea .formbtn input.btn-disabled,
.mod_footer .formArea .formbtn i.btn-disabled {
	background: #494b54;
    color: #9E9E9E;
}

.sub-nav {
	z-index: 10;
	margin: 0 0.1rem;
}
.sub-nav>ul {
	display: flex;
}
.sub-nav>ul>li {
	margin-left: 0.2rem;
	transition: color 0.1s ease-out;
}

.sub-nav>ul>li:hover {
	color: #8b8c91;
}

@media screen and (max-width:460px) {
	.sub-nav {
		display: none;
	}
}