@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.
 */
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;
}

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

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

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  letter-spacing: calc(1px - .0625em);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.2;
  color: #0a1423;
  background: #FFF;
}

html,
body {
  height: 100%;
}

.wrapper {
  background: #FFF;
}

.bottomWrapper {
  position: relative;
  background: #FFF;
  z-index: 1;
  overflow: hidden;
}

a {
  color: #0a1423;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

a.disabled {
  pointer-events: none;
}

.tac {
  text-align: center;
}

/* Scss Document */
#header {
  position: relative;
  z-index: 1001;
}

.tokyo #header .header {
  background-color: #f6f6f6;
}

#header .header {
  background-color: #f6f6f6;
}

#header .header.simple .header-container {
  padding: 15px;
}

#header .header-container {
  max-height: 60px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#header .header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
      flex: 0 0 110px;
  padding-right: 5px;
  height: 22px;
}

#header .header-logo a {
  display: block;
}

#header .header-logo svg {
  width: 125px;
  fill: #037;
  height: auto;
}

.tokyo #header .header-logo svg {
  fill: #542f8e;
  width: 210px;
}

.tokyo .floating-menu-icn,
.tokyo .footer {
  background-color: #542f8e;
}

@media screen and (min-width: 1024px) {
  .footer.simple {
    display: block;
    position: relative;
    padding: 15px 15px 45px;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 5px 20px;
  }
}

.footer {
  background-color: #182b52;
  padding-bottom: 25px;
}

@media screen and (min-width: 1024px) {
  .footer.simple .footer-cnt {
    border-width: 0;
  }
}

.footer-cnt.inline {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 1024px) {
  .footer-cnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
        flex: 0 1 25%;
  }
}

@media screen and (min-width: 1024px) {
  .footer-cnt .list {
    padding: 20px 0;
  }
}

.footer-cnt .list {
  padding: 15px 15px 20px;
  list-style-type: none;
}

.footer-cnt.inline .list .item {
  display: inline-block;
  position: relative;
  line-height: 2;
  margin-top: 0;
  margin-right: 15px;
}

.footer-cnt .list a {
  color: #fff;
  font-size: 14px;
}

.footer-cnt.inline .list .item + .item:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 1px;
  height: 15px;
  display: block;
}

.footer-cnt.inline .list .item + .item {
  margin-left: 15px;
}

.footer-cnt .list .item + .item {
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .footer.simple .footer-cnt-prt {
    position: absolute;
    right: 15px;
    top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-cnt-prt {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer-copy,
  .footer-logo {
    margin-top: 0;
    text-align: right;
  }
}

.footer-logo {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer-copy {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-copy,
  .footer-logo {
    margin-top: 0;
    text-align: right;
  }
}

.footer-copy {
  margin-top: 30px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.footer-logo a {
  display: inline-block;
}

.tokyo .footer .footer-logo svg {
  width: 180px;
}

.footer-logo svg {
  display: block;
  width: 125px;
  height: 28px;
  fill: #fff;
}

#mv {
  height: 100vh;
  min-height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 960px) {
  #mv {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}

#mv h1 {
  width: 50%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 960px) {
  #mv h1 {
    width: auto;
    padding: 30px 0;
  }
}

#mv h1 svg {
  width: 70%;
  height: auto;
  max-width: 600px;
}

@media screen and (max-width: 960px) {
  #mv h1 svg {
    width: 60%;
  }
}

#mv section {
  width: 50%;
  background: #0081cc;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 960px) {
  #mv section {
    width: auto;
    padding: 45px 0;
  }
}

#mv section .in {
  width: 70%;
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px rgba(0, 0, 0, 0.1);
  /* h2 {
                background-color: #cccc00;
                padding: 20px;
                font-size: 24px;
                font-weight: bold;
                color: #333;
            }*/
}

@media screen and (max-width: 960px) {
  #mv section .in {
    width: 80%;
    padding: 15px;
  }
}

#mv section .in h2 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  margin-left: -30px;
  font-size: 21px;
  /*文字サイズ*/
  background: #0081cc;
  /*背景色*/
  color: #fff;
  /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #mv section .in h2 {
    margin-left: -15px;
    font-size: 18px;
  }
}

#mv section .in h2 span {
  margin: 0;
  padding: 0 50px 0 30px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  line-height: 46px;
  display: block;
}

#mv section .in h2::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#mv section .in p {
  font-size: 21px;
  line-height: 1.8;
  margin-top: 1em;
}

@media screen and (max-width: 960px) {
  #mv section .in p {
    font-size: 18px;
  }
}

.note {
  font-size: 16px;
  line-height: 1.8;
  background-color: #333;
  color: #FFF;
  text-align: center;
  padding: 60px;
}

@media screen and (max-width: 960px) {
  .note {
    padding: 30px 0;
    font-size: 14px;
  }
}

.note span {
  display: block;
}

.note a {
  color: #FFF;
}

.note .m {
  font-weight: bold;
}

.note .l {
  font-size: 32px;
  font-weight: bold;
}

.note .s {
  font-size: 12px;
}

h1 path {
  fill: none;
  /* 1,塗りの色 */
  stroke: #0081cc;
  /* 2,線の色 */
  stroke-dasharray: 2000;
  /* 3,破線の間隔 */
  stroke-dashoffset: 2000;
  /* 4,破線の開始位置 */
  stroke-width: 1;
  /* 5,線の太さ */
}

h1.scroll-on path {
  -webkit-animation: handwriting 5s ease-in 0.5s forwards;
  animation: handwriting 5s ease-in 0.5s forwards;
  /* 6,名前 時間 タイミング 終了後の状態 */
}

/* --- アニメーション --- */
@-webkit-keyframes handwriting {
  0% {
    fill: transparent;
    /* 1,塗りの色 */
    stroke-dashoffset: 2000;
    /* 4,破線の開始位置 */
  }
  50% {
    fill: transparent;
    /* 1,塗りの色 */
  }
  100% {
    fill: #0081cc;
    /* 1,塗りの色 */
    stroke-dashoffset: 0;
    /* 4,破線の開始位置 */
  }
}

@keyframes handwriting {
  0% {
    fill: transparent;
    /* 1,塗りの色 */
    stroke-dashoffset: 2000;
    /* 4,破線の開始位置 */
  }
  50% {
    fill: transparent;
    /* 1,塗りの色 */
  }
  100% {
    fill: #0081cc;
    /* 1,塗りの色 */
    stroke-dashoffset: 0;
    /* 4,破線の開始位置 */
  }
}

.anime-in {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.anime-in.scroll-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.anime-fade {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0;
}

.anime-fade.scroll-on {
  opacity: 1;
}

.anime-title {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0;
}

.anime-title.scroll-on {
  opacity: 1;
}

.anime-img1 {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0);
          transform: translateY(50px) scale(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.anime-img1.scroll-on {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.anime-img2 {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0;
  -webkit-transform: translateY(50px) translateX(200px) scale(0);
          transform: translateY(50px) translateX(200px) scale(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.anime-img2.scroll-on {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0px) scale(1);
          transform: translateY(0) translateX(0px) scale(1);
}
/*# sourceMappingURL=style.css.map */