@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&subset=japanese");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.l-footer, .l-section {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .l-footer, .l-section {
    padding-left: 60px;
    padding-right: 60px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5% !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-family: Poppins, "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  color: #303e48;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 1025px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #303e48;
  outline: none;
}

a:active, a:visited, a:focus {
  text-decoration: none;
  outline: none;
}

ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

svg,
img {
  max-width: 100%;
  outline: none;
}

figure {
  margin: 0;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mediaFlg {
  display: none;
  font-family: "sp";
}

@media (min-width: 768px) {
  #mediaFlg {
    font-family: "tab";
  }
}

@media (min-width: 1025px) {
  #mediaFlg {
    font-family: "pc";
  }
}

.l-footer {
  position: relative;
  padding-top: 12px;
  padding-bottom: 32px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: 64px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-container {
  min-height: 100%;
}

.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .l-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.c-loader {
  top: 0;
  left: 0;
}

.c-loader__bg {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #fff;
  will-change: transform;
}

.c-loader__logo {
  position: fixed;
  z-index: 1002;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-loader__logo img {
  display: block;
  width: 120px;
}

@media (min-width: 768px) {
  .c-loader__logo img {
    width: 120px;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes flipInLeft {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes flipInLeft {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes rotateL {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateL {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotateL2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateL2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.c-headline {
  line-height: 1.5;
}

.c-headline__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -.25em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .32em;
}

@media (min-width: 768px) {
  .c-headline__ja {
    font-size: 30px;
    font-size: 3rem;
  }
}

.c-headline__ja::before {
  content: '';
  display: block;
  width: 2em;
  height: 1px;
  margin-right: 1em;
  background: #303e48;
}

@media (min-width: 768px) {
  .c-headline__ja::before {
    width: 80px;
    margin-right: 26px;
  }
}

.c-headline__en {
  margin-top: .25em;
  padding-bottom: .8125em;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  color: #1946bb;
  letter-spacing: .08em;
}

@media (min-width: 768px) {
  .c-headline__en {
    padding-bottom: .67em;
    font-size: 86px;
    font-size: 8.6rem;
  }
}

.c-subhead {
  padding-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .24em;
}

@media (min-width: 768px) {
  .c-subhead {
    padding-bottom: 2em;
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-body + .c-subhead {
  margin-top: 2.5em;
}

@media (min-width: 768px) {
  .c-body + .c-subhead {
    margin-top: 5em;
  }
}

.c-body {
  letter-spacing: .16em;
}

.c-body p + p {
  margin-top: 1em;
}

.c-data {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .c-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-data__title {
  display: block;
  font-weight: bold;
  letter-spacing: .24em;
}

@media (min-width: 768px) {
  .c-data__title {
    width: 280px;
    padding-right: 1em;
    padding-bottom: 2.5em;
  }
}

.c-data__body {
  display: block;
  padding-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .16em;
}

@media (min-width: 768px) {
  .c-data__body {
    width: calc(100% - 280px);
    padding-bottom: 2.5em;
  }
}

.c-data-headline {
  display: inline-block;
  min-width: 3.75em;
  font-weight: bold;
}

.c-list {
  padding-left: 1em;
  text-indent: -1em;
}

.c-list__item::before {
  content: '-';
  margin-right: .5em;
}

.c-logo {
  position: fixed;
  z-index: 1000;
  top: 20px;
  right: 20px;
  width: 64px;
}

@media (min-width: 768px) {
  .c-logo {
    top: 120px;
    right: 120px;
    width: 128px;
  }
}

.c-logo__plane {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  will-change: transform;
}

.c-logo__base {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}

body.is-animate .c-logo__base,
body.is-finished .c-logo__base {
  opacity: 0;
}

.c-footer-logo {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.c-footer-logo__image {
  opacity: 0;
  position: relative;
  left: -73px;
  display: block;
  height: 243px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .c-footer-logo__image {
    left: -110px;
    height: 343px;
  }
}

.c-footer-logo__city {
  width: 50%;
}

@media (min-width: 768px) {
  .c-footer-logo__city {
    bottom: 0;
  }
}

.c-footer-logo__city img {
  display: block;
  width: 100%;
}

.c-footer-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-city-section {
  overflow: hidden;
  position: relative;
  width: 48%;
  height: 0;
  padding-top: 14.13148245%;
}

.c-city-section__item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-city-section.is-animated .c-city-section__item {
  opacity: 1;
}

.c-city-section__item.c-city-section__item--01 {
  z-index: 12;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.c-city-section__item.c-city-section__item--02 {
  z-index: 11;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.c-city-section__item.c-city-section__item--03 {
  z-index: 10;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.c-city-section__item.c-city-section__item--04 {
  z-index: 9;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.c-city-section__item.c-city-section__item--05 {
  z-index: 8;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-city-section__item.c-city-section__item--06 {
  z-index: 7;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.c-city-section__item.c-city-section__item--07 {
  z-index: 6;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.c-city-section__item.c-city-section__item--08 {
  z-index: 5;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.c-city-section__item.c-city-section__item--09 {
  z-index: 4;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.c-city-section__item.c-city-section__item--10 {
  z-index: 3;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.c-city-section__item.c-city-section__item--11 {
  z-index: 2;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.c-city-section__item.c-city-section__item--12 {
  z-index: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.c-map-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 6px;
  padding: 7px;
  line-height: 1.5em;
  border: solid 2px #1946bb;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .c-map-link {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 8px;
    line-height: 16px;
  }
}

.c-map-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-copyright {
  display: block;
  text-align: right;
  font-size: inherit;
  font-weight: bold;
  font-family: Poppins, sans-serif;
}

.p-plane__image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#plane.is-animate .p-plane__image.p-plane__image--plus {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.p-plane__image.p-plane__image--noplus {
  opacity: 0;
}

#trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.p-motion-path {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.p-comingsoon {
  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;
  width: 100%;
  height: 100vh;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  color: #1946bb;
  letter-spacing: .08em;
}

@media (min-width: 768px) {
  .p-comingsoon {
    font-size: 86px;
    font-size: 8.6rem;
  }
}

@media (min-width: 768px) {
  .u-show-sm {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-show-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u-show-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-hide-sm {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .u-hide-md {
    display: none !important;
  }
}

.u-load-flip {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

[data-load="true"] .u-load-flip {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-delay-01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.u-delay-02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.u-delay-03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.u-delay-04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.u-delay-05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.u-delay-06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.u-delay-07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.u-delay-08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.u-delay-09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.u-delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
