@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500..700&family=Noto+Sans+JP:wght@400..700&family=Roboto:wght@400..700&display=swap');
* {
		margin: 0;
		padding: 0;
}
html {
		overflow-y: scroll;
}
table {
		border-collapse: collapse;
}
img {
		border: none;
		vertical-align: top;
}
.clear {
		clear: both;
}
body {
		color: #222;
		background-color: #F3F3F3;
		font-size: 16px;
		font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
}
@media(max-width: 767px) {
		body {
				font-size: 15px;
		}
		body.bodyLock, html.bodyLock {
				overflow: hidden
		}
}
h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
}
h1, h2, h3, h4, h5, p, li, dt, dd, th, td {
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
}
.page_shell {}
/* =============== */
header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 85px;
		background: #fff;
		z-index: 5000;
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
		display: flex;
		align-items: center;
}
.nav_header {
		height: 100px;
		display: flex;
		align-items: center;
}
main {
		margin-top: 84px;
}
.header_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px;
		box-sizing: border-box;
		width: 100%;
}
.header_logo {
		width: 310px;
}
.header_logo img {
		width: 100%;
		height: auto;
}
header nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
}
header nav ul {
		display: flex;
		align-items: center;
		list-style: none
}
.header_inner nav li {
		line-height: 1.2;
		font-weight: 600;
		font-size: 14px;
		margin-left: 15px;
		position: relative;
		display: flex;
		align-items: center;
}
.header_inner nav li a {
		color: #222;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 85px;
		padding: 0 10px;
		transition: background 0.2s;
}
.header_inner nav li a span {
		color: #ababab;
		font-family: "Montserrat";
		font-size: 11px;
		font-weight: 500;
}
.header_btn {
		width: 230px;
		font-size: 15px;
		font-weight: 500;
		position: relative;
		margin-left: 30px;
}
.header_btn a {
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		border-radius: 60px;
		background: linear-gradient(90deg, #328ee0 70%, #334ade);
}
.header_btn a span {
		position: relative;
		z-index: 1;
		padding-right: 20px;
		transform: translateY(1px)
}
.header_btn a span.blankLink::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 10px);
		right: -5px;
		width: 16px;
		height: 18px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 16px;
		background-image: url("../images/icon_blank_wht.png")
}
.header_btn a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, #334ade 0%, #328ee0 100%);
		transition: opacity 0.4s;
		z-index: 0
}
@media (hover: hover) {
		header nav ul li a:hover {
				color: #FF7801;
		}
		header nav ul li a:hover span {
				color: #FF7801;
		}
		.header_btn a:hover::before {
				opacity: 0
		}
}
@media(max-width: 1500px) {
		.header_inner {
				padding: 0 20px;
		}
		header nav ul li {
				font-size: 15px;
		}
		.header_btn {
				width: 210px;
				font-size: 15px;
		}
}
@media(max-width: 1440px) {
		.header_logo {
				width: 250px;
		}
		header nav ul li {
				margin-left: 10px;
		}
		.header_inner nav li a {
				padding: 0 5px;
		}
		.header_btn {
				width: 165px;
				font-size: 13px;
				margin-left: 10px;
		}
		.header_btn a {
				height: 40px
		}
		.header_btn a span.blankLink::after {
				top: calc(50% - 9px);
				right: 1px;
				width: 12px;
				height: 12px;
				background-size: 12px;
		}
}
@media(max-width: 1300px) {
		.header_logo {
				width: 240px;
		}
		.header_inner nav li {
				font-size: 13px;
		}
		.header_inner nav li a {
				padding: 0 3px;
		}
		.header_inner nav li.mn_home {
				display: none
		}
}
@media(max-width: 1100px) {
		header {
				height: 80px
		}
		.header_logo {
				width: 270px;
		}
		.nav_header {
				height: 80px;
		}
		header nav {
				display: none
		}
		main {
				margin-top: 79px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		header {
				height: 60px;
		}
		.nav_header {
				height: 60px;
		}
		header.isOff {
				box-shadow: none;
		}
		.header_logo {
				width: 230px;
		}
		.nav_header .header_logo {
				position: relative;
				top: -1px
		}
		main {
				margin-top: 59px;
		}
}
@media screen and (max-width: 900px) and (hover: none) and (pointer: coarse) {
		header {
				height: 60px;
		}
		.nav_header {
				height: 60px;
		}
		header.isOff {
				box-shadow: none;
		}
		.header_logo {
				width: 230px;
		}
		.nav_header .header_logo {
				position: relative;
				top: -1px
		}
		main {
				margin-top: 59px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		header {
				height: 60px;
		}
		.nav_header {
				height: 60px;
		}
		header.isOff {
				box-shadow: none;
		}
		.header_logo {
				width: 230px;
		}
		.nav_header .header_logo {
				position: relative;
				top: -1px
		}
		main {
				margin-top: 59px;
		}
}
.menu_parent {
		position: relative;
}
.menu_parent .subnav {
		z-index: 500;
		overflow: hidden;
		position: absolute;
		width: 200px;
		visibility: hidden;
		top: 50px;
		left: -15px;
		pointer-events: none;
		transition: left 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.menu_parent .subnav.isOpen {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		left: 0;
}
.menu_parent .subnav.environment {
		width: 230px;
}
.subnav_in {
		background: #fff;
		box-sizing: border-box;
		padding: 20px;
		margin-top: 20px;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
		border-radius: 6px;
}
.subnav ul {
		display: block
}
.subnav ul li a {
		text-align: left !important;
}
.subnav ul li {
		font-size: 15px;
		margin-left: 0;
		margin-bottom: 20px;
		height: auto !important;
		position: relative;
		transform: translateX(-20px);
		opacity: 0;
		transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s;
		text-align: left !important;
		line-height: 1.4;
}
.subnav.isOpen ul li {
		transform: translateX(0px);
		opacity: 1;
}
.subnav ul li:nth-child(2) {
		transition-delay: 0.015s;
}
.subnav ul li:nth-child(3) {
		transition-delay: 0.03s;
}
.subnav ul li:nth-child(4) {
		transition-delay: 0.045s;
}
.subnav ul li:nth-child(5) {
		transition-delay: 0.06s;
}
.subnav ul li:nth-child(6) {
		transition-delay: 0.075s;
}
.subnav ul li:nth-child(7) {
		transition-delay: 0.09s;
}
.subnav ul li:nth-child(8) {
		transition-delay: 0.105s;
}
.subnav ul li:nth-child(9) {
		transition-delay: 0.12s;
}
.subnav ul li:nth-child(10) {
		transition-delay: 0.135s;
}
.subnav ul li:last-child {
		margin-bottom: 0;
}
.subnav ul li a {
		position: relative;
		height: auto;
		display: inline;
		padding: 0 !important
}
.header_inner nav .subnav ul li.tabletLink {
		display: none
}
@media screen and (orientation: portrait) and (max-width: 960px) {
		a.desktopLink {
				pointer-events: none;
		}
		.header_inner nav .subnav ul li.tabletLink {
				display: block !important
		}
}
@media screen and (orientation: landscape) and (max-width: 1400px) {
		a.desktopLink {
				pointer-events: none;
		}
		.header_inner nav .subnav ul li.tabletLink {
				display: block !important
		}
}
/* =============== */
footer {
		position: relative;
		z-index: 1
}
.footer_upper {
		color: #fff;
		background: linear-gradient(180deg, #727272 0%, #383735 100%);
		padding: 80px 120px 120px;
		display: flex;
		justify-content: space-between;
		position: relative;
}
.footer_upper .pagetop {
		position: absolute;
		right: 60px;
		bottom: 60px;
		z-index: 5;
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
}
.pagetop span {
		padding-right: 20px;
		position: relative;
}
.pagetop span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 8px);
		right: 0;
		width: 8px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url("../images/pagetop_arw.png")
}
.footer_upper_left {
		width: 410px;
}
.footer_logo {
		width: 455px;
		margin: 0 0 60px;
}
.footer_logo img {
		width: 100%;
		height: auto;
}
.footer_upper_right {
		display: flex;
}
.footer_upper_col_gr {
		display: flex;
}
.footer_upper a {
		color: #fff;
		text-decoration: none;
}
.footer_upper_right li {
		list-style: none;
		font-size: 14px;
}
.footer_upper_col {
		margin-left: 70px;
}
.footerSpacer {
		display: none;
}
@media (min-width: 768px) and (max-width: 1440px) {
		.footerSpacer {
				display: block;
				width: 100px;
		}
}
.footer_upper_col_gr .footer_upper_col:last-child {
		margin-right: 0;
}
.footer_upper_col ul li {
		margin: 0 0 25px;
}
.footer_upper_col ul {
		margin-left: 1em;
}
.footer_upper_col ul.dot li {
		position: relative;
}
.footer_upper_col ul.dot li::before {
		content: '';
		display: block;
		position: absolute;
		width: 4px;
		height: 4px;
		background: #fff;
		top: 4px;
		left: -1em;
}
.footer_upper_col ul.none {
		margin-top: 40px;
}
.footer_upper_col li ul.none {
		margin-left: 0 !important;
}
.footer_upper_col ul.none li {
		margin-left: 0 !important;
}
.footer_upper_col ul.none li::before {
		display: none !important
}
.footer_upper_col li a span.blankLink {
		position: relative;
		padding-right: 27px;
}
.footer_upper_col li a span.blankLink::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 9px);
		right: 0;
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 16px;
		background-image: url("../images/icon_blank_wht.png")
}
.footer_upper_col p {
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		font-size: 15px;
		margin: 0 0 25px
}
.copyright {
		letter-spacing: 0.02em;
		font-size: 13px;
}
.footer_mark {
		width: 155px;
}
.footer_mark img {
		width: 100%;
		height: auto;
}
@media(max-width: 1440px) {
		.footer_upper {
				padding: 80px 60px;
				padding-right: 100px;
		}
		.footer_upper_col {
				margin-left: 50px;
		}
}
@media(max-width: 1200px) {
		.footer_upper {
				padding: 60px 60px 100px;
				padding-right: 100px;
		}
		.footer_upper_left {
				width: 350px;
		}
		.footer_logo {
				width: 280px;
				margin: 0 0 40px;
		}
}
@media(max-width: 1023px) {
		.footer_logo {
				width: 280px;
				margin: 0 0 40px;
		}
		.footer_upper_left {
				width: 280px;
		}
		.footer_upper {
				padding: 60px 100px 60px 30px;
		}
		.footer_upper .pagetop {
				right: 30px
		}
		.footer_upper_right {
				display: block;
		}
		.footer_upper_col {
				margin: 0 0 40px
		}
		.footer_upper_col_gr .footer_upper_col {
				margin-right: 50px;
		}
}
@media(max-width: 960px) {
		.footer_bottom {
				padding: 10px 30px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.footer_upper .pagetop {
				right: 90px;
				bottom: 30px
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.footer_upper {
				padding: 45px 25px 100px;
				display: block;
		}
		.footer_upper .pagetop {
				position: static;
				right: inherit;
				bottom: inherit;
				text-align: center;
				padding-top: 30px;
		}
		.footer_upper_left {
				width: 100%;
		}
		.footer_logo {
				width: 100%;
				margin: 0 0 40px;
		}
		.footer_upper_left .linkBtn {
				display: none
		}
		.footer_upper_col ul.none {
				margin-top: 20px;
		}
		.footer_upper_col ul.none li {
				font-size: 13px;
		}
		.footer_upper_col p {
				font-size: 15px;
				text-align: center;
				margin: 0 0 20px;
		}
		.footer_bottom_left {
				margin: 0 auto;
				padding: 25px 0 5px;
				border-top: 1px dotted #8E8E8E;
				width: calc(100% - 30px);
		}
		.copyright {
				font-size: 11px;
				text-align: center;
		}
}
/* ==================== */
/* ==================== */
@media(min-width: 1101px) {
		.sp_nav {
				display: none;
		}
		.navBoard {
				display: none !important;
		}
}
.sp_nav, .sp_nav_trigger, .sp_nav_trigger::after {
		width: 80px;
		height: 80px
}
.sp_nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 7000;
		background: #222;
}
.sp_nav_trigger {
		background: none;
		border: none;
		cursor: pointer;
		display: inline-block;
		position: relative;
}
.sp_nav_trigger.navOpen::after {
		background: #0168B7;
}
.sp_nav_trigger .sp_nav_trigger_bar {
		display: block;
		position: absolute;
		top: 39px;
		left: 25px;
		height: 2px;
		width: 30px;
		background: #fff;
		z-index: 2;
}
.sp_nav_trigger .sp_nav_trigger_bar:first-child, .sp_nav_trigger .sp_nav_trigger_bar:nth-child(2), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(3) {
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
}
.sp_nav_trigger .sp_nav_trigger_bar:first-child {
		top: 30px;
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(2), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(4), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(5) {
		top: 39px;
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(3) {
		top: 48px;
		width: 15px;
}
@media screen and (max-width: 900px) and (hover: none) and (pointer: coarse) {
		.sp_nav, .sp_nav_trigger, .sp_nav_trigger::after {
				width: 60px;
				height: 60px
		}
		.sp_nav {
				top: 0;
				right: 0;
		}
		.sp_nav_trigger .sp_nav_trigger_bar {
				top: 39px;
				left: 17px;
				height: 2px;
				width: 26px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar:first-child {
				top: 21px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar:nth-child(2), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(4), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(5) {
				top: 29px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar:nth-child(3) {
				top: 37px;
				width: 13px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.sp_nav, .sp_nav_trigger, .sp_nav_trigger::after {
				width: 60px;
				height: 60px
		}
		.sp_nav {
				top: 0;
				right: 0;
		}
		.sp_nav_trigger .sp_nav_trigger_bar {
				top: 39px;
				left: 17px;
				height: 2px;
				width: 26px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar:first-child {
				top: 21px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar:nth-child(2), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(4), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(5) {
				top: 29px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar:nth-child(3) {
				top: 37px;
				width: 13px;
		}
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(4) {
		transform: rotate(45deg);
		background: none;
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(5) {
		transform: rotate(-45deg);
		background: none;
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(4)::before, .sp_nav_trigger .sp_nav_trigger_bar:nth-child(5)::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		transform: scaleX(0);
		transform-origin: right center;
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(4)::before {
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(5)::before {
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:first-child {
		transform: translateY(7px) scaleX(0);
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(2) {
		opacity: 0;
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(3) {
		transform: translateY(-7px) scaleX(0);
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(4)::before, .sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(5)::before {
		transform: scaleX(1);
}
.navBoard {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 6000;
		display: none;
		background: rgba(255, 255, 255, 0.9);
		backdrop-filter: blur(10px) saturate(1.2);
		-webkit-backdrop-filter: blur(10px) saturate(1.2);
}
.navBoard_inner {
		display: flex;
		justify-content: center;
		align-items: center;
		eight: 90vh !important;
		height: 90dvh !important;
}
.navBoard_inner_menu li {
		list-style: none;
		text-align: left;
		font-size: 18px;
		font-weight: 600;
		position: relative;
		margin: 0 0 30px;
		margin-left: 1em;
}
.navBoard_inner_menu li::before {
		content: '';
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		background: #FCAC01;
		top: 6px;
		left: -1em;
}
.navBoard_inner_menu li li::before {
		display: none
}
.navBoard_inner_menu li a {
		text-decoration: none;
		color: #303030;
		display: inline-block;
}
.navBoard_inner_menu li a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 5px);
		right: 35px;
		width: 16px;
		height: 10px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 16px;
		background-image: url(../images/icon_arw_right_s.png);
}
.navBoard_wrap {
		display: flex;
		justify-content: space-between;
}
.navBoard_menu_flex {
		display: flex;
		justify-content: space-between;
}
.navBoard_menu_flex ul {
		min-width: 250px;
}
.navBoard_btn_gr {
		width: 210px;
		margin-left: 60px;
}
@media(max-width: 767px) {
		.navBoard_btn_gr {
				margin: 30px 0 50px;
				padding: 0 40px;
		}
}
.navBoard_btn {
		font-size: 16px;
}
.navBoard_btn a {
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		border-radius: 60px;
}
.navBoard_btn a span {
		position: relative;
		z-index: 1;
		padding-right: 25px;
		left: -2px;
		transform: translateY(1px)
}
.navBoard_btn a span.blankLink::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 10px);
		right: 0;
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 16px;
		background-image: url("../images/icon_blank_wht.png")
}
.navBoard_btn a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, #0075cf 0%, #00599e 100%);
		transition: opacity 0.4s;
		z-index: 0
}
@media (hover: hover) {
		.navBoard_inner_menu li a:hover {
				color: #FF5701;
		}
		.navBoard_btn a:hover {
				color: #0168B7;
		}
		.navBoard_btn a:hover::before {
				opacity: 0.1
		}
		.navBoard_btn a:hover span.blankLink::after {
				background-image: url("../images/icon_blank_blu.png")
		}
}
.navBoard_inner .sns {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
		list-style: none
}
.navBoard_inner .sns li {
		margin: 0 12px;
		width: 30px;
}
.navBoard_inner .sns li img {
		width: 30px;
		height: auto;
}
@media(max-width: 767px) {
		.pc_link {
				display: none !important
		}
}
.navBoard {
		height: 100vh;
		height: 100dvh;
		border-top: 1px solid #fff;
}
.navBoard_inner {
		height: calc(100vh - 100px);
		height: calc(100dvh - 100px);
		overflow: auto;
		display: block;
		box-sizing: border-box;
		position: relative;
}
.navBoard_wrap {
		display: block
}
.navBoard_menu_flex {
		display: block;
		width: auto;
		padding: 0;
}
.navBoard_inner_menu li {
		margin: 0;
		font-size: 16px;
		font-weight: 500;
		border-bottom: 1px solid #ffdecc;
}
.navBoard_inner_menu li a {
		display: block;
		padding: 18px 35px 15px;
		position: relative;
}
.navBoard_inner_menu li a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 5px);
		right: 35px;
		width: 16px;
		height: 10px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 16px;
		background-image: url("../images/icon_arw_right_s.png")
}
.navBoard_inner_menu li li a::after {
		display: none
}
.sub_parent > span {
		display: block;
		padding: 18px 35px 15px;
		cursor: pointer;
		position: relative;
}
.sub_parent > span::before, .sub_parent > span::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 35px;
		width: 14px;
		height: 2px;
		background: #ff5a01;
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.sub_parent > span::before {
		transform: rotate(90deg);
}
.sub_parent.isOpen > span::before {
		transform: rotate(180deg);
}
.sub_parent.isOpen > span::after {
		opacity: 0
}
.navBoard_inner_menu li::before {
		display: none
}
.navBoard_inner_menu li ul {
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 35px;
}
.navBoard_inner_menu li li {
		margin-left: 0;
		margin: 0 0 15px;
		font-weight: 500;
		font-size: 15px;
		border: none;
}
.navBoard_inner_menu li li a {
		position: relative;
		padding: 5px 0;
		padding-left: 13px;
}
.navBoard_inner_menu li li a::before {
		content: '';
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		background: #ff5a01;
		top: calc(50% - 3px);
		left: 0em;
}
.sub_cont {
		transition: height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.sub_cont.isClose {
		height: 0;
		overflow: hidden;
}
.sub_cont.isOpen {
		height: auto;
		overflow: visible;
}
.navBoard_inner .navBoard_btn_gr {
		margin: 40px auto 50px;
		padding: 0 20px;
		display: flex;
		justify-content: center;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		max-width: 400px;
}
.navBoard_btn {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
}
.navBoard_btn a {
		height: 56px
}
.navBoard_inner .sns {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		width: 100%;
		padding-bottom: 60px;
}
/* ================ */
.side_contact {
		position: fixed;
		z-index: 100;
		width: 107px;
		right: 0;
		top: 175px;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.03);
		overflow: hidden;
		transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.side_contact a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		text-decoration: none;
		text-align: center;
		box-sizing: border-box;
		height: 220px;
		position: relative;
		background: #fff;
		overflow: hidden;
		transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.isSafari .side_contact a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-left: 20px;
}
.side_contact a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: opacity 0.2s;
}
.side_contact a.new {
		border-radius: 6px 0 0 0;
}
.side_contact a.career {
		border-radius: 0 0 0 6px;
}
.side_contact a.new::before {
		background: linear-gradient(180deg, #ff5e00 0%, #ff4400 100%);
}
.side_contact a.career::before {
		background: linear-gradient(180deg, #ffae00 0%, #e79e00 100%);
}
@media (hover: hover) {
		.side_contact a:hover::before {
				opacity: 0
		}
		.side_contact a.new:hover {
				color: #ff4700;
				border-top: 1px solid #ff4700;
				border-left: 1px solid #ff4700;
		}
		.side_contact a.career:hover {
				color: #eba001;
				border-bottom: 1px solid #eba001;
				border-left: 1px solid #eba001;
		}
}
.side_contact .in {
		position: relative;
		z-index: 2
}
.side_contact .jp {
		font-size: 15px;
		font-weight: 500;
		padding-bottom: 3px;
		line-height: 1.4;
}
.side_contact .en {
		font-family: "Montserrat";
		font-size: 13px;
		padding-top: 5px;
}
.side_contact.isMinify {
		width: 65px;
}
.side_contact.isMinify a {
		height: 160px;
}
.isSafari .side_contact.isMinify {
		width: 75px;
}
.isSafari .side_contact.isMinify a {
		padding-left: 5px;
}
.side_contact.isMinify .jp {
		font-size: 12px;
}
.side_contact.isMinify .en {
		font-size: 11px;
}
@media(max-width: 1300px) {
		.side_contact {
				width: 65px;
				top: calc(5.5vw + 85px)
		}
		.side_contact.isMinify {
				width: 65px;
				top: calc(5.5vw + 85px)
		}
		.isSafari .side_contact, .isSafari .side_contact.isMinify {
				width: 75px;
		}
		.isSafari .side_contact a, .isSafari .side_contact.isMinify a {
				padding-left: 5px;
		}
		.side_contact a {
				height: 160px;
		}
		.side_contact .jp {
				font-size: 12px;
		}
		.side_contact .en {
				font-size: 11px;
		}
}
@media(max-width: 1100px) {
		.side_contact {
				top: calc(5.5vw + 80px)
		}
}
@media(max-width: 960px) {
		.side_contact a {
				height: 140px;
		}
		.side_contact.isMinify a {
				height: 140px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.side_contact, .side_contact.isMinify {
				width: 65px;
				top: 100px;
		}
		.side_contact a {
				height: 90px;
		}
		.side_contact.isMinify a {
				height: 90px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.side_contact {
				top: inherit !important;
				right: inherit !important;
				left: 0 !important;
				bottom: 0 !important;
				width: 100% !important;
				display: flex;
				justify-content: space-between;
				align-items: center;
				border-radius: 0;
				background: #fff;
				box-sizing: border-box;
				padding: 12px;
		}
		.side_contact_btn {
				width: calc(50% - 4px);
				border-radius: 0;
				overflow: hidden;
		}
		.side_contact a {
				width: 100% !important;
				height: 46px !important;
				border-radius: 4px !important;
				box-sizing: border-box;
				display: flex;
				justify-content: center;
				align-items: center;
				padding-left: 0;
				padding-right: 0;
		}
		.side_contact a br {
				display: none
		}
		.side_contact .jp {
				font-size: 12px;
				padding: 0
		}
		.side_contact .en {
				font-size: 11px;
				padding: 0
		}
}
@media (hover: hover) and (orientation: portrait) and (max-width: 767px) {
		.side_contact a.new:hover {
				border: 1px solid #ff4700;
		}
		.side_contact a.career:hover {
				border: 1px solid #eba001;
		}
}
a.disabled {
		opacity: 0.3;
		pointer-events: none
}
.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 2000;
		opacity: 0;
		transition: opacity 0.4s;
		background: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(10px) saturate(1.2);
		-webkit-backdrop-filter: blur(10px) saturate(1.2);
		pointer-events: none;
		box-sizing: border-box;
}
.overlay.isActive {
		opacity: 1;
}
/* ================= */
/* =============== */
/* ==================== */
/* ==================== */ ::selection {
		background: #ccc;
		color: #ff7801;
}
::-moz-selection {
		background: #ccc;
		color: #ff7801;
}