@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.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-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.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));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.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 {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* 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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
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:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.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 4px;
}
.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: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #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 */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.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 infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-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%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.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;
}
/**
 * for tablet and Pc. large viewport
 */
@custom-media --desktop(min-width: 1280px);
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
/** extend */
@-webkit-keyframes mv_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
@keyframes mv_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
@-webkit-keyframes bg_move {
  0% {
    background-position: calc(50% + 50%); }
  50% {
    background-position: calc(50% + -50%); }
  100% {
    background-position: calc(50% + 50%); } }
@keyframes bg_move {
  0% {
    background-position: calc(50% + 50%); }
  50% {
    background-position: calc(50% + -50%); }
  100% {
    background-position: calc(50% + 50%); } }
@-webkit-keyframes scroll {
  0% {
    top: 0;
    opacity: 0; }
  10% {
    top: 0;
    opacity: 1; }
  90% {
    top: 100%;
    opacity: 1; }
  100% {
    top: 100%;
    opacity: 0; } }
@keyframes scroll {
  0% {
    top: 0;
    opacity: 0; }
  10% {
    top: 0;
    opacity: 1; }
  90% {
    top: 100%;
    opacity: 1; }
  100% {
    top: 100%;
    opacity: 0; } }
@-webkit-keyframes mv_bar {
  0% {
    opacity: 0;
    width: 0%; }
  10% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 1; } }
