@charset "utf-8";
/* =Layout
-------------------------------------------------------------- */
.sp {
	display: none !important;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 1080px;
	overflow: hidden;
}
.inside {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
.inside::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9990;
	background: #fff;
	border-bottom: 1px solid #003d6d;
	min-width: 1080px;
}
.modal-open #header {
	padding-right: 17px;
}
.admin-bar #header {
	top: 32px;
}
#header .header_wrapper {
	position: relative;
	z-index: 10;
	background: #fff;
}
#header .inside {
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: static;
}
.inside::after {
	display: none;
}
#header h1 {
	width: auto;
}
#header h1 a {
	display: block;
}
#header h1 img {
	height: 43px;
	display: block;
	width: auto;
}
#header .shoulder {
	width: auto;
	display: flex;
	align-items: center;
}
#header .shoulder .bt {
	margin: 0 0 0 10px;
}
#header .shoulder .bt a {
	margin: 0;
	padding: 9px 0;
	line-height: 1;
	width: 124px;
	min-width: 1px;
	font-size: 13px;
	justify-content: center;
}
#header .shoulder .bt a::after {
	display: none;
}
#header nav {}
#header nav ul {
	display: flex;
	align-items: center;
	margin: 0 auto;
}
#header nav li {
	margin: 0 0 -1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header nav .menu-gnavi-container > ul > li > a {
	height: 80px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #484848;
	position: relative;
	padding: 0 10px;
}
#header nav .menu-gnavi-container > ul > li > a::after {
	height: 3px;
	background: #003d6d;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	display: block;
	opacity: 0;
	transition: ease-in 0.2s;
}
#header nav .menu-gnavi-container > ul > li.current-menu-item > a::after, #header nav .menu-gnavi-container > ul > li > a:hover::after, #header nav .menu-gnavi-container > ul > li.current_page_parent > a::after {
	opacity: 1;
}
#header nav .menu-gnavi-container > ul > li > a[target="_blank"] > .info::after {
	content: "\e91d";
	margin: 0 0 0 0.25em;
	font-family: 'icomoon';
	font-size: 12px;
}
#header nav li.menu-item-has-children a .info {
	display: flex;
	align-items: center;
}
#header nav li.menu-item-has-children > a .info::after {
	content: "\e91a";
	font-family: 'icomoon';
	font-size: 6px;
	margin: 0 0 0 3px;
	transform-origin: center;
	transition: ease-in 0.2s;
}
#header nav li.menu-item-has-children.active > a .info::after {
	transform: rotate(180deg);
}
#header nav li.menu-item-has-children {}
#header nav li.menu-item-has-children div.nav-child {
	position: absolute;
	left: 0;
	top: calc(100% + 1px);
	right: 0;
	bottom: auto;
	background: #fff;
	z-index: 1;
	overflow: hidden;
	display: none;
}
#header nav li.menu-item-has-children.active div.nav-child {}
#header nav li.menu-item-has-children .nav-child .nav-child_inside {
	max-width: 1080px;
	margin: 0 auto;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info {
	display: block;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info h3 {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.03em;
	color: #484848;
	margin: 0 0 20px;
	width: 180px;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul {
	display: block;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li {
	margin: 0 0 12px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li a {
	font-weight: 500;
	font-size: 12px;
	text-align: left;
	color: #484848;
	height: auto;
	display: flex;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li a::before {
	content: "\e91b";
	font-family: icomoon;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 9px;
	background: #003d6d;
	border-radius: 99999px;
	font-weight: 600;
	margin: 0 0.5em 0 0;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px -16px;
	width: 100%;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li {
	margin: 0 8px 16px;
	width: calc(33.3333333% - 16px);
	height: auto;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a {
	height: 62px;
	border-radius: 4px;
	color: #484848;
	border: 1px solid #888;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a::after {
	font-family: 'icomoon';
	content: "\e91b";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0%, -50%);
	font-weight: bold;
	font-size: 14px;
	color: #003d6d;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a .img {
	width: 62px;
	height: 62px;
	overflow: hidden;
	background: #F4F3EF;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li.menu-item-1832 a .img {
border-right: 1px solid #888;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a .img img {
	object-fit: cover;
	object-position: center;
	height: 100%;
}
#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a .info {
	margin: 0 0 0 12px;
	font-size: 12px;
	font-weight: bold;
}
#main {
	padding: 80px 0 691px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
/*
.admin-bar #main {
	padding-top: 112px;
}*/
/*============================
#footer
============================*/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	background: #fff;
	z-index: 10;
	overflow: hidden;
}
#footer .above {
	background: #f5f5f5;
	padding: 49px 0 42px;
}
/*============================
#footer_navi
============================*/
#footer .above .navigation {}
#footer .above .navigation .menu-fnavi-container {}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu {
	display: flex;
	justify-content: space-between;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li {}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu > li > a, #footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe > .sub-menu > li > a {
	font-weight: bold;
	font-size: 16px;
	color: #003d6d;
	display: block;
	margin: 0 0 12px;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe > .sub-menu > li > a {}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe > .sub-menu > li {
	margin: 0 0 24px;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu > li > a::before, #footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe > .sub-menu > li > a::before {
	font-family: 'icomoon';
	content: "\e91b";
	margin: 0 0.5em 0 0;
	font-size: 12px;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu {
	margin: 0 0 0 1.2em;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li {
	margin: 0 0 6px;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li:last-child {
	margin: 0;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li a {
	font-weight: 400;
	font-size: 14px;
	color: #484848;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li.blank a::after {
	content: "\e91d";
	font-weight: 400;
	font-family: 'icomoon';
	margin: 0 0 0 0.5em;
	color: #003d6d;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu .sub-menu > li#menu-item-224 > a {
	pointer-events: none;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu .sub-menu > li#menu-item-224 > a::before {
	display: none;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu .sub-menu > li#menu-item-224 > a + .sub-menu {
	margin: 0;
}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li .sub-menu {}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li .sub-menu li {}
#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li .sub-menu li a {}
/*============================
#footer_sub_navi
============================*/
#footer .above .sub_navigation {
	border-top: 1px dotted #484848;
	margin: 36px 0 0;
	padding: 32px 0 0;
}
#footer .above .sub_navigation .menu-sub_fnavi-container {}
#footer .above .sub_navigation .menu-sub_fnavi-container #footer_sub_navi.menu {
	display: flex;
}
#footer .above .sub_navigation .menu-sub_fnavi-container #footer_sub_navi.menu li {
	margin: 0 28px 0 0;
}
#footer .above .sub_navigation .menu-sub_fnavi-container #footer_sub_navi.menu li a {
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	color: #484848;
}
#footer .below {
	padding: 28px 0 52px;
	color: #484848;
}
#footer .below .inside {}
#footer .below .below_nose {
	display: flex;
	align-items: center;
	margin: 0 0 12px;
}
#footer .below .below_nose h6 {}
#footer .below .below_nose h6 a {
	display: block;
}
#footer .below .below_nose h6 img {
	width: 126px;
	height: auto;
	display: block;
}
#footer .below .below_nose p.copyright {
	font-weight: 500;
	margin: 15px 0 0 40px;
	line-height: 1;
	font-size: 10px;
}
#footer .below .below_tail {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#footer .below .below_tail .info {
	display: flex;
}
#footer .below .below_tail .info address {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}
#footer .below .below_tail .info address strong {
	font-weight: 500;
	font-size: 22px;
}
#footer .below .below_tail .info .fb {
	margin: 0 0 0 33px;
}
#footer .below .below_tail .info .fb a {
	width: 214px;
	height: 60px;
	background: #f5f5f5;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #484848;
}
#footer .below .below_tail .info .fb a img {
	width: 30px;
	height: 30px;
	margin: 0 12px 0 0;
}
#footer .below .below_tail .info .fb a span {
	font-weight: 500;
	font-size: 20px;
}
#footer .below .below_tail .marks {}
#footer .below .below_tail .marks ul {
	display: flex;
	align-items: center;
}
#footer .below .below_tail .marks ul li {
	margin: 0 0 0 8px;
}
#footer .below .below_tail .marks ul li a {
	display: block;
}
#footer .below .below_tail .marks ul li a img {
	display: block;
}
#footer .below .below_tail .marks ul li.iso a img {
	width: 60px;
	height: auto;
}
/*  */
#menu_bt {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999;
	display: none;
}
#to_top {
	position: fixed;
	right: 20px;
	bottom: 0;
	margin: 0 0 20px;
	z-index: 9970;
}
#to_top a {
	display: flex;
	width: 72px;
	height: 72px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #fff;
	color: #484848;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	filter: drop-shadow(3px 3px 6px rgba(181, 181, 181, 0.16));
}
#to_top a span {
	font-family: Roboto;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#drawer {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 0vh;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	z-index: 9980;
	transition: ease-in 0.5s;
	overflow: hidden;
}
.active #drawer {
	height: 100vh;
}
/*============================
#visual
============================*/
#visual {
	overflow: hidden;
	background: #000;
}
#visual .flexslider {
	max-width: 980px;
	margin: 0 auto;
}
#visual .flexslider .flex-viewport {
	overflow: visible !important;
}
/*============================
.breadcrumb
============================*/
.breadcrumbs {
	padding: 40px 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #484848;
}
.breadcrumbs a {
	color: #484848;
	text-decoration: underline;
}
.breadcrumbs .mark {}
.breadcrumbs .inside::before {
	color: #484848;
	width: 20px;
	height: 20px;
	background: #f4f3ef;
	font-size: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 12px 0 0;
	content: "\e91e";
	font-family: 'icomoon';
}
.breadcrumbs .icon-arrow-right {
	font-size: 10px;
	margin: 0 0.5em;
}
/*============================
#bottom_contact
============================*/
#bottom_contact {
	background: #003D6D;
	padding: 72px 0 118px;
	color: #fff;
	text-align: center;
}
#bottom_contact .tit_set {
	margin: 0 0 48px;
}
#bottom_contact .tit_set h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-size: 62px;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #fff;
	margin: 0 0 16px;
}
#bottom_contact .tit_set h5 {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}
#bottom_contact p {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	margin: 0 0 35px;
}
#bottom_contact p strong {
	font-weight: bold;
	font-size: 32px;
}
#bottom_contact .bt {
	margin: 0 auto;
}
#bottom_contact .bt a {}
/*============================
#bottom_links
============================*/
#bottom_links {
	padding: 82px 0;
	background: #fff;
}
#bottom_links ul {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
#bottom_links ul li {
	margin: 0 15px;
}
#bottom_links ul li a {
	width: 340px;
	display: block;
	border-radius: 12px;
}
#bottom_links ul li a .img {
	position: relative;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}
