@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

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

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

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

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

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

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

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

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

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

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

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

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  background: #000000;
  color: #ffffff;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Arial,sans-serif;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

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

a {
  color: #999;
  text-decoration: underline;
}

img, video {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

address {
  font-style: normal;
}

ul {
  list-style-type: none;
}

/*  font and text class */
.italic {
  font-style: italic;
}

.small-caps {
  font-variant: small-caps;
}

.bold {
  font-weight: bold;
}

.xx-small {
  font-size: 60%;
}

.x-small {
  font-size: 75%;
}

.small {
  font-size: 88.88%;
}

.large {
  font-size: 120%;
}

.x-large {
  font-size: 150%;
}

.xx-large {
  font-size: 200%;
}

.lh-100 {
  line-height: 1 !important;
}

.lh-125 {
  line-height: 1.25 !important;
}

.lh-150 {
  line-height: 1.50 !important;
}

.lh-175 {
  line-height: 1.75 !important;
}

.overline {
  text-decoration: overline;
}

.underline {
  text-decoration: underline;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/*  layout class */
.indent {
  text-indent: 1em;
}

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

.text-left {
  text-align: left;
}

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.wbr {
  display: inline-block;
  white-space: nowrap;
}

.no-leter-spaceing {
  letter-spacing: 0 !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pointer {
  cursor: pointer;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.circle {
  border-radius: 50%;
}

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

@media screen and (min-width: 560px) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 560px) {
  .sp-more {
    display: block !important;
  }
}

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

@media screen and (min-width: 769px) {
  .tb-only {
    display: none !important;
  }
}

.tb-more {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .tb-more {
    display: block !important;
  }
}

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

@media screen and (min-width: 960px) {
  .pc-only {
    display: block !important;
  }
}

.fade-item {
  -webkit-transition: opacity .3s;
  opacity: 0;
  transition: opacity .3s;
}

.fade-item.is-visible {
  opacity: 1;
  will-change: opacity;
}

@-webkit-keyframes opening-anime-1-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes opening-anime-1-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes opening-anime-1-2 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes opening-anime-1-2 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@-webkit-keyframes opening-anime-1-3 {
  0% {
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes opening-anime-1-3 {
  0% {
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes opening-anime-1-4 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes opening-anime-1-4 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes opening-anime-1-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes opening-anime-1-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes opening-anime-1-6 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes opening-anime-1-6 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@-webkit-keyframes opening-anime-1-7 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes opening-anime-1-7 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@-webkit-keyframes opening-anime-1-8 {
  0% {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes opening-anime-1-8 {
  0% {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes opening-anime-1-9 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes opening-anime-1-9 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.header-logo {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: .2s;
  -webkit-transform: translate3d(0, -500px, 0);
  position: fixed;
  right: 2.6rem;
  top: 2.6rem;
  transform: translate3d(0, -500px, 0);
  transition-duration: .2s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 100;
}

@media screen and (min-width: 960px) {
  .header-logo {
    right: 80px;
    top: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .header-logo {
    right: 80px;
  }
}

.header-logo.is-fixed {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-logo a {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 5rem;
}

@media screen and (min-width: 960px) {
  .header-logo a {
    width: 80px;
  }
}

.header-logo div {
  width: 50%;
}

.header-nav {
  background: #000;
  height: 100%;
  left: 0;
  padding-left: 2.6rem;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 960px) {
  .header-nav {
    padding: 0 60px;
  }
}

.header-nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .header-nav-list {
    margin-left: auto;
    width: 25%;
  }
}

.header-nav-list-item a {
  -webkit-transition: color .2s;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  opacity: 0.3;
  text-decoration: none;
  transition: color .2s;
}

@media screen and (min-width: 960px) {
  .header-nav-list-item a {
    font-size: 3.8rem;
  }
}

.header-nav-list-item a:hover {
  color: #fff;
  opacity: 1;
}

.header-nav-list-item.is-current a {
  color: #fff;
  opacity: 1;
}

.page-nav .prev, .page-nav .next {
  -webkit-transition: opacity .2s;
  background: url(/assets/img/arrow.svg) no-repeat center center/contain;
  display: block;
  height: 1.2rem;
  transition: opacity .2s;
  width: 6rem;
}

.page-nav .no-link.prev, .page-nav .no-link.next {
  cursor: text;
  opacity: 0.3 !important;
  pointer-events: none;
}

@media screen and (min-width: 960px) {
  .page-nav .prev, .page-nav .next {
    height: 16px;
    width: 80px;
  }
}

.page-nav .prev:hover, .page-nav .next:hover {
  opacity: 0.3;
}

.page-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity .3s;
  -webkit-transform: rotate(90deg) translate(50%, 0);
  -webkit-transform-origin: top right;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1.5rem;
  top: 50%;
  transform: rotate(90deg) translate(50%, 0);
  transform-origin: top right;
  transition: opacity .3s;
  z-index: 1000;
}

@media screen and (min-width: 960px) {
  .page-nav {
    right: 20px;
  }
}

.page-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.page-nav .next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-nav-button {
  -webkit-transition: opacity .2s;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin: 0 3rem;
  transition: opacity .2s;
}

@media screen and (min-width: 960px) {
  .page-nav-button {
    font-size: 1.6rem;
  }
}

.page-nav-button:hover {
  opacity: 0.3;
}

.page-nav-button.is-active {
  opacity: 0.3;
}

.bg-group {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.bg-item {
  position: fixed;
}

.bg-item:nth-of-type(1) {
  width: 523.75px;
}

@media screen and (min-width: 960px) {
  .bg-item:nth-of-type(1) {
    width: 1257px;
  }
}

.bg-item:nth-of-type(2) {
  width: 1561.25px;
}

@media screen and (min-width: 960px) {
  .bg-item:nth-of-type(2) {
    width: 3747px;
  }
}

.bg-item:nth-of-type(3) {
  mix-blend-mode: difference;
  width: 1182.5px;
}

@media screen and (min-width: 960px) {
  .bg-item:nth-of-type(3) {
    width: 2838px;
  }
}

.bg-item:nth-of-type(4) {
  width: 1080px;
}

@media screen and (min-width: 960px) {
  .bg-item:nth-of-type(4) {
    width: 2592px;
  }
}

.bg-item:nth-of-type(5) {
  width: 818.75px;
}

@media screen and (min-width: 960px) {
  .bg-item:nth-of-type(5) {
    width: 1966.5px;
  }
}

.bg-item:nth-of-type(6) {
  width: 577.5px;
}

@media screen and (min-width: 960px) {
  .bg-item:nth-of-type(6) {
    width: 1386px;
  }
}

.bg-item:nth-of-type(7) {
  width: 1061.25px;
}

@media screen and (min-width: 960px) {
  .bg-item:nth-of-type(7) {
    width: 2547px;
  }
}

.bg-item img {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.main-content {
  position: relative;
  z-index: 10;
}

.page-intro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  min-height: 400px;
  position: relative;
  z-index: 100;
}

.page-intro-opening {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 100000;
}

.page-intro-opening p {
  font-size: 1.7rem;
  visibility: hidden;
}

@media screen and (min-width: 960px) {
  .page-intro-opening p {
    font-size: 2.3rem;
    letter-spacing: 0.01em;
  }
}

.page-intro-logo {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 8rem;
}

@media screen and (min-width: 960px) {
  .page-intro-logo {
    width: 120px;
  }
}

.page-intro-logo div {
  width: 50%;
}

.page-intro-scroll {
  -webkit-transform: translate3d(-50%, 0, 0);
  bottom: 3rem;
  cursor: pointer;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
}

.page-intro-scroll p {
  font-size: 1.4rem;
}

.page-intro-scroll-icon {
  margin: 1rem auto 0;
  position: relative;
  width: 0.1rem;
}

.page-intro-scroll-icon .dot {
  background: #ffffff;
  border-radius: 50%;
  height: .7rem;
  left: -3px;
  position: absolute;
  top: 0;
  width: .7rem;
}

.page-intro-scroll-icon .line {
  background: #ffffff;
  height: 3.5rem;
  width: 100%;
}

.main-content-section {
  padding-top: 20rem;
}

@media screen and (min-width: 960px) {
  .main-content-section {
    padding: 400px 80px 0;
  }
}

@media screen and (min-width: 1440px) {
  .main-content-section {
    padding: 400px 80px 0;
  }
}

.section-container {
  padding: 0 5rem 0 2.6rem;
}

@media screen and (min-width: 960px) {
  .section-container {
    margin: auto;
    max-width: 1280px;
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .section-title-wrap {
    padding-right: 30px;
    width: 50%;
  }
}

.js-text-anime {
  overflow: hidden;
  position: relative;
}

.js-text-anime::before {
  -webkit-transform: translate3d(-101%, 0, 0);
  background: #333333;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(-101%, 0, 0);
  width: 100%;
}

.js-text-anime::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.js-text-anime.is-visible::before {
  -webkit-animation: mask-in .3s ease-in  forwards, mask-leave .3s ease-out .6s forwards;
  animation: mask-in .3s ease-in  forwards, mask-leave .3s ease-out .6s forwards;
}

@-webkit-keyframes mask-in {
  0% {
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes mask-in {
  0% {
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mask-leave {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
  }
}

@keyframes mask-leave {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
  }
}

.section-title {
  color: #808080;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .section-title {
    font-size: 3.8rem;
  }
}

.section-lead {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .section-lead {
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 960px) {
  .about-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about-content-text {
  margin-top: 6.5rem;
}

@media screen and (min-width: 960px) {
  .about-content-text {
    margin: 0;
    width: 50%;
  }
}

.about-content-text p {
  line-height: 1.5;
}

.about-content-text p::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.about-content-text p::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

.about-content-text p + p {
  margin-top: 1em;
}

.about-content-text p.catch {
  margin-bottom: 2em;
  margin-top: 2em;
}

.about-content-text p.catch span {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 0.5rem;
}

@media screen and (min-width: 960px) {
  .about-content-text p.catch span {
    font-size: 3.8rem;
    padding-top: 15px;
  }
}

.service-section {
  margin-top: 12rem;
}

@media screen and (min-width: 960px) {
  .service-section {
    margin-top: 200px;
  }
}

.service-group .service-section {
  margin-top: 8rem;
}

@media screen and (min-width: 960px) {
  .service-group .service-section {
    margin: 0;
  }
}

@media screen and (min-width: 960px) {
  .service-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-group .service-section {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .service-section-container {
    margin-left: auto;
    width: 50%;
  }
  .service-group .service-section-container {
    width: 100%;
  }
}

.service-section-title {
  line-height: 1.5;
}

.service-section-title::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.service-section-title::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

.service-section-text {
  line-height: 1.5;
  margin-top: 1em;
}

.service-section-text::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.service-section-text::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

.service-section-text span {
  display: block;
  margin-top: 1em;
}

@media screen and (min-width: 960px) {
  .service-section-text span {
    margin-top: 0;
  }
}

.service-section-img {
  background: #1c1c1c;
  margin-top: 4rem;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .service-section-img {
    margin-top: 60px;
  }
}

.service-section-img img {
  max-width: 320px;
}

@media screen and (min-width: 960px) {
  .service-section-img img {
    max-width: none;
  }
}

.available-group {
  padding-top: 8rem;
}

@media screen and (min-width: 960px) {
  .available-group {
    padding-top: 120px;
  }
}

@media screen and (min-width: 960px) {
  .available-group-item {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.available-group-item + .available-group-item {
  margin-top: 10rem;
}

@media screen and (min-width: 960px) {
  .available-group-item + .available-group-item {
    border-top: none;
    margin-top: 0;
  }
}

.available-group-item-no {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {
  .available-group-item-no {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 4rem;
    padding: 1rem 0;
    width: 25%;
  }
}

@media screen and (min-width: 1280px) {
  .available-group-item-no {
    width: 50%;
  }
}

.available-group-item-table {
  margin-top: 2rem;
}

@media screen and (min-width: 960px) {
  .available-group-item-table {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    width: 75%;
  }
}

@media screen and (min-width: 1280px) {
  .available-group-item-table {
    width: 50%;
  }
}

.available-group-item-table dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-bottom: .1rem solid #999;
  border-top: .1rem solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0;
  min-height: 7rem;
  padding: 1rem 0;
}

@media screen and (min-width: 960px) {
  .available-group-item-table dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: baseline;
    border-top: none;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 60px;
  }
  .available-group-item-table dl:last-of-type {
    border-bottom: none;
  }
}

.available-group-item-table dl + dl {
  border-top: none;
}

.available-group-item-table dt {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .available-group-item-table dt {
    font-size: 1.6rem;
    width: 180px;
  }
}

.available-group-item-table dd {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 0.2rem;
}

@media screen and (min-width: 960px) {
  .available-group-item-table dd {
    font-size: 40px;
    margin-top: 0;
  }
}

.available-info {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 2rem;
}

@media screen and (min-width: 960px) {
  .available-info {
    font-size: 2.4rem;
    margin-top: 30px;
  }
}

.available-info .note {
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {
  .available-info .note {
    font-size: 1.5rem;
  }
}

.available-info a {
  font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
  .available-info a {
    font-size: 2.4rem;
  }
}

.available-info a:hover {
  color: #595757;
  text-decoration: none;
}

.news-content {
  padding-top: 7rem;
}

@media screen and (min-width: 960px) {
  .news-content {
    padding-top: 100px;
  }
}

.news-list-item {
  font-size: 1.4rem;
  line-height: 1.4;
}

.news-list-item::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.4) * .5em);
  width: 0;
}

.news-list-item::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.4) * .5em);
  width: 0;
}

@media screen and (min-width: 960px) {
  .news-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
  }
}

.news-list-item + .news-list-item {
  margin-top: 2em;
}

@media screen and (min-width: 960px) {
  .news-list-item + .news-list-item {
    margin-top: 2em;
  }
}

.news-list-item time {
  color: #999999;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {
  .news-list-item time {
    color: #ffffff;
    width: 25%;
  }
}

@media screen and (min-width: 960px) {
  .news-list-item div {
    width: 75%;
  }
}

@media screen and (min-width: 960px) {
  .news-list-item > p {
    width: 75%;
  }
}

.company-slide {
  margin-top: 6rem;
  position: relative;
}

@media screen and (min-width: 960px) {
  .company-slide {
    margin-top: 120px;
    width: 100%;
  }
}

.company-slide-next {
  background: transparent;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.company-slide-pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

@media screen and (min-width: 960px) {
  .company-slide-pagination {
    margin-top: 40px;
  }
}

.company-slide-pagination .swiper-pagination-bullet {
  background: #808080;
  border-radius: 0;
  height: 0.2rem;
  opacity: 1;
  outline: none;
  width: 3rem;
}

@media screen and (min-width: 960px) {
  .company-slide-pagination .swiper-pagination-bullet {
    height: 1px;
    width: 40px;
  }
}

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

@media screen and (min-width: 960px) {
  .company-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 3px;
  }
}

.company-slide-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 1.4rem;
}

@media screen and (min-width: 960px) {
  .company-slide-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 15px;
  }
}

.company-contact {
  padding-top: 5rem;
}

@media screen and (min-width: 960px) {
  .company-contact {
    padding-top: 80px;
  }
}

.company-member + .company-member {
  margin-top: 3.5rem;
}

@media screen and (min-width: 960px) {
  .company-member + .company-member {
    margin-top: 45px;
  }
}

.company-member dt {
  font-size: 1.8rem;
}

@media screen and (min-width: 960px) {
  .company-member dt {
    font-size: 2.8rem;
  }
}

.company-member dd {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.company-member dd::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.company-member dd::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media screen and (min-width: 960px) {
  .company-member dd {
    font-size: 2rem;
    margin-top: 15px;
  }
}

.company-member a {
  display: block;
}

.company-member a:hover {
  color: #595757;
  text-decoration: none;
}

.company-info {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 3.5rem;
}

.company-info::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.company-info::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media screen and (min-width: 960px) {
  .company-info {
    font-size: 2rem;
    margin-top: 45px;
  }
}

.company-info .name {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .company-info .name {
    font-size: 2.8rem;
  }
}

.company-info a:hover {
  color: #595757;
  text-decoration: none;
}

.company-map {
  margin-left: -2.6rem;
  margin-top: 6rem;
  overflow: hidden;
  padding-top: 123.4375%;
  position: relative;
  width: 100vw;
}

@media screen and (min-width: 960px) {
  .company-map {
    height: 480px;
    margin-left: 0;
    margin-top: 120px;
    padding-top: 0;
    width: 75%;
  }
}

.company-map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer {
  margin-top: 10rem;
  padding: 0 5rem 0 2.6rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 960px) {
  .footer {
    margin-top: 120px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 1440px) {
  .footer {
    padding: 0 80px;
  }
}

.footer-copy {
  border-top: 0.1rem solid #999;
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 2rem 0 4rem 0;
}

.footer-copy::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.75) * .5em);
  width: 0;
}

.footer-copy::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.75) * .5em);
  width: 0;
}

@media screen and (min-width: 960px) {
  .footer-copy {
    font-size: 1.4rem;
    margin: auto;
    max-width: 1280px;
    padding: 30px 0 75px;
  }
}

@media screen and (min-width: 560px) {
  .footer-copy br {
    display: none;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
