@charset "utf-8";
/*==========================================================================

   base width

==========================================================================*/
body { min-width: 922px;}
.container { width: 922px; margin-right: auto; margin-left: auto;}



/*==========================================================================

   base frame

==========================================================================*/
#header {
	position: relative;
}
#main {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 120px;
}
body.home #main {
	padding: 0;
}
#footer {

}

/*==========================================================================

   layout type

==========================================================================*/


/*==========================================================================

   header

==========================================================================*/
#header.index-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#header.other-header {
    height: 76px;
}
#header.index-header .header-logo { width: 413px;}
#header.other-header .header-logo { width: 305px;}

.header-lang-switch {
    position: fixed;
    top: 0;
    right: 100px;
    color: #fff;
    background: #041b3f;
	z-index: 2;
}
.header-lang-switch__list {
    padding: 9px 15px;
    font-size: 0;
    text-align: center;
}
.header-lang-switch__item {
    display: inline-block;
}
.header-lang-switch__item a {
    color: #fff;
	transition: .3s;
}
.header-lang-switch__item a:hover,
.header-lang-switch__item .no-link {
    opacity: .75;
}
.header-lang-switch__item + .header-lang-switch__item {
    margin-left: 7px;
    padding-left: 7px;
    border-left: 1px solid #fff;
}


/*==========================================================================

   slidemenu

==========================================================================*/
#wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
#content {
    height: 100%;
    min-height: 100vh;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    background-color: #fff;
}
#content.open {
  /*transform: translateX(-390px);*/
  transform: translateX(-100%);
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.gnav-trigger {
  display: inline-block;
  width: 76px;
  height: 76px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: #041b3f;
}
.gnav-trigger__bar {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 22px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: .5s;
}
.gnav-trigger.active .gnav-trigger__bar {
  background-color: #fff;
}
.gnav-trigger__bar:nth-of-type(1) {
  top: 15px;
}
.gnav-trigger.active .gnav-trigger__bar:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.gnav-trigger__bar:nth-of-type(2) {
  top: 24px;
}
.gnav-trigger.active .gnav-trigger__bar:nth-of-type(2) {
  opacity: 0;
}
.gnav-trigger__bar:nth-of-type(3) {
  top: 33px;
}
.gnav-trigger.active .gnav-trigger__bar:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}

.gnav-trigger__label {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 47px;
    transition: .5s;
}
.gnav-trigger.active .gnav-trigger__label {
	color: #fff;
}
.gnav-trigger .gnav-trigger__label.label--close { opacity: 0;}
.gnav-trigger .gnav-trigger__label.label--open { opacity: 1;}
.gnav-trigger.active .gnav-trigger__label.label--close { opacity: 1;}
.gnav-trigger.active .gnav-trigger__label.label--open { opacity: 0;}

.gnav {
	box-sizing: border-box;
	width: 390px;
	height: 100%;
	min-height: 100vh;
	padding: 100px 50px 0;
	background-color: #041b3f;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(100%);
	opacity: 0;
	transition: transform .5s, opacity .5s;
}
.gnav.open {
	opacity: 1;
	visibility: visible;
	transform: translateZ(0);
}
.gnav__item {
    color: #fff;
    text-align: left;
    padding: 10px 0;
}
.gnav__item a {
    color: #fff;
    transition: .3s;
}
.gnav__item a:hover {
    color: #eee;
	opacity: .75;
}

.gnav-inquiry {
    margin: 25px 0 50px;
}
.gnav-inquiry__btn {
    width: 100%;
}
.btn01.btn01--inquiry {
    color: #000;
    background: rgba(255, 255, 255, .3);
}
.btn01.btn01--inquiry:hover {
    color: #fff;
	border-color: #fff;
    background: none;
}
.btn01.btn01--inquiry .icon-cur01:before, .btn01.btn01--inquiry .icon-cur01:after {
    background: #000;
}
.btn01.btn01--inquiry:hover .icon-cur01:before, .btn01.btn01--inquiry:hover .icon-cur01:after {
    background: #fff;
}

/*==========================================================================

   page

==========================================================================*/
.page-kv {
    position: relative;
    height: 224px;
    background-position: center top;
    background-size: cover;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.page-kv__label {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.page-kv__label-ja {
	margin-top: 7px;
}
.page-header {
    margin-bottom: 60px;
	text-align: center;
}
.page-header__title + .page-header__desc {
    margin-top: 33px;
}
.gnav-language__item {
    width: 100%;
}
.gnav-language__item + .gnav-language__item {
    margin-top: 14px;
}


/*==========================================================================

   footer

==========================================================================*/
#footer {
    text-align: center;
}
.footer-action {
    padding: 50px 0;
    background: #f2f2f2;
}
.footer-action.has--no-news {
	margin-top: 90px;
}
.footer-action.has--news {
	background: #fff;
}
.footer-action__address {
    margin: 25px 0 60px;
}
.contact01__list {
    font-size: 0;
}
.contact01__item {
    display: inline-block;
}
.contact01__item .btn {
    width: 400px;
}
.contact01__item + .contact01__item {
    margin-left: 30px;
}


.footer-nav {
	margin-bottom: 1px;
    padding: 22px 0;
    background: #1d3152;
}
.footer-nav__list {
    font-size: 0;
}
.footer-nav__item {
    display: inline-block;
}
.footer-nav__item + .footer-nav__item {
    margin-left: 25px;
}
.footer-nav__item:before {
    position: relative;
    display: inline-block;
    font: normal 14px/1 FontAwesome;
    content: "\f105";
    top: -.1em;
    margin: 0 10px 0 0;
    vertical-align: middle;  
}
.footer-nav__item, .footer-nav__item a {
    color: #fff;
}
.footer-nav__item a {
	transition: .3s;
}
.footer-nav__item a:hover {
    opacity: .75;
}
.footer-lang-switch__item .btn {
    width: 219px;
}
.footer-aside {
    padding: 22px 0 52px;
    background: #000;
}
.footer-lang-switch {
    margin: 30px 0 110px;
}
.footer-lang-switch__list {
    font-size: 0;
}
.footer-lang-switch__item {
    display: inline-block;
}
.footer-lang-switch__item + .footer-lang-switch__item {
    margin-left: 12px;
}
.footer-lang-switch__item .btn.no-link {
    opacity: .5;
}
.footer-lang-switch__item .btn:hover.no-link  {
    background: none;
    color: #fff;
}
.footer-lang-switch__item .btn:hover.no-link .icon-cur01:before,
.footer-lang-switch__item .btn:hover.no-link .icon-cur01:after {
    background: #fff;
}
.footer-mark {
    margin: 110px 0 47px;
}
.footer-copyright {
    margin-top: 47px;
    color: #fff;
}
.copyright a {
	color: #fff;
}
