@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol li, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.js-sa {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.js-sa.-up {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.js-sa.is-show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

@-webkit-keyframes topMvActive {
  99% {
    pointer-events: none;
  }
  100% {
    pointer-events: all;
  }
}

@keyframes topMvActive {
  99% {
    pointer-events: none;
  }
  100% {
    pointer-events: all;
  }
}
@-webkit-keyframes topMvMaskPC {
  20% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  30% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
  }
  40% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  60% {
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  70% {
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes topMvMaskPC {
  20% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  30% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
  }
  40% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  60% {
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  70% {
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes topMvMaskSP {
  40% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes topMvMaskSP {
  40% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes topMvwidthPC {
  0% {
    background: none;
  }
  100% {
    width: 46.8521229868vw;
    min-width: 640px;
    background: none;
  }
}
@keyframes topMvwidthPC {
  0% {
    background: none;
  }
  100% {
    width: 46.8521229868vw;
    min-width: 640px;
    background: none;
  }
}
@-webkit-keyframes topMvwidthSP {
  0% {
    background: none;
  }
  100% {
    width: 86.6666666667vw;
    max-width: 400px;
    background: none;
  }
}
@keyframes topMvwidthSP {
  0% {
    background: none;
  }
  100% {
    width: 86.6666666667vw;
    max-width: 400px;
    background: none;
  }
}
@-webkit-keyframes topMvHeightPC {
  100% {
    height: 47.9041916168vw;
    min-height: 640px;
  }
}
@keyframes topMvHeightPC {
  100% {
    height: 47.9041916168vw;
    min-height: 640px;
  }
}
@-webkit-keyframes topMvHeightSP {
  100% {
    height: 86.6666666667vw;
  }
}
@keyframes topMvHeightSP {
  100% {
    height: 86.6666666667vw;
  }
}
@-webkit-keyframes topMvOpacitySP {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes topMvOpacitySP {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes barLeftToRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes barLeftToRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
}
a[aria-disabled=true] {
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

[lang=en] {
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.l-main {
  padding-bottom: 190px;
  overflow: hidden;
}
.l-main.-top {
  padding-bottom: 0;
}

.l-wrapper {
  max-width: 966px;
  margin: 0 auto;
  padding: 0 37px;
}
.l-wrapper.-system {
  max-width: 1206px;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  top: 16.1%;
  left: 72.2%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #c6c7c7;
}
.swiper-pagination-bullet:hover {
  opacity: 0.7;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.header {
  position: fixed;
  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;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  padding: 0 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 1000;
}
.header__head a {
  display: block;
}
.header__head a [lang=en] {
  width: 320px;
}
.header__head a [lang=en] img {
  width: 100%;
}
.header__head a [lang=ja] {
  font-size: 1.4rem;
  line-height: 1.75;
}
.header__head.-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__head.-top a [lang=en] {
  width: 380px;
}
.header__head.-top a [lang=ja] {
  margin-left: 32px;
  padding-top: 4px;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.header__link + .header__link {
  margin-left: 30px;
}
.header__link a {
  display: block;
  padding: 0 10px;
  font-size: 2rem;
  line-height: 2.4;
  color: #fff;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  background: red;
  text-transform: uppercase;
}
.header__btn {
  position: relative;
  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: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0050be;
  z-index: 1000;
}
.header__btn i {
  position: relative;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btn i::before, .header__btn i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btn i::before {
  top: -10px;
}
.header__btn i::after {
  top: 10px;
}
.header__btn[aria-expanded=true] i {
  background: none;
}
.header__btn[aria-expanded=true] i::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__btn[aria-expanded=true] i::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav {
  position: fixed;
  width: 100%;
  height: calc(100vh - 80px);
  top: 80px;
  left: 0;
  padding: 120px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  overflow-y: scroll;
  background: #0050be;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.nav__wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 120px 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 46px;
}
.nav__btn {
  width: 100%;
  max-width: 390px;
}
.nav__btn + .nav__btn {
  margin-left: 5px;
}
.nav__btn a {
  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;
  height: 142px;
  color: #0050be;
  background: #fff;
}
.nav__btn span:not([lang]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav__btn [lang=en] {
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.nav__btn [lang=ja] {
  font-size: 1.7rem;
  line-height: 1.6470588235;
}
.nav__items {
  margin-bottom: 40px;
}
.nav__item {
  border-bottom: 2px solid #fff;
}
.nav__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 29px 0 25px;
}
.nav__parent [lang=en] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.6rem;
  line-height: 1.2222222222;
  letter-spacing: 0.15em;
}
.nav__parent [lang=en] i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.35em;
}
.nav__parent [lang=ja] {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.1em;
}
.nav__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 34px 0 29px;
  border-top: 1px solid #fff;
}
.nav__detail.-single {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 145px;
}
.nav__children {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 52px;
  -moz-column-gap: 52px;
  column-gap: 52px;
}
.-single > .nav__children {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.nav__child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 2rem;
  line-height: 2.65;
  letter-spacing: 0.1em;
}
.nav__child a::before {
  content: "－";
  font-weight: bold;
}
.nav__child a i {
  margin-right: 8px;
  font-size: 2.4rem;
  line-height: 2.2083333333;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nav__child a span {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.nav__child a small {
  font-size: 1.6rem;
  line-height: 3.3125;
}
.nav__child a small::before {
  content: "／";
  font-size: 2rem;
  line-height: 2.65;
}
.nav__foot {
  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;
}
.nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__link + .nav__link {
  margin-left: 2em;
}
.nav__link a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
.nav__link a::after {
  content: "↗︎";
}
.nav__copy {
  font-size: 1.6rem;
  line-height: 1.875;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.footer {
  padding-bottom: 35px;
  color: #0050be;
  background: #d9e5f5;
}
.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}
.footer__head [lang=en] {
  width: 440px;
  margin-right: 30px;
}
.footer__head [lang=en] img {
  width: 100%;
}
.footer__head [lang=ja] {
  padding-top: 8px;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #000;
  letter-spacing: 0.15em;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 33px 0;
  border-top: 2px solid #0050be;
  border-bottom: 2px solid #0050be;
}
.footer__buttons {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 360px;
  margin: 15px 30px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px solid #0050be;
  border-right: 2px solid #0050be;
}
.footer__btn {
  height: 50%;
}
.footer__btn + .footer__btn {
  border-top: 2px solid #0050be;
}
.footer__btn a {
  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;
  height: 100%;
}
.footer__btn a::after {
  content: "";
  width: 34px;
  height: 24px;
  background: url(../img/icn_arrow_01.svg) no-repeat center/contain;
}
.footer__btn a span:not([lang]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 19px;
}
.footer__btn a [lang=en] {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.15em;
}
.footer__btn a [lang=ja] {
  font-size: 1.8rem;
  line-height: 1.1666666667;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 8px;
}
.footer__info {
  margin-bottom: auto;
}
.footer__heading {
  font-size: 2rem;
  line-height: 2.5;
}
.footer__detail {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
}
.footer__detail dt::before {
  content: "【";
}
.footer__detail dt::after {
  content: "】";
}
.footer__links {
  margin-top: 20px;
}
.footer__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}
.footer__link a::after {
  content: "↗︎";
}
.footer__sp-buttons {
  display: none;
}
.footer__sp-btn {
  width: calc(50% - 1px);
}
.footer__sp-btn a {
  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;
  height: 60px;
  color: #fff;
  background: red;
}
.footer__sp-btn span:not([lang]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__sp-btn [lang=en] {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.footer__sp-btn [lang=ja] {
  font-size: 0.9rem;
  line-height: 1.7777777778;
}
.footer__copy {
  font-size: 1.5rem;
  line-height: 4.2666666667;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.footer-nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 334px;
}
.footer-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2rem;
  line-height: 2.5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}
.footer-nav__item a i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
  letter-spacing: 0.05em;
}

.btn-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 80px;
  margin-left: auto;
  margin: 0 0 48px auto;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  color: #fff;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background: #4c84d1;
}
.btn-pagetop::before {
  content: "";
  width: 12px;
  height: 33px;
  margin-bottom: 10px;
  -webkit-transform: translate(6px, 4px);
  transform: translate(6px, 4px);
  background: url(../img/icn_arrow_03.svg) no-repeat center/contain;
}

.top-mv {
  position: relative;
  height: calc(100vh - 80px);
  min-height: 450px;
  margin-top: 80px;
  overflow: hidden;
  opacity: 1;
}
.top-mv__wrap {
  position: relative;
  pointer-events: none;
  height: 100%;
}
.top-mv__head {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
.top-mv__head source, .top-mv__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-mv__base {
  height: 100%;
}
.top-mv__base source, .top-mv__base img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-mv__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.top-mv__image source, .top-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-mv__scroll {
  position: absolute;
  bottom: 30px;
  right: 12px;
  font-size: 2rem;
  line-height: 1.75;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  z-index: 10;
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.top-mv__scroll::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 80px;
  margin-top: 15px;
  background: url(../img/icn_arrow_02.svg) no-repeat center/contain;
}
.top-mv__mask {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: topMvMaskPC 1.6s 0.8s forwards;
  animation: topMvMaskPC 1.6s 0.8s forwards;
}
.top-mv__mask.is-touch {
  opacity: 0;
  visibility: hidden;
}
.top-mv__mask::before, .top-mv__mask::after {
  content: "";
  position: absolute;
  width: 300%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0050be;
}
.top-mv__mask::before {
  bottom: 100%;
}
.top-mv__mask::after {
  top: 100%;
}
.top-mv__boxes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
}
.top-mv__boxes::before, .top-mv__boxes::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #0050be;
}
.top-mv__boxes::before {
  right: 100%;
}
.top-mv__boxes::after {
  left: 100%;
}
.top-mv__boxes:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 10px;
  -webkit-animation: topMvHeightPC 0.2s 0.8s forwards;
  animation: topMvHeightPC 0.2s 0.8s forwards;
  background: none;
}
.top-mv__box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #0050be;
}
.top-mv__box.-cursor {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 10px;
  height: 100%;
  -webkit-animation: topMvwidthPC 0.2s 0.8s forwards;
  animation: topMvwidthPC 0.2s 0.8s forwards;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 100vw #0050be;
  box-shadow: 0 0 0 100vw #0050be;
  opacity: 1;
  z-index: 1;
}
.top-mv__box.-cursor::after {
  content: "";
  position: absolute;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 50px 50px #0050be;
  box-shadow: inset 0 0 50px 50px #0050be;
}
.top-mv__btn {
  position: absolute;
  width: 365px;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2.1rem;
  line-height: 3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ff0000;
  opacity: 0;
  visibility: hidden;
}

.is-show.top-mv {
  -webkit-animation: topMvActive 0.1s 2.5s forwards;
  animation: topMvActive 0.1s 2.5s forwards;
}
.is-show.top-mv__head {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.is-show.top-mv__image {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.is-show.top-mv .top-mv__btn {
  -webkit-animation: fadeIn ease 1s 3.2s forwards;
  animation: fadeIn ease 1s 3.2s forwards;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.is-show.top-mv .top-mv__btn:hover {
  background: rgba(255, 0, 0, 0.7);
}

.top-nav__item {
  overflow: hidden;
}
.top-nav__item a {
  position: relative;
  display: block;
}
.top-nav__item a:hover {
  opacity: 1;
}
.top-nav__item a:hover .top-nav__detail::before {
  -webkit-transform: scale(50);
  transform: scale(50);
}
.top-nav__item.is-current .top-nav__detail::before {
  -webkit-transform: scale(50);
  transform: scale(50);
}
.top-nav__detail {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.top-nav__detail::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  right: 37px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 100vw #0050be;
  box-shadow: 0 0 0 100vw #0050be;
  z-index: -1;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.top-nav__detail::after {
  content: "";
  width: 80px;
  height: 80px;
  margin-left: auto;
  border-radius: 50%;
  background: #fff url(../img/icn_arrow_01.svg) no-repeat center/33px 22px;
}
.top-nav__num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 32px;
  font-size: 15.6rem;
  line-height: 1.1217948718;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top-nav__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top-nav__heading [lang=en] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 4.3rem;
  line-height: 1.3953488372;
  letter-spacing: 0.1em;
}
.top-nav__heading [lang=en] span {
  padding: 0 17px;
  background: #fff;
}
.top-nav__heading [lang=ja] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 17px;
  font-size: 2rem;
  line-height: 1.55;
  font-weight: bold;
}
.top-nav__heading [lang=ja] span {
  padding: 0 10px;
  background: #fff;
}
.top-nav__image {
  position: relative;
  display: block;
  height: 400px;
  z-index: -1;
}
.top-nav__image source, .top-nav__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-mv {
  position: relative;
  overflow: hidden;
}
.page-mv__wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  max-width: 1384px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-mv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.page-mv__head i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 13px;
  font-size: 15.6rem;
  line-height: 1.1025641026;
}
.page-mv__head i::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.page-mv__head i span {
  position: relative;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}
.page-mv__head i span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.page-mv__head > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.page-mv__head > span [lang=en] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-mv__head > span [lang=en]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.page-mv__head > span [lang=en] span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 13px;
  font-size: 9rem;
  line-height: 1.3777777778;
  letter-spacing: 0.1em;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}
.page-mv__head > span [lang=en] span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.page-mv__lead {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  bottom: 170px;
  left: 252px;
}
.page-mv__lead [lang=ja] {
  position: relative;
  padding: 0 12px;
  font-size: 2.5rem;
  line-height: 1.56;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.page-mv__lead [lang=ja]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.page-mv__lead [lang=ja] span {
  position: relative;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
}
.page-mv__lead [lang=ja] span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.page-mv__image {
  display: block;
  height: 890px;
}
.page-mv__image source, .page-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-mv__scroll {
  position: absolute;
  bottom: 30px;
  right: 12px;
  font-size: 2rem;
  line-height: 1.75;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  opacity: 0;
}
.page-mv__scroll::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 80px;
  margin-top: 15px;
  background: url(../img/icn_arrow_02.svg) no-repeat center/contain;
}

.is-show .page-mv__head i::before {
  -webkit-animation: barLeftToRight 0.6s 0.2s forwards;
  animation: barLeftToRight 0.6s 0.2s forwards;
}
.is-show .page-mv__head i span {
  opacity: 1;
}
.is-show .page-mv__head i span::after {
  animation: barLeftToRight 0.3s 0.6s reverse forwards;
}
.is-show .page-mv__head > span [lang=en]::before {
  -webkit-animation: barLeftToRight 0.6s 0.4s forwards;
  animation: barLeftToRight 0.6s 0.4s forwards;
}
.is-show .page-mv__head > span [lang=en] span {
  opacity: 1;
}
.is-show .page-mv__head > span [lang=en] span::after {
  animation: barLeftToRight 0.3s 0.8s reverse forwards;
}
.is-show .page-mv__lead [lang=ja]::before {
  -webkit-animation: barLeftToRight 0.6s 0.6s forwards;
  animation: barLeftToRight 0.6s 0.6s forwards;
}
.is-show .page-mv__lead [lang=ja] span {
  opacity: 1;
}
.is-show .page-mv__lead [lang=ja] span::after {
  content: "";
  animation: barLeftToRight 0.3s 1s reverse forwards;
}
.is-show .page-mv__scroll {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.message {
  padding-top: 91px;
}
.message__intro {
  margin-bottom: 134px;
}
.message__head {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.2em;
}
.message__lead {
  font-size: 1.4rem;
  line-height: 2;
}
.message__item + .message__item {
  margin-top: 91px;
}
.message__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 22px;
}
.message__heading [lang=ja] {
  position: relative;
  padding: 0 15px;
  font-size: 2.2rem;
  line-height: 1.8636363636;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
}
.message__heading [lang=ja]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #0050be;
  z-index: -1;
}
.message__heading [lang=ja] span {
  position: relative;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}
.message__heading [lang=ja] span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #0050be;
}
.message__txt + .message__txt {
  margin-top: 20px;
}
.message__image {
  display: block;
  height: 690px;
  margin: 90px 0 100px;
}
.message__image source, .message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.is-show.message__heading [lang=ja]::before {
  -webkit-animation: barLeftToRight 0.6s 0.2s forwards;
  animation: barLeftToRight 0.6s 0.2s forwards;
}
.is-show.message__heading [lang=ja] span {
  opacity: 1;
}
.is-show.message__heading [lang=ja] span::after {
  animation: barLeftToRight 0.3s 0.6s reverse forwards;
}

.recruit {
  padding-top: 135px;
}
.recruit__info + .recruit__info {
  margin-top: 180px;
}
.recruit__heading {
  margin-bottom: 87px;
  font-size: 3.2rem;
  line-height: 1.875;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.25em;
}
.recruit__items {
  border-top: 2px solid #0050be;
  border-bottom: 2px solid #0050be;
}
.recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
.recruit__item + .recruit__item {
  border-top: 1px solid #dcdcdc;
}
.recruit__item dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 230px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.15em;
}
.recruit__item dd {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.recruit__list.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.recruit__list + .-row {
  margin-top: 28px;
}
.recruit__category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.recruit__types {
  margin-bottom: 2px;
}
.recruit__type::before {
  content: "・";
}
.recruit__fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-left: 31px;
}
.recruit__fee span {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.recruit__fee small {
  font-size: 1.6rem;
  line-height: 1.875;
}
.recruit__allowance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 0 4px;
}
.recruit__allowance::before {
  content: "●";
}
.recruit__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.875;
}
.recruit__note::before {
  content: "※";
}
.recruit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #0050be;
}
.recruit__link::after {
  content: "↗︎";
}
.recruit__employment {
  margin-top: 40px;
}

.infograph {
  padding-top: 86px;
}
.infograph__wrap + .infograph__wrap {
  margin-top: 28px;
}
.infograph__heading {
  margin-bottom: 20px;
  font-size: 3.3rem;
  line-height: 1.8181818182;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.2em;
}
.infograph__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.infograph__item {
  width: 31.262%;
  margin-right: 3.107%;
}
.infograph__item:nth-of-type(3n) {
  margin-right: 0;
}
.infograph__item:nth-of-type(n+4) {
  margin-top: 24px;
}
.infograph__image source, .infograph__image img {
  width: 100%;
}
.infograph__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: bold;
  color: #0050be;
}
.infograph__note dt::before {
  content: "※";
}
.infograph__note dt::after {
  content: "・・・";
}
.infograph__note dd {
  font-weight: normal;
}

.system {
  padding-top: 100px;
}
.system__item + .system__item {
  margin-top: 160px;
}
.system__heading {
  max-width: 300px;
  margin: 0 auto 86px;
  font-size: 3rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  background: #0050be;
}

.system-detail {
  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;
  max-width: 796px;
  margin: 0 auto;
}
.system-detail.-wide {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%;
}
.system-detail__item {
  width: 386px;
  padding: 0 3.4% 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f6fc;
}
.system-detail__item:nth-of-type(n+3) {
  margin-top: 73px;
}
.-wide > .system-detail__item:nth-of-type(n+2) {
  margin-left: 1.99%;
}
.-wide > .system-detail__item:nth-of-type(3n+1) {
  margin-left: 0;
}
.-wide > .system-detail__item:nth-of-type(n+3) {
  margin-top: 0;
}
.-wide > .system-detail__item:nth-of-type(n+4) {
  margin-top: 73px;
}
.system-detail__item.-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.-wide + .system-detail__item {
  margin-top: 73px;
}
.system-detail__detail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46.63%;
}
.system-detail__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -34px;
  font-size: 2.5rem;
  line-height: 2.4;
  font-weight: bold;
  color: #0050be;
  white-space: nowrap;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
}
.system-detail__heading i {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 80px;
  min-height: 0%;
  margin-bottom: 9px;
}
.system-detail__heading i img {
  width: 100%;
}
.system-detail__years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 49.35%;
  margin-left: 22px;
  margin: 37px 0 -12px 22px;
}
.system-detail__year {
  width: 120px;
  margin-right: 2px;
  margin: 0 2px 12px 0;
  font-weight: bold;
  color: #0050be;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
.system-detail__year dt {
  font-size: 1.5rem;
  line-height: 2.0666666667;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  background: #b2caeb;
}
.system-detail__year dt::first-letter {
  font-size: 2.3rem;
  line-height: 1.347826087;
  letter-spacing: 0.1em;
}
.system-detail__year dd {
  font-size: 2.1rem;
  line-height: 1.9047619048;
  background: #fff;
}
.system-detail__year dd span {
  font-size: 3.3rem;
  line-height: 1.2121212121;
}

.benefit {
  margin-top: 65px;
}
.benefit__item + .benefit__item {
  margin-top: 70px;
}
.benefit__intro {
  margin-bottom: 75px;
}
.benefit__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.4rem;
  line-height: 1.7647058824;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.benefit__heading span {
  position: relative;
}
.benefit__heading span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #0050be;
}
.benefit__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.25em;
}
.benefit__lead dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.benefit__lead dt::after {
  content: "：";
}