#bottom_links ul li a .img.border {
	border: 1px solid #484848;
	border-bottom: none;
}
#bottom_links ul li a .img img {
	display: block;
}
#bottom_links ul li a .info {
	height: 36px;
	background: #003d6d;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	padding: 0 18px;
	border-radius: 0 0 12px 12px;
}
#bottom_links ul li a .info::after, #bottom_links ul li a .info::before {
	content: "";
}
#bottom_links ul li a .info::after {
	content: "\e91b";
	font-weight: 400;
	font-family: 'icomoon';
}
#bottom_links ul li.blank a .info::after {
	content: "\e91d";
	font-weight: 400;
	font-family: 'icomoon';
}
#bottom_links ul li a .img span {
	position: absolute;
	left: 0;
	top: 0;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 10px 0px;
	background: #d9d7ce;
	font-family: Roboto;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.03em;
	text-align: center;
	color: #484848;
	padding: 0 12px;
}
/*============================
#page_visual
============================*/
#page_visual {
	background: url("../img/below_visual_bg.jpg") center / auto 100% no-repeat;
	height: 322px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1920px) {
	#page_visual {
		background: url("../img/below_visual_bg.jpg") center / cover no-repeat;
	}
}
#page_visual .tit_set {
	color: #003d6d;
	text-align: center;
}
#page_visual .tit_set h2 {
	font-family: Roboto;
	font-weight: 900;
	font-size: 62px;
	letter-spacing: 0.03em;
}
.page-id-88 #page_visual .tit_set h2 {
	font-size: 40px;
}
#page_visual .tit_set h6 {
	font-weight: bold;
	font-size: 16px;
}
/* Parts */
.content-area section {
	padding: 60px 0;
}
.content-area p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 1em;
}
.content-area p:last-child {
	margin: 0;
}
#main hr {
	display: block;
	margin: 40px 0;
	border: none;
	border-bottom: 1px solid #000;
}
.nav-links {
	display: flex;
	justify-content: space-between;
}
/* history bg */
.page-id-58 #wrapper::before {
	z-index: 0;
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	height: 100vh;
	right: 0;
	display: block;
	background: url(../img/top_08_bg.svg) center / 100vw 54.21875vw no-repeat;
}
@media screen and (max-width: 750px) {
	body {
		font-size: 3.7333333333333vw;
		line-height: 1.4;
	}
	.sp {
		display: block !important;
	}
	br.sp {
		display: inline !important;
	}
	.pc {
		display: none !important;
	}
	img {
		max-width: 100%;
	}
	a:active, a:hover {
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	.inside {
		width: auto;
		margin: 0 5.3333333333333vw;
	}
	#wrapper {
		width: 100%;
		height: auto !important;
		height: 100%;
		min-height: 100%;
		min-width: 1px;
	}
	.inside {
		width: auto;
	}
	.inside::after {
		content: "";
		height: 0;
	}
	#header {
		left: 0;
		top: 0;
		width: 100%;
		border-bottom: none;
		min-width: 1px;
	}
	.modal-open #header {
		padding-right: 0;
	}
	.admin-bar #header {
		top: 46px;
	}
	#header .header_wrapper {
		padding: 3.2vw 0;
	}
	#header .inside {
		height: auto;
		display: flex;
	}
	.inside::after {
		display: none;
	}
	#header h1 {
		width: auto;
	}
	#header h1 a {}
	#header h1 img {
		height: 9.0666666666667vw;
		width: auto;
	}
	#header .shoulder {
		width: auto;
		display: flex;
	}
	#header .shoulder .bt {
		margin: 0 12.8vw 0 0;
	}
	#header .shoulder .bt a {
		padding: 2.6666666666667vw 0;
		width: 28.8vw;
		min-width: 0.26666666666667vw;
		font-size: 3.2vw;
	}
	#header .shoulder .bt a::after {
		display: none;
	}
	#header nav {
		display: none;
	}
	#header nav ul {
		display: flex;
	}
	#header nav li {
		margin: 0 0 -0.26666666666667vw;
		display: flex;
	}
	#header nav .menu-gnavi-container > ul > li > a {
		height: 21.333333333333vw;
		display: flex;
		font-size: 3.4666666666667vw;
		color: #484848;
		padding: 0 2.6666666666667vw;
	}
	#header nav .menu-gnavi-container > ul > li > a::after {
		height: 0.8vw;
		content: "";
		left: 0;
		bottom: 0vw;
		right: 0;
	}
	#header nav .menu-gnavi-container > ul > li.current-menu-item > a::after, #header nav .menu-gnavi-container > ul > li > a:hover::after, #header nav .menu-gnavi-container > ul > li.current_page_parent > a::after {}
	#header nav li.menu-item-has-children a .info {
		display: flex;
	}
	#header nav li.menu-item-has-children > a .info::after {
		content: "\e91a";
		font-size: 1.6vw;
		margin: 0 0 0 0.8vw;
	}
	#header nav li.menu-item-has-children.active > a .info::after {
		transform: rotate(180deg);
	}
	#header nav li.menu-item-has-children {}
	#header nav li.menu-item-has-children div.nav-child {
		left: 0;
		top: calc(100% + 0.26666666666667vw);
		right: 0;
		bottom: auto;
		display: none;
	}
	#header nav li.menu-item-has-children.active div.nav-child {}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside {
		max-width: 288vw;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex {
		display: flex;
		padding: 13.333333333333vw 0;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info {}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info h3 {
		font-size: 5.3333333333333vw;
		color: #484848;
		margin: 0 0 5.3333333333333vw;
		width: 48vw;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul {}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li {
		margin: 0 0 3.2vw;
		height: auto;
		display: flex;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li a {
		font-size: 3.2vw;
		color: #484848;
		height: auto;
		display: flex;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li a::before {
		content: "\e91b";
		display: flex;
		width: 4.8vw;
		height: 4.8vw;
		color: #fff;
		font-size: 2.4vw;
		border-radius: 26666.4vw;
		margin: 0 0.5em 0 0;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul {
		display: flex;
		margin: 0 -2.1333333333333vw -4.2666666666667vw;
		width: 100%;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li {
		margin: 0 2.1333333333333vw 4.2666666666667vw;
		width: calc(33.3333333% - 4.2666666666667vw);
		height: auto;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a {
		height: 16.533333333333vw;
		border-radius: 1.0666666666667vw;
		color: #484848;
		border: 0.26666666666667vw solid #888;
		display: flex;
		width: 100%;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a::after {
		content: "\e91b";
		top: 50%;
		right: 3.2vw;
		transform: translate(0%, -50%);
		font-size: 3.7333333333333vw;
		color: #003d6d;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a .img {
		width: 16.533333333333vw;
		height: 16.533333333333vw;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a .img img {
		height: 100%;
	}
	#header nav li.menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a .info {
		margin: 0 0 0 3.2vw;
		font-size: 3.2vw;
	}
	#main {
		padding: 14.933333333333vw 0 0vw;
		display: block;
	}
	#primary {}
	/*
.admin-bar #main {
	padding-top:29.866666666667vw;
}*/
	/*============================
#footer
============================*/
	#footer {
		bottom: auto;
		left: auto;
		position: relative;
		line-height: 1;
	}
	#footer .above {
		padding: 13.066666666667vw 0 10.666666666667vw;
	}
	/*============================
#footer_navi
============================*/
	#footer .above .navigation {}
	#footer .above .navigation .menu-fnavi-container {}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 -4.8vw;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li {
		margin: 0 4.8vw 2.6666666666667vw;
		line-height: 1;
		display: block;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li:first-child {
		width: 100%;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li#menu-item-197, #footer .above .navigation .menu-fnavi-container #footer_navi.menu li#menu-item-178 {
		width: 49.866666666667vw;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu > li > a, #footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe > .sub-menu > li > a {
		font-size: 3.4666666666667vw;
		color: #003d6d;
		margin: 0 0;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe > .sub-menu > li > a {}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe > .sub-menu > li {
		margin: 0;
		line-height: 1;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe#menu-item-223 > .sub-menu > li {
		margin: 0 0 4.2666666666667vw;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe > .sub-menu > li#menu-item-207 {}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu > li > a::before, #footer .above .navigation .menu-fnavi-container #footer_navi.menu li.menu-item-groupe > .sub-menu > li > a::before {
		content: "\e91b";
		margin: 0 0.5em 0 0;
		font-size: 2.9333333333333vw;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu {
		margin: 1.3333333333333vw 0 0 3.7333333333333vw;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li#menu-item-223 .sub-menu, #footer .above .navigation .menu-fnavi-container #footer_navi.menu li#menu-item-225 > .sub-menu {
		margin: 0vw 0 0 0vw;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li {
		line-height: 1.5;
		font-size: 2.9333333333333vw;
		margin: 0;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li:last-child {}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li a {
		font-size: 2.9333333333333vw;
		color: #484848;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li.blank a::after {
		content: "\e91d";
		margin: 0 0 0 0.5em;
		color: #003d6d;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu .sub-menu > li#menu-item-224 {
		margin: 0 0 0 3.7333333333333vw;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu .sub-menu > li#menu-item-224 > a + .sub-menu {
		margin: 1.3333333333333vw 0 0 0;
	}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li .sub-menu {}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li .sub-menu li {}
	#footer .above .navigation .menu-fnavi-container #footer_navi.menu li .sub-menu li .sub-menu li a {}
	/*============================
#footer_sub_navi
============================*/
	#footer .above .sub_navigation {
		border-top: 0.26666666666667vw dotted #484848;
		margin: 6.4vw 0 0;
		padding: 4.2666666666667vw 0 0;
	}
	#footer .above .sub_navigation .menu-sub_fnavi-container {}
	#footer .above .sub_navigation .menu-sub_fnavi-container #footer_sub_navi.menu {
		display: flex;
		margin: 0 -4vw;
	}
	#footer .above .sub_navigation .menu-sub_fnavi-container #footer_sub_navi.menu li {
		margin: 0 4vw;
	}
	#footer .above .sub_navigation .menu-sub_fnavi-container #footer_sub_navi.menu li a {
		font-size: 2.9333333333333vw;
		color: #484848;
	}
	#footer .below {
		padding: 6.4vw 0;
		color: #484848;
	}
	#footer .below .inside {}
	#footer .below .below_nose {
		display: block;
		margin: 0 0 3.2vw;
	}
	#footer .below .below_nose h6 {
		margin: 0 0 2.1333333333333vw;
	}
	#footer .below .below_nose h6 a {}
	#footer .below .below_nose h6 img {
		width: 21.333333333333vw;
		height: auto;
	}
	#footer .below .below_nose p.copyright {
		font-size: 2.6666666666667vw;
		margin: 0;
	}
	#footer .below .below_tail {
		display: block;
	}
	#footer .below .below_tail .info {
		display: flex;
		margin: 0 0 5.0666666666667vw;
	}
	#footer .below .below_tail .info address {
		font-size: 2.9333333333333vw;
	}
	#footer .below .below_tail .info address strong {
		font-size: 3.7333333333333vw;
	}
	#footer .below .below_tail .info .fb {
		margin: 0 0 0 8.8vw;
	}
	#footer .below .below_tail .info .fb a {
		width: 57.066666666667vw;
		height: 16vw;
		border-radius: 1.8666666666667vw;
		display: flex;
		color: #484848;
	}
	#footer .below .below_tail .info .fb a img {
		width: 8vw;
		height: 8vw;
		margin: 0 3.2vw 0 0;
	}
	#footer .below .below_tail .info .fb a span {
		font-size: 5.3333333333333vw;
	}
	#footer .below .below_tail .marks {}
	#footer .below .below_tail .marks ul {
		display: flex;
	}
	#footer .below .below_tail .marks ul li {
		margin: 0 2.1333333333333vw 0 0;
	}
	#footer .below .below_tail .marks ul li a {}
	#footer .below .below_tail .marks ul li a img {
		height: 13.3333333333333vw;
		width: auto;
	}
	#footer .below .below_tail .marks ul li.iso a img {
		width: 11.2vw;
		height: auto;
	}
	/*  */
	#menu_bt {
		right: 5.3333333333333vw;
		top: 3.4666666666667vw;
		display: block;
	}
	.admin-bar #menu_bt {
		top: calc(3.4666666666667vw + 46px);
	}
	#to_top {
		right: 5.3333333333333vw;
		bottom: 0;
		margin: 0 0 5.3333333333333vw;
	}
	#to_top a {
		display: flex;
		width: 19.2vw;
		height: 19.2vw;
		flex-direction: column;
		color: #484848;
		font-size: 4.2666666666667vw;
	}
	#to_top a span {
		font-size: 4.2666666666667vw;
	}
	#drawer {
		width: 100%;
		top: 0;
		left: 0;
		height: 0vh;
		background: #F4F3EF;
		color: #fff;
	}
	.active #drawer {
		height: 100vh;
	}
	/*============================
#drawer
============================*/
	#drawer {}
	#drawer .drawer_inside {
		overflow-y: scroll;
		height: 100vh;
		box-sizing: border-box;
		padding: 21.333333333333vw 5.3333333333333vw 0;
	}
	#drawer .drawer_inside .navigation {}
	#drawer .drawer_inside .navigation {}
	#drawer .drawer_inside .navigation .menu {}
	#drawer .drawer_inside .navigation .menu li {
		border-bottom: 0.26666666666667vw solid #ADADAD;
	}
	#drawer .drawer_inside .navigation .menu li a {
		font-weight: bold;
		font-size: 3.4666666666667vw;
		text-align: left;
		color: #484848;
		display: block;
		padding: 2.1333333333333vw 0;
		position: relative;
	}
	#drawer .drawer_inside .navigation .menu li a[target="_blank"] .info::after {
		content: "\e91d";
		font-family: 'icomoon';
		margin: 0 0 0 0.5em;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children {}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children a {}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children > a {
		pointer-events: none;
		position: relative;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children > a::after {
		content: "\e91a";
		font-family: 'icomoon';
		font-size: 2.1333333333333vw;
		position: absolute;
		top: 50%;
		right: 0%;
		transform: translate(0%, -50%);
		transition: ease-in 0.2s;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children.active > a::after {
		transform: translate(0%, -50%) rotate(180deg);
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children a .info {}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child {
		display: none;
		background: #fff;
		padding: 5.3333333333333vw;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside {}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex {}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info {}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info h3 {
		display: none;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul {
		display: flex;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li {
		border: none;
		margin: 0 5.3333333333333vw 0 0;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li:last-child {
		margin: 0;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li a {
		display: flex;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .sub_info ul li a::before {
		content: "\e91b";
		font-family: icomoon;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 4.8vw;
		height: 4.8vw;
		color: #fff;
		font-size: 2.4vw;
		line-height: 1;
		background: #003d6d;
		border-radius: 26666.4vw;
		font-weight: 600;
		margin: 0 0.5em 0 0;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul {}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li {
		border-bottom: 0.26666666666667vw dotted #ADADAD;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a {
		position: relative;
		display: block;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a::after {
		font-family: 'icomoon';
		content: "\e91b";
		position: absolute;
		top: 50%;
		right: 0vw;
		transform: translate(0%, -50%);
		font-weight: bold;
		font-size: 2.4vw;
		color: #003d6d;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a .img {
		display: none;
	}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a .img .lazyloaded {}
	#drawer .drawer_inside .navigation .menu .menu-item-has-children .nav-child .nav-child_inside .nav-child_flex .nav-child-ul li a .info {
		font-size: 3.2vw;
	}
	#drawer .drawer_inside .bottom {
		padding: 8.5333333333333vw 0 50.666666666667vw;
	}
	#drawer .drawer_inside .bottom h3 {
		font-weight: bold;
		font-size: 4.2666666666667vw;
		line-height: 5.6vw;
		text-align: center;
		color: #003d6d;
		margin: 0 0 2.6666666666667vw;
	}
	#drawer .drawer_inside .bottom .bt {
		margin: 0;
	}
	#drawer .drawer_inside .bottom .bt a {
		justify-content: center;
		width: 100%;
		margin: 0;
	}
	#drawer .drawer_inside .bottom .bt a::after {
		display: none;
	}
	/*============================
#visual
============================*/
	#visual {}
	#visual .flexslider {
		max-width: 261.33333333333vw;
	}
	#visual .flexslider .flex-viewport {}
	/*============================
.breadcrumb
============================*/
	.breadcrumbs {
		padding: 5.3333333333333vw 0 0;
		font-size: 2.6666666666667vw;
		color: #484848;
	}
	.breadcrumbs a {
		color: #484848;
	}
	.breadcrumbs .mark {}
	.breadcrumbs .inside::before {
		color: #484848;
		width: 5.3333333333333vw;
		height: 5.3333333333333vw;
		font-size: 2.6666666666667vw;
		display: inline-flex;
		margin: 0 3.2vw 0 0;
		content: "\e91e";
	}
	.breadcrumbs .icon-arrow-right {
		font-size: 2.6666666666667vw;
		margin: 0 0.5em;
	}
	/*============================
#bottom_contact
============================*/
	#bottom_contact {
		padding: 12.8vw 0 13.866666666667vw;
		color: #fff;
	}
	#bottom_contact .tit_set {
		margin: 0 0 8.5333333333333vw;
	}
	#bottom_contact .tit_set h3 {
		font-size: 8.5333333333333vw;
		color: #fff;
		margin: 0 0 0.8vw;
	}
	#bottom_contact .tit_set h5 {
		color: #fff;
		font-size: 3.2vw;
	}
	#bottom_contact p {
		font-size: 4.2666666666667vw;
		margin: 0 0 8.5333333333333vw;
	}
	#bottom_contact p strong {
		font-size: 5.8666666666667vw;
	}
	#bottom_contact .bt {}
	#bottom_contact .bt a {}
	/*============================
#bottom_links
============================*/
	#bottom_links {
		padding: 10.666666666667vw 0;
	}
	#bottom_links ul {
		display: block;
		margin: 0 0 -5.3333333333333vw;
	}
	#bottom_links ul li {
		margin: 0 0 5.3333333333333vw;
	}
	#bottom_links ul li a {
		width: 90.666666666667vw;
		border-radius: 3.2vw;
	}
	#bottom_links ul li a .img {
		border-radius: 3.2vw 3.2vw 0 0;
	}
	#bottom_links ul li a .img.border {
		border: 0.26666666666667vw solid #484848;
		border-bottom: none;
	}
	#bottom_links ul li a .img img {}
	#bottom_links ul li a .info {
		height: 9.6vw;
		display: flex;
		font-size: 3.7333333333333vw;
		color: #fff;
		padding: 0 4.8vw;
		border-radius: 0 0 3.2vw 3.2vw;
	}
	#bottom_links ul li a .info::after, #bottom_links ul li a .info::before {
		content: "";
	}
	#bottom_links ul li a .info::after {
		content: "\e91b";
	}
	#bottom_links ul li.blank a .info::after {
		content: "\e91d";
	}
	#bottom_links ul li a .img span {
		left: 0;
		top: 0;
		height: 8.5333333333333vw;
		display: flex;
		border-radius: 0 0 2.6666666666667vw 0vw;
		font-size: 3.2vw;
		color: #484848;
		padding: 0 3.2vw;
	}
	/*============================
#page_visual
============================*/
	#page_visual {
		background: url("../img/sp/below_visual_bg.jpg") center / auto 100% no-repeat;
		height: 30.933333333333vw;
		display: flex;
	}
	#page_visual .tit_set {
		color: #003d6d;
		margin: 0;
	}
	#page_visual .tit_set h2 {
		font-size: 6.4vw;
	}
	.page-id-88 #page_visual .tit_set h2 {
		font-size: 6.4vw;
	}
	#page_visual .tit_set h6 {
		font-size: 2.6666666666667vw;
	}
	/* Parts */
	.content-area section {
		padding: 10.666666666667vw 0 10.666666666667vw;
	}
	.content-area p {
		font-size: 4.26666666666667vw;
		margin: 0 0 1em;
	}
	.content-area p:last-child {}
	#main hr {
		margin: 10.666666666667vw 0;
		border-bottom: 0.26666666666667vw solid #000;
	}
	.nav-links {
		display: flex;
	}
	/* history bg */
	.page-id-58 #wrapper::before {
		content: "";
		top: 0;
		left: 0;
		height: 100vh;
		right: 0;
		background: url(../img/top_08_bg.svg) center / 100vw 54.21875vw no-repeat;
	}
}