@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

a.blue { color:#00a199 !important; text-decoration:underline !important; }

li {
  list-style: none;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #151d22;
  font-weight: 100;
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

body.langEn {
  font-family: 'Poppins', sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=fullpage.min.css.map */
.l-wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-wrap {
    position: static;
  }
}

.l-wrap.l-page {
  position: relative;
  background-color: #e1e0e0;
}

.l-wrap.l-page .l-footer {
  position: relative;
  bottom: 0;
}

.l-wrap-contnts {
  background-image: url(/assets/img/bg_contents.png);
  background-position: 0 0;
  background-size: 1000px auto;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-wrap-contnts {
    background-size: 100% auto;
    background-attachment: fixed;
  }
}

.l-wrap-contnts .section-contents {
  background-image: url(/assets/img/bg_contents_bottom.png);
  background-position: left bottom;
  background-size: 1000px auto;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-wrap-contnts .section-contents {
    background-size: 100% auto;
  }
}

.l-main {
  position: relative;
}

.l-header {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
}

.l-header__top ul {
  list-style: none;
  text-align: right;
  display: none;
}

@media screen and (min-width: 900px) {
  .l-header__top ul {
    display: block;
  }
}

.l-header__top ul li {
  display: none;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 900px) {
  .l-header__top ul li {
    display: inline-block;
  }
}

.l-header__top ul li a {
  font-size: 1.4rem;
  display: block;
  padding: 6px;
}

.l-header__top__en {
  display: inline-block !important;
}

.l-header__top__en a {
  background-color: #007872;
}

.l-header__inner {
  padding: 20px;
  border-bottom: 1px solid rgba(35, 39, 74, 0.2);
}

@media screen and (min-width: 900px) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 200px;
}

@media screen and (min-width: 900px) {
  .l-header__logo {
    margin-top: 10px;
    max-width: 261px;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header-nav {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 100;
  padding-top: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
}

@media screen and (min-width: 900px) {
  .l-header-nav {
    overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    border-left: none;
    z-index: 1;
    padding-top: 0;
    background-color: transparent;
    display: block;
  }
}

.l-header-nav__list {
  list-style: none;
  text-align: right;
}

.l-header-nav__item {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-align: left;
}

@media screen and (min-width: 900px) {
  .l-header-nav__item {
    text-align: right;
    display: inline-block;
  }
}

.l-header-nav__item a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}

@media screen and (min-width: 900px) {
  .l-header-nav__item a {
    border-bottom: none;
    padding: 10px;
  }
}

.l-header__menu {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00c1b7;
  position: fixed;
  top: 14px;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}

@media screen and (min-width: 900px) {
  .l-header__menu {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .l-header__menu:hover {
    opacity: .5;
  }
}

.l-header__menu:before, .l-header__menu:after {
  content: '';
}

.l-header__menu:before, .l-header__menu:after,
.l-header__menu span {
  display: block;
  width: 32px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__menu:before {
  margin-top: -10px;
}

.l-header__menu:after {
  margin-top: 10px;
}

.is-header-absolute .l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body.is-open .l-header-nav {
  right: 0;
}

@media screen and (min-width: 900px) {
  body.is-open .l-header-nav {
    left: auto;
    right: auto;
  }
}

body.is-open .l-header__menu:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
  left: 5px;
}

@media screen and (min-width: 900px) {
  body.is-open .l-header__menu:before {
    left: 16px;
  }
}

body.is-open .l-header__menu:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
  left: 5px;
}

@media screen and (min-width: 900px) {
  body.is-open .l-header__menu:after {
    left: 16px;
  }
}

body.is-open .l-header__menu span {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .l-nav {
    width: 840px;
  }
}

@media screen and (min-width: 768px) {
  .l-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-nav__item {
    width: 120px;
  }
}

.l-nav__item + .l-nav__item {
  border-top: 1px solid #a1a1a1;
}

@media screen and (min-width: 768px) {
  .l-nav__item + .l-nav__item {
    border-top: none;
  }
}

.l-nav__link {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0 20px 45px;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 23px;
}

@media screen and (min-width: 768px) {
  .l-nav__link {
    padding: 40px 0 10px;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    background-position: center 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-nav__link:hover {
    opacity: 0.6;
  }
}

.l-nav__link br {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-nav__link br {
    display: inline;
  }
}

.l-nav__link[data-contry="germany"] {
  background-image: url(/assets/img/icon_germany.png);
}

.l-nav__link[data-contry="uganda"] {
  background-image: url(/assets/img/icon_uganda.png);
}

.l-nav__link[data-contry="palau"] {
  background-image: url(/assets/img/icon_palau.png);
}

.l-nav__link[data-contry="england"] {
  background-image: url(/assets/img/icon_england.png);
}

.l-nav__link[data-contry="ireland"] {
  background-image: url(/assets/img/icon_ireland.png);
}

.l-nav__link[data-contry="taiwan"] {
  background-image: url(/assets/img/icon_taiwan.png);
}

.l-nav__link[data-contry="america"] {
  background-image: url(/assets/img/icon_america.png);
}

.l-footer {
  display: block;
  width: 100%;
  background-color: #0f1418;
  padding: 0 0 20px 0;
  position: relative;
}

.l-footer__Link {
  text-align: center;
  padding: 10px 0;
}

.l-footer__LinkItem {
  display: inline-block;
  margin: 2px 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  position: relative;
  padding-left: 12px;
}

.l-footer__LinkItem:hover {
  text-decoration: underline;
}

.l-footer__LinkItem:before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 0;
}

.l-footer__logo {
  width: 235px;
  padding: 10px;
  margin: 0 auto;
}

.l-footer__logo img {
  width: 100%;
}

.l-footer__copyright {
  text-align: center;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: .1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}

.l-footer__breadcrumb {
  background-color: #1f272c;
  padding: 8px 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .l-footer__breadcrumb {
    display: block;
  }
}

.l-footer__breadcrumbItem {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 1.3rem;
}

.l-footer__breadcrumbItem:after {
  content: "/";
  display: inline-block;
  padding-left: 20px;
}

.l-footer__breadcrumbItem:last-of-type:after {
  display: none;
}

.l-footer__pageTop {
  position: fixed;
  display: block;
  z-index: 100;
  right: 0;
  bottom: -60px;
  width: 30px;
  height: 40px;
  background-image: url(/assets/img/arrow_top.png);
  background-position: top 10px center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-color: #00a199;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: none;
  z-index: 600;
}

@media screen and (min-width: 768px) {
  .l-footer__pageTop {
    display: block;
    bottom: -160px;
    width: 30px;
    height: 160px;
    background-position: bottom -4px center;
  }
}

.l-footer__pageTop:hover {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .l-footer__pageTop:hover {
    background-position: bottom center;
  }
}

.l-footer__pageTop.is-show {
  bottom: 0;
}

.covervid-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.covervid-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: 0 0;
  background-repeat: repeat;
  opacity: .7;
}

.section {
  position: relative;
}

.fp-controlArrow.fp-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2000;
  width: 15px;
  height: 30px;
  border: none;
  background: url(/assets/img/arrow_left.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .fp-controlArrow.fp-prev {
    width: 20px;
    height: 36px;
    left: 20px;
  }
}

.fp-controlArrow.fp-next {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2000;
  width: 15px;
  height: 30px;
  border: none;
  background: url(/assets/img/arrow_right.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .fp-controlArrow.fp-next {
    width: 20px;
    height: 36px;
    right: 20px;
  }
}

@-webkit-keyframes arrowMove {
  0% {
    bottom: 70px;
    @media screen and (min-width: 768px) {
      bottom: 90px;
    }
  }
  50% {
    bottom: 80px;
    @media screen and (min-width: 768px) {
      bottom: 100px;
    }
  }
  100% {
    bottom: 70px;
    @media screen and (min-width: 768px) {
      bottom: 90px;
    }
  }
}

@keyframes arrowMove {
  0% {
    bottom: 70px;
    @media screen and (min-width: 768px) {
      bottom: 90px;
    }
  }
  50% {
    bottom: 80px;
    @media screen and (min-width: 768px) {
      bottom: 100px;
    }
  }
  100% {
    bottom: 70px;
    @media screen and (min-width: 768px) {
      bottom: 90px;
    }
  }
}

.c-text-center {
  text-align: center;
}

.c-text-right {
  text-align: right;
}

.c-sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-sp {
    display: none;
  }
}

.c-middle {
  display: block;
}

@media screen and (min-width: 900px) {
  .c-middle {
    display: none;
  }
}

.c-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-pc {
    display: block;
  }
}