@keyframes mv_bar {
  0% {
    opacity: 0;
    width: 0%; }
  10% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 1; } }
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
html {
  font-size: 62.5%; }
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
a {
  color: #000000;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
em {
  font-style: inherit; }
img {
  vertical-align: bottom;
  max-width: 100%; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
.l-main {
  line-height: 1.2;
  overflow: hidden; }
.p-entry-btn {
  margin-top: 100px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative; }
.p-entry-btn__inner {
    position: relative;
    text-align: center;
    padding: 53px 0 30px;
    background: url(../images/noise_bg.png);
    background-size: 120% auto;
    background-position: calc(100% + 0%);
    color: #fff;
    -webkit-transition: .5s background-position;
    transition: .5s background-position; }
.p-entry-btn__inner:hover {
      background-position: calc(0%); }
.p-entry-btn h2 {
    font-size: 4.6rem;
    letter-spacing: 0.1em; }
.p-entry-btn p {
    font-size: 8.8rem;
    margin-top: 10px;
    font-family: futura-pt,sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-entry-btn p svg {
      margin-left: 15px;
      width: 70px; }
.p-entry-btn__bgTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    width: 940px; }
.l-footer {
  position: relative;
  margin-top: 100px;
  margin-bottom: 37px; }
.l-footer * {
    color: #636FA4; }
.l-footer__top-right-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.l-footer__top-right-ele {
    font-size: 1.6rem;
    font-family: futura-pt,sans-serif;
    font-weight: 500; }
.l-footer__top-right-ele a {
      display: inline-block;
      padding: 5px;
      position: relative;
      color: #636FA4;
      letter-spacing: 0.1em; }
.l-footer__top-right-second-list a {
    padding: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #969DBD;
    font-size: 1.4rem;
    letter-spacing: 0.1em; }
.l-footer__top-right-second-list a img {
      margin-left: 5px; }
.l-footer__top-right-second-ele {
    margin-left: 20px; }
.l-footer__bottom-left dl dt {
    font-size: 1.8rem;
    font-family: futura-pt,sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em; }
.l-footer__bottom-left dl dd {
    margin-top: 20px;
    line-height: 2;
    font-size: 1.4rem; }
.l-footer__bottom-left dl dd span {
      display: inline-block;
      margin-top: 10px; }
.l-footer__bottom-left dl dd, .l-footer__bottom-left dl dd * {
      color: #969DBD; }
.l-footer__bottom-right {
    font-size: 1.2rem;
    color: #969DBD;
    letter-spacing: 0.05em; }
.l-header {
  padding: 70px 40px 0;
  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;
  position: fixed;
  width: 100%;
  z-index: 9;
  -webkit-transition: .3s padding, .3s background;
  transition: .3s padding, .3s background; }
.l-header__logo {
    position: relative;
    z-index: 2; }
.l-header__logo svg {
      width: 317px; }
.l-header__logo svg, .l-header__logo svg * {
        -webkit-transition: .3s fill, .3s width;
        transition: .3s fill, .3s width; }
.js-small .l-header__logo svg, .js-small .l-header__logo svg * {
        fill: #636FA4; }
.l-header__drawer {
    position: relative;
    z-index: 2; }
.l-header__nav-list li a {
    position: relative;
    color: #fff;
    font-family: futura-pt,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem; }
.l-header__nav-list li a::after {
      background: -webkit-gradient(linear, left top, right top, from(#636FA4), to(#E8CBC0));
      background: linear-gradient(to right, #636FA4, #E8CBC0);
      height: 2px;
      content: "";
      margin: auto;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      -webkit-transform-origin: right center;
              transform-origin: right center;
      width: 100%; }
.l-header__nav-list li a:hover::after {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: left center;
              transform-origin: left center; }
.l-header__nav-sp-list {
    margin-top: 2rem; }
.l-header__nav-sp-list li:nth-of-type(n + 2) {
      margin-top: 2rem; }
.l-header__nav-sp-list li a {
      font-size: 1.4rem;
      color: #fff;
      letter-spacing: .3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.l-header__nav-sp-list li a img {
        margin-left: .5rem; }
/**
 * main.scss
 */
.p-entry__content {
  margin-top: 7vw; }
.p-entry h3 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 25px; }
.p-entry__completion {
  width: 540px;
  margin: 0 auto 60px auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 4rem !important; }
.p-entry__completion span {
    color: #E8A186; }
.p-entry__txt {
  width: 500px;
  margin: 0 auto 60px auto;
  text-align: center;
  font-size: 2rem;
  line-height: 4rem !important; }
.p-entry__txt span {
    color: #E8A186; }
.p-entry__inner {
  width: 870px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.p-entry__desc {
  width: 400px; }
.p-entry__desc--long {
    width: 870px; }
.p-entry__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px; }
.p-entry__title span, .p-entry__title .no-border span {
    color: #E8A186; }
.p-entry__input {
  margin-bottom: 60px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.6rem; }
.p-entry__input input {
    width: 100%;
    height: 40px;
    background: transparent;
    border-radius: 0;
    border: none;
    padding-bottom: 16px; }
.p-entry__input input::-webkit-input-placeholder {
    color: #C7C7C7;
    font-size: 1.6rem; }
.p-entry__input input::-moz-placeholder {
    color: #C7C7C7;
    font-size: 1.6rem; }
.p-entry__input input::-ms-input-placeholder {
    color: #C7C7C7;
    font-size: 1.6rem; }
.p-entry__input input::placeholder {
    color: #C7C7C7;
    font-size: 1.6rem; }
.p-entry__input input:focus {
    outline: 0; }
.p-entry__input input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    cursor: pointer;
    cursor: hand; }
.p-entry__input .p-entry__radio-txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 32px; }
.p-entry__input .p-entry__radio-txt::before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: absolute;
    top: 6px; }
.p-entry__input .p-entry__radio-txt:checked::after {
    content: '';
    position: absolute;
    left: 3px;
    display: block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    top: 10px;
    position: absolute;
    left: 4px; }
.p-entry__input select {
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    font-size: 1.6rem;
    font-weight: 400; }
.p-entry__input select:focus {
    outline: 0; }
.p-entry .mwform-radio-field-text {
  margin-left: 30px;
  margin-right: 20px;
  color: #FFFFFF !important; }
.p-entry .no-border {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.p-entry .no-border input {
    width: auto; }
.p-entry .no-border input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative; }
.p-entry .no-border .p-entry__checkbox::before {
    position: absolute;
    left: 0;
    display: block;
    border: 1px solid #FFFFFF;
    content: '';
    width: 24px;
    height: 24px; }
.p-entry .no-border label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.p-entry .no-border input:checked + .p-entry .no-border.p-entry__checkbox::after {
  position: absolute;
  top: -2px;
  left: 6px;
  display: block;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  content: '';
  width: 13px;
  height: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.p-entry .no-border.p-entry__checkbox a {
  margin-left: 10px;
  text-decoration: underline;
  color: #E8A186; }
.p-entry__submit {
  width: 100%;
  height: 90px;
  border: 1px solid #FFFFFF;
  font-size: 2rem;
  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;
  position: relative; }
.p-entry__submit span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-transition: .3s background;
  transition: .3s background;
  position: absolute;
  right: 40px; }
.p-entry__submit span svg {
  width: 13px;
  height: 10px; }
.p-entry__submit input {
  color: #FFF;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  -webkit-transition: color .3s ,background-color .3s;
  transition: color .3s ,background-color .3s;
  cursor: pointer;
  cursor: hand; }
.p-entry__submit input:hover {
  background-color: #FFFFFF;
  color: #636FA4; }
.p-entry__submit:hover span {
  background: #636FA4; }
.p-entry__submit:hover span path {
  color: #0000; }
.p-entry__checkbox {
  position: relative; }
.p-entry .p-entry__select {
  position: relative;
  margin-bottom: 0px; }
.p-entry .p-entry__select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none; }
.p-entry select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトのスタイルを無効 */
  position: relative;
  width: 100%; }
.p-entry select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */ }
.p-entry .position {
  margin-top: -13px; }
.p-entry .position_big {
  margin-top: -24px; }
.mw_wp_form_confirm .p-entry__input {
  border: none; }
.mw_wp_form_confirm .p-entry__select:after {
  content: none; }
.mw_wp_form_confirm .p-entry__checkbox {
  display: none; }
.mwform-checkbox-field input {
  margin-right: 25px !important; }
.p-entry__checkbox input::before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  border: 1px solid #FFF;
  content: '';
  width: 16px;
  height: 16px; }
.p-entry__checkbox span {
  color: #E8A186; }
.p-entry__checkbox input:checked::after {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  content: '';
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.mwform-checkbox-field-text {
  display: none; }
.p-entry__checkbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.p-event {
  position: relative;
  overflow: hidden; }
.p-event__catch {
    font-size: 2.4rem;
    margin-top: 90px; }
.p-event__ele {
    width: calc(100% / 3);
    padding-right: 60px; }
.p-event__ele h3 {
      font-size: 2.4rem;
      font-weight: 400; }
.p-event__ele h3 small {
        display: block;
        margin-bottom: 25px;
        font-size: 14px;
        font-family: futura-pt, sans-serif;
        font-weight: 400; }
.p-event__ele p {
      font-size: 1.6rem;
      margin-top: 8px; }
.p-event-slider {
    position: relative;
    margin-top: 150px;
    margin-right: calc(-50vw + 600px);
    overflow: hidden;
    padding-bottom: 70px; }
.p-event-slider__ele {
      width: 710px; }
.p-event-slider .swiper-pagination {
      bottom: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14px;
      font-family: futura-pt, sans-serif;
      font-weight: 400;
      padding-left: 1100px; }
.p-interview {
  max-width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#636FA4), to(#E8CBC0));
  background: linear-gradient(to right, #636FA4, #E8CBC0);
  padding-bottom: 72px;
  position: relative; }
.p-interview__bg {
    position: absolute;
    top: 130px;
    left: 90px; }
.p-interview__list {
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 90px; }
.p-interview__list li {
      width: 315px;
      margin-right: 37px;
      margin-bottom: 78px; }
.p-interview__list li:nth-of-type(3n) {
        margin-right: 0px; }
.p-interview__list li a:hover .p-interview__pct img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
.p-interview__pct {
    width: 300px;
    position: relative;
    overflow: hidden;
    margin: 0 auto; }
.p-interview__pct img {
      -webkit-transition: 1s all;
      transition: 1s all; }
.p-interview__position {
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
    z-index: 1;
    position: relative;
    margin-top: -30px;
    margin-left: -15px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#636FA4), to(#E8CBC0));
    background: linear-gradient(to right, #636FA4, #E8CBC0); }
.p-interview__name--jp {
    margin-top: 36px;
    font-size: 1.5rem;
    color: #FFFFFF; }
.p-interview__name--en {
    font-family: futura-pt,sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #FFFFFF;
    margin-bottom: 16px; }
.p-interview__date {
    text-align: right;
    color: #E2E2E2 !important;
    font-size: 1.5rem;
    font-weight: bold; }
.p-interview-detail__content {
  position: relative;
  margin-bottom: 120px;
  margin-top: 61px; }
.p-interview-detail__text {
  position: relative;
  z-index: 1; }
.p-interview-detail__text p {
    font-size: 4.0rem;
    line-height: 6.0rem;
    margin-bottom: 60px; }
.p-interview-detail__position {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 12px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#636FA4), to(#E8CBC0));
  background: linear-gradient(to right, #636FA4, #E8CBC0);
  margin-bottom: 20px; }
.p-interview-detail__name--jp {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 10px; }
.p-interview-detail__name--en {
  margin-top: -1.5rem;
  /*追加*/
  margin-bottom: -1.5rem;
  margin-bottom: 15px;
  font-size: 3.0rem;
  line-height: 3.0rem;
  font-family: futura-pt,sans-serif; }
.p-interview-detail__date {
  font-size: 1.8rem;
  color: #DEDEDE !important; }
.p-interview-detail__img {
  position: absolute;
  top: 50%;
  width: calc(50vw + 200px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(-50vw + 510px);
  z-index: 0; }
.p-interview-detail__inner {
  width: 1020px;
  margin: 0 auto; }
.p-interview-detail__inner ul li:nth-child(even) .p-interview-detail__container {
    width: 580px;
    margin: 0 0 0 auto; }
.p-interview-detail__container {
  width: 580px; }
.p-interview-detail__number {
  font-size: 1.4rem;
  font-family: futura-pt,sans-serif;
  color: #D9DCEA !important; }
.p-interview-detail__title {
  font-size: 3.2rem;
  margin-bottom: 40px; }
.p-interview-detail__txt {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 60px; }
.p-interview-detail__txt p {
    margin-bottom: 3.2rem; }
.p-interview-detail__visual {
  margin-top: 120px;
  margin-bottom: 100px; }
.p-interview-detail__other {
  width: 1020px;
  margin: 120px auto 0 auto; }
.p-interview-detail__other__title {
    font-family: futura-pt,sans-serif;
    font-size: 2.4rem;
    margin-bottom: 40px; }
.p-interview-detail__other ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-interview-detail__other ul li {
      width: 320px;
      height: 100px;
      margin-right: 20px;
      margin-bottom: 30px;
      font-family: futura-pt,sans-serif;
      font-size: 2.4rem; }
.p-interview-detail__other ul li a {
        width: 320px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 30px;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        -webkit-transition: .3s color,.3s background;
        transition: .3s color,.3s background; }
.p-interview-detail__other ul li a:hover {
          background: #FFFFFF; }
.p-interview-detail__other ul li a:hover * {
            color: #636FA4; }
.p-interview-detail__other ul li a div.p-interview-detail__other__link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
.p-interview-detail__other ul li a div.p-interview-detail__other__link figure {
            width: 58px;
            margin-right: 20px; }
.p-interview-detail__other ul li a div.p-interview-detail__other__link p {
            font-size: 1.8rem;
            line-height: 2.8rem; }
.p-interview-detail__other ul li a div.p-interview-detail__other__link p span {
              font-size: 1.5rem;
              font-weight: bold; }
.p-interview-detail__other ul :last-child {
      margin-bottom: 0px; }
.p-jobs {
  margin-top: 90px;
  margin-bottom: 150px; }
.p-jobs__list {
    width: 1020px;
    margin: 0 auto 120px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.p-jobs__list img {
      width: 100%; }
.p-jobs__item {
    width: 300px;
    position: relative; }
.p-jobs__item figure {
      margin-bottom: 24px;
      position: relative; }
.p-jobs__item figcaption {
      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;
      position: absolute;
      top: 0;
      left: 0;
      background: #E8A186;
      color: #fff;
      width: 73px;
      height: 35px;
      font-size: 1.6rem;
      font-weight: bold; }
.p-jobs__item h3 span {
      font-size: 1.2rem;
      font-family: futura-pt,sans-serif;
      color: #E2E2E2;
      font-weight: 400; }
.p-jobs__item h3 p {
      font-size: 2.4rem;
      font-weight: bold;
      margin-bottom: 15px; }
.p-jobs__item .description {
      font-size: 1.4rem;
      margin-bottom: 70px; }
.p-jobs__item ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 24px;
      margin-top: 20px;
      border-top: 1px solid #FFFFFF;
      position: absolute;
      bottom: 0;
      width: 100%; }
.p-jobs__item ul li {
        font-size: 1.4rem;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 15px; }
.p-jobs__item ul li a {
          position: relative; }
.p-jobs__item ul li a::after {
            background-color: #FFFFFF;
            bottom: -10px;
            content: '';
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            -webkit-transition: .5s all;
            transition: .5s all;
            width: 0; }
.p-jobs__item ul li a:hover::after {
            width: 100%; }
.p-jobs__item ul li:last-child {
        margin-right: 0px; }
.p-jobs__item ul span {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 10px;
        -webkit-transition: .3s background;
        transition: .3s background; }
.p-jobs__item ul span path {
          -webkit-transition: .3s stroke;
          transition: .3s stroke; }
.p-jobs__item ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
.p-jobs__item ul a:hover span {
          background-color: #fff; }
.p-jobs__item ul a:hover span path {
            stroke: #636FA4; }
.p-jobs__desc {
    width: 1020px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.p-jobs__desc > li {
      width: 480px;
      margin-bottom: 80px; }
.p-jobs__desc > li h3 span {
        font-size: 1.2rem;
        font-family: futura-pt,sans-serif;
        color: #E2E2E2;
        font-weight: 400; }
.p-jobs__desc > li h3 p {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 15px; }
.p-jobs__desc > li .description {
        font-size: 1.4rem;
        padding-bottom: 24px;
        margin-bottom: 20px;
        border-bottom: 1px solid #FFFFFF; }
.p-jobs__desc > li ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
.p-jobs__desc > li ul li {
          font-size: 1.4rem;
          font-weight: bold;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: 30px; }
.p-jobs__desc > li ul li:last-child {
          margin-right: 0px; }
.p-jobs__desc > li ul a {
          position: relative; }
.p-jobs__desc > li ul a::after {
            background-color: #FFFFFF;
            bottom: -10px;
            content: '';
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            -webkit-transition: .5s all;
            transition: .5s all;
            width: 0; }
.p-jobs__desc > li ul a:hover::after {
            width: 100%; }
.p-jobs__desc > li ul span {
          width: 24px;
          height: 24px;
          border-radius: 50%;
          border: 1px solid #FFFFFF;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: 10px;
          -webkit-transition: .3s background;
          transition: .3s background; }
.p-jobs__desc > li ul span path {
            -webkit-transition: .3s stroke;
            transition: .3s stroke; }
.p-jobs__desc > li ul a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
.p-jobs__desc > li ul a:hover span {
            background-color: #fff; }
.p-jobs__desc > li ul a:hover span path {
              stroke: #636FA4; }
.p-jobs__desc li:last-child {
      margin-bottom: 0px; }
.p-jobs-detail {
  width: 1020px;
  margin: 90px auto 0 auto; }
.p-jobs-detail h3 {
    font-size: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px; }
.p-jobs-detail h3 span {
      font-size: 1.6rem;
      font-weight: bold;
      background-color: #E8A186;
      padding: 5px 8px;
      margin-left: 15px; }
.p-jobs-detail__title {
    font-size: 2.4rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; }
.p-jobs-detail__title span {
      font-size: 1.4rem;
      font-family: futura-pt,sans-serif;
      color: #D9DCEA; }
.p-jobs-detail__list {
    margin-bottom: 30px; }
.p-jobs-detail__list dl {
    font-size: 1.6rem;
    font-weight: 400;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin-bottom: 120px; }
.p-jobs-detail__list dl dt {
      width: 180px;
      padding: 24px 0 24px 30px;
      border-bottom: 1px solid #969DBD;
      color: #E2E2E2; }
.p-jobs-detail__list dl dt:first-child {
      border-top: 1px solid #969DBD; }
.p-jobs-detail__list dl dd {
      width: calc( 100% - 180px);
      padding: 24px 0 24px 30px;
      border-bottom: 1px solid #E2E2E2; }
.p-jobs-detail__list dl dt:first-child + dd {
      border-top: 1px solid #E2E2E2; }
.p-jobs-detail__list dl ul li {
      list-style: inside; }
.p-jobs-detail__flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px; }
.p-jobs-detail__flow ul li {
      width: 180px;
      position: relative;
      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; }
.p-jobs-detail__flow ul li:after {
      display: block;
      content: "";
      position: absolute;
      top: 20px;
      right: -30px;
      width: 40px;
      height: 16px;
      background: url("../images/jobs/detail/icon-flow.svg"); }
.p-jobs-detail__flow ul li:last-child::after {
      content: none; }
.p-jobs-detail__flow span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 2rem;
    font-family: futura-pt,sans-serif;
    color: #FFFFFF;
    margin-bottom: 30px; }
.p-jobs-detail__flow__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px; }
.p-jobs-detail__flow__txt {
    font-size: 1.4rem;
    line-height: 2.8rem; }
.p-mission .p-mission-mv {
  position: relative;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 109px; }
.p-mission .p-mission-mv h2 {
    position: absolute;
    top: 280px;
    left: 37px;
    font-size: 10.7rem;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
.p-mission .p-mission-mv h2 small {
      font-size: 7rem;
      display: inline-block;
      line-height: 1.2;
      margin-top: 20px; }
.p-mission .p-mission-txt {
  margin-top: 100px; }
.p-mission .p-mission-txt-wrap__ttl small {
    font-size: 1.4rem;
    font-family: futura-pt,sans-serif;
    font-weight: lighter; }
.p-mission .p-mission-txt-wrap__ttl span {
    position: relative;
    display: inline-block;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 6rem;
    margin-top: 16px; }
.p-mission .p-mission-txt-wrap__ttl span::after {
      content: attr(data-ttl);
      position: absolute;
      top: 10px;
      right: -20px;
      font-size: 1.4rem;
      white-space: nowrap;
      font-family: futura-pt,sans-serif;
      font-weight: lighter;
      letter-spacing: .2em; }
.p-mission .p-mission-txt-wrap__ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 157px;
    width: 300px;
    height: 300px;
    background: url(../../common/images/mission/mission_img01.png) no-repeat center center/contain; }
.p-mission .p-mission-txt-wrap__txt {
    margin-top: 80px;
    width: calc(100% - 300px);
    padding-left: 240px; }
.p-mission .p-mission-txt-wrap__txt h4 {
      position: relative;
      font-size: 3.2rem;
      opacity: 0;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      z-index: 1;
      padding-left: 15px; }
.p-mission .p-mission-txt-wrap__txt h4 span {
        display: inline-block;
        position: relative; }
.p-mission .p-mission-txt-wrap__txt h4 span:nth-of-type(n + 2) {
          margin-top: 25px; }
.p-mission .p-mission-txt-wrap__txt h4 span em {
          display: inline-block;
          position: relative;
          z-index: 1;
          white-space: nowrap; }
.p-mission .p-mission-txt-wrap__txt h4 span::after {
          content: "";
          position: absolute;
          top: 50%;
          left: -15px;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          width: calc(100% + 30px);
          height: calc(100% + 10px);
          background: transparent linear-gradient(91deg, #636FA4 0%, #E8CBC0 100%) 0% 0% no-repeat padding-box; }
.p-mission .p-mission-txt-wrap__txt h4 span.is-inview::after {
          width: calc(100% + 30px); }
.p-mission .p-mission-txt-wrap__txt h4 span.is-inview em {
          opacity: 1; }
.p-mission .p-mission-txt-wrap__txt p {
      margin-top: 32px;
      font-size: 2rem;
      width: 553px; }
.p-mission .p-mission-txt-wrap__txt p.is-inview {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
.p-mission .p-mission-txt-wrap-first__txt {
    padding-left: 390px; }
.p-mission .p-mission-txt-wrap-second {
    margin-top: 188px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.p-mission .p-mission-txt-wrap-second__ttl::after {
      background: url(../../common/images/mission/mission_img02.png) no-repeat center center/contain;
      height: 150px;
      top: -50px; }
.p-mission .p-mission-txt-wrap-second__txt {
      padding-left: 0; }
.p-mission .p-mission-txt-wrap-third {
    margin-top: 160px;
    padding-left: 270px; }
.p-mission .p-mission-txt-wrap-third__ttl::after {
      background: url(../../common/images/mission/mission_img03.png) no-repeat center center/contain;
      height: 150px;
      top: 0; }
.p-mission .p-mission-txt-wrap-fourth {
    margin-top: 160px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
.p-mission .p-mission-txt-wrap-fourth__ttl::after {
      background: url(../../common/images/mission/mission_img04.png) no-repeat center center/contain;
      height: 150px;
      top: 90px; }
.p-mission .p-mission-txt-wrap-fourth__txt {
      width: auto;
      padding-left: 0; }
.p-privacy__description {
  width: 1020px;
  margin: 100px auto 40px auto;
  font-size: 1.6rem;
  line-height: 4rem !important; }
.p-privacy__inner {
  width: 1020px;
  margin: 0 auto; }
.p-privacy__inner h3 {
    margin-bottom: 18px;
    font-size: 1.6rem;
    font-weight: bold; }
.p-privacy__inner p {
    margin-bottom: 45px;
    font-size: 1.6rem;
    line-height: 4rem;
    font-weight: 400; }
.p-privacy__inner p:last-child {
    margin-bottom: 0px; }
.p-loading {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#636FA4), to(#E8CBC0));
  background: linear-gradient(to right, #636FA4, #E8CBC0);
  height: 100vh;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none; }
.p-loading__logo {
    width: 19rem;
    margin: 0 auto; }
.p-loading__inner {
    text-align: center;
    width: 100%; }
.p-loading__border {
    margin-top: 4rem;
    height: 2px;
    background: #fff; }
.p-loading__progress {
    margin-top: 3rem;
    font-size: 2.6rem;
    letter-spacing: .5rem; }
.p-loading__progress, .p-loading__progress * {
      color: #fff;
      font-family: futura-pt,sans-serif;
      font-weight: 500; }
.p-loading__progress b {
      display: inline-block;
      font-size: 4.2rem;
      width: 9rem;
      text-align: right; }
.p-top .p-mv {
  position: relative;
  overflow: hidden; }
.p-top .p-mv__slider {
    height: 100vh; }
.p-top .p-mv .swiper-slide {
    position: relative;
    overflow: hidden; }
.p-top .p-mv .swiper-slide img {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 10s linear;
      transition: 10s linear; }
.p-top .p-mv .swiper-slide-active img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
.p-top .p-mv .swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none; }
.p-top .p-mv .swiper-pagination-bullets .swiper-pagination-bullet {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-radius: 0;
      margin: 0;
      height: 3px;
      background: #fff; }
.p-top .p-mv .swiper-pagination-bullets .swiper-pagination-bullet-active {
        -webkit-animation: mv_bar 6.5s linear;
                animation: mv_bar 6.5s linear; }
.p-top .p-mv__catch {
    position: absolute;
    z-index: 2;
    letter-spacing: .2em; }
.p-top .p-mv__catch span {
      color: #fff;
      white-space: nowrap; }
.p-top .p-mv__catch--top {
      font-size: 8rem;
      font-weight: bold; }
.p-top .p-mv__catch--middle {
      font-size: 16rem;
      font-weight: bold; }
.p-top .p-mv__catch--middle small {
        font-size: 12rem; }
.p-top .p-mv__catch--bottom {
      display: inline-block;
      margin-top: 8px;
      font-size: 4rem;
      letter-spacing: .1em; }
.p-top .p-mv__scroll {
    position: absolute;
    right: 35px;
    font-size: 1.3rem;
    color: #fff;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: .1em; }
.p-top .p-mv__scroll span {
      position: relative;
      display: block;
      height: 74px;
      width: 1px;
      background: #fff;
      margin-top: 16px; }
.p-top .p-mv__scroll span::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 8px;
        height: 8px;
        border-radius: 999rem;
        background: #fff;
        opacity: 0;
        -webkit-animation: scroll 2s ease-in-out infinite;
                animation: scroll 2s ease-in-out infinite; }
.p-top .p-mission-top {
  position: relative;
  background: url(../images/noise_bg.png);
  background-size: 120% auto;
  background-position: calc(50% + 0%);
  -webkit-animation-name: bg_move;
          animation-name: bg_move;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  padding: 190px 0 260px;
  z-index: 2; }
.p-top .p-mission-top__page-inner {
    position: relative;
    z-index: 2; }
.p-top .p-mission-top__left {
    position: relative;
    font-size: 10.4rem;
    color: #fff;
    line-height: 1.5; }
.p-top .p-mission-top__left small {
      font-size: 2rem;
      font-family: futura-pt,sans-serif;
      font-weight: 400;
      color: #fff;
      display: block;
      margin-bottom: 20px;
      letter-spacing: 0.1em; }
.p-top .p-mission-top__left span {
      display: inline-block;
      font-size: 7rem; }
.p-top .p-mission-top__txtimg {
    position: absolute;
    pointer-events: none; }
.p-top .p-mission-top__right > p {
    padding: 0 2rem;
    line-height: 2;
    color: #fff; }
.p-top .p-mission-top__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px;
    padding: 0 2rem; }
.p-top .p-mission-top__more a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      font-family: futura-pt,sans-serif;
      font-weight: 500;
      font-size: 1.5rem;
      letter-spacing: 0.1em;
      padding: 10px 5px; }
.p-top .p-mission-top__more a img {
        display: inline-block;
        margin-left: 20px;
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px); }
.p-top .p-mission-top__more a::after {
        background: -webkit-gradient(linear, left top, right top, from(#636FA4), to(#E8CBC0));
        background: linear-gradient(to right, #636FA4, #E8CBC0);
        height: 2px;
        content: "";
        margin: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: right center;
                transform-origin: right center;
        width: 100%; }
.p-top .p-mission-top__more a:hover::after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transform-origin: left center;
                transform-origin: left center; }
.p-top .p-mission-top__right-wrap {
    position: absolute;
    right: 0;
    overflow: hidden; }
.p-top .p-mission-top__photo {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.p-top .p-mission-top__photo-wrap {
      overflow: hidden;
      position: relative; }
.p-top .p-mission-top__photo-wrap:first-of-type {
        width: 639px;
        height: 320px; }
.p-top .p-mission-top__photo-wrap:nth-of-type(2) {
        width: 530px;
        height: 260px;
        margin-left: 113px;
        -webkit-transform: translateY(160px);
                transform: translateY(160px); }
.p-top .p-mission-top__photo-wrap-img {
        height: calc(100% + 20%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
.p-top .p-mission-top__photo-wrap-img img {
          -webkit-filter: blur(0px);
                  filter: blur(0px); }
.p-top .p-interview-top {
  position: relative;
  padding-top: 300px;
  overflow: hidden; }
.p-top .p-interview-top__inner {
    position: relative;
    padding-bottom: 323px; }
.p-top .p-interview-top__inner svg {
      position: absolute;
      bottom: 50px;
      right: 50px;
      width: 788px; }
.p-top .p-interview-top__inner::after {
      content: "";
      position: absolute;
      right: 0;
      top: 90px;
      height: 54vw;
      background: #fff; }
.p-top .p-interview-top__inner::before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      height: 560px;
      width: 100%;
      background: url(../images/noise_bg.png);
      background-size: 120% auto;
      background-position: calc(50% + 0%);
      -webkit-animation-name: bg_move;
              animation-name: bg_move;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 30s;
              animation-duration: 30s; }
.p-top .p-interview-top__ttl {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 5rem;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.15em;
    color: #636FA4;
    margin-bottom: 130px; }
.p-top .p-interview-top__ttl small {
      font-size: 2rem;
      letter-spacing: 0.3em; }
.p-top .p-interview-top__ele {
    position: relative;
    -webkit-transition: .5s transform;
    transition: .5s transform; }
.p-top .p-interview-top__ele a {
      overflow: hidden;
      display: inline-block; }
.p-top .p-interview-top__ele a img {
        -webkit-transition: .5s transform;
        transition: .5s transform; }
.p-top .p-interview-top__ele a:hover img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
.p-top .p-interview-top__ele-no {
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      color: #636FA4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.p-top .p-interview-top__ele-no small {
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        border-bottom: 1px solid #000; }
.p-top .p-interview-top__ele-no span {
        font-size: 5rem;
        -webkit-transform: translateY(-7px);
                transform: translateY(-7px);
        margin-left: .5rem;
        font-family: futura-pt,sans-serif;
        font-weight: 500; }
.p-top .p-interview-top__ele-introduction {
      position: absolute;
      bottom: -18px;
      left: -29px; }
.p-top .p-interview-top__ele-introduction p {
        display: inline-block;
        color: #fff;
        letter-spacing: 0.1em;
        -webkit-transition: .5s opacity;
        transition: .5s opacity; }
.p-top .p-interview-top__ele-introduction--job, .p-top .p-interview-top__ele-introduction--name {
        position: relative;
        font-size: 1.4rem;
        padding: 8px 10px; }
.p-top .p-interview-top__ele-introduction--job::after, .p-top .p-interview-top__ele-introduction--name::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 100%;
          background: url(../images/noise_bg.png);
          background-size: 120% auto;
          background-position: calc(50% + 0%);
          -webkit-animation-name: bg_move;
                  animation-name: bg_move;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite;
          -webkit-animation-timing-function: ease-in-out;
                  animation-timing-function: ease-in-out;
          -webkit-animation-duration: 30s;
                  animation-duration: 30s;
          -webkit-transition: .5s;
          transition: .5s; }
.p-top .p-interview-top__ele-introduction--job span, .p-top .p-interview-top__ele-introduction--name span {
          position: relative;
          z-index: 2;
          opacity: 0;
          -webkit-transition: .3s;
          transition: .3s;
          -webkit-transition-delay: .5s;
                  transition-delay: .5s; }
.p-top .p-interview-top__ele-introduction--name {
        margin-top: 8px; }
.p-top .p-interview-top__ele-introduction--name span {
          font-size: 2.8rem;
          -webkit-transition-delay: .7s;
                  transition-delay: .7s;
          white-space: nowrap; }
.p-top .p-interview-top__ele-introduction--name::after {
          -webkit-transition-delay: .2s;
                  transition-delay: .2s; }
.p-top .p-interview-top__ele.swiper-slide-active .p-interview-top__ele-introduction p {
      opacity: 1; }
.p-top .p-interview-top__ele.swiper-slide-active .p-interview-top__ele-introduction .p-interview-top__ele-introduction--job span, .p-top .p-interview-top__ele.swiper-slide-active .p-interview-top__ele-introduction .p-interview-top__ele-introduction--name span {
      opacity: 1; }
.p-top .p-interview-top__ele.swiper-slide-active .p-interview-top__ele-introduction .p-interview-top__ele-introduction--job::after, .p-top .p-interview-top__ele.swiper-slide-active .p-interview-top__ele-introduction .p-interview-top__ele-introduction--name::after {
      width: 100%; }
.p-top .p-interview-top__pagination {
    position: relative;
    margin-top: 150px;
    text-align: center;
    z-index: 3; }
.p-top .p-interview-top__pagination .swiper-pagination-bullet {
      -webkit-transition: .3s;
      transition: .3s;
      height: 12px;
      width: 12px;
      border-radius: 0px;
      background: none;
      border: 2px solid #636FA4;
      margin: 0 12px;
      opacity: 1 !important; }
.p-top .p-interview-top__pagination .swiper-pagination-bullet-active {
        background: #636FA4; }
.p-top .p-photo-top {
  padding-top: 100px;
  margin-bottom: 163px;
  display: -ms-grid;
  display: grid; }
.p-top .p-photo-top__right-img {
    height: 490px;
    overflow: hidden;
    position: relative; }
.p-top .p-photo-top__left-img {
    overflow: hidden;
    position: relative; }
.p-top .p-photo-top__left-img:first-of-type {
      height: 240px; }
.p-top .p-photo-top__left-img:last-of-type {
      height: 250px; }
.p-top .p-jobs-top {
  position: relative; }
.p-top .p-jobs-top__ttl {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    color: #636FA4;
    letter-spacing: 0.2em;
    margin-bottom: 40px; }
.p-top .p-jobs-top__ttl b {
      display: inline-block;
      font-size: 5rem;
      font-family: futura-pt,sans-serif;
      font-weight: 500;
      margin-top: 15px; }
.p-top .p-jobs-top__wrap {
    position: relative; }
.p-top .p-jobs-top__wrap::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../images/noise_bg.png);
      background-size: 120% auto;
      background-position: calc(50% + 0%);
      -webkit-animation-name: bg_move;
              animation-name: bg_move;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 30s;
              animation-duration: 30s; }
.p-top .p-jobs-top__inner {
    position: relative;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 215px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.p-top .p-jobs-top__inner h3 {
      position: relative;
      font-size: 8rem;
      letter-spacing: 0.1em;
      color: #fff; }
.p-top .p-jobs-top__inner p {
      width: 515px;
      font-size: 2rem;
      margin-top: 20px;
      margin-left: 120px;
      line-height: 2;
      color: #fff;
      letter-spacing: 0.1em; }
.p-top .p-jobs-top__list-wrap {
    position: relative;
    z-index: 2;
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -140px; }
.p-top .p-jobs-top__list-link {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.p-top .p-jobs-top__list-link a {
      position: relative;
      display: inline-block;
      font-size: 1.5rem;
      font-family: futura-pt, sans-serif;
      font-weight: 400;
      color: #636FA4;
      letter-spacing: 0.1em;
      padding: 10px 5px; }
.p-top .p-jobs-top__list-link a img {
        display: inline-block;
        margin-left: 20px;
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px); }
.p-top .p-jobs-top__list-link a::after {
        background: -webkit-gradient(linear, left top, right top, from(#636FA4), to(#E8CBC0));
        background: linear-gradient(to right, #636FA4, #E8CBC0);
        height: 2px;
        content: "";
        margin: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: right center;
                transform-origin: right center;
        width: 100%; }
.p-top .p-jobs-top__list-link a:hover::after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transform-origin: left center;
                transform-origin: left center; }
.p-top .p-jobs-top__ele {
    position: relative;
    width: 300px; }
.p-top .p-jobs-top__ele a figure {
      overflow: hidden; }
.p-top .p-jobs-top__ele a figure figcaption {
        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;
        position: absolute;
        top: 0;
        left: 0;
        background: #E8A186;
        color: #fff;
        width: 73px;
        height: 35px;
        font-size: 1.5rem; }
.p-top .p-jobs-top__ele a figure img {
        -webkit-transition: .5s transform;
        transition: .5s transform; }
.p-top .p-jobs-top__ele a h3 {
      margin-top: 30px;
      color: #636FA4; }
.p-top .p-jobs-top__ele a h3 span {
        display: inline-block;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        letter-spacing: .05em;
        margin-bottom: 8px; }
.p-top .p-jobs-top__ele a h3 p {
        font-size: 2.4rem; }
.p-top .p-jobs-top__ele a:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
.b-temp {
  background: url(../images/noise_bg.png);
  background-size: 120% auto;
  background-position: calc(50% + 0%);
  -webkit-animation-name: bg_move;
          animation-name: bg_move;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  padding-top: 240px;
  padding-bottom: 130px;
  position: relative; }
.b-temp * {
    color: #fff;
    line-height: 1.7;
    letter-spacing: .08em; }
.b-temp__img {
    position: absolute;
    top: 280px;
    height: 210px;
    width: 100%;
    text-align: center; }
.b-temp__img img {
      height: 100%; }
.b-temp__ttl {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 6rem;
    color: #fff;
    letter-spacing: .05em; }
.b-temp__ttl small {
      display: block;
      font-size: 2.4rem; }
.js-inview.blur {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transition: 1s opacity, 1s -webkit-filter;
  transition: 1s opacity, 1s -webkit-filter;
  transition: 1s filter, 1s opacity;
  transition: 1s filter, 1s opacity, 1s -webkit-filter;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  opacity: 0; }
.js-inview.blur.is-inview {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.futura {
  font-family: futura-pt, sans-serif; }
.fw_moddle {
  font-weight: 500; }
.fw_lighter {
  font-weight: 400; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.inview {
  -webkit-transition: .6s opacity, 1s -webkit-transform;
  transition: .6s opacity, 1s -webkit-transform;
  transition: 1s transform, .6s opacity;
  transition: 1s transform, .6s opacity, 1s -webkit-transform;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0; }
.inview.is-inview {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.split_txt em {
  display: inline-block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: .5s opacity, .3s transform;
  transition: .5s opacity, .3s transform; }
.split_txt.is-inview em, .split_txt.is-mv em {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(1) {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(2) {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(3) {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(4) {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(5) {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(6) {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(7) {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(8) {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(9) {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(10) {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(11) {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(12) {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(13) {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(14) {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important; }
.split_txt.is-mv .p-mv__catch--top em:nth-of-type(15) {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(1) {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(2) {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(3) {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(4) {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(5) {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(6) {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(7) {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(8) {
  -webkit-transition-delay: 2.2s !important;
          transition-delay: 2.2s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(9) {
  -webkit-transition-delay: 2.4s !important;
          transition-delay: 2.4s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(10) {
  -webkit-transition-delay: 2.6s !important;
          transition-delay: 2.6s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(11) {
  -webkit-transition-delay: 2.8s !important;
          transition-delay: 2.8s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(12) {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(13) {
  -webkit-transition-delay: 3.2s !important;
          transition-delay: 3.2s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(14) {
  -webkit-transition-delay: 3.4s !important;
          transition-delay: 3.4s !important; }
.split_txt.is-mv .p-mv__catch--middle em:nth-of-type(15) {
  -webkit-transition-delay: 3.6s !important;
          transition-delay: 3.6s !important; }
.split_txt.is-mv .p-mv__catch--middle small em:first-of-type {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(1) {
  -webkit-transition-delay: 1.63s !important;
          transition-delay: 1.63s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(2) {
  -webkit-transition-delay: 1.66s !important;
          transition-delay: 1.66s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(3) {
  -webkit-transition-delay: 1.69s !important;
          transition-delay: 1.69s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(4) {
  -webkit-transition-delay: 1.72s !important;
          transition-delay: 1.72s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(5) {
  -webkit-transition-delay: 1.75s !important;
          transition-delay: 1.75s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(6) {
  -webkit-transition-delay: 1.78s !important;
          transition-delay: 1.78s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(7) {
  -webkit-transition-delay: 1.81s !important;
          transition-delay: 1.81s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(8) {
  -webkit-transition-delay: 1.84s !important;
          transition-delay: 1.84s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(9) {
  -webkit-transition-delay: 1.87s !important;
          transition-delay: 1.87s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(10) {
  -webkit-transition-delay: 1.9s !important;
          transition-delay: 1.9s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(11) {
  -webkit-transition-delay: 1.93s !important;
          transition-delay: 1.93s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(12) {
  -webkit-transition-delay: 1.96s !important;
          transition-delay: 1.96s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(13) {
  -webkit-transition-delay: 1.99s !important;
          transition-delay: 1.99s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(14) {
  -webkit-transition-delay: 2.02s !important;
          transition-delay: 2.02s !important; }
.split_txt.is-mv .p-mv__catch--bottom em:nth-of-type(15) {
  -webkit-transition-delay: 2.05s !important;
          transition-delay: 2.05s !important; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  width: auto; }
.c-wp-post_article .alignleft {
  display: inline;
  float: left; }
.c-wp-post_article .alignright {
  display: inline;
  float: right; }
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
body {
  background: #F4F4F4; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 960px) {
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
  .sp {
    display: none; }
    .l-footer::after {
      content: "";
      top: 0;
      right: 0;
      position: absolute;
      height: 100%;
      width: calc(100% - 30px);
      background: #fff; }
    .l-footer__inner {
      position: relative;
      width: 1100px;
      margin-left: auto;
      margin-right: auto;
      z-index: 2;
      padding: 60px 0; }
    .l-footer__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .l-footer__top-right-ele:nth-of-type(n + 2) {
        margin-left: 15px; }
        .l-footer__top-right-ele a::after {
          background: -webkit-gradient(linear, left top, right top, from(#636FA4), to(#E8CBC0));
          background: linear-gradient(to right, #636FA4, #E8CBC0);
          height: 2px;
          content: "";
          margin: auto;
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s;
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transform-origin: right center;
                  transform-origin: right center;
          width: 100%; }
        .l-footer__top-right-ele a:hover::after {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1);
          -webkit-transform-origin: left center;
                  transform-origin: left center; }
    .l-footer__top-right-second-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px; }
      .l-footer__top-right-second-list a::after {
        background: -webkit-gradient(linear, left top, right top, from(#636FA4), to(#E8CBC0));
        background: linear-gradient(to right, #636FA4, #E8CBC0);
        height: 2px;
        content: "";
        margin: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: right center;
                transform-origin: right center;
        width: 100%; }
      .l-footer__top-right-second-list a:hover::after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transform-origin: left center;
                transform-origin: left center; }
    .l-footer__bottom {
      margin-top: 49px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .l-footer__bottom-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .l-footer__bottom-left dl:nth-of-type(n + 2) {
      margin-left: 60px; }
    .l-header {
      min-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .l-header.js-small {
        padding: 0 0 0 20px;
        background: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 100px rgba(0, 0, 0, 0.3); }
      .l-header__drawer {
        display: none; }
    .l-header__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .3s background, .3s padding;
      transition: .3s background, .3s padding; }
    .l-header__nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .l-header__nav-list li:nth-of-type(n + 2) {
      margin-left: 20px; }
      .l-header__nav-list li a {
        letter-spacing: 2px;
        padding: 5px; }
        .js-small .l-header__nav-list li a {
          color: #636FA4; }
    .l-header__nav-btn a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 30px;
      text-align: center;
      font-size: 1.8rem;
      color: #fff;
      width: 140px;
      height: 50px;
      font-family: futura-pt,sans-serif;
      font-weight: 500;
      font-style: normal;
      letter-spacing: 2px;
      -webkit-transition: .3s height, .3s color;
      transition: .3s height, .3s color;
      border: 2px solid #636FA4; }
      .l-header__nav-btn a::after, .l-header__nav-btn a::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #636FA4;
        -webkit-transition: .3s width;
        transition: .3s width; }
      .l-header__nav-btn a::before {
        background: #fff; }
      .js-small .l-header__nav-btn a {
        height: 70px; }
      .l-header__nav-btn a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 2; }
        .l-header__nav-btn a span svg {
          display: inline-block;
          width: 15px;
          margin-left: 5px;
          -webkit-transform: translateY(-3px);
                  transform: translateY(-3px); }
          .l-header__nav-btn a span svg, .l-header__nav-btn a span svg * {
            -webkit-transition: .3s stroke;
            transition: .3s stroke; }
      .l-header__nav-btn a:hover {
        background: rgba(99, 111, 164, 0);
        color: #636FA4; }
        .l-header__nav-btn a:hover::after {
          content: "";
          width: 0; }
        .l-header__nav-btn a:hover svg, .l-header__nav-btn a:hover svg * {
          stroke: #636FA4; }
    .p-event__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 77px; }
      .p-event__ele:nth-of-type(n + 4) {
        margin-top: 80px; }
    .p-interview-detail__img picture {
      height: 520px;
      position: relative;
      display: block; }
      .p-interview-detail__img picture img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .p-mission .inview {
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transition-delay: inherit;
            transition-delay: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }
    .p-mission .inview.is-inview {
      -webkit-transform: inherit;
              transform: inherit;
      opacity: inherit; }
    .p-mission .p-mission-txt__ele {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 300px; }
    .p-mission .p-mission-txt-wrap {
      padding-left: 40px; }
    .p-mission .p-mission-txt-wrap__ttl {
      position: absolute;
      text-align: center;
      width: 300px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
        .p-mission .p-mission-txt-wrap__txt p {
          opacity: 0;
          -webkit-transform: translateY(30px);
                  transform: translateY(30px); }
      .p-mission .p-mission-txt-wrap-third__txt {
        padding-left: 550px; }
      .p-mission .p-mission-txt-wrap-fourth__ttl {
        margin-left: 20px; }
  .p-top {
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
      .p-top .p-mv__catch {
        top: 50%;
        -webkit-transform: translateY(-50%) translateY(40px);
                transform: translateY(-50%) translateY(40px);
        right: 166px; }
      .p-top .p-mv__scroll {
        bottom: 25px; }
      .p-top .p-mission-top__page-inner {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .p-top .p-mission-top__txtimg {
        width: 970px;
        top: -60px;
        left: 50%;
        -webkit-transform: translateX(-750px);
                transform: translateX(-750px); }
      .p-top .p-mission-top__right > p {
        width: 624px;
        font-size: 2rem;
        margin-left: 30px;
        margin-top: 70px;
        letter-spacing: 0.1em; }
      .p-top .p-mission-top__right-wrap {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 180px;
        height: 470px; }
        .p-top .p-interview-top__inner::after {
          width: calc(100% - 100px);
          max-height: 1000px;
          min-height: 680px; }
      .p-top .p-interview-top__ele.swiper-slide-active {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
    .p-top .p-photo-top {
      -ms-grid-columns: 62.079% 1fr;
      grid-template-columns: 62.079% 1fr; }
    .p-top .p-jobs-top__txtimg {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-760px);
              transform: translateX(-760px);
      top: 0;
      z-index: 2; }
    .p-top .p-jobs-top__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
        .p-top .p-jobs-top__list-link a {
          padding: 1rem .5rem; }
    .b-temp__inner {
      width: 1020px;
      margin-left: auto;
      margin-right: auto; }
  .for-mobile {
    display: none; } }
@media (max-width: 959px) {
    html {
      font-size: 2.66667vw; }
  html, body {
    width: 100%;
    height: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
  .pc {
    display: none; }
    .p-entry-btn {
      margin-top: 5rem;
      width: calc(100% - 4rem); }
      .p-entry-btn__inner {
        padding: 2.4rem 0 1.2rem; }
      .p-entry-btn h2 {
        font-size: 2.1rem; }
      .p-entry-btn p {
        margin: 1rem;
        font-size: 4.3rem; }
        .p-entry-btn p svg {
          width: 3.8rem;
          height: 3.8rem;
          margin-left: 1rem; }
      .p-entry-btn__bgTxt {
        width: 90%; }
    .l-footer {
      width: calc(100% - 2rem);
      padding: 4rem 3rem 4rem;
      margin: 0 0 0 auto;
      margin-bottom: 0;
      margin-top: 6rem;
      background: #fff; }
    .l-footer__top-left {
      width: 17.7rem;
      margin-bottom: 4rem; }
      .l-footer__top-right-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .l-footer__top-right-ele {
        width: 50%;
        font-size: 2rem; }
        .l-footer__top-right-ele:nth-of-type(n + 3) {
          margin-top: 2rem; }
        .l-footer__top-right-ele a {
          padding: 0; }
    .l-footer__top-right-second-list {
      margin-top: 2.5rem; }
      .l-footer__top-right-second-list a {
        padding: 0; }
      .l-footer__top-right-second-ele {
        margin-left: 0; }
        .l-footer__top-right-second-ele:nth-of-type(n + 2) {
          margin-top: 1.2rem; }
    .l-footer__bottom {
      margin-top: 2.4rem;
      padding-top: 2.4rem;
      border-top: 1px solid #969DBD; }
      .l-footer__bottom-left dl dd {
        margin-top: 1.6rem; }
        .l-footer__bottom-left dl dd span {
          margin-top: 1rem; }
    .l-footer__bottom-left dl:nth-of-type(n + 2) {
      margin-top: 3rem; }
      .l-footer__bottom-right {
        margin-top: 3.2rem; }
    .l-header {
      padding: 2rem 2rem 0; }
    .l-header.js-small:not(.is-drawer-active) {
      padding: 0 0 0 2rem;
      background: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3); }
    .l-header.is-drawer-active .l-header__logo svg {
      width: 16rem; }
      .l-header.is-drawer-active .l-header__logo svg, .l-header.is-drawer-active .l-header__logo svg * {
        fill: #fff; }
        .l-header__logo svg {
          width: 16rem; }
          .js-small .l-header__logo svg {
            width: 12rem;
            height: 5rem; }
      .l-header__drawer {
        position: relative;
        width: 5.8rem;
        height: 5.8rem;
        background: #636FA4; }
        .l-header__drawer span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          width: 2.8rem;
          background: #fff;
          -webkit-transition: .3s transform, .3s opacity;
          transition: .3s transform, .3s opacity; }
          .l-header__drawer span:nth-of-type(1) {
            -webkit-transform: translateY(1.1rem) translateX(-50%);
                    transform: translateY(1.1rem) translateX(-50%); }
          .l-header__drawer span:nth-of-type(3) {
            -webkit-transform: translateY(-1.1rem) translateX(-50%);
                    transform: translateY(-1.1rem) translateX(-50%); }
          .is-drawer-active .l-header__drawer span:nth-of-type(1) {
            -webkit-transform: translateY(0) translateX(-50%) rotate(45deg);
                    transform: translateY(0) translateX(-50%) rotate(45deg); }
          .is-drawer-active .l-header__drawer span:nth-of-type(2) {
            opacity: 0; }
          .is-drawer-active .l-header__drawer span:nth-of-type(3) {
            -webkit-transform: translateY(0) translateX(-50%) rotate(-45deg);
                    transform: translateY(0) translateX(-50%) rotate(-45deg); }
    .l-header__inner {
      overflow-y: scroll;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(58, 74, 114, 0.95);
      z-index: 1;
      padding: 11rem 2rem 2rem;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: .5s transform;
      transition: .5s transform; }
      .is-drawer-active .l-header__inner {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .l-header__nav-list li:nth-of-type(n + 2) {
      margin-top: -1px; }
      .l-header__nav-list li a {
        display: block;
        letter-spacing: .3rem;
        padding: 1.8rem .8rem;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .l-header__nav-btn {
      margin-top: 3.6rem; }
      .l-header__nav-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 8rem;
        background: url(../images/noise_bg.png);
        background-size: 120% auto;
        background-position: calc(50% + 0%);
        -webkit-animation-name: bg_move;
                animation-name: bg_move;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-animation-duration: 30s;
                animation-duration: 30s;
        font-family: futura-pt,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 3.8rem;
        letter-spacing: .3rem;
        color: #fff; }
        .l-header__nav-btn a span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transform: translateX(1.7rem);
                  transform: translateX(1.7rem); }
          .l-header__nav-btn a span img {
            margin-left: 1.1rem;
            display: block;
            width: 3.4rem; }
    .p-entry__content {
      margin-top: 4rem; }
    .p-entry__completion {
      width: 100%;
      font-size: 1.3rem;
      line-height: 3rem !important; }
    .p-entry__txt {
      width: 100%;
      font-size: 1.5rem;
      line-height: 3rem !important; }
    .p-entry__inner {
      width: 100%;
      display: block; }
    .p-entry__desc {
      width: 100%; }
      .p-entry__desc--long {
        width: 100%; }
    .p-entry__submit span {
      width: 30px;
      height: 30px; }
      .p-event__catch {
        font-size: 2.4rem;
        margin-top: 5.4rem; }
    .p-event__list {
      margin-top: 5rem; }
      .p-event__ele {
        width: 100%;
        padding-right: 0; }
        .p-event__ele:nth-of-type(n + 2) {
          margin-top: 3rem; }
          .p-event__ele h3 small {
            margin-bottom: 1rem; }
        .p-event__ele p {
          margin-top: .5rem; }
      .p-event-slider {
        margin-top: 3rem;
        padding-bottom: 3rem;
        margin-right: -2rem; }
        .p-event-slider__ele {
          width: calc(100vw - 4rem); }
        .p-event-slider .swiper-pagination {
          padding-right: 2rem;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding-left: 0; }
      .p-interview__bg {
        top: 16.3rem;
        left: -1rem; }
      .p-interview__list {
        display: block;
        margin-top: 5.4rem; }
        .p-interview__list li {
          margin: 0 auto 4.7rem auto; }
          .p-interview__list li:nth-of-type(3n) {
            margin-left: auto;
            margin-right: auto; }
      .p-interview__name--jp {
        margin-top: 2rem; }
      .p-interview__name--en {
        margin-bottom: 1.6rem; }
      .p-interview__date {
        text-align: left; }
    .p-interview-detail__content {
      margin-top: 5.3rem;
      margin-bottom: 7.2rem;
      margin-top: 0; }
      .p-interview-detail__text p {
        font-size: 2.8rem;
        line-height: 4.8rem;
        margin-bottom: 6rem; }
    .p-interview-detail__position {
      margin-top: -2.4rem;
      margin-left: -0.5rem;
      z-index: 1;
      position: relative; }
    .p-interview-detail__name--jp {
      margin-bottom: 1rem; }
    .p-interview-detail__date {
      font-size: 1.5rem;
      color: #E2E2E2 !important; }
    .p-interview-detail__img {
      position: static;
      top: auto;
      -webkit-transform: none;
              transform: none;
      width: auto;
      margin-right: -2rem;
      margin-left: 1rem; }
    .p-interview-detail__inner {
      width: 100%; }
      .p-interview-detail__inner ul li:nth-child(even) .p-interview-detail__container {
        width: 100%; }
    .p-interview-detail__container {
      width: 100%; }
    .p-interview-detail__title {
      font-size: 2.5rem;
      line-height: 4.5rem; }
    .p-interview-detail__txt {
      font-size: 1.4rem; }
    .p-interview-detail__visual {
      margin-top: 12rem;
      margin-bottom: 10rem;
      margin-left: -2rem;
      margin-right: -2rem; }
    .p-interview-detail__other {
      width: 100%; }
      .p-interview-detail__other__title {
        margin-bottom: 4rem; }
      .p-interview-detail__other ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .p-interview-detail__other ul li {
          width: 100%;
          margin-right: 0px;
          margin-bottom: 2rem; }
          .p-interview-detail__other ul li a {
            width: 100%;
            padding-left: 3rem; }
              .p-interview-detail__other ul li a div.p-interview-detail__other__link figure {
                margin-right: 2rem; }
    .p-jobs {
      margin-top: 8.5rem;
      margin-bottom: 8rem; }
      .p-jobs__list {
        display: block;
        width: 100%;
        margin-bottom: 10rem; }
      .p-jobs__list figure {
        margin-right: -2rem; }
      .p-jobs__item {
        width: 100%;
        margin-bottom: 8rem; }
        .p-jobs__item figure {
          margin-bottom: 2.4rem; }
        .p-jobs__item h3 p {
          font-size: 2rem;
          font-weight: 400;
          margin-bottom: 1.5rem; }
        .p-jobs__item .description {
          font-size: 1.6rem;
          line-height: 3.6rem;
          margin-bottom: 2rem; }
        .p-jobs__item ul {
          margin-top: 0px;
          position: static;
          bottom: 0; }
          .p-jobs__item ul li {
            margin-right: 3rem; }
        .p-jobs__item ul li::before {
          margin-right: 1rem; }
    .p-jobs__item:last-child {
      margin-bottom: 0px; }
      .p-jobs__desc {
        width: 100%;
        display: block; }
        .p-jobs__desc > li {
          width: 100%;
          margin-bottom: 10rem; }
          .p-jobs__desc > li h3 p {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 1.5rem; }
          .p-jobs__desc > li .description {
            padding-bottom: 2.4rem;
            margin-bottom: 2rem; }
            .p-jobs__desc > li ul li {
              margin-right: 3rem; }
    .p-jobs-detail {
      width: 100%; }
      .p-jobs-detail h3 {
        font-size: 2.2rem;
        margin-bottom: 4rem; }
        .p-jobs-detail h3 span {
          font-size: 1.4rem;
          margin-left: 1.5rem;
          padding: 0.5rem 0.8rem; }
      .p-jobs-detail__title {
        font-size: 2rem;
        margin-bottom: 4rem; }
        .p-jobs-detail__title span {
          font-size: 1.2rem; }
      .p-jobs-detail__list {
        margin-bottom: 3rem; }
      .p-jobs-detail__list dl {
        margin-bottom: 1.2rem; }
        .p-jobs-detail__list dl dt {
          width: 120px;
          padding: 2.4rem 0 2.4rem 1rem;
          font-size: 1.4rem; }
        .p-jobs-detail__list dl dd {
          width: calc( 100% - 120px);
          padding: 2.4rem 0 2.4rem 1rem;
          font-size: 1.4rem; }
    .p-jobs-detail__flow__txt {
      text-align: center; }
      .p-jobs-detail__flow ul {
        display: block; }
        .p-jobs-detail__flow ul li {
          width: 100%;
          margin-bottom: 5rem; }
      .p-jobs-detail__flow ul li:last-child {
        margin-bottom: 0px; }
        .p-jobs-detail__flow ul li:after {
          content: none; }
      .p-jobs-detail__flow span {
        margin-bottom: 1.5rem;
        font-size: 2rem; }
      .p-jobs-detail__flow__title {
        margin-bottom: 1.5rem; }
    .p-mission .p-mission-mv {
      width: auto;
      margin-top: 4.4rem; }
      .p-mission .p-mission-mv h2 {
        top: 17rem;
        opacity: 1;
        -webkit-transform: translate(0);
                transform: translate(0);
        left: 2.7rem;
        font-size: 5.6rem; }
        .p-mission .p-mission-mv h2 small {
          margin-top: -1rem;
          font-size: 4.4rem;
          line-height: 1;
          letter-spacing: .05em; }
    .p-mission .p-mission-txt {
      margin-top: 12rem; }
    .p-mission .p-mission-txt-wrap__ttl {
      position: relative;
      text-align: center;
      width: inherit; }
      .p-mission .p-mission-txt-wrap__ttl span {
        margin-top: 1.6rem; }
        .p-mission .p-mission-txt-wrap__ttl span::after {
          top: 1rem;
          right: -2rem; }
      .p-mission .p-mission-txt-wrap__ttl::after {
        top: 4rem;
        width: 26rem;
        height: 26rem; }
      .p-mission .p-mission-txt-wrap__txt {
        margin-top: 5rem;
        width: 100%;
        padding-left: 0; }
        .p-mission .p-mission-txt-wrap__txt h4 {
          opacity: 1;
          -webkit-transform: none;
                  transform: none;
          font-size: 2.8rem;
          padding-left: 1.5rem; }
            .p-mission .p-mission-txt-wrap__txt h4 span:nth-of-type(n + 2) {
              margin-top: 2.5rem; }
            .p-mission .p-mission-txt-wrap__txt h4 span::after {
              left: -1.5rem;
              width: calc(100% + 3rem);
              height: calc(100% +1rem); }
        .p-mission .p-mission-txt-wrap__txt p {
          margin-top: 2.4rem;
          font-size: 1.6rem;
          width: auto;
          line-height: 2; }
      .p-mission .p-mission-txt-wrap-second {
        margin-top: 12rem; }
        .p-mission .p-mission-txt-wrap-second__ttl::after {
          height: 13rem;
          top: -2rem; }
      .p-mission .p-mission-txt-wrap-third {
        padding-left: 0;
        margin-top: 12rem; }
        .p-mission .p-mission-txt-wrap-third__ttl::after {
          height: 13rem;
          top: 2rem; }
      .p-mission .p-mission-txt-wrap-fourth {
        margin-top: 12rem; }
        .p-mission .p-mission-txt-wrap-fourth__ttl::after {
          height: 13rem;
          top: 6rem; }
  .p-privacy__title {
    font-size: 4rem !important; }
    .p-privacy__description {
      width: 100%;
      margin: 3rem auto 4rem auto; }
    .p-privacy__inner {
      width: 100%; }
      .p-privacy__inner h3 {
        margin-bottom: 1.8rem; }
      .p-privacy__inner p {
        margin-bottom: 4.5rem; }
      .p-top .p-mv__catch {
        position: absolute;
        left: 2rem;
        bottom: 2rem;
        width: 25.7rem; }
        .p-top .p-mv__catch--top {
          font-size: 6rem; }
        .p-top .p-mv__catch--middle {
          font-size: 10rem; }
          .p-top .p-mv__catch--middle small {
            font-size: 8rem; }
        .p-top .p-mv__catch--bottom {
          font-size: 2.5rem;
          margin-top: 0.8rem; }
      .p-top .p-mv__scroll {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .p-top .p-mv__scroll span {
          height: 7.4rem;
          margin-top: 1.6rem; }
          .p-top .p-mv__scroll span::after {
            width: .8rem;
            height: .8rem; }
    .p-top .p-mission-top {
      padding: 9.7rem 0 25.3rem; }
      .p-top .p-mission-top__left {
        padding: 0 2rem;
        font-size: 5.6rem;
        letter-spacing: .2rem; }
        .p-top .p-mission-top__left small {
          margin-bottom: 1rem; }
        .p-top .p-mission-top__left span {
          font-size: 4.4rem; }
      .p-top .p-mission-top__txtimg {
        width: 100vw;
        top: -4rem; }
    .p-top .p-mission-top__right {
      margin-top: 4rem; }
      .p-top .p-mission-top__right > p {
        font-size: 1.6rem; }
      .p-top .p-mission-top__more {
        margin-top: 3rem; }
        .p-top .p-mission-top__more a {
          font-size: 1.5rem;
          padding: 1rem .5rem; }
          .p-top .p-mission-top__more a img {
            margin-left: 1.4rem;
            width: 2.1rem;
            -webkit-transform: translateY(-0.5rem);
                    transform: translateY(-0.5rem); }
      .p-top .p-mission-top__right-wrap {
        top: 5.8rem;
        width: 12.2rem;
        height: 26.9rem; }
      .p-top .p-mission-top__photo {
        bottom: 21rem; }
          .p-top .p-mission-top__photo-wrap:first-of-type {
            position: absolute;
            left: 0;
            width: 29.2rem;
            height: 16.1rem; }
          .p-top .p-mission-top__photo-wrap:nth-of-type(2) {
            position: absolute;
            right: 1rem;
            top: 12rem;
            width: 22.3rem;
            height: 12.3rem;
            margin-left: 0;
            -webkit-transform: none;
                    transform: none; }
    .p-top .p-interview-top {
      padding-top: 10rem; }
      .p-top .p-interview-top__inner {
        padding-bottom: 15rem; }
        .p-top .p-interview-top__inner svg {
          bottom: 6rem;
          left: .5rem;
          width: 59rem; }
        .p-top .p-interview-top__inner::after {
          top: 6.6rem;
          height: 154vw;
          max-height: 1000px;
          width: calc(100% - 2rem); }
        .p-top .p-interview-top__inner::before {
          height: 40rem; }
      .p-top .p-interview-top__ttl {
        font-size: 3.6rem;
        margin-bottom: 5rem; }
        .p-top .p-interview-top__ele-introduction {
          bottom: -1.8rem;
          left: -2.9rem; }
          .p-top .p-interview-top__ele-introduction--job, .p-top .p-interview-top__ele-introduction--name {
            padding: .8rem 1rem; }
          .p-top .p-interview-top__ele-introduction--name {
            margin-top: .8rem; }
            .p-top .p-interview-top__ele-introduction--name span {
              font-size: 2.4rem; }
      .p-top .p-interview-top__pagination {
        margin-top: 6rem; }
        .p-top .p-interview-top__pagination .swiper-pagination-bullet {
          width: 1.2rem;
          height: 1.2rem;
          margin: 0 .8rem;
          border-width: 1px;
          outline: none; }
    .p-top .p-photo-top {
      padding-top: 5rem;
      margin-bottom: 6rem; }
      .p-top .p-photo-top__right-img {
        height: 22rem; }
    .p-top .p-photo-top__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-top .p-photo-top__left-img {
        height: 13rem !important;
        width: 50%; }
    .p-top .p-jobs-top__txtimg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2; }
      .p-top .p-jobs-top__ttl {
        width: 100%;
        padding: 0 2rem;
        margin-bottom: 2.4rem; }
        .p-top .p-jobs-top__ttl b {
          font-size: 4rem;
          margin-top: .5rem; }
      .p-top .p-jobs-top__inner {
        width: auto;
        display: block;
        padding-top: 6rem;
        padding-bottom: 16.7rem; }
        .p-top .p-jobs-top__inner h3 {
          padding: 0 2rem;
          font-size: 5.6rem;
          letter-spacing: 0.2em;
          line-height: 1.3; }
        .p-top .p-jobs-top__inner p {
          width: 100%;
          font-size: 1.6rem;
          margin-top: 2rem;
          margin-left: 0;
          padding: 0 2rem; }
      .p-top .p-jobs-top__list-wrap {
        width: 100%;
        margin-top: -12rem; }
      .p-top .p-jobs-top__list-link {
        margin-right: 2rem;
        margin-top: 4rem; }
          .p-top .p-jobs-top__list-link a img {
            -webkit-transform: translateY(-0.6rem);
                    transform: translateY(-0.6rem);
            margin-left: 1.4rem;
            width: 2.1rem; }
      .p-top .p-jobs-top__ele {
        width: calc(100% - 2rem);
        margin: 0 0 0 auto; }
        .p-top .p-jobs-top__ele:nth-of-type(n + 2) {
          margin-top: 4rem; }
          .p-top .p-jobs-top__ele a figure figcaption {
            width: 7.3rem;
            height: 3.5rem;
            letter-spacing: .2em; }
        .p-top .p-jobs-top__ele a h3 {
          margin-top: 2.4rem; }
          .p-top .p-jobs-top__ele a h3 span {
            letter-spacing: .1em;
            margin-bottom: .8rem; }
          .p-top .p-jobs-top__ele a h3 p {
            font-size: 2rem; }
    .b-temp {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 10rem;
      padding-bottom: 5rem; }
      .b-temp__img {
        top: 16rem;
        height: 6rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .b-temp__ttl {
        font-size: 5rem; }
        .b-temp__ttl small {
          margin-top: -1rem;
          font-size: 2rem; }
  .for-large {
    display: none; } }
@media (min-width: 960px) and (max-width: 959px) {
        .l-header__nav-btn a span svg {
          -webkit-transform: translateY(-3px);
                  transform: translateY(-3px); } }
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
