@charset "UTF-8";
/* CSS Document */

@media (min-width: 992px) {
  .modal-menu-box, .modal-logo-box, .modal-btn, .modal-menu {
    display: none;
  }
}
.modal-menu-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 1);
  /*box-shadow: 0 1px 5px 1px rgba(100, 100, 100, 0.4);*/
}
@media (max-width: 991px) {
  .modal-menu-box {
    height: 50px;
    z-index: 1000;
    background-color: #fff;
  }
}
/*@media (max-width: 767px) {
  .modal-menu-box {
    height: 50px;
    background-color: #fff;
  }
}*/
.modal-menu-box.modal-fixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
}
/*-----------------モーダル_ロゴボックスのスタイル-----------------*/
.modal-logo-box {
  position: relative;
  top: 15px;
  cursor: pointer;
  z-index: 1000;
  margin: 0 auto;
  width: 150px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .modal-logo-box {
    position: relative;
    top: 10px;
    left: 10px;
    width: auto;
    height: 30px;
    display: inline-block;
  }
  .modal-logo-box .nav-logo__img {
    width: auto;
    height: 30px;
  }
}
/*@media (max-width: 767px) {
  .modal-logo-box {
    position: relative;
    top: 13px;
    width: 180px;
  }
  .modal-logo-box .nav-logo__img {
    width: 180px;
    height: 26px;
  }
}*/
.modal-nav-logo {
  float: left;
}
/*-----------------モーダル_ロゴボックスのスタイル-----------------*/
/*-----------------メニュー開閉用ボタンのスタイル-----------------*/
.modal-btn {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000;
  overflow: hidden;
  width: 50px;
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .modal-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.modal-btn::after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 600ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
}
.modal-btn span {
  color: #fff;
  letter-spacing: 0.2rem;
}
.modal-btn span:after {
  content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.modal-open .modal-btn span:after {
  content: attr(data-txt-close);
}
/*-----------------モーダルウィンドウ(menu)のスタイル-----------------*/
.modal-menu {
  position: fixed;
  /*display: table;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, 0.9);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.modal-menu-inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.modal-menu ul#menu {
  /*width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;*/
  padding: 0 200px;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal-menu ul#menu {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .modal-menu ul#menu {
    padding: 0 26px;
    margin-top: 20px;
  }
}
/*.modal-menu ul {
	display: table-cell;
	vertical-align: middle;
}*/
.modal-menu ul#menu > li:first-child {
  margin-top: 10px;
  border-top: 3px solid #fff;
}
@media (max-width: 767px) {
  .modal-menu ul#menu > li:first-child {
    margin-top: 0;
  }
}
/*.modal-menu ul#menu > li:last-child {
	margin-bottom: 200px;
}*/
.modal-menu ul#menu > li {
  /*width: 300px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	text-align: center;*/
  list-style: none;
  /*margin-top: 10px;*/
  text-align: left;
  color: #fff;
  font-family: YuMincho, '游明朝', serif;
}
/*.modal-menu li a {
	display: block;
	font-size: 18px;
	color: #fff;
}*/
.modal-menu li a:hover {
  color: #999;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .modal-menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}
/*-----------------モーダルウィンドウ(menu)のスタイル-----------------*/
/*-----------------モーダルウィンドウ(nav)のスタイル-----------------*/
/*モーダル背景*/
.modal-nav {
  position: fixed;
  /*display: table;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #24b7d2;
  -webkit-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  /*transform: translateY(-100%);*/
  margin: 0;
}
/*モーダル背景*/
.modal-nav-inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.modal-nav ul {
  /*display: table-cell;
	vertical-align: middle;*/
  /*padding: 0 200px;*/
  margin-top: 50px;
    /*display: flex;*/
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 105%;
    flex-direction: column;
}
/*@media (min-width: 768px) and (max-width: 1024px) {
  .modal-nav ul {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .modal-nav ul {
    padding: 0 26px;
	padding-top: 20px;  
    margin-top: 50px;
  }
}*/
@media (max-width: 991px) {
  .modal-nav ul {
    padding: 0;
    /*padding-top: 20px;*/
    margin-top: 80px;
	  margin-bottom: 80px;
  }
}
.modal-nav li {
  /*width: 300px;*/
  width: 100%;
  float: left;	
  /*height: 50px;*/
  /*line-height: 50px;*/
  margin: 0 auto;
  text-align: center;
  /*border-bottom: 1px solid #9FB1BC;*/
  /*margin-bottom: 10px;*/
  /*font-family: YuMincho, '游明朝', serif;*/
    font-family: "FOT-筑紫A丸ゴシック Std B";
	position: relative;
}
.modal-nav li.first {
	/*height: 50px;*/
	line-height: 3;
}
/*.modal-nav li::before {
  	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
    background-image: linear-gradient(to right, transparent, #92c5e2 25%, #a6c4d5 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}*/
/*.modal-nav li:nth-child(even)::after {
  	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
    background-image: linear-gradient(to bottom, transparent, #92c5e2 25%, #a6c4d5 50%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}*/
.modal-nav ul > li:first-child {
  /*margin-top: 10px;*/
  /*border-top: 1px solid #9FB1BC;*/
}
@media (max-width: 767px) {
  .modal-nav ul > li:first-child {
    margin-top: 0;
  }
}
.modal-nav li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
/*@media (min-width: 320px) and (max-width: 991px) {
  .modal-nav li a {
    font-size: calc(0.75rem + ((1vw - 3.2px) * 0.5961));
  }
}*/
.modal-nav li a:hover {
  color: #999;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.modal-open .modal-nav {
  -webkit-transition: all .3s;
  transition: all .3s;
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.modal-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*-----------------モーダルウィンドウ(nav)のスタイル-----------------*/
/*-----------------ハンバーガーメニューのスタイル-----------------*/
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-left: 0;	
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-hamburger {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-hamburger {
    width: 50px;
    height: 50px;
	margin-left: 0;
	padding: 11px;  
  }
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1.5px;
  background: #2e2e2e;
}
/*@media (min-width: 768px) and (max-width: 1024px) {
	.c-hamburger span {
  height: 2px;
	background: transparent;
}
}*/
@media (max-width: 767px) {
  .c-hamburger span {
    height: 1.5px;
    /*background: transparent;*/
  }
}
.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1.5px;
      background: #2e2e2e;
  content: "";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-hamburger span::before, .c-hamburger span::after {
    height: 1.5px;
  }
}
@media (max-width: 767px) {
  .c-hamburger span::before, .c-hamburger span::after {
    height: 1.5px;
  }
}
.c-hamburger span::before {
  top: -8px;
}
.c-hamburger span::after {
  bottom: -8px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-hamburger span::before {
    top: -8px;
  }
  .c-hamburger span::after {
    bottom: -8px;
  }
}
@media (max-width: 767px) {
  .c-hamburger span::before {
    top: -8px;
  }
  .c-hamburger span::after {
    bottom: -8px;
  }
}
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.1s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.1s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.1s;
}
/*-----------------ハンバーガーメニューのスタイル-----------------*/
/*-----------------メインナビゲーションのリストが現れた時のアニメーション-----------------*/
.side-open .menu nav#nav-list li:nth-child(1) {
  -webkit-transition: opacity 1s ease .2s;
  transition: opacity 1s ease .2s;
}
.side-open .menu nav#nav-list li:nth-child(2) {
  -webkit-transition: opacity 1s ease .25s;
  transition: opacity 1s ease .25s;
}
.side-open .menu nav#nav-list li:nth-child(3) {
  -webkit-transition: opacity 1s ease .3s;
  transition: opacity 1s ease .3s;
}
.side-open .menu nav#nav-list li:nth-child(4) {
  -webkit-transition: opacity 1s ease .35s;
  transition: opacity 1s ease .35s;
}
.side-open .menu nav#nav-list li:nth-child(5) {
  -webkit-transition: opacity 1s ease .4s;
  transition: opacity 1s ease .4s;
}
.side-open .menu nav#nav-list li:nth-child(6) {
  -webkit-transition: opacity 1s ease .45s;
  transition: opacity 1s ease .45s;
}
.side-open .menu nav#nav-list li:nth-child(7) {
  -webkit-transition: opacity 1s ease .5s;
  transition: opacity 1s ease .5s;
}
.side-open .menu nav#nav-list li:nth-child(8) {
  -webkit-transition: opacity 1s ease .55s;
  transition: opacity 1s ease .55s;
}
/*---------------------------------*/
.overflow {
    overflow: hidden;
    height: 100%;
}
.menu-btn-text {
    position: fixed;
    top: 60px !important;
    right: 15px;
    width: 50px;
    height: 20px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.menu-btn-text span {
    color: #fff;
}
.menu-btn-text span:after {
    content: attr(data-txt-open);
}