.c-hover {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.c-hover:hover {
  opacity: .9;
}

.c-img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.c-title {
  color: #fff;
  font-weight: 200;
  font-size: 2.8rem;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 3.4rem;
  }
}

.c-title:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-bottom: 8px;
  background-color: #00a199;
}

.c-title__center:before {
  margin-left: auto;
  margin-right: auto;
}

.c-pager {
  margin-top: 40px;
}

.c-pager .c-pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.c-pager .c-pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
}

.c-pager .c-pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
}

.c-pager .c-pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.c-pager .c-pagination__current {
  background-color: rgba(0, 161, 153, 0.5);
}

.c-text {
  color: #fff;
  line-height: 1.8;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  .c-text {
    font-size: 1.5rem;
  }
}

.c-text.is-black {
  color: #000;
}

.c-text.lang-en {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
}

.c-note {
  font-size: 1.2rem;
}

.c-btn {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  display: inline-block;
  padding: 8px 10px;
  background-color: #00a199;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #004ea2));
  background-image: linear-gradient(to right, transparent 50%, #004ea2 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.c-btn:after {
  content: "";
  display: inline-block;
  background: url(/assets/img/arrow.png) no-repeat 0 0;
  background-size: 58px 5px;
  width: 58px;
  height: 5px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    background-position: -100% 100%;
  }
}

.c-btn-box {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .c-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-btn-boxItem {
  padding: 5px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-btn-boxItem {
    padding: 0;
  }
}

.c-list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
  color: #fff;
}

.c-list li {
  margin-bottom: 20px;
  list-style-type: disc;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.c-mb {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .c-mb {
    margin-bottom: 30px;
  }
}

.c-contents {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 30px 0;
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .c-contents {
    padding: 50px 0;
  }
}

.c-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  width: 400%;
  height: 90%;
  margin: 0 -100% 0;
  background: #061b35;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-contents:before {
    margin: -150px -50% 0;
  }
}

.c-contents__inner {
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 20px 80px 20px;
  min-height: 320px;
  color: #fff;
  background-image: url(/assets/img/bg_line.png);
  background-position: top left -3px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .c-contents__inner {
    background-position: top left;
    padding: 40px 40px 120px 40px;
  }
}

.c-contents__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 500px;
  height: 500px;
  background-image: url(/assets/img/bottom_img.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.c-scroll__arrow {
  display: block;
  background-color: #00a199;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: -40px;
  left: 50%;
  z-index: 10000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c-scroll__arrow.is-show {
  bottom: 0px;
}

.c-scroll__arrow:hover {
  opacity: .8;
}

.c-scroll__inner {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}

.c-scroll__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation-name: scrollMove;
          animation-name: scrollMove;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.c-indexList {
  list-style: none;
  margin: 60px 0;
}

@media screen and (min-width: 768px) {
  .c-indexList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-indexList__item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 12px 0px #00a199;
          box-shadow: 0px 0px 12px 0px #00a199;
}

@media screen and (min-width: 768px) {
  .c-indexList__item {
    width: 32.0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .is-2col .c-indexList__item {
    width: 48.0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
}

.c-indexList__item a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  color: #fff;
  padding: 20px;
  text-align: center;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.1) 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  position: relative;
}

.c-indexList__item a:after {
  content: "";
  width: 0%;
  height: 4px;
  background-color: #00a199;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-indexList__item a:hover {
  background-position: -100% 100%;
}

.c-indexList__item a:hover:after {
  width: 100%;
}

.c-indexList__title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.c-indexList__description {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.6;
  font-size: 1.4rem;
}

.c-indexList__arrow {
  width: 48px;
  height: auto;
}

@-webkit-keyframes scrollMove {
  0% {
    top: 10px;
    @media screen and (min-width: 768px) {
      top: 10px;
    }
  }
  50% {
    top: 14px;
    @media screen and (min-width: 768px) {
      top: 14px;
    }
  }
  100% {
    top: 10px;
    @media screen and (min-width: 768px) {
      top: 10px;
    }
  }
}

@keyframes scrollMove {
  0% {
    top: 10px;
    @media screen and (min-width: 768px) {
      top: 10px;
    }
  }
  50% {
    top: 14px;
    @media screen and (min-width: 768px) {
      top: 14px;
    }
  }
  100% {
    top: 10px;
    @media screen and (min-width: 768px) {
      top: 10px;
    }
  }
}

.c-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1220px) {
  .c-section {
    padding: 0;
  }
}

.c-block {
  margin: 80px 0;
}

.c-block__small {
  margin: 30px 0;
}

.c-pagetitle {
  text-align: center;
  color: #fff;
  font-size: 3.0rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 60px;
  margin-bottom: 10px;
}

.c-pagetitle:before {
  display: block;
  content: "";
  position: relative;
  width: 50px;
  height: 4px;
  margin: 0 auto 15px;
  background-color: #00a199;
}

.c-heading_lv2 {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-heading_lv2 {
    font-size: 2.8rem;
  }
}

.c-heading_lv2:after {
  display: block;
  content: "";
  position: relative;
  width: 40px;
  height: 3px;
  margin: 10px auto 0;
  background-color: #00a199;
}

.c-heading_lv2__type2 {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .c-heading_lv2__type2 {
    font-size: 2.2rem;
  }
}

.c-heading_lv2__type2:before {
  display: block;
  content: "";
  position: relative;
  width: 50px;
  height: 4px;
  margin: 0 auto 15px;
  background-color: #00a199;
}

.c-heading_catch {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 40px;
  letter-spacing: .1em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .c-heading_catch {
    font-size: 2.6rem;
  }
}

.c-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
  z-index: 100;
  min-height: 550px;
}