.company {
  padding-top: 100px;
  overflow: hidden;
}
.company__item + .company__item {
  margin-top: 198px;
}
.company__intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  margin-bottom: 72px;
}
.company__heading {
  font-size: 3rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.25em;
}
.company__mv {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.company__mv source, .company__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.company__txt + .company__txt {
  margin-top: 32px;
}
.company__txt.-note {
  color: #808080;
}
.company__fig {
  display: block;
  max-width: 802px;
  margin: 90px auto 0;
}
.company__fig source, .company__fig img {
  width: 100%;
}
.company__fig.-narrow {
  max-width: 640px;
}
.company__cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 94px;
}
.company__case {
  height: 237px;
}
.company__case img {
  width: auto;
  height: 100%;
}
.company__system {
  display: block;
  max-width: 887px;
  margin: 45px auto 0;
  -webkit-transform: translate(100px, 30px);
  transform: translate(100px, 30px);
}
.company__system.is-show {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.company__system source, .company__system img {
  width: 100%;
}

.interview {
  padding-top: 80px;
  overflow: hidden;
}
.interview__intro {
  margin-bottom: 53px;
  padding: 78px 0;
}
.interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.interview__head i {
  font-size: 15.6rem;
  line-height: 1.1217948718;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.interview__head [lang=en] {
  width: 100%;
  font-size: 9rem;
  line-height: 1.3111111111;
  letter-spacing: 0.15em;
}
.interview__lead {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
}
.interview__item + .interview__item {
  margin-top: 145px;
}
.interview__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.interview__heading span {
  position: relative;
  padding-right: 12px;
}
.interview__heading span::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background: #99b9e5;
  z-index: -1;
}

.interview-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.interview-archive.-col-2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.interview-archive__item {
  width: 26.915%;
  max-width: 260px;
  margin-right: 9.6275%;
}
.interview-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.interview-archive__item:nth-of-type(3n) {
  margin-right: 0;
}
.interview-archive__item:nth-of-type(n+4) {
  margin-top: 75px;
}
.-col-2 > .interview-archive__item {
  width: 45.833%;
  max-width: 440px;
  margin-right: 0;
}
.interview-archive__num {
  position: relative;
  margin-bottom: -24px;
  font-size: 12rem;
  line-height: 1;
  font-weight: 500;
  color: #99b9e5;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.interview-archive__detail {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.interview-archive__detail.-col-2 {
  position: relative;
}
.interview-archive__detail.-col-2::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/icn_interview_01.svg) no-repeat center/contain;
}
.interview-archive__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.interview-archive__person dt {
  font-size: 2.2rem;
  line-height: 2.1818181818;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.interview-archive__person dd {
  font-size: 1.6rem;
  line-height: 1.625;
  color: #0050be;
  text-align: center;
}
.-col-2 > .interview-archive__person {
  width: 50%;
}
.-col-2 > .interview-archive__person dt {
  font-size: 2rem;
  line-height: 2.4;
}
.-col-2 > .interview-archive__person dd {
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.interview-archive__heading.-video {
  font-size: 2rem;
  line-height: 2.4;
  white-space: nowrap;
  font-weight: bold;
}
.interview-archive__image {
  position: relative;
  width: 100%;
  min-height: 0%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 50%;
  z-index: -1;
}
.interview-archive__image img {
  width: 100%;
}
.interview-archive__image i {
  position: absolute;
  width: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.interview-archive__image.-square {
  border-radius: 0;
}

.talk-intro {
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
}
.talk-intro__items {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.talk-intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.talk-intro__item + .talk-intro__item {
  margin-top: 80px;
}
.talk-intro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.talk-intro__head [lang=en] {
  position: relative;
  padding: 0 25px;
  font-size: 4rem;
  line-height: 1.2;
  color: #0050be;
  letter-spacing: 0.15em;
}
.talk-intro__head [lang=en]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.talk-intro__head [lang=en] span {
  position: relative;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}
.talk-intro__head [lang=en] span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.talk-intro__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.talk-intro__lead [lang=ja] {
  position: relative;
  padding: 0 25px;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.talk-intro__lead [lang=ja]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.talk-intro__lead [lang=ja] span {
  position: relative;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
}
.talk-intro__lead [lang=ja] span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.talk-intro__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.talk-intro__copy [lang=ja] {
  position: relative;
  padding: 0 25px;
  font-size: 5rem;
  line-height: 2.1;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.05em;
}
.talk-intro__copy [lang=ja]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.talk-intro__copy [lang=ja] span {
  position: relative;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
}
.talk-intro__copy [lang=ja] span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.talk-intro__image {
  display: block;
  height: 900px;
}
.talk-intro__image source, .talk-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.talk-intro__scroll {
  position: absolute;
  bottom: 30px;
  right: 12px;
  font-size: 2rem;
  line-height: 1.75;
  color: #0050be;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  opacity: 0;
}
.talk-intro__scroll::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 80px;
  margin-top: 15px;
  background: url(../img/icn_arrow_04.svg) no-repeat center/contain;
}

.is-show .talk-intro__head [lang=en]::before {
  -webkit-animation: barLeftToRight 0.6s 0.2s forwards;
  animation: barLeftToRight 0.6s 0.2s forwards;
}
.is-show .talk-intro__head [lang=en] span {
  opacity: 1;
}
.is-show .talk-intro__head [lang=en] span::after {
  content: "";
  animation: barLeftToRight 0.3s 0.6s reverse forwards;
}
.is-show .talk-intro__lead [lang=ja]::before {
  -webkit-animation: barLeftToRight 0.6s 0.4s forwards;
  animation: barLeftToRight 0.6s 0.4s forwards;
}
.is-show .talk-intro__lead [lang=ja] span {
  opacity: 1;
}
.is-show .talk-intro__lead [lang=ja] span::after {
  content: "";
  animation: barLeftToRight 0.3s 0.8s reverse forwards;
}
.is-show .talk-intro__copy [lang=ja]::before {
  -webkit-animation: barLeftToRight 0.6s 0.6s forwards;
  animation: barLeftToRight 0.6s 0.6s forwards;
}
.is-show .talk-intro__copy [lang=ja] span {
  opacity: 1;
}
.is-show .talk-intro__copy [lang=ja] span::after {
  content: "";
  animation: barLeftToRight 0.3s 1s reverse forwards;
}
.is-show .talk-intro__scroll {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.interview-intro {
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
}
.interview-intro__wrap {
  position: relative;
  max-width: 966px;
  margin: 0 auto;
  padding: 0 37px;
}
.interview-intro__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1040px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.interview-intro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.interview-intro__head [lang=en] {
  position: relative;
  padding-right: 15px;
  font-size: 4rem;
  line-height: 1.2;
  color: #0050be;
  letter-spacing: 0.15em;
}
.interview-intro__head [lang=en]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.interview-intro__head [lang=en] span {
  position: relative;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}
.interview-intro__head [lang=en] span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.interview-intro__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.interview-intro__lead [lang=ja] {
  position: relative;
  padding-right: 20px;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.interview-intro__lead [lang=ja]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.interview-intro__lead [lang=ja] span {
  position: relative;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
}
.interview-intro__lead [lang=ja] span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.interview-intro__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 80px;
}
.interview-intro__copy [lang=ja] {
  position: relative;
  padding-right: 15px;
  font-size: 5rem;
  line-height: 2.1;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.1em;
}
.interview-intro__copy [lang=ja]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.interview-intro__copy [lang=ja] span {
  position: relative;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
}
.interview-intro__copy [lang=ja] span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.interview-intro__image {
  display: block;
  height: 900px;
  -webkit-transform: translateX(195px);
  transform: translateX(195px);
}
.interview-intro__image source, .interview-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-intro__scroll {
  position: absolute;
  bottom: 30px;
  right: 12px;
  font-size: 2rem;
  line-height: 1.75;
  color: #0050be;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  opacity: 0;
}
.interview-intro__scroll::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 80px;
  margin-top: 15px;
  background: url(../img/icn_arrow_04.svg) no-repeat center/contain;
}

.is-show .interview-intro__head [lang=en]::before {
  -webkit-animation: barLeftToRight 0.6s 0.2s forwards;
  animation: barLeftToRight 0.6s 0.2s forwards;
}
.is-show .interview-intro__head [lang=en] span {
  opacity: 1;
}
.is-show .interview-intro__head [lang=en] span::after {
  content: "";
  animation: barLeftToRight 0.3s 0.6s reverse forwards;
}
.is-show .interview-intro__lead [lang=ja]::before {
  -webkit-animation: barLeftToRight 0.6s 0.4s forwards;
  animation: barLeftToRight 0.6s 0.4s forwards;
}
.is-show .interview-intro__lead [lang=ja] span {
  opacity: 1;
}
.is-show .interview-intro__lead [lang=ja] span::after {
  content: "";
  animation: barLeftToRight 0.3s 0.8s reverse forwards;
}
.is-show .interview-intro__copy [lang=ja]::before {
  -webkit-animation: barLeftToRight 0.6s 0.6s forwards;
  animation: barLeftToRight 0.6s 0.6s forwards;
}
.is-show .interview-intro__copy [lang=ja] span {
  opacity: 1;
}
.is-show .interview-intro__copy [lang=ja] span::after {
  content: "";
  animation: barLeftToRight 0.3s 1s reverse forwards;
}
.is-show .interview-intro__scroll {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.interview-person {
  margin-bottom: 83px;
}
.interview-person__items {
  padding-left: 195px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.interview-person__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.interview-person__item + .interview-person__item {
  margin-top: 85px;
}
.interview-person__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 27px;
  font-size: 2.5rem;
  line-height: 1.52;
  color: #0050be;
}
.interview-person__heading i {
  position: absolute;
  display: block;
  width: 80px;
  top: 50%;
  left: -95px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.interview-person__heading i img {
  width: 100%;
}
.interview-person__heading [lang=ja] {
  font-weight: bold;
}
.interview-person__heading [lang=en] {
  margin-left: 1em;
}
.interview-person__heading.-type-1, .interview-person__heading.-type-2 {
  position: relative;
  color: #000;
}
.interview-person__heading.-type-1 > span, .interview-person__heading.-type-2 > span {
  position: relative;
}
.interview-person__heading.-type-1 > span::before, .interview-person__heading.-type-2 > span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -5px;
  left: 0;
}
.interview-person__heading.-type-1 > span.-col, .interview-person__heading.-type-2 > span.-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.interview-person__heading.-type-1 [lang=ja],
.interview-person__heading.-type-1 [lang=en], .interview-person__heading.-type-2 [lang=ja],
.interview-person__heading.-type-2 [lang=en] {
  position: relative;
}
.interview-person__heading.-type-1 > span::before {
  background: #14d2ff;
}
.interview-person__heading.-type-2 > span::before {
  background: #6ee66e;
}
.interview-person__detail {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.interview-person__data {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.interview-person__data dl + dl {
  margin-top: 18px;
}
.interview-person__data dl dt {
  font-weight: bold;
  text-transform: uppercase;
}
.interview-person__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview-person__career time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1em;
}

.interview-detail {
  margin-bottom: 156px;
}
.interview-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview-detail__item + .interview-detail__item {
  margin-top: 101px;
}
.interview-detail__item.-video + .interview-detail__item {
  margin-top: 161px;
}
.interview-detail__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 195px;
  padding-top: 4px;
}
.interview-detail__heading [lang=en] {
  font-size: 8.8rem;
  line-height: 0.6;
  color: #99b9e5;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.interview-detail__detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.interview-detail__lead {
  margin-bottom: 22px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  color: #0050be;
}
.interview-detail__txt {
  letter-spacing: 0.05em;
}
.interview-detail__image {
  display: block;
  height: 700px;
  margin: 108px calc(50% - 50vw) 111px;
}
.interview-detail__image source, .interview-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-detail__comment > span {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
}
.interview-detail__comment > span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.interview-detail__comment > span::after {
  content: "：";
  position: absolute;
  top: 0;
  left: 100%;
  font-weight: normal;
}
.interview-detail__comment:nth-of-type(odd) > span::before {
  background: #14d2ff;
}
.interview-detail__comment:nth-of-type(even) > span::before {
  background: #6ee66e;
}
.-reverse > .interview-detail__comment:nth-of-type(odd) > span::before {
  background: #6ee66e;
}
.-reverse > .interview-detail__comment:nth-of-type(even) > span::before {
  background: #14d2ff;
}
.interview-detail__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.interview-detail__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.other-interview__wrap + .other-interview__wrap {
  margin-top: 165px;
}
.other-interview__head {
  max-width: 1246px;
  margin: 0 auto -8px;
  padding: 0 37px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
.other-interview__head.-talk {
  color: #bfd3ef;
}
.other-interview__head.-interview {
  color: #80a7de;
}
.other-interview__box.-talk {
  background: #bfd3ef;
}
.other-interview__box.-interview {
  background: #80a7de;
}
.other-interview__slide {
  max-width: 1120px;
  padding: 55px 37px 72px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.other-interview__items {
  max-width: 1120px;
  margin: 0 auto;
}
.other-interview__items.-talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.other-interview__items.-interview {
  margin-bottom: 38px;
}
.other-interview__items.-outside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.other-interview__item a {
  display: block;
}
.-talk > .other-interview__item {
  width: 46.428%;
}
.-interview > .other-interview__item {
  width: 30.357%;
}
.-outside > .other-interview__item {
  width: 30.357%;
}
.other-interview__heading {
  display: block;
  margin-bottom: 4px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.15em;
}
.other-interview__image {
  margin-bottom: 19px;
}
.other-interview__image img {
  width: 100%;
}
.other-interview__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.other-interview__data dt {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.other-interview__data dd {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #0050be;
}
.other-interview__data.-talk {
  width: 50%;
  text-align: center;
}
.other-interview__data.-talk dt {
  margin-bottom: 14px;
}
.other-interview__data.-interview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-interview__data.-interview ul li {
  margin-right: 0.5em;
}
.other-interview__option {
  position: relative;
  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;
}
.other-interview__option.-talk {
  display: none;
}
.other-interview__option.-outside {
  display: none;
}
.other-interview__btn {
  position: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 22px;
  height: auto;
  margin: 0;
  background: none;
}
.other-interview__btn img {
  width: 100%;
}
.other-interview__btn.-next {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.other-interview__pagination {
  position: inherit;
  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;
  margin: 0 35px;
}
.other-interview__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 5px 30px;
  border: 2px solid #fff;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.other-interview__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.vision {
  margin-top: 110px;
}
.vision__item {
  max-width: 768px;
}
.vision__item + .vision__item {
  margin-top: 68px;
}
.vision__item img {
  width: 100%;
}

.employment {
  padding-top: 80px;
  overflow: hidden;
}
.employment__item {
  padding-top: 78px;
}
.employment__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.employment__head i {
  font-size: 15.6rem;
  line-height: 1.1217948718;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.employment__head [lang=en] {
  width: 100%;
  font-size: 9rem;
  line-height: 1.3111111111;
  letter-spacing: 0.15em;
}
.employment__lead {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
}

.event {
  padding-top: 100px;
}
.event__info + .event__info {
  margin-top: 152px;
}
.event__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.event__heading {
  margin-bottom: 87px;
  font-size: 3.2rem;
  line-height: 1.875;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.15em;
}
.event__mv {
  position: relative;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  height: 400px;
  min-height: 0%;
  margin-bottom: 110px;
}
.event__mv figcaption {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 3rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.25em;
}
.event__image {
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
}
.event__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event__items {
  margin-bottom: 69px;
  border-top: 2px solid #0050be;
  border-bottom: 2px solid #0050be;
}
.event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
.event__item + .event__item {
  border-top: 1px solid #dcdcdc;
}
.event__item.-type-1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.event__item dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 230px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #0050be;
  letter-spacing: 0.15em;
}
.event__item dd {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.event__list.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.event__list + .-row {
  margin-top: 28px;
}
.event__category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.event__category::before {
  content: "・";
}
.event__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  height: 142px;
  margin: 0 auto;
  padding: 0 40px 0 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #0050be;
}
.event__btn [lang=en] {
  font-size: 3.6rem;
  line-height: 1.2222222222;
  letter-spacing: 0.15em;
}
.event__btn [lang=ja] {
  font-size: 1.7rem;
  line-height: 1.6470588235;
}
.event__txt {
  margin-bottom: 24px;
}
.event__note {
  margin-top: 24px;
}

.event-schedule__item + .event-schedule__item {
  margin-top: 7px;
}
.event-schedule__heading {
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0.1em;
}
.event-schedule__data {
  font-size: 1.8rem;
  line-height: 2.4444444444;
}
.event-schedule__data::before {
  content: "・";
}
@media screen and (max-width: 1366px){
  .interview-archive__num {
    margin-bottom: -1.7964071856vw;
    font-size: 8.78477306vw;
  }
}
@media screen and (max-width: 1280px){
  .system-detail.-wide {
    max-width: 796px;
  }
  .-wide > .system-detail__item:nth-of-type(n+3) {
    margin-top: 73px;
  }
}
@media screen and (max-width: 1200px){
  .header__head.-top a [lang=en] {
    width: 31.6666666667vw;
    min-width: 270px;
  }
  .header__head.-top a [lang=ja] {
    margin-left: 2.6666666667vw;
    font-size: 1.6666666667vw;
  }
  .header__link.-internship {
    display: none;
  }
}
@media screen and (max-width: 1182px){
  .page-mv__lead.-recruit {
    bottom: 294px;
  }
}
@media screen and (max-width: 1120px){
  .company__system {
    width: 79.1964285714vw;
    max-width: 100%;
    -webkit-transform: translate(8.9285714286vw, 30px);
    transform: translate(8.9285714286vw, 30px);
  }
  .company__system.is-show {
    -webkit-transform: translateX(8.9285714286vw);
    transform: translateX(8.9285714286vw);
  }
}
@media screen and (max-width: 1074px){
  .page-mv__lead.-system {
    bottom: 294px;
  }
}
@media screen and (max-width: 1040px){
  .nav__detail {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 18px 0 14px;
  }
  .nav__detail.-single {
    padding-left: 0;
  }
  .nav__children {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer__buttons {
    max-width: 50%;
    margin-left: 0;
  }
  .footer-nav {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-nav__items {
    max-width: 600px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .system-detail__item {
    width: 48.492%;
  }
  .-col-2 > .interview-archive__item {
    width: 100%;
    max-width: 100%;
  }
  .-col-2 > .interview-archive__item:nth-of-type(n+2) {
    margin-top: 75px;
  }
  .interview-detail__image.-talk {
    height: 67.3076923077vw;
  }
}
@media screen and (max-width: 998px){
  .page-mv__lead.-company {
    bottom: 294px;
  }
}
@media screen and (max-width: 768px){
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .js-sa.is-show {
    -webkit-transform: none;
    transform: none;
  }
  body {
    font-size: 1.2rem;
    line-height: 2;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-main {
    padding-bottom: 92px;
  }
  .l-wrapper {
    width: 84%;
    padding: 0;
  }
  .l-wrapper.-wide {
    width: 92%;
  }
  .l-wrapper.-narrow {
    width: 76%;
  }
  .header {
    height: 60px;
    padding: 0 4%;
  }
  .header__head a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__head a [lang=en] {
    width: 46.6666666667vw;
    max-width: 350px;
  }
  .header__head a [lang=ja] {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .header__head.-top a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__head.-top a [lang=en] {
    width: 46.6666666667vw;
    min-width: 0;
    max-width: 350px;
  }
  .header__head.-top a [lang=ja] {
    margin-left: 0;
    padding-top: 0;
  }
  .header__links {
    margin-right: 20px;
  }
  .header__link a {
    padding: 0 7px;
    font-size: 1.3rem;
    line-height: 3.0769230769;
  }
  .header__btn {
    width: 45px;
    height: 45px;
  }
  .header__btn i {
    width: 22.5px;
  }
  .header__btn i::before {
    top: -7px;
  }
  .header__btn i::after {
    top: 7px;
  }
  .nav {
    min-height: calc(100vh - 60px);
    top: 60px;
    padding: 40px 0;
  }
  .nav__wrap {
    width: 84%;
    padding: 0;
  }
  .nav__buttons {
    margin-bottom: 15px;
  }
  .nav__btn + .nav__btn {
    margin-left: 2px;
  }
  .nav__btn a {
    height: 60px;
  }
  .nav__btn [lang=en] {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .nav__btn [lang=ja] {
    font-size: 0.9rem;
    line-height: 1.7777777778;
  }
  .nav__items {
    margin-bottom: 12px;
  }
  .nav__item {
    border-width: 1px;
  }
  .nav__parent {
    padding: 14px 0 10px;
  }
  .nav__parent [lang=en] {
    font-size: 2.25rem;
    line-height: 1.7333333333;
  }
  .nav__parent [lang=ja] {
    margin: 8px 0;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .nav__child a {
    font-size: 1.3rem;
    line-height: 3.1538461538;
  }
  .nav__child a i {
    font-size: 1.5rem;
    line-height: 2.7333333333;
  }
  .nav__child a small {
    font-size: 1.1rem;
    line-height: 3.7272727273;
  }
  .nav__child a small::before {
    font-size: 1.3rem;
    line-height: 3.1538461538;
  }
  .nav__foot {
    display: block;
  }
  .nav__link + .nav__link {
    margin-left: 4em;
  }
  .nav__link a {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .nav__copy {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 2.6666666667;
  }
  .footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .footer__head [lang=en] {
    width: 260px;
    margin: 0 0 10px;
  }
  .footer__head [lang=ja] {
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    color: #0050be;
  }
  .footer__wrap {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    border: none;
  }
  .footer__buttons {
    display: none;
  }
  .footer__item {
    padding-bottom: 0;
  }
  .footer__info {
    display: none;
  }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
  .footer__link a {
    padding: 0 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.5;
    white-space: nowrap;
  }
  .footer__link a::after {
    content: "";
  }
  .footer__link + .footer__link {
    border-left: 1px solid #0050be;
  }
  .footer__sp-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 33px;
  }
  .footer__copy {
    font-size: 0.7rem;
    line-height: 4.5714285714;
  }
  .footer-nav {
    display: none;
  }
  .btn-pagetop {
    width: 50px;
    height: 40px;
    margin-bottom: 25px;
    font-size: 0.9rem;
    line-height: 1.1111111111;
  }
  .btn-pagetop::before {
    width: 6px;
    height: 16.5px;
    margin-bottom: 5px;
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px);
  }
  .top-mv {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
  .top-mv__head source, .top-mv__head img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .top-mv__base source, .top-mv__base img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .top-mv__image source, .top-mv__image img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .top-mv__scroll {
    bottom: 15px;
    right: 6px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .top-mv__scroll::after {
    width: 6px;
    height: 40px;
    margin-top: 8px;
  }
  .top-mv__mask {
    -webkit-animation: topMvMaskSP 1.6s 0.8s forwards;
    animation: topMvMaskSP 1.6s 0.8s forwards;
  }
  .top-mv__boxes:nth-of-type(2) {
    height: 10px;
    max-height: 400px;
    -webkit-animation: topMvHeightSP 0.2s 0.8s forwards;
    animation: topMvHeightSP 0.2s 0.8s forwards;
  }
  .top-mv__box.-cursor {
    width: 10px;
    -webkit-animation: topMvwidthSP 0.2s 0.8s forwards;
    animation: topMvwidthSP 0.2s 0.8s forwards;
  }
  .top-mv__box.-cursor::after {
    -webkit-box-shadow: inset 0 0 3.125vw 3.125vw #0050be;
    box-shadow: inset 0 0 3.125vw 3.125vw #0050be;
  }
  .top-mv__btn {
    width: 84%;
    max-width: 365px;
    font-size: 1.6rem;
    line-height: 3.125;
  }
  .is-show.top-mv__head {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .is-show.top-mv__image {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-nav__detail {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4vw 4%;
  }
  .top-nav__detail::before {
    width: 40px;
    height: 40px;
    right: 4%;
    -webkit-transform: none;
    transform: none;
  }
  .top-nav__detail::after {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 4%;
    background: #fff url(../img/icn_arrow_01.svg) no-repeat center/17px 11px;
  }
  .top-nav__num {
    font-size: 7.8rem;
    line-height: 1.1217948718;
    font-size: 20.8vw;
  }
  .top-nav__heading [lang=en] {
    font-size: 5.7333333333vw;
  }
  .top-nav__heading [lang=ja] {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .top-nav__image {
    height: 82.6666666667vw;
    min-width: 310px;
  }
  .page-mv__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 34px;
  }
  .page-mv__head {
    margin: auto 0 15px;
  }
  .page-mv__head i {
    padding: 0 4vw;
    font-size: 6.5rem;
    line-height: 1.1076923077;
  }
  .page-mv__head > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-mv__head > span [lang=en] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-mv__head > span [lang=en] span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 4vw;
    font-size: 3.75rem;
    line-height: 1.2533333333;
  }
  .page-mv__lead {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .page-mv__lead [lang=ja] {
    padding: 0 4vw;
    font-size: 1.25rem;
    line-height: 1.56;
  }
  .page-mv__lead.-recruit {
    bottom: auto;
  }
  .page-mv__lead.-system {
    bottom: auto;
  }
  .page-mv__lead.-company {
    bottom: auto;
  }
  .page-mv__image {
    height: 100vh;
    max-height: 675px;
  }
  .page-mv__scroll {
    bottom: 15px;
    right: 6px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .page-mv__scroll::after {
    width: 6px;
    height: 40px;
    margin-top: 8px;
  }
  .message {
    padding-top: 42px;
  }
  .message__intro {
    margin-bottom: 74px;
  }
  .message__head {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .message__lead {
    font-size: 1.2rem;
    line-height: 2;
  }
  .message__heading {
    margin-bottom: 14px;
  }
  .message__heading [lang=ja] {
    padding: 0 8px;
    font-size: 1.4rem;
    line-height: 1.4642857143;
  }
  .message__txt + .message__txt {
    margin-top: 15px;
  }
  .message__image {
    height: 72vw;
    margin: 63px 0 70px;
  }
  .recruit {
    padding-top: 67px;
  }
  .recruit__info + .recruit__info {
    margin-top: 92px;
  }
  .recruit__heading {
    margin-bottom: 45px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .recruit__item {
    display: block;
    padding: 14px;
    font-size: 1.1rem;
    line-height: 2;
  }
  .recruit__item dt {
    width: auto;
    margin-bottom: 3px;
    padding: 0;
  }
  .recruit__item dd {
    padding: 0;
  }
  .recruit__list.-row {
    display: block;
  }
  .recruit__list + .-row {
    margin-top: 8px;
  }
  .recruit__category {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
  .recruit__type {
    font-size: 1rem;
    line-height: 1.8;
  }
  .recruit__fee {
    margin-left: 0;
  }
  .recruit__fee span {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
  .recruit__fee small {
    font-size: 1rem;
    line-height: 1.8;
  }
  .recruit__allowance {
    margin: 24px 0 8px;
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
  .recruit__note {
    font-size: 1rem;
    line-height: 1.8;
  }
  .recruit__link {
    margin-top: 30px;
  }
  .recruit__link {
    font-size: 1rem;
    line-height: 1.8;
  }
  .recruit__employment {
    margin-top: 30px;
  }
  .infograph {
    padding-top: 50px;
  }
  .infograph__wrap + .infograph__wrap {
    margin-top: 40px;
  }
  .infograph__heading {
    font-size: 1.65rem;
    line-height: 1.8181818182;
  }
  .infograph__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .infograph__item {
    width: 43.7333333333vw;
    margin-right: 0;
  }
  .infograph__item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .infograph__note {
    margin-top: 4px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .system {
    padding-top: 50px;
  }
  .system__item + .system__item {
    margin-top: 76px;
  }
  .system__heading {
    width: 56.8vw;
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 2.125;
  }
  .system-detail__item {
    width: 100%;
    padding: 0 6.6666666667vw 5.3333333333vw;
  }
  .system-detail__item:nth-of-type(n+2) {
    margin-top: 48px;
  }
  .-wide > .system-detail__item:nth-of-type(n+2) {
    margin-left: 0;
  }
  .-wide > .system-detail__item:nth-of-type(n+2) {
    margin-top: 48px;
  }
  .system-detail__item.-wide {
    display: block;
  }
  .system-detail__detail {
    width: 100%;
  }
  .system-detail__heading {
    margin-bottom: -16px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
  }
  .system-detail__heading i {
    width: 52px;
    margin-bottom: 10px;
  }
  .system-detail__years {
    width: 100%;
    margin: 11px 0 0;
  }
  .system-detail__year {
    width: 17.0666666667vw;
    min-width: 60px;
  }
  .system-detail__year dt {
    font-size: 1.1rem;
    line-height: 2.3181818182;
  }
  .system-detail__year dt::first-letter {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .system-detail__year dd {
    font-size: 1.4rem;
    line-height: 2.4285714286;
  }
  .system-detail__year dd span {
    font-size: 2.15rem;
    line-height: 1.5813953488;
  }
  .benefit {
    margin-top: 34px;
  }
  .benefit__item + .benefit__item {
    margin-top: 30px;
  }
  .benefit__intro {
    margin-bottom: 48px;
  }
  .benefit__heading {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .benefit__heading span::before {
    height: 2px;
  }
  .benefit__lead {
    display: block;
    font-size: 1.2rem;
    line-height: 1.875;
    text-align: center;
  }
  .benefit__lead dt {
    display: inline;
  }
  .benefit__lead dd {
    display: inline;
  }
  .company {
    padding-top: 51px;
  }
  .company__item + .company__item {
    margin-top: 100px;
  }
  .company__intro {
    height: 160px;
    margin-bottom: 24px;
  }
  .company__heading {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
  .company__txt + .company__txt {
    margin-top: 2px;
  }
  .company__txt.-note {
    font-size: 1rem;
    line-height: 1.7;
  }
  .company__fig {
    max-width: 633px;
    margin-top: 36px;
  }
  .company__fig.-narrow {
    max-width: 633px;
  }
  .company__cases {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 630px;
    margin: 35px auto 0;
  }
  .company__case {
    width: 33.3333333333%;
    height: 34.1333333333vw;
  }
  .company__case img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .company__case:nth-of-type(n+4) {
    margin-top: 32px;
  }
  .company__system {
    width: 100%;
    max-width: 633px;
    -webkit-transform: none;
    transform: none;
  }
  .company__system.is-show {
    -webkit-transform: none;
    transform: none;
  }
  .interview {
    padding-top: 60px;
  }
  .interview__intro {
    margin-bottom: 4px;
    padding: 50px 0;
  }
  .interview__head {
    margin-bottom: 11px;
  }
  .interview__head i {
    font-size: 6.5rem;
    line-height: 1.1230769231;
  }
  .interview__head [lang=en] {
    font-size: 3.75rem;
    line-height: 1.2933333333;
  }
  .interview__lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #0050be;
  }
  .interview__item + .interview__item {
    margin-top: 70px;
  }
  .interview__heading {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .interview-archive {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .interview-archive.-col-3 {
    margin: 0 -4vw;
  }
  .interview-archive__item {
    width: 44.444%;
    max-width: 100%;
    margin-right: 0;
  }
  .interview-archive__item:nth-of-type(n+3) {
    margin-top: 38px;
  }
  .-col-2 > .interview-archive__item:nth-of-type(n+2) {
    margin-top: 38px;
  }
  .interview-archive__num {
    margin-bottom: -3.2vw;
    font-size: 16vw;
  }
  .interview-archive__person dt {
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
  .interview-archive__person dd {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .-col-2 > .interview-archive__person dt {
    font-size: 1rem;
    line-height: 1.6;
  }
  .-col-2 > .interview-archive__person dd {
    font-size: 1rem;
    line-height: 1.65;
  }
  .interview-archive__heading.-video {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .talk-intro {
    margin-bottom: 70px;
  }
  .talk-intro__item {
    height: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .talk-intro__item + .talk-intro__item {
    margin-top: 0;
  }
  .talk-intro__head [lang=en] {
    padding: 0 4vw;
    font-size: 2rem;
    line-height: 1.2;
  }
  .talk-intro__lead [lang=ja] {
    padding: 0 4vw;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .talk-intro__copy [lang=ja] {
    padding: 0 4vw;
    font-size: 2.25rem;
    line-height: 2.2222222222;
  }
  .talk-intro__image {
    height: 100vh;
  }
  .talk-intro__scroll {
    bottom: 15px;
    right: 6px;
    font-size: 1rem;
    line-height: 1.75;
    color: #fff;
  }
  .talk-intro__scroll::after {
    width: 6px;
    height: 40px;
    margin-top: 8px;
    background: url(../img/icn_arrow_02.svg) no-repeat center/contain;
  }
  .interview-intro {
    margin-bottom: 68px;
  }
  .interview-intro__wrap {
    padding: 0;
  }
  .interview-intro__item {
    padding: 0;
  }
  .interview-intro__head {
    margin-bottom: 13px;
  }
  .interview-intro__head [lang=en] {
    padding: 0 4vw;
    font-size: 2rem;
    line-height: 1.2;
  }
  .interview-intro__lead [lang=ja] {
    padding: 0 4vw;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .interview-intro__copy {
    margin-top: 60px;
  }
  .interview-intro__copy [lang=ja] {
    padding: 0 4vw;
    font-size: 2.25rem;
    line-height: 2.2222222222;
  }
  .interview-intro__image {
    height: 100vh;
    max-height: 668px;
    -webkit-transform: none;
    transform: none;
  }
  .interview-intro__scroll {
    bottom: 15px;
    right: 6px;
    font-size: 1rem;
    line-height: 1.75;
    color: #fff;
  }
  .interview-intro__scroll::after {
    width: 6px;
    height: 40px;
    margin-top: 8px;
    background: url(../img/icn_arrow_02.svg) no-repeat center/contain;
  }
  .interview-person {
    margin-bottom: 35px;
  }
  .interview-person__items {
    width: 76.6666666667vw;
    margin: 0 auto;
    padding-left: 0;
  }
  .interview-person__item + .interview-person__item {
    margin-top: 52px;
  }
  .interview-person__heading {
    margin-bottom: 18px;
    font-size: 1.5rem;
    line-height: 1.2666666667;
  }
  .interview-person__heading > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .interview-person__heading i {
    position: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin-right: 13px;
  }
  .interview-person__heading [lang=ja] {
    margin-bottom: 8px;
  }
  .interview-person__heading [lang=en] {
    margin-left: 0;
  }
  .interview-person__heading.-type-1, .interview-person__heading.-type-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .interview-person__heading.-type-1 > span, .interview-person__heading.-type-2 > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .interview-person__heading.-type-1 > span::before, .interview-person__heading.-type-2 > span::before {
    content: none;
  }
  .interview-person__heading.-type-1 [lang=ja]::before,
.interview-person__heading.-type-1 [lang=en]::before, .interview-person__heading.-type-2 [lang=ja]::before,
.interview-person__heading.-type-2 [lang=en]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -2px;
    left: 0;
  }
  .interview-person__heading.-type-1 [lang=en]::before,
.interview-person__heading.-type-1 [lang=ja]::before {
    background: #14d2ff;
  }
  .interview-person__heading.-type-2 > span [lang=en]::before,
.interview-person__heading.-type-2 > span [lang=ja]::before {
    background: #6ee66e;
  }
  .interview-person__detail {
    margin-bottom: 22px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .interview-person__data {
    font-size: 1.2rem;
    line-height: 2;
  }
  .interview-person__data dl + dl {
    margin-top: 22px;
  }
  .interview-person__career + .interview-person__career {
    margin-top: 8px;
  }
  .interview-detail {
    margin-bottom: 77px;
  }
  .interview-detail__item {
    display: block;
    width: 76.6666666667vw;
    margin: 0 auto;
  }
  .interview-detail__item + .interview-detail__item {
    margin-top: 58px;
  }
  .interview-detail__item.-video + .interview-detail__item {
    margin-top: 75px;
  }
  .interview-detail__heading {
    width: 100%;
    margin-bottom: 7px;
    padding-top: 0;
  }
  .interview-detail__heading [lang=en] {
    font-size: 4rem;
    line-height: 1.125;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .interview-detail__lead {
    margin-bottom: 9px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .interview-detail__image {
    height: auto;
    margin: 70px calc(50% - 50vw) 52px;
  }
  .interview-detail__image.-talk {
    height: auto;
  }
  .interview-detail__video {
    margin-top: 10px;
  }
  .other-interview__wrap + .other-interview__wrap {
    margin-top: 83px;
  }
  .other-interview__head {
    margin-bottom: -3px;
    padding: 0 4vw;
    font-size: 2rem;
    line-height: 1;
  }
  .other-interview__slide {
    width: 76vw;
    margin: 0 auto;
    padding: 30px 0;
  }
  .other-interview__items {
    margin-bottom: 20px;
  }
  .other-interview__items.-interview {
    margin-bottom: 20px;
  }
  .other-interview__item a {
    margin: 0 auto;
  }
  .-talk > .other-interview__item {
    width: 100%;
  }
  .-talk > .other-interview__item a {
    width: 69.3333333333vw;
  }
  .-interview > .other-interview__item {
    width: 100%;
  }
  .-interview > .other-interview__item a {
    width: 45.3333333333vw;
  }
  .-outside > .other-interview__item {
    width: 100%;
  }
  .-outside > .other-interview__item a {
    width: 45.3333333333vw;
  }
  .other-interview__heading {
    font-size: 2.4vw;
  }
  .other-interview__data.-talk dt {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .other-interview__data.-talk dd {
    font-size: 0.9rem;
    line-height: 1.6666666667;
  }
  .other-interview__data.-interview dt {
    font-size: 1.3rem;
    line-height: 1.1538461538;
  }
  .other-interview__data.-interview ul {
    font-size: 1.1rem;
    line-height: 1.5909090909;
  }
  .other-interview__option.-talk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .other-interview__option.-outside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .other-interview__btn {
    width: 11px;
  }
  .other-interview__pagination {
    margin: 0 6px;
  }
  .other-interview__pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 5px 9px;
    border-width: 1px;
  }
  .vision {
    margin-top: 63px;
  }
  .vision__item {
    max-width: 360px;
  }
  .vision__item + .vision__item {
    margin-top: 25px;
  }
  .employment {
    padding-top: 60px;
  }
  .employment__item {
    padding-top: 50px;
  }
  .employment__head {
    margin-bottom: 11px;
  }
  .employment__head i {
    font-size: 6.5rem;
    line-height: 1.1230769231;
  }
  .employment__head [lang=en] {
    font-size: 3.75rem;
    line-height: 1.2933333333;
  }
  .employment__lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #0050be;
  }
  .event__info + .event__info {
    margin-top: 92px;
  }
  .event__heading {
    margin-bottom: 45px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .event__mv {
    height: 160px;
    margin-bottom: 35px;
  }
  .event__mv figcaption {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
  .event__items {
    margin-bottom: 50px;
  }
  .event__item {
    display: block;
    padding: 14px;
    font-size: 1.1rem;
    line-height: 2;
  }
  .event__item dt {
    width: auto;
    margin-bottom: 3px;
    padding: 0;
  }
  .event__item dd {
    padding: 0;
  }
  .event__list.-row {
    display: block;
  }
  .event__list + .-row {
    margin-top: 8px;
  }
  .event__category {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
  .event__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    padding: 0 10px 0 20px;
  }
  .event__btn [lang=en] {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .event__btn [lang=ja] {
    min-width: 150px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .event-schedule__data {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
}

.recruit__modelfee {
  margin-bottom: 28px;
}
.recruit__detail {
  font-size: 1.6rem;
}
.recruit__modelfee small {
  font-size: 1.2rem;
}
.recruit__notes {
  margin-bottom: 28px;
}
.recruit__notes li:nth-child(1)::before {
  content: "※1";
  margin-right: 4px;
}
.recruit__notes li:nth-child(2)::before {
  content: "※2";
  margin-right: 4px;
}
@media screen and (max-width: 768px){
  .recruit__modelfee {
    margin-bottom: 18px;
  }
  .recruit__detail {
    font-size: 1rem;
  }
  .recruit__modelfee small {
    font-size: 0.8rem;
  }
  .recruit__notes {
    margin-bottom: 18px;
  }
}