* {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
.pc {
	display: block;
}
.sp {
	display:none;
}
#other_head .other_link {
	width: 25%;
	padding: 10px;
	display: block;
	text-align: center;
	transition:0.3s ease-in-out;
	display:block;
	float:left;
	background-color:#F1F5F8;
	font-weight:normal;
}
#other_head .other_link:hover {
	background-color: #FFF;
}
#other_head .other_link.on {
	background-color:#FFF;
}
#other_head .other_link.on:hover {
	background-color: #FFF;
}
#other_head .other_link::after{
    left: 10px;
	top:0;
	bottom:0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.other_arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.other_arrow::before,
.other_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#header_wrap{
	padding: 40px 15px 25px 15px;
}
#header_wrap #logo{
	text-align:center;
	padding-bottom:40px;
}
#header_wrap #logo a{
	width:200px;
	margin:0 auto;
	display:block;
}
#header_wrap .global_nav{
	color:#003755;
	text-align:center;
}
#header_wrap .global_nav a{
	padding:0 20px;
	font-size:16px;
	font-weight:normal;
	position: relative;
	display: inline-block;
	transition: 0.3s;
  }
#header_wrap .global_nav a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 1px #003755;
  transition: 0.3s;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header_wrap .global_nav a:hover::after {
  width: 100%;
}
#footer-link {
	background-color: #323639;
	padding-top: 80px;
	padding-bottom: 80px;
}
footer .footer-box {
	padding-right: 5%;
	padding-left: 5%;
	max-width:1300px;
	min-width:800px;
	margin:0 auto;
}
.footer-box .footer-map {
	width: 70%;
}
.footer-box .company {
	width: 30%;
	color: #FFF;
}
.footer-box .company a {
	display: block;
	padding-bottom: 15px;
	color: #FFF;
}
.footer-box .company a:hover {
	text-decoration:underline;
}
.footer-box .company .logo-name {
	display: block;
	padding-bottom: 20px;
	color: #FFF;
	font-size:30px;
	font-weight: 100;
	font-family: sans-serif;
	font-style: italic;
}
.footer-box .company .copy {
	display: block;
	padding-top: 20px;
	color: #FFF;
	font-size: 12px;
}
.f-flex{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.footer-box .footer-map .box {
	width: 24%;
	padding-right:1%
}
.footer-box .footer-map .box a {
	color: #FFF;
	font-size: 12px;
	padding-bottom: 20px;
	display: block;
}
.footer-box .footer-map .box a:hover {
	text-decoration:underline;
}
#footer-line {
	background-image: -moz-linear-gradient( 0deg, rgb(130,124,0) 0%, rgb(196,189,0) 45%, rgb(255,245,0) 77%, rgb(255,245,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(130,124,0) 0%, rgb(196,189,0) 45%, rgb(255,245,0) 77%, rgb(255,245,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(130,124,0) 0%, rgb(196,189,0) 45%, rgb(255,245,0) 77%, rgb(255,245,0) 100%);
	width:100%;
	height:10px;
}
#footer-info {
	background-color: #202124;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-box .footer-nav {
	padding-bottom: 140px;
	text-align:center;
}
.footer-box .footer-nav a {
	color: #B5B5B5;
	font-size: 14px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	display: inline-block;
}
.footer-box .footer-nav a:hover {
	text-decoration:underline;
}
.footer-box .information {
	text-align:center;
}
.footer-box .information .office {
	color: #FFF;
	font-size: 16px;
	display:block;
	padding-bottom:15px;
}
.footer-box .information .address {
	color: #FFF;
	font-size: 14px;
	display:block;
	line-height:1.4em;
}
@media only screen and  (max-width: 834px) {
.pc {
	display:none;
}
.sp {
	display:block;
}
.img-responsive {
    width: 100%;
}

}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
.area-flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.area-center-flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.center-flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.just-flex{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
    justify-content: space-between;
}
.just-center-flex{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
@media only screen and  (max-width: 834px) {
#logo {
	text-align: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#header-sp{
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	z-index: 130;
	background-color:#FFF;
	height:56px;
}
#logo-sp {
	text-align: center;
	display: block;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	top: 16px;
	z-index: 130;
	left: 0;
	right:0;
}
#logo-sp .logo-w {
	display: none;
}
#logo-sp.active .logo-w{
	display: block;
}
#logo-sp.active .logo-b{
	display: none;
}
.open::after{
	content: "";
	background-image: -moz-linear-gradient( 130deg, rgb(0,35,54) 25%, rgb(0,55,85) 100%);
	background-image: -webkit-linear-gradient( 130deg, rgb(0,35,54) 25%, rgb(0,55,85) 100%);
	background-image: -ms-linear-gradient( 130deg, rgb(0,35,54) 25%, rgb(0,55,85) 100%);
	width: 100%;
	height: 100vh;
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	transition: all .4s;
	z-index: 11;
}
.open.active::after{
	left: 0;
}
.nav_btn{
	height: 16px;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 20px;
	z-index: 99;
}
.menu__line{
	background: #000;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menu__line.active{
	background: #FFF;
}
.menu__line--center{
	top: 7px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
	top: 4px;
	transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
	height: 100%;
	position: relative;
	width: 100%;
	padding-top:15%;
	padding-left:5%;
	padding-right:5%;
}
.gnav__menu__sub{
	padding-top:5px;
}
.gnav__menu__item{
	margin: 22px 0;
	list-style:none;
}
.gnav__menu__item a{
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	transition: .5s;
	padding-top: 8px;
	padding-bottom: 8px;
}
.gnav__menu__sub .gnav__menu__item a{
	font-size: 1.2em;
}
.gnav__menu__item a:hover{
    color: #666;
}
.gnav__wrap #gnav_sg{
	position:fixed;
	bottom:30px;
	left:5%;
}
.gnav__wrap p{
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
}
footer .footer-box {
	padding-right: 5%;
	padding-left: 5%;
	max-width:100%;
	min-width:100%;
	width:100%;
	margin:0 auto;
}
.f-flex{
    display: block;
}
footer .footer-box .footer-map {
	width: 100%;
	padding-bottom:30px;
}
.footer-box .footer-map .box {
	width: 49%;
	padding-right:1%;
	float:left;
	padding-bottom:40px;
}
.footer-box .company {
	width: 100%;
	text-align:center;
}
.footer-box .company .logo-name {
	font-size:22px;
}
.footer-box .information .office {
	color: #FFF;
	font-size: 12px;
	display:block;
	padding-bottom:5px;
}
.footer-box .information .address {
	color: #FFF;
	font-size: 10px;
	display:block;
	line-height:1.4em;
}
}
@media only screen and  (max-width: 640px) {
}
@media only screen and  (max-width: 321px) {
}