@media screen and (min-width: 768px) {
  .c-top {
    height: 100vh;
    min-height: 740px;
  }
}

.c-top__main {
  width: 100%;
  padding-bottom: 130px;
}

.c-top__catchcopy {
  color: #fff;
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 30px;
  line-height: 1.1;
  padding-left: 5px;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  .c-top__catchcopy {
    padding-left: 40px;
    font-size: 7.0rem;
  }
}

.c-top__catchcopyRead {
  color: #fff;
  text-align: left;
  font-size: 1.3rem;
  padding-left: 5px;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  .c-top__catchcopyRead {
    padding-left: 40px;
    font-size: 1.6rem;
  }
}

.c-top__userNav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .c-top__userNav {
    padding: 20px;
  }
}

.c-top__userNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 768px) {
  .c-top__userNavList {
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.c-top__userNavItem {
  width: 100%;
  padding: 1px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 768px) {
  .c-top__userNavItem {
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
    width: 33.3333%;
  }
}

.c-top__userNavItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 2px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.c-top__userNavItem a:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #00a199;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .c-top__userNavItem a {
    padding: 20px 10px;
  }
}

.c-top__userNavItem a:hover:after {
  width: 100%;
}

.c-top__userNavItemArrow img {
  width: 48px;
}

.c-top__userNavItemJa {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.c-top__userNavItemEn {
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.c-top__arrow {
  display: block;
  width: 130px;
  height: 105px;
  background-image: url(/assets/img/down_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-name: arrowMove;
          animation-name: arrowMove;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (min-width: 768px) {
  .c-top__arrow {
    bottom: 100px;
    width: 130px;
    height: 105px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .c-top__arrow:hover {
    opacity: .8;
  }
}

.c-top-news {
  background-color: #061b35;
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.c-top-news__list {
  list-style: none;
  margin-bottom: 50px;
}

.c-top-news__item {
  margin-bottom: 20px;
}

.c-top-news__item .c-top-news__nolink {
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-top-news__item .c-top-news__nolink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-top-news__item .c-top-news__nolink span {
  display: block;
  padding: 8px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
}

.c-top-news__item a {
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-top-news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-top-news__item a span {
  display: block;
  padding: 8px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
}

.c-top-news__item a span:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00a199;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.c-top-news__item a:hover span {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.c-top-news__item a:hover span:after {
  width: 100%;
}

.c-top-news__date {
  display: inline-block !important;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .c-top-news__date {
    text-align: center;
    display: block;
    width: 14%;
  }
}

.c-top-news__title {
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .c-top-news__title {
    width: 85%;
  }
}

.c-top-message2 {
  background-color: #151d22;
  padding: 60px 0;
  background-image: url(/assets/img/bg_message.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .c-top-message2 {
    background-attachment: fixed;
  }
}

.c-top-logo {
  background-color: #061b35;
  padding: 60px 0;
}

.c-top-logo img {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 10px auto 50px;
}

@media screen and (min-width: 768px) {
  .c-top-logo img {
    max-width: 300px;
    margin: 50px 10px;
  }
}

.c-top-concept {
  background-color: #061b35;
  padding: 60px 0;
  position: relative;
  background-image: url(/assets/img/bottom_img.png);
  background-position: right bottom -400px;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .c-top-concept {
    padding: 140px 0;
  }
}

.c-top-concept > .c-section {
  z-index: 500;
  position: relative;
}

.c-top-concept__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-top-concept__title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.c-top-concept__title.lang-en {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
}

.c-top-concept__section {
  width: 90%;
  text-align: center;
  z-index: 500;
}

.c-top-concept__body {
  padding: 50px 0 0 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-top-concept__text {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-top-concept__text {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
}

.c-top-concept__img {
  margin: 0 auto;
  width: 280px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__img {
    padding: 0;
    width: 557px;
  }
}

.c-top-concept__imgBox {
  width: 280px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-top-concept__imgBox {
    width: 557px;
  }
}

.c-top-concept__imgDefault {
  position: absolute;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  width: 108px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__imgDefault {
    width: auto;
  }
}

.c-top-concept__imgOver {
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  width: 108px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__imgOver {
    width: auto;
  }
}

.c-top-concept__img01 {
  display: block;
  position: absolute;
  top: 1px;
  left: 86px;
  cursor: pointer;
  z-index: 100;
  width: 108px;
  height: 109px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__img01 {
    top: 0;
    left: 172px;
    width: 213px;
    height: 214px;
  }
}

.c-top-concept__img01:hover .c-top-concept__imgDefault {
  opacity: 0;
}

.c-top-concept__img01:hover .c-top-concept__imgOver {
  opacity: 1;
}

.c-top-concept__img02 {
  display: block;
  position: absolute;
  top: 125px;
  left: 0;
  cursor: pointer;
  z-index: 100;
  width: 108px;
  height: 109px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__img02 {
    top: 244px;
    left: 0;
    width: 213px;
    height: 214px;
  }
}

.c-top-concept__img02:hover .c-top-concept__imgDefault {
  opacity: 0;
}

.c-top-concept__img02:hover .c-top-concept__imgOver {
  opacity: 1;
}

.c-top-concept__img03 {
  display: block;
  position: absolute;
  top: 125px;
  left: 172px;
  cursor: pointer;
  z-index: 100;
  width: 108px;
  height: 109px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__img03 {
    top: 244px;
    left: 348px;
    width: 214px;
    height: 214px;
  }
}

.c-top-concept__img03:hover .c-top-concept__imgDefault {
  opacity: 0;
}

.c-top-concept__img03:hover .c-top-concept__imgOver {
  opacity: 1;
}

.c-top-concept__imgLine {
  display: block;
  position: absolute;
  top: 94px;
  left: 80px;
  width: 120px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__imgLine {
    top: 180px;
    left: 158px;
    width: auto;
  }
}

.c-top-concept__imgAll {
  opacity: 0;
  display: inline-block;
  margin-top: 3px;
  width: 280px;
}

@media screen and (min-width: 768px) {
  .c-top-concept__imgAll {
    width: auto;
  }
}

.c-top-concept__content00 {
  display: none;
}

.c-top-concept__content00.is-show {
  display: block;
}

.c-top-concept__content01 {
  display: none;
}

.c-top-concept__content01.is-show {
  display: block;
}

.c-top-concept__content02 {
  display: none;
}

.c-top-concept__content02.is-show {
  display: block;
}

.c-top-concept__content03 {
  display: none;
}

.c-top-concept__content03.is-show {
  display: block;
}

.c-top-concept__img01,
.c-top-concept__img02,
.c-top-concept__img03,
.c-top-concept__imgLine {
  opacity: 0;
}

.is-show .c-top-concept__img01 {
  -webkit-animation: animationConcept .8s ease-in-out both;
          animation: animationConcept .8s ease-in-out both;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.is-show .c-top-concept__img02 {
  -webkit-animation: animationConcept .8s ease-in-out both;
          animation: animationConcept .8s ease-in-out both;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.is-show .c-top-concept__img03 {
  -webkit-animation: animationConcept .8s ease-in-out both;
          animation: animationConcept .8s ease-in-out both;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.is-show .c-top-concept__imgLine {
  -webkit-animation: animationConceptBorder .8s ease-in-out both;
          animation: animationConceptBorder .8s ease-in-out both;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes animationConcept {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animationConcept {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes animationConceptBorder {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes animationConceptBorder {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.c-top-facility {
  background-color: #061b35;
  position: relative;
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .c-top-facility {
    background-image: url(/assets/img/bg_facility.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 140px 0;
  }
}

@media screen and (min-width: 768px) {
  .c-top-facility__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .c-top-facility__bodyItem {
    width: 50%;
  }
}

.c-top-facility__title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-top-facility__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.c-top-staff {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .c-top-staff {
    padding: 140px 0;
  }
}

.c-top-staff__body {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-top-staff__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .c-top-staff__bodyItem {
    width: 50%;
  }
}

.c-top-staff__title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-top-staff__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.c-top-service {
  background-color: #151d22;
  padding: 60px 0;
  background-image: url(/assets/img/bg_message.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .c-top-service {
    padding: 140px 0;
    background-attachment: fixed;
  }
}

.c-top-service__body {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-top-service__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .c-top-service__bodyItem {
    width: 80%;
  }
}

.c-top-service__title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-top-service__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.c-top-access {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .c-top-access {
    padding: 140px 0;
  }
}

.c-top-access__body {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .c-top-access__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-top-access__bodyItem {
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-top-access__bodyItem {
    width: 49%;
    margin-bottom: 0;
  }
}

.c-top-access__title {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #00a199;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .c-top-access__title {
    font-size: 1.8rem;
    min-height: 80px;
  }
}

.c-top-access__content {
  padding: 15px;
  font-size: 1.5rem;
}

.c-top-access__gmap {
  width: 100%;
  height: 360px;
}

.c-staff-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .c-staff-list {
    padding: 0 20px;
  }
}

.c-staff-list__item {
  width: 48%;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .c-staff-list__item {
    width: 32%;
  }
}

.c-staff-list__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}

.c-staff-list__img img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}

.c-staff-list__prof {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.c-staff-list__name {
  font-size: 1.8rem;
  border-left: 3px solid #009ee2;
  padding-left: 10px;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-staff-list__name {
    font-size: 2.2rem;
  }
}

.c-staff-list__name span {
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .c-staff-list__name span {
    font-size: 1.6rem;
  }
}

.c-staff-list__title {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .c-staff-list__title {
    font-size: 1.4rem;
  }
}

.c-staff-list__title > li {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.c-staff-team__img {
  display: block;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

.c-service__body {
  position: relative;
  width: 100%;
}

.c-service__img01 img {
  width: 100%;
  max-width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-service__content {
  padding: 0 10%;
  width: 100%;
}

.c-service__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.c-service__box__item {
  width: 50%;
  padding: 0 1px;
}

@media screen and (min-width: 768px) {
  .c-service__box__item {
    width: 33.33%;
  }
}

.c-service__box__item img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-concept__ring {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-concept__ringTitle {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-concept__ringTitle {
    text-align: left;
    width: 22%;
    margin-bottom: 30px;
  }
}

.c-concept__ringText {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-concept__ringText {
    width: 78%;
  }
}

.c-access__gmap {
  margin-bottom: 20px;
}

.c-access__mapWide {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-access__mapWide {
    padding: 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-access__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-access__address {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-access__address {
    width: 38%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .c-access__map {
    width: 58%;
    padding: 50px 0;
  }
}

.c-access__addressTitle {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-access__addressTitle {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}

.c-access__addressText {
  margin-bottom: 20px;
}

.c-access__addressTel {
  margin-bottom: 60px;
}

.c-article {
  max-width: 920px;
  margin: 0 auto 60px;
}

.c-article__date {
  display: inline-block;
  background-color: #11171c;
  text-align: center;
  padding: 2px 10px;
  margin-bottom: 20px;
}

.c-article__title {
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.c-article__body p {
  color: #fff;
  line-height: 1.8;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .c-article__body p {
    font-size: 1.6rem;
  }
}

.c-article__body img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.c-facilityPointer__c1 {
  position: absolute;
  width: 18px;
  height: 19px;
  z-index: 100;
  top: -5px;
  left: -5px;
  opacity: 0;
}

.c-facilityPointer__c2 {
  position: absolute;
  width: 18px;
  height: 19px;
  z-index: 100;
  top: -5px;
  right: -5px;
  opacity: 0;
}

.c-facilityPointer__c3 {
  position: absolute;
  width: 18px;
  height: 19px;
  z-index: 100;
  bottom: -5px;
  right: -5px;
  opacity: 0;
}

.c-facilityPointer__c4 {
  position: absolute;
  width: 18px;
  height: 19px;
  z-index: 100;
  bottom: -5px;
  left: -5px;
  opacity: 0;
}

.is-show .c-facilityPointer__c1 {
  -webkit-animation: fr-facilityPointer__c1 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityPointer__c1 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.is-show .c-facilityPointer__c2 {
  -webkit-animation: fr-facilityPointer__c2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityPointer__c2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.is-show .c-facilityPointer__c3 {
  -webkit-animation: fr-facilityPointer__c3 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityPointer__c3 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.is-show .c-facilityPointer__c4 {
  -webkit-animation: fr-facilityPointer__c4 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityPointer__c4 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes fr-facilityPointer__c1 {
  0% {
    opacity: 0;
    top: 25%;
    left: 25%;
  }
  20% {
    opacity: 1;
    top: 10%;
    left: 25%;
  }
  60% {
    opacity: 1;
    top: 10%;
    left: 25%;
  }
  100% {
    opacity: 1;
    top: 10%;
    left: 10%;
  }
}

@keyframes fr-facilityPointer__c1 {
  0% {
    opacity: 0;
    top: 25%;
    left: 25%;
  }
  20% {
    opacity: 1;
    top: 10%;
    left: 25%;
  }
  60% {
    opacity: 1;
    top: 10%;
    left: 25%;
  }
  100% {
    opacity: 1;
    top: 10%;
    left: 10%;
  }
}

@-webkit-keyframes fr-facilityPointer__c2 {
  0% {
    opacity: 0;
    top: 25%;
    right: 25%;
  }
  20% {
    opacity: 1;
    top: 10%;
    right: 25%;
  }
  60% {
    opacity: 1;
    top: 10%;
    right: 25%;
  }
  100% {
    opacity: 1;
    top: 10%;
    right: 10%;
  }
}

@keyframes fr-facilityPointer__c2 {
  0% {
    opacity: 0;
    top: 25%;
    right: 25%;
  }
  20% {
    opacity: 1;
    top: 10%;
    right: 25%;
  }
  60% {
    opacity: 1;
    top: 10%;
    right: 25%;
  }
  100% {
    opacity: 1;
    top: 10%;
    right: 10%;
  }
}

@-webkit-keyframes fr-facilityPointer__c3 {
  0% {
    opacity: 0;
    bottom: 25%;
    right: 25%;
  }
  20% {
    opacity: 1;
    bottom: 10%;
    right: 25%;
  }
  60% {
    opacity: 1;
    bottom: 10%;
    right: 25%;
  }
  100% {
    opacity: 1;
    bottom: 10%;
    right: 10%;
  }
}

@keyframes fr-facilityPointer__c3 {
  0% {
    opacity: 0;
    bottom: 25%;
    right: 25%;
  }
  20% {
    opacity: 1;
    bottom: 10%;
    right: 25%;
  }
  60% {
    opacity: 1;
    bottom: 10%;
    right: 25%;
  }
  100% {
    opacity: 1;
    bottom: 10%;
    right: 10%;
  }
}

@-webkit-keyframes fr-facilityPointer__c4 {
  0% {
    opacity: 0;
    bottom: 25%;
    left: 25%;
  }
  20% {
    opacity: 1;
    bottom: 10%;
    left: 25%;
  }
  60% {
    opacity: 1;
    bottom: 10%;
    left: 25%;
  }
  100% {
    opacity: 1;
    bottom: 10%;
    left: 10%;
  }
}

@keyframes fr-facilityPointer__c4 {
  0% {
    opacity: 0;
    bottom: 25%;
    left: 25%;
  }
  20% {
    opacity: 1;
    bottom: 10%;
    left: 25%;
  }
  60% {
    opacity: 1;
    bottom: 10%;
    left: 25%;
  }
  100% {
    opacity: 1;
    bottom: 10%;
    left: 10%;
  }
}

.c-allFloor {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-image: url(/assets/img/facility/grid.png);
  background-size: 5px 5px;
  position: relative;
  margin-bottom: 30px;
  display: none;
}

@media screen and (min-width: 768px) {
  .c-allFloor {
    display: block;
  }
}

.c-allFloor__text {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-allFloor__text {
    margin-bottom: 50px;
  }
}

.c-allFloor__textTitle {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.c-allFloor__bodyImg {
  position: relative;
  margin: 30px auto 0;
  width: 420px;
  min-height: 600px;
}

.c-allFloor__04 {
  position: absolute;
  display: block;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: 0;
  top: 25px;
  left: 10px;
  width: 420px;
  margin-left: 15%;
}

.c-allFloor__04-label {
  width: 138px;
  position: absolute;
  top: 36px;
  left: 400px;
  opacity: 0;
  display: block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.c-allFloor__04-label.is-hover {
  opacity: 1;
}

.c-allFloor__03 {
  position: absolute;
  display: block;
  top: 160px;
  left: 10px;
  width: 420px;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-left: 15%;
  opacity: 0;
}

.c-allFloor__03-label {
  width: 138px;
  position: absolute;
  top: 160px;
  left: 400px;
  opacity: 0;
  display: block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.c-allFloor__03-label.is-hover {
  opacity: 1;
}

.c-allFloor__02 {
  position: absolute;
  display: block;
  top: 289px;
  left: 10px;
  width: 420px;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-left: 15%;
  opacity: 0;
}

.c-allFloor__02-label {
  width: 297px;
  position: absolute;
  top: 287px;
  left: 400px;
  opacity: 0;
  display: block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.c-allFloor__02-label.is-hover {
  opacity: 1;
}

.c-allFloor__01 {
  position: absolute;
  display: block;
  top: 422px;
  left: 10px;
  width: 420px;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-left: 15%;
  opacity: 0;
}

.c-allFloor__01-label {
  width: 165px;
  position: absolute;
  top: 419px;
  left: 400px;
  opacity: 0;
  display: block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.c-allFloor__01-label.is-hover {
  opacity: 1;
}

.is-show {
  /*
  .c-allFloor__04-label {
    animation: fr-facilityFloorLabel04 .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation-delay: .4s;
  }
  .c-allFloor__03-label {
    animation: fr-facilityFloorLabel03 .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation-delay: .5s;
  }
  .c-allFloor__02-label {
    animation: fr-facilityFloorLabel02 .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation-delay: .6s;
  }
  .c-allFloor__01-label {
    animation: fr-facilityFloorLabel01 .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation-delay: .7s;
  }
*/
}

.is-show .c-allFloor__04 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation: fr-facilityFloor04 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityFloor04 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.is-show .c-allFloor__04:hover {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.is-show .c-allFloor__04:hover img {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.is-show .c-allFloor__03 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation: fr-facilityFloor03 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityFloor03 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.is-show .c-allFloor__03:hover {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.is-show .c-allFloor__03:hover img {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.is-show .c-allFloor__02 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation: fr-facilityFloor02 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityFloor02 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.is-show .c-allFloor__02:hover {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.is-show .c-allFloor__02:hover img {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.is-show .c-allFloor__01 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation: fr-facilityFloor01 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityFloor01 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.is-show .c-allFloor__01:hover {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.is-show .c-allFloor__01:hover img {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

@-webkit-keyframes fr-facilityFloor04 {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(60%) scale(1, 1);
            transform: translateY(60%) scale(1, 1);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

@keyframes fr-facilityFloor04 {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(60%) scale(1, 1);
            transform: translateY(60%) scale(1, 1);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

@-webkit-keyframes fr-facilityFloor03 {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fr-facilityFloor03 {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fr-facilityFloor02 {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fr-facilityFloor02 {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fr-facilityFloor01 {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fr-facilityFloor01 {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fr-facilityFloorLabel04 {
  0% {
    margin-left: -15%;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes fr-facilityFloorLabel04 {
  0% {
    margin-left: -15%;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes fr-facilityFloorLabel03 {
  0% {
    margin-left: -15%;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes fr-facilityFloorLabel03 {
  0% {
    margin-left: -15%;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes fr-facilityFloorLabel02 {
  0% {
    margin-left: -15%;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes fr-facilityFloorLabel02 {
  0% {
    margin-left: -15%;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes fr-facilityFloorLabel01 {
  0% {
    margin-left: -15%;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes fr-facilityFloorLabel01 {
  0% {
    margin-left: -15%;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.c-facilityPointerSp__c1 {
  position: absolute;
  width: 18px;
  height: 19px;
  z-index: 100;
  top: -5px;
  left: -5px;
  opacity: 0;
}

.c-facilityPointerSp__c2 {
  position: absolute;
  width: 18px;
  height: 19px;
  z-index: 100;
  top: -5px;
  right: -5px;
  opacity: 0;
}

.c-facilityPointerSp__c3 {
  position: absolute;
  width: 18px;
  height: 19px;
  z-index: 100;
  bottom: -5px;
  right: -5px;
  opacity: 0;
}

.c-facilityPointerSp__c4 {
  position: absolute;
  width: 18px;
  height: 19px;
  z-index: 100;
  bottom: -5px;
  left: -5px;
  opacity: 0;
}

.is-show .c-facilityPointerSp__c1 {
  -webkit-animation: fr-facilityPointerSp__c1 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityPointerSp__c1 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.is-show .c-facilityPointerSp__c2 {
  -webkit-animation: fr-facilityPointerSp__c2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityPointerSp__c2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.is-show .c-facilityPointerSp__c3 {
  -webkit-animation: fr-facilityPointerSp__c3 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityPointerSp__c3 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.is-show .c-facilityPointerSp__c4 {
  -webkit-animation: fr-facilityPointerSp__c4 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityPointerSp__c4 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@-webkit-keyframes fr-facilityPointerSp__c1 {
  0% {
    opacity: 0;
    top: 25%;
    left: 10%;
  }
  60% {
    opacity: 1;
    top: 25%;
    left: 10%;
  }
  100% {
    opacity: 1;
    top: 10%;
    left: 10%;
  }
}

@keyframes fr-facilityPointerSp__c1 {
  0% {
    opacity: 0;
    top: 25%;
    left: 10%;
  }
  60% {
    opacity: 1;
    top: 25%;
    left: 10%;
  }
  100% {
    opacity: 1;
    top: 10%;
    left: 10%;
  }
}

@-webkit-keyframes fr-facilityPointerSp__c2 {
  0% {
    opacity: 0;
    top: 25%;
    right: 10%;
  }
  60% {
    opacity: 1;
    top: 25%;
    right: 10%;
  }
  100% {
    opacity: 1;
    top: 10%;
    right: 10%;
  }
}

@keyframes fr-facilityPointerSp__c2 {
  0% {
    opacity: 0;
    top: 25%;
    right: 10%;
  }
  60% {
    opacity: 1;
    top: 25%;
    right: 10%;
  }
  100% {
    opacity: 1;
    top: 10%;
    right: 10%;
  }
}

@-webkit-keyframes fr-facilityPointerSp__c3 {
  0% {
    opacity: 0;
    bottom: 25%;
    right: 10%;
  }
  60% {
    opacity: 1;
    bottom: 25%;
    right: 10%;
  }
  100% {
    opacity: 1;
    bottom: 10%;
    right: 10%;
  }
}

@keyframes fr-facilityPointerSp__c3 {
  0% {
    opacity: 0;
    bottom: 25%;
    right: 10%;
  }
  60% {
    opacity: 1;
    bottom: 25%;
    right: 10%;
  }
  100% {
    opacity: 1;
    bottom: 10%;
    right: 10%;
  }
}

@-webkit-keyframes fr-facilityPointerSp__c4 {
  0% {
    opacity: 0;
    bottom: 25%;
    left: 10%;
  }
  60% {
    opacity: 1;
    bottom: 25%;
    left: 10%;
  }
  100% {
    opacity: 1;
    bottom: 10%;
    left: 10%;
  }
}

@keyframes fr-facilityPointerSp__c4 {
  0% {
    opacity: 0;
    bottom: 25%;
    left: 10%;
  }
  60% {
    opacity: 1;
    bottom: 25%;
    left: 10%;
  }
  100% {
    opacity: 1;
    bottom: 10%;
    left: 10%;
  }
}

.c-allFloorSp {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-image: url(/assets/img/facility/grid.png);
  background-size: 5px 5px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-allFloorSp {
    display: none;
  }
}

.c-allFloorSp__4F {
  position: absolute;
  top: 70px;
  left: 10%;
  width: 26px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-allFloorSp__4F {
    display: none;
  }
}

.c-allFloorSp__3F {
  position: absolute;
  top: 150px;
  left: 10%;
  width: 26px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-allFloorSp__3F {
    display: none;
  }
}

.c-allFloorSp__2F {
  position: absolute;
  top: 230px;
  left: 10%;
  width: 26px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-allFloorSp__2F {
    display: none;
  }
}

.c-allFloorSp__1F {
  position: absolute;
  top: 314px;
  left: 10%;
  width: 26px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-allFloorSp__1F {
    display: none;
  }
}

.c-allFloorSp__text {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.c-allFloorSp__textTitle {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.c-allFloorSp__bodyImg {
  position: relative;
  margin: 30px auto 0;
  width: 260px;
  min-height: 420px;
}

.c-allFloorSp__04 {
  position: absolute;
  top: 20px;
  display: block;
  width: 260px;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: 0;
}

.c-allFloorSp__03 {
  position: absolute;
  top: 105px;
  display: block;
  width: 260px;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-left: 15%;
  opacity: 0;
}

.c-allFloorSp__02 {
  position: absolute;
  top: 186px;
  display: block;
  width: 260px;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-left: 15%;
  opacity: 0;
}

.c-allFloorSp__01 {
  position: absolute;
  top: 268px;
  display: block;
  width: 260px;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-left: 15%;
  opacity: 0;
}

.is-show .c-allFloorSp__04 {
  -webkit-animation: fr-facilityFloor04Sp 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityFloor04Sp 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.is-show .c-allFloorSp__03 {
  -webkit-animation: fr-facilityFloor03Sp 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityFloor03Sp 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.is-show .c-allFloorSp__02 {
  -webkit-animation: fr-facilityFloor02Sp 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityFloor02Sp 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.is-show .c-allFloorSp__01 {
  -webkit-animation: fr-facilityFloor01Sp 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fr-facilityFloor01Sp 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

@-webkit-keyframes fr-facilityFloor04Sp {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(60%) scale(1, 1);
            transform: translateY(60%) scale(1, 1);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

@keyframes fr-facilityFloor04Sp {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(60%) scale(1, 1);
            transform: translateY(60%) scale(1, 1);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

@-webkit-keyframes fr-facilityFloor03Sp {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fr-facilityFloor03Sp {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fr-facilityFloor02Sp {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fr-facilityFloor02Sp {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fr-facilityFloor01Sp {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fr-facilityFloor01Sp {
  0% {
    margin-left: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    margin-left: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-detailFloor {
  position: relative;
  max-width: 700px;
  margin: 0 auto 20px;
}

.c-detailFloor__nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.c-detailFloor__navItem {
  width: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-detailFloor__navItem a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .c-detailFloor__navItem a {
    font-size: 1.6rem;
  }
}

.c-detailFloor__navItem.is-current a {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid #00a199;
}

.c-detailFloor__LinkCBRC {
  position: absolute;
  z-index: 100;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  width: 29%;
  height: 0;
  font-size: 0;
  padding-top: 4.2%;
}

.c-detailFloor__LinkCBRC:hover {
  background-color: rgba(10, 112, 130, 0.3);
}

.c-detailFloor__Link {
  position: absolute;
  z-index: 100;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(10, 112, 130, 0.8);
}

.c-detailFloor__04 {
  width: 100%;
  display: block;
}

.c-detailFloor__04Link01 {
  top: 45%;
  left: 50%;
}

.c-detailFloor__04Link02 {
  top: 30px;
  left: 0;
}

.c-detailFloor__03 {
  width: 100%;
  display: block;
}

.c-detailFloor__03Link01 {
  top: 10%;
  left: 72%;
}

.c-detailFloor__03Link02 {
  top: 28%;
  left: 54%;
}

.c-detailFloor__03Link03 {
  top: 31%;
  left: 67%;
}

.c-detailFloor__03Link04 {
  top: 43%;
  left: 24.5%;
}

.c-detailFloor__03Link05 {
  top: 60%;
  left: 15.5%;
}

.c-detailFloor__03Link06 {
  top: 80%;
  left: 39%;
}

.c-detailFloor__02 {
  width: 100%;
  display: block;
}

.c-detailFloor__02Link01 {
  top: 9%;
  left: 60%;
}

.c-detailFloor__02Link02 {
  top: 41%;
  left: 72%;
}

.c-detailFloor__02Link03 {
  top: 33%;
  left: 61%;
}

.c-detailFloor__02Link04 {
  top: 28%;
  left: 51%;
}

.c-detailFloor__01 {
  width: 100%;
  display: block;
}

.c-detailFloor__01Link01 {
  top: 30%;
  left: 28%;
}

.c-detailFloor__01Link02 {
  top: 56%;
  left: 18%;
}

.c-detailFloor__01Link03 {
  top: 47%;
  left: 62%;
}

.c-detailFloor__01Link04 {
  top: 66%;
  left: 57%;
}

.c-detailFloor__01Link05 {
  top: 53%;
  left: 61%;
}

.c-floorRing {
  background: rgba(181, 244, 253, 0.3);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4, 4);
            transform: scale(4, 4);
    opacity: 0.0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4, 4);
            transform: scale(4, 4);
    opacity: 0.0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-10 23:14:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.fade-in {
  opacity: 0;
  -webkit-animation-name: fede-in-fr;
          animation-name: fede-in-fr;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.c-delay1 {
  -webkit-animation-delay: .4s !important;
          animation-delay: .4s !important;
}

.c-delay2 {
  -webkit-animation-delay: .5s !important;
          animation-delay: .5s !important;
}

.c-delay3 {
  -webkit-animation-delay: .6s !important;
          animation-delay: .6s !important;
}

.c-delay4 {
  -webkit-animation-delay: .7s !important;
          animation-delay: .7s !important;
}

.c-delay5 {
  -webkit-animation-delay: .8s !important;
          animation-delay: .8s !important;
}

.c-delay6 {
  -webkit-animation-delay: .9s !important;
          animation-delay: .9s !important;
}

.c-delay7 {
  -webkit-animation-delay: 1.0s !important;
          animation-delay: 1.0s !important;
}

.c-delay8 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.c-delay9 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.c-delay10 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.c-delay11 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.c-delay12 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.c-delay99 {
  -webkit-animation-delay: 2.0s !important;
          animation-delay: 2.0s !important;
}

@-webkit-keyframes fede-in-fr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fede-in-fr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
.focus-in {
  opacity: 0;
}

.focus-in.is-start {
  -webkit-animation: focus-in 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: focus-in 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.focus-in.is-show {
  -webkit-animation: focus-in 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: focus-in 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-fwd-center
 * ----------------------------------------
 */
.slide-in-fwd-center {
  opacity: 0;
}

.slide-in-fwd-center.is-start {
  -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation fadeOut
 * ----------------------------------------
 */
.fade-Out {
  overflow: hidden;
}

.fade-Out.is-fade-Out-start {
  -webkit-animation: fade-Out-frames 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fade-Out-frames 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fade-Out.is-fade-In-start {
  -webkit-animation: fade-In-frames 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fade-In-frames 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fade-Out-frames {
  0% {
    opacity: 1;
    max-height: 300px;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}

@keyframes fade-Out-frames {
  0% {
    opacity: 1;
    max-height: 300px;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}

@-webkit-keyframes fade-In-frames {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 300px;
  }
}

@keyframes fade-In-frames {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 300px;
  }
}

.c-line-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background: url(/assets/img/line-bottom.png) no-repeat 0 700px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none;
}

.c-line-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background: url(/assets/img/line-bottom.png) no-repeat 0 300px;
  display: none;
}

.c-line-left2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background: url(/assets/img/line-bottom.png) no-repeat 0 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  display: none;
}

.c-line-right2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background: url(/assets/img/line-bottom.png) no-repeat 0 300px;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
  display: none;
}

.c-page-header {
  background: url(/assets/img/message/page-title_sp.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center center;
  padding: 100% 20px 0 20px;
  height: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-page-header {
    background: url(/assets/img/message/page-title.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center center;
    padding: 40% 20px 0 20px;
  }
}

.c-page-header.is-message2 {
  background: url(/assets/img/message2/page-title_sp.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .c-page-header.is-message2 {
    background: url(/assets/img/message2/page-title.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center center;
  }
}

.c-page-header__title {
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}

.c-page-header__mv {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-page-header__mv img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-page-header__mv img {
    display: inline;
  }
}

.c-page-header__name {
  background-color: #00a199;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-page-header__name {
    margin: 0;
    padding: 10px;
    width: 290px;
    height: 230px;
    position: absolute;
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.c-page-header__name.lang-en {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.c-page-header__name span {
  width: 100%;
  margin: 5px;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-page-header__name span {
    margin: 10px;
  }
}

.c-page-header__name__title {
  line-height: 1.6;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .c-page-header__name__title {
    font-size: 1.3rem;
  }
}

.c-page-header__name__name {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .c-page-header__name__name {
    font-size: 2.6rem;
  }
}

.c-page-header__name__position {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .c-page-header__name__position {
    font-size: 1.3rem;
  }
}

.c-page-header__name2 {
  color: #fff;
  padding: 20px 25px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  margin-bottom: 30px;
  text-align: left;
  color: #000;
}

@media screen and (min-width: 768px) {
  .c-page-header__name2 {
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  }
}

.c-page-header__name2.lang-en {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  .c-page-header__name2.lang-en {
    top: -260px;
  }
}

.c-page-header__name2 span {
  width: 100%;
  margin: 5px;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-page-header__name2 span {
    margin: 10px;
  }
}

.c-page-header__name2__title {
  line-height: 1.6;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .c-page-header__name2__title {
    font-size: 2.6rem;
  }
}

.c-page-header__name2__name {
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .c-page-header__name2__name {
    font-size: 1.8rem;
  }
}

.c-page-header__name2__position {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .c-page-header__name2__position {
    font-size: 1.3rem;
  }
}

.c-page-body {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-page-body {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-page-body .c-text {
  line-height: 2.0;
  margin-bottom: 40px;
}

.c-page-body .c-text br {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-page-body .c-text br {
    display: block;
  }
}

.c-page-body__inner {
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .c-page-body__inner {
    padding-top: 130px;
  }
}

#js-particles {
  background-color: #e1e0e0;
}

.c-page-contents {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#js-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.c-page-sign {
  margin: 80px 0 20px;
  text-align: center;
  color: #000;
}

.c-page-sign__title {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: right;
}

.c-page-sign__title.is-english {
  font-weight: 200;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  .c-page-sign__title {
    font-size: 1.4rem;
  }
}

.c-page-sign__name {
  text-align: right;
  font-size: 2.0rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  .c-page-sign__name {
    font-size: 3.0rem;
  }
}

.c-page-sign__name img {
  width: 100%;
  max-width: 180px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-page-sign__name img {
    max-width: 200px;
  }
}

.c-page-sign__name.is-english {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.c-page-sign__name.is-english img {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .c-page-sign__name.is-english img {
    max-width: 340px;
  }
}

.c-modalHeader {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 1.8rem;
}

.c-modalPhoto {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.c-modalBottom {
  padding: 10px 0;
}

.c-modalBottom p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
}

.remodal {
  background-color: rgba(0, 0, 0, 0.5);
}

.text-fadeIn {
  opacity: 0;
}

.text-fadeIn.is-show {
  -webkit-animation-name: TextFadeIn;
          animation-name: TextFadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes TextFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes TextFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-form {
  max-width: 800px;
  margin: 0 auto;
}

.c-form__item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

.c-form__itemInner {
  padding: 2px;
}

@media screen and (min-width: 768px) {
  .c-form__itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-form__label {
  display: block;
  padding: 5px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-form__label {
    width: 20%;
  }
}

.c-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
  font-size: 1.5rem;
}

.c-form__inputText {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 6px;
}

.c-form__inputText:focus {
  background: white;
  -webkit-box-shadow: 0px 0px 12px 0px #00a199;
          box-shadow: 0px 0px 12px 0px #00a199;
}

.c-form__inputTextarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  width: 100%;
  min-height: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 6px;
}

.c-form__inputTextarea:focus {
  background: white;
  -webkit-box-shadow: 0px 0px 12px 0px #00a199;
          box-shadow: 0px 0px 12px 0px #00a199;
}

.c-form__errorMessage span {
  padding: 0 0 10px 0;
  font-weight: bold;
}

.c-form__errorComment span {
  padding: 10px 0;
}

.c-form__bottom {
  text-align: center;
  padding: 10px;
}

.c-form__inputSubmit {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 200;
  display: inline-block;
  padding: 8px 20px;
  width: 200px;
  background-color: #00a199;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #004ea2));
  background-image: linear-gradient(to right, transparent 50%, #004ea2 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

@media screen and (min-width: 768px) {
  .c-form__inputSubmit:hover {
    background-position: -100% 100%;
  }
}

.c-form__inputBtn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 200;
  display: inline-block;
  padding: 8px 20px;
  width: 200px;
  border: 1px solid #00a199;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .c-form__inputBtn:hover {
    opacity: .8;
    background-color: transparent;
  }
}

/*# sourceMappingURL=style.css.map */
