@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ---------------------
 Fonts
--------------------- */
.font-mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* YakuHanJP */
@font-face {
  src: url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Thin.eot");
  src: local("☺︎"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Thin.woff") format("woff");
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 100;
}

@font-face {
  src: url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Light.eot");
  src: local("☺︎"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 200;
}

@font-face {
  src: url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-DemiLight.eot");
  src: local("☺︎"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-DemiLight.woff2") format("woff2"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-DemiLight.woff") format("woff");
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 300;
}

@font-face {
  src: url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Regular.eot");
  src: local("☺︎"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Medium.eot");
  src: local("☺︎"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Bold.eot");
  src: local("☺︎"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 700;
}

@font-face {
  src: url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Black.eot");
  src: local("☺︎"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Black.woff2") format("woff2"), url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/fonts/YakuHanJP/YakuHanJP-Black.woff") format("woff");
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 900;
}

/* MyHiragino */
@font-face {
  src: local("HiraginoSans"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN");
  font-family: 'MyHiragino';
  font-weight: normal;
}

@font-face {
  src: local("HiraginoSans-W6"), local("ヒラギノ角ゴ ProN W6"), local("Hiragino Kaku Gothic ProN W6");
  font-family: 'MyHiragino';
  font-weight: bold;
}

@font-face {
  src: local("HiraginoSans"), local("ヒラギノ角ゴ StdN"), local("Hiragino Kaku Gothic StdN");
  font-family: 'MyHiragino';
  font-weight: 800;
}

/* MyYugothic */
@font-face {
  src: local("游ゴシック Medium"), local("YuGothic-Medium"), local("Yu Gothic Medium"), local("游ゴシック体"), local("YuGothic"), local("YuGothic-Regular");
  font-family: 'MyYuGothic';
  font-weight: normal;
}

@font-face {
  src: local("游ゴシック Bold"), local("YuGothic-Bold"), local("Yu Gothic"), local("游ゴシック体"), local("YuGothic");
  font-family: 'MyYuGothic';
  font-weight: bold;
}

/* 游明朝体 Light/Medium */
/* 游明朝体 Regular/Medium */
/* 游明朝体 Demibold */
/* 游ゴシック体 Light/Medium */
/* 游ゴシック体 Regular/Medium */
/* 游ゴシック体 Bold */
html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e0e0e2;
  font-family: -apple-system, BlinkMacSystemFont, 'YakuHanJP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body:not(.login) {
  background-color: #00141e;
}

body[data-menu="open"] {
  position: relative;
}

h1,
h2,
h3,
h4 {
  font-size: 1rem;
  font-weight: normal;
}

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

a:link, a:visited {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */

@use '../global' as *;
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  z-index: 10000;
  position: relative;
  padding-right: 8%;
  padding-left: 8%;
}

.modal__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.modal__container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.modal__content {
  position: relative;
  width: 100%;
  min-width: 315px;
  max-width: 886px;
  max-height: calc(100dvh - 20px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 98px;
  padding-right: 30px;
  padding-bottom: 108px;
  padding-left: 30px;
  overflow-y: auto;
  background-color: #c7c7c9;
}

.modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  padding-right: 6.5px;
  padding-left: 6.5px;
  border-bottom: 1px solid #00141e;
  border-left: 1px solid #00141e;
}

.modal__close .line01,
.modal__close .line02 {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.modal__close .line01::before,
.modal__close .line02::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #00141e;
  content: '';
}

.modal__close .line01::after,
.modal__close .line02::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #00141e;
  content: '';
}

.modal__close .line01 {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

.modal__close .line01::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.modal__close .line01::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.modal__close .line02 {
  margin-top: 9px;
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.modal__close .line02::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.modal__close .line02::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@-webkit-keyframes move_line {
  0% {
    left: 0;
    width: 100%;
  }
  50% {
    left: 100%;
    width: 0;
  }
  51% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes move_line {
  0% {
    left: 0;
    width: 100%;
  }
  50% {
    left: 100%;
    width: 0;
  }
  51% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@-webkit-keyframes move_line_a {
  0% {
    left: 0;
    width: 100%;
  }
  50% {
    left: 100%;
    width: 0;
  }
  51% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes move_line_a {
  0% {
    left: 0;
    width: 100%;
  }
  50% {
    left: 100%;
    width: 0;
  }
  51% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

[data-micromodal-trigger] {
  cursor: pointer;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden='false'] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='false'] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.modal .ttl {
  position: relative;
  padding-bottom: 0.5em;
  text-align: center;
}

.modal .ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #c20b0b;
  content: '';
}

.modal .ttl._entry {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: calc(32, 26);
}

.modal .ttl._login {
  font-size: 2.6rem;
  line-height: calc(32, 26);
}

.modal .list {
  gap: 30px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  list-style: none;
}

.modal .list .item {
  width: 255px;
}

.modal .list .link {
  display: grid;
  position: relative;
  place-items: center;
  width: 100%;
  height: 60px;
  background-color: #00141e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal .list .link .strong {
  color: #c20b0b;
  font-size: 2rem;
}

.modal .list .link span {
  letter-spacing: 0.08em;
}

.modal .list .link .arr {
  position: absolute;
  top: calc(50% + 1px);
  right: 19.5px;
  width: 12.8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal .list .link .arr .fill {
  fill: #fff;
}

.common-Nav {
  z-index: 5;
  position: fixed;
  width: 100%;
  color: #fff;
}

body.company .common-Nav,
body.message .common-Nav,
body.history .common-Nav,
body.support .common-Nav,
body.office .common-Nav,
body.tech .common-Nav,
body.works .common-Nav {
  background-color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body.company .common-Nav.scrolled,
body.message .common-Nav.scrolled,
body.history .common-Nav.scrolled,
body.support .common-Nav.scrolled,
body.office .common-Nav.scrolled,
body.tech .common-Nav.scrolled,
body.works .common-Nav.scrolled {
  background-color: #00141e;
}

body.techchild .common-Nav,
body.workchild .common-Nav,
body.project .common-Nav,
body.interview .common-Nav {
  background-color: #00141e;
}

.common-Nav li {
  list-style-type: none;
}

.common-Nav_Inner {
  height: 100%;
}

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

body.history .common-Nav_List {
  background-color: inherit;
}

.common-Nav_Logo {
  margin-right: auto;
  padding-left: 16px;
  line-height: 52px;
}

.common-Nav_LogoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.common-Nav_LogoLink:link, .common-Nav_LogoLink:visited {
  color: #fff;
}

.common-Nav_LogoLink:hover {
  opacity: .7;
}

.common-Nav_LogoImg {
  display: inline-block;
  width: 64px;
  height: 100%;
  background-image: url("../media/images/common/sitelogo.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: auto 13.5px;
  text-indent: -9999px;
}

.common-Nav_LogoText {
  margin-left: 1em;
  -webkit-transform: scale3d(0.9, 0.9, 1);
          transform: scale3d(0.9, 0.9, 1);
  font-size: 1rem;
}

.common-Nav_MenuTrigger {
  display: block;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
}

.common-Nav_MenuTrigger-Label {
  display: block;
  position: relative;
  padding-right: 2em;
}

.common-Nav_MenuTrigger-Label::before, .common-Nav_MenuTrigger-Label::after {
  position: absolute;
  top: 0.5em;
  right: 0;
  height: 1px;
  content: '';
}

.common-Nav_MenuTrigger-Label::before {
  z-index: 3;
  width: 0;
  background-color: #c20b0b;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.common-Nav_MenuTrigger-Label::after {
  z-index: 2;
  width: 15px;
  background-color: #fff;
}

.common-Nav_MenuTrigger[data-trigger="open"] {
  height: 100%;
}

.common-Nav_MenuTrigger[data-trigger="open"]:hover .site-Nav_MenuTrigger-Label::before {
  width: 10px;
}

.common-Nav_MenuTrigger[data-trigger="close"] {
  text-align: right;
}

.common-Nav_MenuTrigger[data-trigger="close"] .site-Nav_MenuTrigger-Label {
  right: -4px;
}

.common-Nav_MenuTrigger[data-trigger="close"] .site-Nav_MenuTrigger-Label::after {
  width: 14px;
}

.common-Nav_Content {
  visibility: hidden;
  z-index: 6;
  position: fixed;
  top: 0;
  right: -54.2635%;
  width: 54.2635%;
  height: 100vh;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body[data-menu="open"] .common-Nav_Content {
  visibility: visible;
  right: 0;
  height: 100vh;
}

.common-Nav_MenuList {
  width: 65.7534%;
  margin-top: 6px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.common-Nav_MenuItem {
  position: relative;
  margin-top: 2.1428rem;
}

.common-Nav_MenuItem:first-child {
  margin-top: 0;
}

.common-Nav_MenuItem a {
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.common-Nav_MenuItem a:visited, .common-Nav_MenuItem a:link {
  color: #fff;
}

body[data-menu="close"] .common-Nav_MenuItem {
  opacity: 0;
}

body[data-menu="open"] .common-Nav_MenuItem {
  opacity: 1;
}

.common-Nav_BtnList {
  margin-top: 35px;
}

.common-Nav_Btn {
  width: 65.7534%;
  height: 45px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

.common-Nav_Btn:first-child {
  margin-top: 0;
}

.common-Nav_BtnLink {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e2;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.common-Nav_BtnLink:hover {
  background-color: #e0e0e2;
  color: #00141e;
}

.common-Nav_BtnLink-Entry {
  border-color: #c20b0b;
  color: #c20b0b;
}

.common-Nav_BtnLink-Entry:hover {
  background-color: #c20b0b;
  color: #e0e0e2;
}

.common-Main {
  padding-top: 52px;
  color: #fff;
}

.site-Footer ul li {
  list-style-type: none;
}

.site-Footer_Inner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
}

.site-Footer_Content-PC {
  display: none;
}

.site-Footer_Content-Mobile {
  padding-right: 9.375%;
  padding-bottom: 19px;
  padding-left: 9.375%;
  color: #fff;
}

.site-Footer_MobileList {
  display: block;
  width: 100%;
  overflow: hidden;
}

.site-Footer_MobileListItem {
  display: block;
  width: 46.15385%;
  height: 45px;
  float: left;
}

.site-Footer_MobileListItem button {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #c20b0b;
  color: #c20b0b;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.site-Footer_MobileListItem:last-child {
  margin-left: 7.69231%;
}

.site-Footer_MobileListItem:last-child button {
  border-color: #d2d2d5;
  color: #d2d2d5;
}

.site-Footer_MenuTitle {
  color: #7e8488;
  font-size: 1.4rem;
  line-height: 1;
}

.site-Footer_MenuCompany {
  width: 17.74194%;
}

.site-Footer_MenuTechnology {
  width: 28.87097%;
}

.site-Footer_MenuTechnology > div {
  margin-top: 58px;
}

.site-Footer_MenuStory {
  width: 25.80645%;
}

.site-Footer_MenuInterview {
  width: 27.09677%;
}

.site-Footer_MenuList {
  margin-top: 32px;
  line-height: 1;
}

.site-Footer_MenuListItem {
  margin-top: 20px;
  line-height: 1;
}

.site-Footer_MenuListItem:first-child {
  margin-top: 0;
}

.site-Footer_MenuListItem a {
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.site-Footer_MenuListItem a:hover {
  opacity: .7;
}

.site-Footer_MenuListItem-commingsoon {
  color: #fff;
}

.site-Footer_LinkBlank {
  position: relative;
}

.site-Footer_LinkBlank::after {
  position: absolute;
  top: 50%;
  right: -17px;
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background-image: url("../media/images/common/icon-window_footer.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.site-Footer_Copy {
  margin-top: 1px;
  margin-bottom: 20px;
  color: #7e8488;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.login-Main {
  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%;
  padding-top: 6.6666%;
  background-color: #e0e0e2;
}

.login-Main_Inner {
  width: 82.6807%;
}

.login-Main_CompanyName {
  display: inline-block;
  width: 20.7018%;
  height: 0;
  padding-top: 5.2631%;
  background-image: url("../media/images/login/logo-companyname.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  vertical-align: bottom;
}

.login-Main_SiteContent {
  display: inline-block;
  width: 25.2632%;
  height: 0;
  margin-left: 3.1579%;
  padding-top: 3.5088%;
  background-image: url("../media/images/login/text-sitecontent.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  vertical-align: bottom;
}

.login-Main_Recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 7.0175%;
}

.login-Main_Newgrad, .login-Main_Career, .login-Main_Kikan {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52.6316%;
  overflow: hidden;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.login-Main_Newgrad {
  background-image: url("../media/images/login/bg-newgrad_off_sp.jpg");
}

.login-Main_Newgrad::after {
  background-image: url("../media/images/login/bg-newgrad_off_sp.jpg");
}

.login-Main_Career {
  margin-top: 1.0526%;
  background-image: url("../media/images/login/bg-career_off_sp.jpg");
}

.login-Main_Career::after {
  background-image: url("../media/images/login/bg-career_off_sp.jpg");
}

.login-Main_Kikan {
  margin-top: 1.0526%;
  background-image: url("../media/images/login/bg-kikan_off_sp.jpg");
}

.login-Main_Kikan::after {
  background-image: url("../media/images/login/bg-kikan_off_sp.jpg");
}

.login-Main_NewgradInner, .login-Main_CareerInner, .login-Main_KikanInner {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  left: 5.614%;
}

.login-Main_RecruitTitle {
  height: 0;
  padding-top: 12.1621%;
  background-image: url("../media/images/login/text-recruittitle_career.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: -9999px;
}

.login-Main_RecruitTitle-Newgrad {
  padding-top: 12.1621%;
  background-image: url("../media/images/login/text-recruittitle_newgrad.png");
}

.login-Main_RecruitTitle-Kikan {
  padding-top: 12.1621%;
  background-image: url("../media/images/login/text-recruittitle_kikan.png");
}

.login-Main_RecruitExp {
  margin-top: 5.4348%;
  font-size: 1.0rem;
  line-height: 1;
}

.login-Main_BtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.0715%;
}

.login-Main_Btn {
  width: 49.8246%;
  margin-left: .1754%;
  background-color: #00141e;
}

.login-Main_Btn-Register {
  margin-left: 0;
  background-color: #c20b0b;
}

.login-Main_Btn a {
  display: block;
  position: relative;
  padding-top: 6.338%;
  padding-bottom: 6.338%;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.login-Main_Btn span:nth-child(1) {
  z-index: 2;
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase;
  vertical-align: middle;
}

.login-Main_Btn span:nth-child(2) {
  z-index: 2;
  position: relative;
  margin-left: .4em;
  font-size: 1.0rem;
  letter-spacing: .05em;
  vertical-align: middle;
}

.home-Main {
  padding-top: 0;
}

.home-Hero {
  height: 100vh;
  background-color: #ccc;
}

.home-Hero_Inner {
  position: relative;
  height: 100%;
  background-color: #ffffff;
}

.home-Hero_Inner::after {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #c20b0b;
  font-size: 1em;
  font-weight: bold;
  content: 'Scroll down';
}

.home-Hero_Content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("../media/images/home/home-hero_img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-Hero_Movie {
  display: none;
  z-index: -1;
  position: relative;
  top: 0;
  left: 50%;
  width: auto;
  min-height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-Hero_Title {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 252.5px;
  height: 76px;
  margin-top: 10px;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
  background-image: url("../media/images/home/home-hero_text_sp.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-Hero_Title.active {
  margin-top: 0;
  opacity: 1;
}

.home-TopLink {
  position: relative;
}

.home-TopLink::after {
  position: absolute;
  top: -30px;
  left: 49.95%;
  left: 50%;
  width: 1px;
  height: 60px;
  background-color: #fff;
  content: '';
}

.home-TopLink_Inner {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
}

.home-TopLink_Inner 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: 100%;
}

.home-TopLink_Img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: inherit;
  height: auto;
  min-height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-TopLink_MessageText {
  z-index: 2;
  position: relative;
  top: 20px;
  width: 100%;
  height: 100%;
  background-image: url("../media/images/home/home-toplink_message_text_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 33%;
  text-indent: -9999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-TopLink_MessageText.active {
  top: 0;
  opacity: 1;
}

.home-TopLink_Tech {
  background-color: #c20b0b;
}

.home-TopLink_TechText {
  z-index: 2;
  position: relative;
  top: 20px;
  width: 100%;
  height: 100%;
  background-image: url("../media/images/home/home-toplink_tech_text_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 33%;
  text-indent: -9999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-TopLink_TechText::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 4em;
  padding-top: .2em;
  padding-right: .5em;
  padding-bottom: .2em;
  padding-left: .5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 20, 30, 0.5);
  color: #fff;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  font-weight: bold;
  text-indent: 0;
  content: 'Coming Soon';
}

.home-TopLink_TechText.active {
  top: 0;
  opacity: 1;
}

.home-TopLink_Message .home-TopLink_Img {
  top: 0;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}

.home-About {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-color: #e0e0e2;
}

.home-About::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c7c7c9;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-About_Inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.home-About .home-About_Bg {
  z-index: 2;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.home-About .home-About_Bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../media/images/home/home-comapny_bg.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-About-Tech .home-About_Inner::after {
  background-image: url("../media/images/home/home-tech_bg.jpg");
}

.home-About-Tech .home-About_Bg::after {
  background-image: url("../media/images/home/home-tech_bg.jpg");
}

.home-About_Label {
  z-index: 1;
  position: relative;
  top: 8%;
  left: 0;
  padding-left: 10%;
  color: #c20b0b;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  font-weight: bold;
  text-align: left;
}

.home-About_Content {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  width: 78.125%;
  min-height: 298px;
  padding-top: 50px;
  padding-right: 29px;
  padding-bottom: 92px;
  padding-left: 29px;
  background-color: #00141e;
  opacity: .9;
}

.home-About_Title {
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-About_Title.active {
  margin-top: 0;
  opacity: 1;
}

.home-About_Text {
  position: relative;
  top: 10px;
  margin-top: 12px;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-About_Text.active {
  top: 0;
  opacity: 1;
}

.home-About_Text span {
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -40px;
  width: 30px;
  height: 1px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.home-About:hover .home-About_Text span::after {
  left: 0;
}

.home-About-Tech .home-About_Content {
  right: auto;
  left: 0;
}

.home-Projects {
  position: relative;
  height: 450px;
  padding-top: 30px;
  background-color: #e0e0e2;
}

.home-Projects_Inner {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -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: 100%;
  padding-right: 65px;
  padding-left: 65px;
  overflow: hidden;
  color: #fff;
}

.home-Projects_Inner::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../media/images/home/home-project_bg.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-Projects_Inner > div {
  position: relative;
  width: 360px;
}

.home-Projects_Inner > div > p > span {
  position: absolute;
  right: 0;
  bottom: -52px;
  width: 60px;
  height: 1px;
  overflow: hidden;
  background-color: #fff;
  content: '';
}

.home-Projects_Inner > div > p > span::after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #c20b0b;
  content: '';
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.home-Projects_Label {
  z-index: 1;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #c20b0b;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  font-weight: bold;
  line-height: 1;
  opacity: .4;
}

.home-Projects_Title {
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

.home-Projects_Inner h2 + p {
  margin-top: 22px;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.home-Requirements {
  position: relative;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: hidden;
  background-color: #e0e0e2;
}

.home-Requirements button {
  display: block;
  width: 100%;
  height: 100%;
}

.home-Requirements_Inner {
  z-index: 2;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-Requirements_Title {
  display: inline-block;
  position: relative;
  width: 230px;
  height: 19px;
  background-image: url("../media/images/home/home-requirements_title.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}

.home-Requirements_Title-JP {
  margin-top: 1.2em;
  color: #00141e;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1;
}

.home-Requirements:hover::after {
  left: 0;
}

.home-Requirements:hover .home-Requirements_Title-JP span::after {
  left: 0;
}

.company-Main {
  padding-top: 0;
}

.company-Hero {
  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;
  height: 220px;
  background-image: url("../media/images/company/company-hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company-Hero_Inner {
  position: relative;
}

.company-Hero_Label {
  position: relative;
  top: 20px;
  color: #c20b0b;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 5.5rem;
  font-weight: bold;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.company-Hero_Label.active {
  top: 0;
  opacity: .5;
}

.company-Hero_Title {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.company-Hero_Title.active {
  bottom: 0;
  opacity: 1;
}

.company-Message {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.company-Message::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../media/images/company/company-message_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.company-Message_LinkWrap {
  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: 100%;
}

.company-Message_Title {
  position: relative;
  top: 20px;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.company-Message_Title.active {
  top: 0;
  opacity: 1;
}

.company-Links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.company-LinksItem {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.company-LinksItem::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.company-LinksItem.company-LinksItem-History::after {
  background-image: url("../media/images/company/company-history_bg.jpg");
}

.company-LinksItem.company-LinksItem-Support::after {
  background-image: url("../media/images/company/company-support_bg.jpg");
}

.company-LinksItem.company-LinksItem-Office::after {
  background-image: url("../media/images/company/company-office_bg.jpg");
}

.company-LinksItem.company-LinksItem-System::after {
  background-image: url("../media/images/company/company-system_bg.jpg");
}

.company-LinksItem > 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: 100%;
  color: #fff;
}

.company-LinksItem_Title {
  position: relative;
  top: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .05em;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.company-LinksItem_Title.active {
  top: 0;
  opacity: 1;
}

.company-LinksItem:hover .company-LinksItem_Title {
  color: #8f1515;
}

.works-Main {
  padding-top: 0;
}

.works-Hero {
  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;
  height: 220px;
  background-image: url("../media/images/company/company-hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.works-Hero_Inner {
  position: relative;
}

.works-Hero_Label {
  position: relative;
  top: 20px;
  color: #c20b0b;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 5.5rem;
  font-weight: bold;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.works-Hero_Label.active {
  top: 0;
  opacity: .5;
}

.works-Hero_Title {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.works-Hero_Title.active {
  bottom: 0;
  opacity: 1;
}

.works-Projectstory {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #e0e0e2;
}

.works-Projectstory_Inner {
  margin-right: auto;
  margin-left: auto;
}

.works-Projectstory_Title {
  margin-bottom: 2.5em;
  color: #00141e;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.works-Projectstory_Story {
  display: block;
  position: relative;
  width: 90.625%;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 63.7931%;
  overflow: hidden;
}

.works-Projectstory_Story::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../media/images/works/works-project-img01.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.works-Projectstory_Story-01::after {
  background-image: url("../media/images/works/img-project01.png");
}

.works-Projectstory_Story-02::after {
  background-image: url("../media/images/works/img-project02.png");
}

.works-Projectstory_Story-03::after {
  background-image: url("../media/images/works/img-project03.png");
}

.works-Projectstory_Story-04::after {
  background-image: url("../media/images/works/img-project04.png");
}

.works-Projectstory_Story-05::after {
  background-image: url("../media/images/works/img-project05.png");
}

.works-Projectstory_Story:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.works-Projectstory_StoryInner {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  padding-top: 7.1428%;
  padding-right: 6.1224%;
  padding-bottom: 7.1428%;
  padding-left: 6.1224%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(35%, rgba(0, 20, 30, 0.9)), to(#00141e));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 20, 30, 0.9) 35%, #00141e 100%);
  opacity: .9;
}

.works-Projectstory_Number {
  display: block;
  color: #c20b0b;
  font-size: 1.5rem;
  font-weight: bold;
}

.works-Projectstory_Info {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 330px auto;
  text-indent: -9999px;
}

.works-Projectstory_Info-01 {
  background-image: url("../media/images/works/text-project01.png");
}

.works-Projectstory_Info-02 {
  background-image: url("../media/images/works/text-project02.png");
}

.works-Projectstory_Info-03 {
  background-image: url("../media/images/works/text-project03.png");
}

.works-Projectstory_Info-04 {
  background-image: url("../media/images/works/text-project04.png");
}

.works-Projectstory_Info-05 {
  background-image: url("../media/images/works/text-project05.png");
}

.works-Interview {
  padding-bottom: 6rem;
  background-color: #e0e0e2;
}

.works-Interview_Inner {
  width: 90.625%;
  margin-right: auto;
  margin-left: auto;
}

.works-Interview_Title {
  color: #00141e;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.works-Interview_Comment {
  margin-top: .75em;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

.works-Interview_Employee {
  display: block;
  position: relative;
  width: 46.5517%;
  height: 0;
  margin-top: 6%;
  margin-left: 6.8966%;
  padding-top: 55.1724%;
  float: left;
  overflow: hidden;
}

.works-Interview_Employee:nth-of-type(4n + 1) {
  margin-left: 0;
}

.works-Interview_Bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86.6666%;
  overflow: hidden;
}

.works-Interview_Bg::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.works-Interview_Bg-01::after {
  background-image: url("../media/images/works/img-interview01.jpg");
}

.works-Interview_Bg-02::after {
  background-image: url("../media/images/works/img-interview02.jpg");
}

.works-Interview_Bg-03::after {
  background-image: url("../media/images/works/img-interview03.jpg");
}

.works-Interview_Bg-04::after {
  background-image: url("../media/images/works/img-interview04.jpg");
}

.works-Interview_Bg-05::after {
  background-image: url("../media/images/works/img-interview05.jpg");
}

.works-Interview_Bg-06::after {
  background-image: url("../media/images/works/img-interview06.jpg");
}

.works-Interview_Bg-07::after {
  background-image: url("../media/images/works/img-interview07.jpg");
}

.works-Interview_Bg-08::after {
  background-image: url("../media/images/works/img-interview08.jpg");
}

.works-Interview_Bg-09::after {
  background-image: url("../media/images/works/img-interview09.jpg");
}

.works-Interview_Bg-10::after {
  background-image: url("../media/images/works/img-interview10.jpg");
}

.works-Interview_Bg-11::after {
  background-image: url("../media/images/works/img-interview11.jpg");
}

.works-Interview_Bg-12::after {
  background-image: url("../media/images/works/img-interview12.jpg");
}

.works-Interview_Employee .works-Interview_Bg:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.works-Interview_Text {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 78.7234%;
  padding-top: 1.1em;
  padding-right: 1em;
  padding-bottom: 1.1em;
  padding-left: 1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #00141e;
}

.works-Interview_Pos {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}

.works-Interview_Prof {
  display: block;
  margin-top: .4em;
  color: #fff;
  font-size: 1rem;
  line-height: 1.333;
}

.project-Main {
  padding-top: 0;
  padding-bottom: 7rem;
  background-color: #e0e0e2;
}

.project-Hero {
  padding-top: 5em;
  padding-bottom: 7em;
  background-color: #e0e0e2;
}

.project-Hero_Inner {
  position: relative;
  height: 0;
  padding-top: 44.1176%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-Hero_Inner-01 {
  background-image: url("../media/images/works/project/p01/project-hero-img.jpg");
}

.project-Hero_Inner-02 {
  background-image: url("../media/images/works/project/p02/project-hero-img.jpg");
}

.project-Hero_Inner-03 {
  background-image: url("../media/images/works/project/p03/project-hero-img.jpg");
}

.project-Hero_Inner-03 .project-Hero_Text {
  padding-right: 0;
  padding-left: 0;
}

.project-Hero_Inner-04 {
  background-image: url("../media/images/works/project/p04/project-hero-img.jpg");
}

.project-Hero_Inner-05 {
  background-image: url("../media/images/works/project/p05/project-hero-img.jpg");
}

.project-Hero_Text {
  z-index: 2;
  position: absolute;
  left: 50%;
  width: 96.875%;
  padding-top: 1.7em;
  padding-right: 5.645%;
  padding-bottom: 1.7em;
  padding-left: 5.645%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #00141e;
  letter-spacing: 0;
  text-align: center;
  opacity: .9;
}

.project-Hero_Number {
  display: block;
  color: #c20b0b;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
}

.project-Hero_Title {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.3888;
}

.project-Lead {
  background-color: #e0e0e2;
}

.project-Lead_Inner {
  width: 90.625%;
  margin-right: auto;
  margin-left: auto;
  color: #00141e;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.615;
  text-align: justify;
}

.project-Body {
  padding-top: 4em;
  background-color: #e0e0e2;
}

.project-Body::before, .project-Body::after {
  display: table;
  content: '';
}

.project-Body::after {
  clear: both;
}

.project-Body_Inner {
  position: relative;
  width: 93.75%;
  margin-right: auto;
  margin-left: auto;
}

.project-Body_Img {
  z-index: 1;
  position: relative;
  left: -3.125%;
  width: 81.25%;
  height: 0;
  padding-top: 69.2308%;
  overflow: hidden;
}

.project-Body_Img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.project-Body-Reverse .project-Body_Img {
  right: -3.125%;
  left: auto;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.project-Body_TextWrap {
  z-index: 2;
  position: relative;
  margin-top: -6em;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  background-color: #fff;
}

.project-Body_Title {
  color: #c20b0b;
  font-size: 1.7rem;
  letter-spacing: .05em;
  line-height: 1.2941;
}

.project-Body_Text {
  margin-top: 3em;
  color: #00141e;
}

.project-Body_Text p {
  margin-top: 2.8em;
}

.project-Related {
  width: 93.75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6em;
  padding-bottom: 4em;
  overflow: hidden;
  background-color: #e0e0e2;
}

.project-Related_Inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.project-Related_Title {
  width: 100%;
  height: 15.5;
  background-image: url("../media/images/works/project/common/project-related-title.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: -9999px;
}

.project-Related_Content {
  margin-top: 4rem;
}

.project-Related_Content-02, .project-Related_Content-04, .project-Related_Content-05 {
  -webkit-transform: translateX(16.8%);
          transform: translateX(16.8%);
}

.project-Related_Employee {
  position: relative;
  width: 31.6666%;
  height: 0;
  margin-left: 2.5%;
  padding-top: 37.1666%;
  float: left;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.project-Related_Employee:first-child {
  margin-left: 0;
}

.project-Related_EmployeeInner {
  top: 50%;
  width: 78.9474%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #00141e;
  color: #fff;
  text-align: center;
}

.project-Related_Name {
  width: 100%;
  height: 1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: -9999px;
}

.project-Related_Profile {
  margin-top: .5em;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.3636;
}

.project-Related_Profile span {
  display: block;
}

.project-Related_Employee-Inada {
  background-image: url("../media/images/works/img-interview01.jpg");
}

.project-Related_Employee-Inada .project-Related_Name {
  background-image: url("../media/images/works/project/p01/project-related-name_inada.png");
}

.project-Related_Employee-Takeya {
  background-image: url("../media/images/works/img-interview02.jpg");
}

.project-Related_Employee-Takeya .project-Related_Name {
  background-image: url("../media/images/works/project/p01/project-related-name_takeya.png");
}

.project-Related_Employee-Asai {
  background-image: url("../media/images/works/img-interview03.jpg");
}

.project-Related_Employee-Asai .project-Related_Name {
  background-image: url("../media/images/works/project/p01/project-related-name_asai.png");
}

.project-Related_Employee-Noguchi {
  background-image: url("../media/images/works/img-interview04.jpg");
}

.project-Related_Employee-Noguchi .project-Related_Name {
  background-image: url("../media/images/works/project/p02/project-related-name_noguchi.png");
}

.project-Related_Employee-Ozeki {
  background-image: url("../media/images/works/img-interview05.jpg");
}

.project-Related_Employee-Ozeki .project-Related_Name {
  background-image: url("../media/images/works/project/p02/project-related-name_ozeki.png");
}

.project-Related_Employee-Suzuki {
  background-image: url("../media/images/works/img-interview06.jpg");
}

.project-Related_Employee-Suzuki .project-Related_Name {
  background-image: url("../media/images/works/project/p03/project-related-name_suzuki.png");
}

.project-Related_Employee-Miyashita {
  background-image: url("../media/images/works/img-interview07.jpg");
}

.project-Related_Employee-Miyashita .project-Related_Name {
  background-image: url("../media/images/works/project/p03/project-related-name_miyashita.png");
}

.project-Related_Employee-Fukushima {
  background-image: url("../media/images/works/img-interview08.jpg");
}

.project-Related_Employee-Fukushima .project-Related_Name {
  background-image: url("../media/images/works/project/p03/project-related-name_fukushima.png");
}

.project-Related_Employee-Hattori {
  background-image: url("../media/images/works/img-interview09.jpg");
}

.project-Related_Employee-Hattori .project-Related_Name {
  background-image: url("../media/images/works/project/p04/project-related-name_hattori.png");
}

.project-Related_Employee-Morita {
  background-image: url("../media/images/works/img-interview10.jpg");
}

.project-Related_Employee-Morita .project-Related_Name {
  background-image: url("../media/images/works/project/p04/project-related-name_morita.png");
}

.project-Related_Employee-Shibahara {
  background-image: url("../media/images/works/img-interview11.jpg");
}

.project-Related_Employee-Shibahara .project-Related_Name {
  background-image: url("../media/images/works/project/p05/project-related-name_shibahara.png");
}

.project-Related_Employee-Nishio {
  background-image: url("../media/images/works/img-interview12.jpg");
}

.project-Related_Employee-Nishio .project-Related_Name {
  background-image: url("../media/images/works/project/p05/project-related-name_nishio.png");
}

.project-Nav {
  margin-top: 3.6em;
  background-color: #e0e0e2;
}

.project-Nav_Inner {
  position: relative;
  width: 93.75%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #7e8488;
  border-right: none;
  border-left: none;
}

.project-Nav_List {
  line-height: 5.9rem;
  list-style-type: none;
}

.project-Nav_ListItem::after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #7e8488;
}

.project-Nav_ListItem:nth-child(1) {
  display: none;
}

.project-Nav_ListItem:nth-child(1)::after {
  left: 40px;
  content: '';
}

.project-Nav_ListItem:nth-child(2) {
  text-align: center;
}

.project-Nav_ListItem:nth-child(3) {
  display: none;
}

.project-Nav_ListItem:nth-child(3)::after {
  right: 40px;
  content: '';
}

.project-Nav_List a {
  color: #7e8488;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.project-Nav_List a:hover {
  opacity: .7;
}

.technology-Main {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e0e0e2;
}

.technology-Hero {
  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;
  height: 220px;
  background-image: url("../media/images/company/company-hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.technology-Hero_Inner {
  position: relative;
}

.technology-Hero_Label {
  position: relative;
  top: 20px;
  color: #c20b0b;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.technology-Hero_Label.active {
  top: 0;
  opacity: .5;
}

.technology-Hero_Title {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.technology-Hero_Title.active {
  bottom: 0;
  opacity: 1;
}

.technology-Movie_Inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
}

.technology-Movie_Title {
  width: 100%;
  height: 1.6em;
  background-image: url("../media/images/technology/technology-movie-title.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: -9999px;
}

.technology-Movie_Container {
  width: 90.625%;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}

.technology-Movie_Content {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 26.8966%;
  background-image: url("../media/images/technology/technology-movie-img.jpg");
  background-size: cover;
}

.technology-Movie_Text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 69.9655%;
  padding-top: .4em;
  padding-bottom: .4em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #c20b0b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
}

.technology-Master_Inner {
  width: 100%;
  margin-top: 7em;
  margin-right: auto;
  margin-left: auto;
}

.technology-Master_Title {
  width: 100%;
  height: 1.6em;
  background-image: url("../media/images/technology/technology-master-title.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: -9999px;
}

.technology-Master_Comment {
  margin-top: .75em;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

.technology-Master_Container {
  margin-top: 4em;
}

.technology-Master_Content {
  width: 100%;
  height: 100%;
}

.technology-Master_Image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}

.technology-Master_Image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: inherit;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.technology-Master_Text {
  position: relative;
  width: 100%;
  text-align: center;
}

.technology-Master_ContTitle {
  display: inline-block;
  margin-top: -50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: .6666em;
  padding-right: .8333em;
  padding-bottom: .6666em;
  padding-left: .8333em;
  background-color: #00141e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
}

.technology-Master_Intro {
  width: 90.625%;
  margin-top: 2.5em;
  margin-right: auto;
  margin-left: auto;
  color: #00141e;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.625;
  text-align: justify;
}

.technology-Master_More {
  position: relative;
  width: 90.625%;
  margin-top: 3em;
  margin-right: auto;
  margin-bottom: 6em;
  margin-left: auto;
  padding-right: 3.2em;
  color: #00141e;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
}

.technology-Master_More::after {
  position: absolute;
  top: 5px;
  right: 0;
  width: 2em;
  height: 1px;
  background-color: #000;
  content: '';
}

.technology-Master_More-Last {
  margin-bottom: 0;
  padding-bottom: 5em;
}

.master-Main {
  padding-top: 0;
  padding-bottom: 6em;
  background-color: #e0e0e2;
}

.master-Hero {
  padding-top: 5em;
  padding-bottom: 4em;
  background-color: #e0e0e2;
}

.master-Hero_Inner {
  position: relative;
  height: 0;
  padding-top: 44.1176%;
  background-image: url("../media/images//technology/mortorsport/technology-mortorsport-hero.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.master-Hero_Inner-rally {
  background-image: url("../media/images//technology/rally/technology-rally-hero.jpg");
}

.master-Hero_Inner-robocon {
  background-image: url("../media/images//technology/robocon/technology-robocon-hero.jpg");
}

.master-Hero_Text {
  z-index: 2;
  position: absolute;
  left: 50%;
  width: 90.875%;
  padding-top: 1.7em;
  padding-right: 5.645%;
  padding-bottom: 1.7em;
  padding-left: 5.645%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #c20b0b;
  letter-spacing: 0;
  text-align: center;
  opacity: .9;
}

.master-Hero_Title {
  width: 100%;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
}

.master-Hero_Lead {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4615;
}

.master-Hero_Lead br {
  display: inline-block;
}

.master-People {
  padding-top: 60px;
}

.master-People_Inner {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.master-People_Container {
  position: relative;
  margin-top: 3em;
}

.master-People_Container:first-child {
  margin-top: 0;
}

.master-People_Container:last-child {
  margin-top: 2.75em;
}

.master-People_Image {
  width: 27.0833%;
  float: left;
}

.master-People_Image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.master-People_Name {
  width: 72.9167%;
  height: 1.8em;
  padding-left: 4.1667%;
  float: left;
  background-position: 10% .5em;
  background-repeat: no-repeat;
  background-size: auto 1.3em;
  text-indent: -9999px;
}

.master-People_Name-mizuno {
  background-image: url("../media/images//technology/mortorsport/technology-mortorsport-name_mizuno.png");
}

.master-People_Name-sugiura {
  background-image: url("../media/images//technology/mortorsport/technology-mortorsport-name_sugiura.png");
}

.master-People_Name-mori {
  background-image: url("../media/images//technology/rally/technology-rally-name_mori.png");
}

.master-People_Name-omori {
  background-image: url("../media/images//technology/rally/technology-rally-name_omori.png");
}

.master-People_Name-hiromura {
  background-image: url("../media/images//technology/rally/technology-rally-name_hiromura.png");
}

.master-People_Name-kojima {
  background-image: url("../media/images//technology/robocon/technology-robocon-name_kojima.png");
}

.master-People_Name-tsukamoto {
  background-image: url("../media/images//technology/robocon/technology-robocon-name_tsukamoto.png");
}

.master-People_Profile {
  width: 72.9167%;
  margin-top: 1.1em;
  padding-left: 4.1667%;
  float: left;
  color: #00141e;
  font-size: 1rem;
  letter-spacing: .05em;
}

.master-People_Profile span:first-child {
  display: block;
}

.master-People_Info {
  padding-top: 0.9091em;
  clear: both;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1.7272;
  text-align: justify;
}

.master-People_Comment {
  color: #00141e;
  font-size: 1rem;
  letter-spacing: .03em;
  line-height: 1.55em;
  text-align: left;
}

.master-Lead {
  padding-top: 2.75em;
}

.master-Lead_Inner {
  width: 93.75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9.375%;
  padding-right: 4.6875%;
  padding-bottom: 9.375%;
  padding-left: 4.6875%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #00141e;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.6154;
  text-align: justify;
}

.master-Body {
  padding-top: 0;
  background-color: #e0e0e2;
}

.master-Body::before, .master-Body::after {
  display: table;
  content: '';
}

.master-Body::after {
  clear: both;
}

.master-Body_Inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.master-Body_Img {
  width: 70.3125%;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
}

.mortorsport-Body-Reverse .master-Body_Img {
  width: 56.25%;
}

.master-Body_Img img {
  width: 100%;
  height: auto;
}

.master-Body_TextWrap {
  width: 87.5%;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
}

.master-Body_Text {
  font-size: 1.3rem;
  line-height: 1.6154;
  text-align: justify;
}

.master-Body_Text p {
  margin-top: 1.5em;
}

.master-Content {
  padding-top: 6em;
  text-align: center;
}

.master-Content_Title {
  display: inline;
  position: relative;
  border-bottom: 1px solid #c20b0b;
  font-size: 1.7rem;
  letter-spacing: .05em;
  text-align: center;
}

.master-Content_Title br {
  display: inline-block;
}

.master-Content-Last {
  width: 100%;
  height: 0;
  margin-top: 4em;
  padding-top: 37.5%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.master-Content-Last-01 {
  background-image: url("../media/images/technology/mortorsport/technology-mortorsport-img06.jpg");
}

.master-Content-Last-02 {
  background-image: url("../media/images/technology/rally/technology-rally-img06.jpg") !important;
}

.master-Content-Last-03 {
  background-image: url("../media/images/technology/robocon/technology-robocon-img06.jpg") !important;
}

.master-Nav {
  margin-top: 6em;
  background-color: #e0e0e2;
}

.master-Nav_Inner {
  position: relative;
  width: 93.75%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #7e8488;
  border-right: none;
  border-left: none;
}

.master-Nav_List {
  line-height: 5.9rem;
  list-style-type: none;
}

.master-Nav_ListItem::after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #7e8488;
}

.master-Nav_ListItem:nth-child(1) {
  display: none;
}

.master-Nav_ListItem:nth-child(1)::after {
  left: 40px;
  content: '';
}

.master-Nav_ListItem:nth-child(2) {
  text-align: center;
}

.master-Nav_ListItem:nth-child(3) {
  display: none;
}

.master-Nav_ListItem:nth-child(3)::after {
  right: 40px;
  content: '';
}

.master-Nav_List a {
  color: #7e8488;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.master-Nav_List a:hover {
  opacity: .7;
}

.interview-Main {
  padding-top: 0;
  padding-bottom: 6rem;
  background-color: #e0e0e2;
}

.interview-Hero {
  padding-top: 5em;
  background-color: #e0e0e2;
}

.interview-Hero_Inner {
  position: relative;
  height: 0;
  padding-top: 53.125%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.interview-inada .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/inada/interview-hero-img.jpg");
}

.interview-taketani .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/taketani/interview-hero-img.jpg");
}

.interview-asai .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/asai/interview-hero-img.jpg");
}

.interview-noguchi .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/noguchi/interview-hero-img.jpg");
}

.interview-ozeki .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/ozeki/interview-hero-img.jpg");
}

.interview-suzuki .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/suzuki/interview-hero-img.jpg");
}

.interview-miyashita .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/miyashita/interview-hero-img.jpg");
}

.interview-hattori .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/hattori/interview-hero-img.jpg");
}

.interview-morita .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/morita/interview-hero-img.jpg");
}

.interview-shibahara .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/shibahara/interview-hero-img.jpg");
}

.interview-nishio .interview-Hero_Inner {
  background-image: url("../media/images/works/interview/nishio/interview-hero-img.jpg");
}

.interview-Hero_Text {
  display: none;
  position: relative;
  top: 100%;
  color: #fff;
  text-align: center;
}

.interview-taketani .interview-Hero_Text {
  color: #00141e;
}

.interview-noguchi .interview-Hero_Text {
  color: #00141e;
}

.interview-ozeki .interview-Hero_Text {
  color: #00141e;
}

.interview-hattori .interview-Hero_Text {
  color: #00141e;
}

.interview-shibahara .interview-Hero_Text {
  color: #00141e;
}

.interview-morita .interview-Hero_Text {
  color: #00141e;
}

.interview-nishio .interview-Hero_Text {
  color: #00141e;
}

.interview-Hero_Comment {
  margin-top: 2.6em;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1;
}

.interview-SpName_Text {
  padding-top: 2em;
  padding-bottom: 2em;
  color: #00141e;
  text-align: center;
}

.interview-SpName_Position {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.interview-SpName_Name {
  margin-top: .6em;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}

.interview-SpName_Profile {
  margin-top: 1.8181em;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}

.interview-Heading {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  background-color: #00141e;
  color: #fff;
}

.interview-Heading_Main {
  padding-left: 1em;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.3888;
  text-align: center;
}

.interview-Heading_Sub {
  padding-top: 3.5em;
  padding-top: 2.6923em;
  padding-right: 1.5385em;
  padding-left: 1.5385em;
  font-size: 1.3em;
  line-height: 1.6154;
  text-align: justify;
}

.interview-Body {
  margin-top: 4em;
  background-color: #e0e0e2;
}

.interview-Body_Inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.interview-Body_Img {
  z-index: 1;
  position: relative;
}

.interview-Body_Img img {
  width: 95.2381%;
  height: auto;
  vertical-align: bottom;
}

.interview-Body_TextWrap {
  z-index: 2;
  position: relative;
}

.interview-Body_Title {
  width: 93.75%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(194, 11, 11, 0.9);
  text-align: center;
}

.interview-Body_SectionNum {
  color: #00141e;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.interview-Body_Lead {
  padding-top: .9333em;
  padding-right: .9333em;
  padding-left: .9333em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.3;
  text-align: center;
}

.interview-Body_Text {
  width: 90.625%;
  margin-right: auto;
  margin-left: auto;
  color: #00141e;
  font-size: 1.3em;
  line-height: 1.6154;
  text-align: justify;
}

.interview-Body_Text p > span {
  display: block;
  font-size: 1rem;
  line-height: 1.4166;
}

.interview-Body_Text p > span:first-child {
  margin-top: 2em;
}

.interview-Body-Reverse {
  text-align: right;
}

.interview-Body-Reverse .interview-Body_Img img {
  width: 65.625%;
}

.interview-Body-Reverse .interview-Body_Title {
  margin-right: auto;
  margin-left: 0;
}

.interview-noguchi .interview-Body-Reverse .interview-Body_Title {
  padding-left: 0;
}

.interview-noguchi .interview-Body-Reverse .interview-Body_Lead {
  text-align: center;
}

.interview-Body::before, .interview-Body::after {
  display: table;
  content: '';
}

.interview-Body::after {
  clear: both;
}

.interview-BodyLast {
  margin-top: 4em;
}

.interview-BodyLast_Img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.interview-BodyLast_Inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.interview-BodyLast_Title {
  width: 93.75%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(194, 11, 11, 0.9);
  text-align: center;
}

.interview-BodyLast_SectionNum {
  color: #00141e;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.interview-BodyLast_Lead {
  padding-top: .9333em;
  padding-right: .9333em;
  padding-left: .9333em;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.3;
  text-align: center;
}

.interview-BodyLast_Text {
  width: 90.625%;
  margin-right: auto;
  margin-left: auto;
  color: #00141e;
  font-size: 1.3em;
  line-height: 1.6154;
  text-align: justify;
}

.interview-Nav {
  margin-top: 6em;
  background-color: #e0e0e2;
}

.interview-Nav_Inner {
  position: relative;
  width: 93.75%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #7e8488;
  border-right: none;
  border-left: none;
}

.interview-Nav_List {
  line-height: 5.9rem;
  list-style-type: none;
}

.interview-Nav_ListItem::after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #7e8488;
}

.interview-Nav_ListItem:nth-child(1) {
  display: none;
}

.interview-Nav_ListItem:nth-child(1)::after {
  left: 40px;
  content: '';
}

.interview-Nav_ListItem:nth-child(2) {
  text-align: center;
}

.interview-Nav_ListItem:nth-child(3) {
  display: none;
}

.interview-Nav_ListItem:nth-child(3)::after {
  right: 40px;
  content: '';
}

.interview-Nav_List a {
  color: #7e8488;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.interview-Nav_List a:hover {
  opacity: .7;
}

.history-Main {
  padding-top: 0;
  padding-bottom: 6em;
  background-color: #e0e0e2;
}

.history-Hero {
  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;
  height: 220px;
  background-image: url("../media/images/company/company-hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-Hero_Inner {
  position: relative;
  width: 100%;
  text-align: center;
}

.history-Hero_Label {
  position: relative;
  top: 20px;
  color: #c20b0b;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 5.5rem;
  font-weight: bold;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.history-Hero_Label.active {
  top: 0;
  opacity: .5;
}

.history-Hero_Title {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.history-Hero_Title.active {
  bottom: 0;
  opacity: 1;
}

.history-Lead_Content {
  display: none;
}

.history-Box {
  position: relative;
  width: 93.75%;
  margin-top: 8.2em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7.3em;
  padding-bottom: 4em;
  background-color: #fff;
  color: #00141e;
}

.history-Lead + .history-Box {
  margin-top: 8.2em;
}

.history-Box_Point {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #c20b0b;
  text-align: center;
}

.history-Box_PointNum {
  color: #00141e;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

.history-Box_PointTitle {
  width: 100%;
  height: 0;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.history-Box_PointTitle-01 {
  width: 72.7272%;
  padding-top: 13.9487%;
  background-image: url("../media/images/company/history/text-pointtitle01_sp.png");
}

.history-Box_PointTitle-02 {
  width: 72.7272%;
  padding-top: 13.9487%;
  background-image: url("../media/images/company/history/text-pointtitle02_sp.png");
}

.history-Box_PointTitle-03 {
  width: 72.7272%;
  padding-top: 13.9487%;
  background-image: url("../media/images/company/history/text-pointtitle03_sp.png");
}

.history-Box_Inner {
  width: 93.3333%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.7857%;
  padding-left: 6.7857%;
}

.history-Box_Content {
  margin-top: 4em;
}

.history-Box_Content:first-child {
  margin-top: 0;
}

.history-Box_Year {
  position: relative;
  margin-bottom: 4em;
}

.history-Box_Year p {
  position: relative;
  top: 0;
  color: #c20b0b;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -.07em;
  line-height: 1;
  text-align: center;
}

.history-Box_Heading {
  position: relative;
  width: 100%;
  height: 1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.history-Box_Heading-01 {
  background-image: url("../media/images/company/history/text-pointtext01.png");
}

.history-Box_Heading-02 {
  background-image: url("../media/images/company/history/text-pointtext02.png");
}

.history-Box_Heading-03 {
  background-image: url("../media/images/company/history/text-pointtext03.png");
}

.history-Box_Heading-04 {
  background-image: url("../media/images/company/history/text-pointtext04.png");
}

.history-Box_Heading-05 {
  background-image: url("../media/images/company/history/text-pointtext05.png");
}

.history-Box_Heading-06 {
  background-image: url("../media/images/company/history/text-pointtext06.png");
}

.history-Box_Heading-07 {
  background-image: url("../media/images/company/history/text-pointtext07.png");
}

.history-Box_Heading-08 {
  background-image: url("../media/images/company/history/text-pointtext08.png");
}

.history-Box_Heading-09 {
  background-image: url("../media/images/company/history/text-pointtext09.png");
}

.history-Box_Heading-10 {
  background-image: url("../media/images/company/history/text-pointtext10.png");
}

.history-Box_Heading-11 {
  background-image: url("../media/images/company/history/text-pointtext11.png");
}

.history-Box_Heading-12 {
  background-image: url("../media/images/company/history/text-pointtext12.png");
}

.history-Box_Heading-13 {
  background-image: url("../media/images/company/history/text-pointtext13.png");
}

.history-Box_Heading::after {
  position: absolute;
  top: -2.5em;
  right: 50%;
  width: 1px;
  height: 10px;
  background-color: #d2d2d5;
  content: '';
}

.history-Box_Text + .history-Box_Text {
  margin-top: 6em;
}

.history-Box_TextWrap {
  margin-top: 6em;
  margin-bottom: 6em;
}

.history-Box_TextWrap-00 {
  margin-top: 0;
  margin-bottom: 0;
}

.history-Box_TextWrap-custom {
  margin-top: 0;
}

.history-Box_Img {
  margin-top: 2em;
  text-align: center;
}

.history-Box_Img img {
  width: 63.745%;
  height: auto;
}

.history-Box_Outline {
  margin-top: 1.515em;
  font-size: 1.32rem;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.history-Box_Story {
  margin-top: 2.5em;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5833;
}

.message-Main {
  padding-top: 0;
}

.message-Hero {
  height: 100vh;
  background-color: #ccc;
}

.message-Hero_Inner {
  position: relative;
  height: 100%;
  background-color: #ffffff;
}

.message-Hero_Inner::after {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #c20b0b;
  font-size: 1em;
  font-weight: bold;
  content: 'Scroll down';
}

.message-Hero_Content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #00141e;
}

.message-Hero_Movie {
  display: none;
  z-index: -1;
  position: relative;
  top: 0;
  left: 50%;
  width: auto;
  min-height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.message-Hero_Title {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 252.5px;
  height: 76px;
  margin-top: 10px;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
  background-image: url("../media/images/home/home-hero_text_sp.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.message-Hero_Title.active {
  margin-top: 0;
  opacity: 1;
}

.message-Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.message-Content-01 {
  background-image: url("../media/images/message/bg-content01_sp.jpg");
}

.message-Content-02 {
  background-image: url("../media/images/message/bg-content02_sp.jpg");
}

.message-Content-03 {
  background-color: #00141e;
  background-image: url("../media/images/message/text-content04_sp.png");
  background-size: 81.5625% auto !important;
}

.message-Content-04 {
  background-image: url("../media/images/message/bg-content03_sp.jpg");
}

.message-Content-05 {
  background-image: url("../media/images/message/bg-content04_sp.jpg");
}

.message-Content-06 {
  background-image: url("../media/images/message/bg-content05_sp.jpg");
}

.message-Content_Inner {
  width: 100%;
}

.message-Content_Inner p {
  text-indent: -9999px;
}

.message-Content-01 .message-Content_Inner p:nth-child(1) {
  width: 100%;
  height: 53.5px;
  background-image: url("../media/images/message/text-content01_sp.png");
  background-position: right 20% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.message-Content-01 .message-Content_Inner p:nth-child(2) {
  width: 100%;
  height: 136px;
  margin-top: 70px;
  background-image: url("../media/images/message/text-content02_sp.png");
  background-position: right 20% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.message-Content-02 .message-Content_Inner p:nth-child(1) {
  width: 100%;
  height: 53px;
  background-image: url("../media/images/message/text-content03_sp.png");
  background-position: right 20% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.message-Content-04 .message-Content_Inner p:nth-child(1) {
  width: 100%;
  height: 32px;
  background-image: url("../media/images/message/text-content05_sp.png");
  background-position: right 20% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.message-Content-04 .message-Content_Inner p:nth-child(2) {
  width: 100%;
  height: 73px;
  margin-top: 70px;
  background-image: url("../media/images/message/text-content06_sp.png");
  background-position: right 20% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.message-Content-05 .message-Content_Inner p:nth-child(1) {
  width: 100%;
  height: 94px;
  background-image: url("../media/images/message/text-content07_sp.png");
  background-position: right 19% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.message-Content-05 .message-Content_Inner p:nth-child(2) {
  width: 100%;
  height: 11.5px;
  margin-top: 70px;
  background-image: url("../media/images/message/text-content08_sp.png");
  background-position: right 26% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.message-Content-06 .message-Content_Inner p:nth-child(1) {
  width: 100%;
  height: 115px;
  background-image: url("../media/images/message/text-content09_sp.png");
  background-position: right 20% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.message-Content-06 .message-Content_Inner p:nth-child(2) {
  width: 100%;
  height: 115px;
  margin-top: 70px;
  background-image: url("../media/images/message/text-content10_sp.png");
  background-position: right 20% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.message-Content-07 .message-Content_Inner {
  width: 100%;
  padding-left: 0;
}

.message-Content-07 .message-Content_Inner p:nth-child(1) {
  width: 100%;
  height: 97.47px;
  background-image: url("../media/images/message/text-content11_sp.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: -9999px;
}

.message-Content-07 .message-Content_Inner p:nth-child(2) {
  width: 100%;
  height: 0;
  margin-top: 115px;
  padding-top: 24%;
  background-image: url("../media/images/message/text-content12_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 84% auto;
  text-indent: -9999px;
}

.support-Main {
  padding-bottom: 6em;
  background-color: #e0e0e2;
}

.support-Hero {
  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;
  height: 220px;
  background-image: url("../media/images/company/company-hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-Hero_Inner {
  position: relative;
}

.support-Hero_Label {
  position: relative;
  top: 20px;
  color: #c20b0b;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 5.5rem;
  font-weight: bold;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.support-Hero_Label.active {
  top: 0;
  opacity: .5;
}

.support-Hero_Title {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.support-Hero_Title.active {
  bottom: 0;
  opacity: 1;
}

.support-Indivisual_Inner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 4em;
}

.support-Indivisual_Title {
  width: 100%;
  height: 16px;
  background-image: url("../media/images/company/support/text-indivisualtitle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
  text-indent: -9999px;
}

.support-Indivisual_Lead {
  width: 90.625%;
  margin-top: 2.8571em;
  margin-right: auto;
  margin-left: auto;
  color: #00141e;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7142;
  text-align: justify;
}

.support-Indivisual_Content {
  width: 90.625%;
  margin-top: 2.8571em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  background-color: #fff;
}

.support-Indivisual_Content h3 {
  position: relative;
  color: #00141e;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.support-Indivisual_Content h3::after {
  position: absolute;
  bottom: -.5882em;
  left: 50%;
  width: 1.4706em;
  height: 1px;
  margin-left: -.7353em;
  background-color: #c20b0b;
  content: '';
}

.support-Indivisual_Content p {
  margin-top: 2.9167em;
  color: #00141e;
  font-size: 1.2em;
  line-height: 1.625;
  text-align: justify;
}

.support-House {
  margin-top: 6em;
}

.support-House_Title {
  width: 100%;
  height: 16px;
  background-image: url("../media/images/company/support/text-housetitle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
  text-indent: -9999px;
}

.support-House_MainImg {
  width: 75%;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
}

.support-House_MainImg img {
  width: 100%;
  height: auto;
}

.support-House_Lead {
  width: 90.625%;
  margin-top: 2.1429em;
  margin-right: auto;
  margin-left: auto;
  color: #00141e;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7142;
  text-align: justify;
}

.support-House .slick-next,
.support-House .slick-prev {
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -7.5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.support-House .slick-next {
  right: 15px;
  background-image: url("../media/images/company/office/arrow_next.png");
}

.support-House .slick-prev {
  left: 15px;
  background-image: url("../media/images/company/office/arrow_prev.png");
}

.support-House_ListItemImg {
  list-style-type: none;
}

.support-House_ListItemImg:first-child {
  margin-left: 0;
}

.support-House_ListItemImg img {
  width: 100%;
  height: auto;
}

.support-Benefits {
  margin-top: 6em;
}

.support-Benefits_Inner {
  margin-right: auto;
  margin-left: auto;
}

.support-Benefits_Title {
  width: 100%;
  height: 16px;
  background-image: url("../media/images/company/support/text-benefittitle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
  text-indent: -9999px;
}

.support-Benefits_Container {
  color: #00141e;
}

.support-Benefits_Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5em;
}

.support-Benefits_Content:nth-child(1) {
  margin-top: 0;
}

.support-Benefits_Container01, .support-Benefits_Container02 {
  width: 90.625%;
  margin-right: auto;
  margin-left: auto;
}

.support-Benefits_Container01 {
  margin-top: 4em;
}

.support-Benefits_Div {
  width: 50%;
  padding-right: 1.25em;
  padding-left: 1.25em;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4166;
}

.support-Benefits_ListItem {
  padding-left: 1.2727em;
  border-left: 1px solid #d2d2d5;
  font-size: 1.1rem;
  list-style-type: none;
}

.support-Benefits_ListItem:first-child {
  padding-top: 0;
}

.office-Main {
  padding-top: 0;
  padding-bottom: 140px;
  padding-bottom: 0;
  background-color: #00141e;
}

.office-Hero {
  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;
  height: 220px;
  background-image: url("../media/images/company/company-hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.office-Hero_Inner {
  position: relative;
}

.office-Hero_Label {
  position: relative;
  top: 20px;
  color: #c20b0b;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 5.5rem;
  font-weight: bold;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.office-Hero_Label.active {
  top: 0;
  opacity: .5;
}

.office-Hero_Title {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.office-Hero_Title.active {
  bottom: 0;
  opacity: 1;
}

.office-Slide01_Menu {
  display: none;
}

.office-Slide02_Menu {
  display: none;
}

.office-Slide03_Menu {
  display: none;
}

.office-Slide04_Menu {
  display: none;
}

.office-Main .slick-dots,
.office-Main .slick-next,
.office-Main .slick-prev {
  display: none;
}

.js-setDisplay {
  opacity: 0;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 900px) {
  .swiper-container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
  }
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-wrapper {
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    margin: 0 auto;
    transition-timing-function: ease-out;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .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-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .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));
  }
  .swiper-container-wp8-horizontal,
  .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-container-wp8-vertical,
  .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-button-next,
  .swiper-button-prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 10;
    position: absolute;
    transform: translate3d(0, 0, 0);
    text-align: center;
    transition: .3s opacity;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    position: relative;
    transform: scale(0.33);
  }
  .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 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    opacity: .2;
  }
  button.swiper-pagination-bullet {
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    right: 10px;
    transform: translate3d(0, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    width: 8px;
    transform: translateY(-50%);
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    display: inline-block;
    transition: .2s top, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform;
  }
  .swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    background: #007aff;
  }
  .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 {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-container-vertical > .swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    -ms-touch-action: none;
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    z-index: 50;
    position: absolute;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    z-index: 50;
    position: absolute;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    -o-object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  .swiper-lazy-preloader {
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
  }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .swiper-container .swiper-notification {
    z-index: -1000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .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 {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    pointer-events: none;
    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 {
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    visibility: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    backface-visibility: hidden;
    pointer-events: none;
  }
  .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-next + .swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    z-index: 0;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    -webkit-filter: blur(50px);
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: blur(50px);
    opacity: .6;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    z-index: 1;
    backface-visibility: hidden;
    pointer-events: none;
  }
  .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-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    z-index: 0;
    backface-visibility: hidden;
  }
  .swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
  }
  .support-House .slideWrap {
    width: 79.6875%;
    margin-top: 4em;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
  .office-Main .slick-dots,
  .office-Main .slick-next,
  .office-Main .slick-prev {
    display: block;
  }
  .office-Main .office-slide-sp {
    width: 100%;
    height: 240px;
  }
  .office-Main .slick-dots {
    padding-top: 103px;
    padding-bottom: 19px;
    background-color: #00141e;
    text-align: center;
  }
  .office-Main .office-SlideWrap-sp {
    position: relative;
  }
  .office-Main .office-Slide_Title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .office-Main .office-Slide_Lead {
    margin-top: 1.1538em;
    font-size: 1.3rem;
  }
  .office-Main .office-Slide_Right {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .office-Main .slick-next,
  .office-Main .slick-prev {
    z-index: 2;
    position: absolute;
    bottom: 100px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -9999px;
  }
  .office-Main .slick-next {
    right: 15px;
    background-image: url("../media/images/company/office/arrow_next.png");
  }
  .office-Main .slick-prev {
    left: 15px;
    background-image: url("../media/images/company/office/arrow_prev.png");
  }
  .office-Main .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 2.5px;
    background-color: #ffffff;
    opacity: 1;
  }
  .office-Main .swiper-pagination-bullet-active {
    background-color: #c20b0b;
  }
}

@media screen and (min-width: 600px) {
  .modal__container {
    padding-right: 9.375%;
    padding-left: 9.375%;
  }
  .modal__content {
    padding-top: 100px;
    padding-bottom: 116px;
  }
  .modal__close {
    width: 40px;
    height: 40px;
    padding-right: 9px;
    padding-left: 9px;
  }
  .modal .ttl {
    padding-bottom: 0.64em;
  }
  .modal .ttl::after {
    width: 60px;
  }
  .modal .ttl._entry {
    padding-bottom: 0.64em;
    font-size: 5rem;
  }
  .modal .ttl._login {
    padding-bottom: 0.64em;
    font-size: 3.4rem;
  }
  .modal .list {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 60px;
  }
  .modal .list .item {
    width: 300px;
  }
  .modal .list .link {
    height: 70px;
    border: 1px solid #00141e;
    background-color: transparent;
    color: #00141e;
  }
  .modal .list .link .arr .fill {
    fill: #00141e;
  }
}

@media (hover: hover) and (pointer: fine) {
  .modal .list .link:hover {
    background-color: #00141e;
    color: #fff;
  }
  .modal .list .link:hover .fill {
    fill: #fff;
  }
}

@media screen and (min-width: 900px) {
  .modal .list .link .arr {
    right: 29.5px;
  }
  .common-Nav {
    height: auto;
    background-color: #00141e;
  }
  .common-Nav_List {
    float: left;
  }
  body.company .common-Nav_List {
    background-color: inherit;
  }
  body.works .common-Nav_List {
    background-color: inherit;
  }
  .common-Nav_Logo {
    padding-left: 8px;
    line-height: 87px;
  }
  .common-Nav_LogoImg {
    width: 116px;
    background-size: auto;
  }
  .common-Nav_LogoText {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    font-size: 1.2rem;
    letter-spacing: .05em;
  }
  .common-Nav_MenuTrigger {
    display: none;
  }
  .common-Nav_Content {
    visibility: visible;
    position: static;
    width: auto;
    height: auto;
    padding-right: 8px;
    float: right;
    background-color: inherit;
  }
  .common-Nav_MenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0;
    float: left;
  }
  .common-Nav_MenuItem {
    margin-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 90px;
  }
  body[data-menu="close"] .common-Nav_MenuItem {
    opacity: 1;
  }
  .common-Nav_MenuItem a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .common-Nav_MenuItem a:hover {
    opacity: .7;
  }
  .common-Nav_BtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding-top: 28px;
    padding-bottom: 28px;
    float: left;
  }
  .common-Nav_Btn {
    width: 100px;
    height: 30px;
    margin-top: 0;
    margin-left: 10px;
    line-height: 28px;
  }
  .common-Nav_Btn:first-child {
    margin-left: 20px;
  }
  .common-Main {
    height: 100%;
    padding-top: 87px;
  }
  .site-Footer {
    padding-top: 78px;
  }
  .site-Footer_Inner {
    width: 91.1765%;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
  .site-Footer_Content-PC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 56px;
    font-size: 1.2rem;
  }
  .site-Footer_Content-Mobile {
    display: none;
  }
  .site-Footer_Copy {
    margin-top: 38px;
    margin-bottom: 38px;
    text-align: right;
  }
  .login-Main {
    height: 100vh;
    padding-top: 0;
  }
  .login-Main_Inner {
    width: 74.78%;
    max-width: 1020px;
  }
  .login-Main_CompanyName {
    width: 115px;
    height: 25px;
    padding-top: 0;
  }
  .login-Main_SiteContent {
    width: 101px;
    height: 14px;
    margin-left: 13px;
    padding-top: 0;
  }
  .login-Main_Recruit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
  .login-Main_Newgrad, .login-Main_Career, .login-Main_Kikan {
    width: 49.902%;
    height: 380px;
    padding-top: 0;
    background-position: right center;
    background-size: auto 100%;
  }
  .login-Main_Newgrad::after, .login-Main_Career::after, .login-Main_Kikan::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: '';
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .login-Main_Newgrad {
    background-image: url("../media/images/login/bg-newgrad_on_pc.jpg");
  }
  .login-Main_Newgrad::after {
    background-image: url("../media/images/login/bg-newgrad_off_pc.jpg");
  }
  .login-Main_Career {
    background-image: url("../media/images/login/bg-career_on_pc.jpg");
  }
  .login-Main_Career::after {
    background-image: url("../media/images/login/bg-career_off_pc.jpg");
  }
  .login-Main_Career {
    margin-top: 0;
    margin-left: 2px;
  }
  .login-Main_Kikan {
    background-image: url("../media/images/login/bg-kikan_on_pc.jpg");
  }
  .login-Main_Kikan::after {
    background-image: url("../media/images/login/bg-kikan_off_pc.jpg");
  }
  .login-Main_Kikan {
    margin-top: 0;
    margin-left: 2px;
  }
  .login-Main_Newgrad:hover::after, .login-Main_Career:hover::after, .login-Main_Kikan:hover::after {
    opacity: 0;
  }
  .login-Main_NewgradInner, .login-Main_CareerInner, .login-Main_KikanInner {
    bottom: 30px;
    left: 14px;
  }
  .login-Main_RecruitTitle {
    width: 218px;
    height: 30px;
    padding-top: 0;
  }
  .login-Main_RecruitTitle-Newgrad {
    width: 181px;
  }
  .login-Main_RecruitTitle-Kikan {
    width: 231px;
  }
  .login-Main_RecruitExp {
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
  .login-Main_BtnWrap {
    margin-top: 20px;
  }
  .login-Main_Btn {
    width: 509px;
    margin-left: 2px;
  }
  .login-Main_Btn a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 35px;
    line-height: 70px;
    text-align: left;
  }
  .login-Main_Btn a::before {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 1px;
    background-color: #fff;
    content: '';
  }
  .login-Main_Btn-MyPage a::after {
    z-index: 1;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .login-Main_Btn-Register a::after {
    z-index: 1;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #9c0909;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .login-Main_Btn a:hover::after {
    left: 0;
  }
  .login-Main_Btn span:nth-child(1) {
    font-size: 2.2rem;
  }
  .login-Main_Btn span:nth-child(2) {
    margin-left: 20px;
    font-size: 1.2rem;
  }
  .home-Main {
    padding-top: 90px;
    padding-top: 0;
  }
  .home-Hero {
    height: 100vh;
    padding-top: 90px;
  }
  .home-Hero_Inner::after {
    bottom: 58px;
    font-size: 1.4em;
  }
  .home-Hero_Movie {
    display: block;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .home-Hero_Title {
    width: 766px;
    height: 75px;
    margin-top: 20px;
    background-image: url("../media/images/home/home-hero_text.png");
    background-position: center;
  }
  .home-TopLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .home-TopLink_Inner {
    height: 320px;
  }
  .home-TopLink_Img {
    width: auto;
    min-width: 101%;
    height: auto;
  }
  .home-TopLink_MessageText {
    width: 316px;
    height: 40px;
    background-image: url("../media/images/home/home-toplink_message_text.png");
    background-size: auto;
  }
  .home-TopLink_TechText {
    width: 418px;
    height: 40px;
    background-image: url("../media/images/home/home-toplink_tech_text.png");
    background-size: auto;
  }
  .home-TopLink_TechText::after {
    top: auto;
    bottom: -55px;
    left: 0;
    margin-top: 0;
    margin-left: 91px;
    padding-top: 0;
    padding-right: 52px;
    padding-bottom: 0;
    padding-left: 52px;
    -webkit-transform: translate(0);
            transform: translate(0);
    font-size: 1.8rem;
    line-height: 40px;
  }
  .home-TopLink_Inner:hover.home-TopLink_Message {
    background-color: #002538;
  }
  .home-TopLink_Inner:hover.home-TopLink_Tech {
    background-color: #db0d0d;
  }
  .home-TopLink_Inner:hover .home-TopLink_Img {
    min-width: 150%;
  }
  .home-About:hover::after {
    left: 100%;
  }
  .home-About:hover .home-About_Bg::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .home-About {
    height: 900px;
  }
  .home-About .home-About_Bg {
    top: 200px;
    width: 100%;
    height: 700px;
  }
  .home-About_Label {
    top: 45px;
    margin-right: 16.25%;
    font-size: 12rem;
    text-align: right;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
  }
  .home-About:hover .home-About_Label {
    top: 45px;
  }
  .home-About_Content {
    width: 33.3088%;
    min-width: 392px;
    min-height: 600px;
    padding-top: 190px;
    padding-right: 66px;
    padding-bottom: 163px;
    padding-left: 66px;
  }
  .home-About_Title {
    font-size: 5rem;
  }
  .home-About_Text {
    font-size: 1.4rem;
  }
  .home-About_Text span {
    bottom: -52px;
    width: 60px;
    height: 1px;
  }
  .home-About_Text span::after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: red;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .home-About-Tech .home-About_Label {
    margin-left: 16.25%;
    text-align: left;
  }
  .home-Projects {
    height: 800px;
    padding-top: 90px;
  }
  .home-Projects::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 32.9429%;
    height: 90px;
    background-color: #c20b0b;
    content: '';
  }
  .home-Projects_Inner:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .home-Projects_Inner:hover div > p > span::after {
    left: 0;
  }
  .home-Projects_Label {
    top: -70px;
    font-size: 12rem;
  }
  .home-Projects_Title {
    font-size: 5rem;
  }
  .home-Requirements::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #c7c7c9;
    content: '';
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }
  .home-Requirements_Inner {
    width: 83.0823%;
    max-width: 1120px;
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .home-Requirements_Title {
    width: 688px;
    height: 56px;
    padding-top: 0;
    background-size: auto;
  }
  .home-Requirements_Title-JP {
    font-size: 3rem;
    letter-spacing: .05em;
  }
  .company-Main {
    padding-top: 0;
  }
  .company-Hero {
    height: 440px;
  }
  .company-Hero_Label {
    font-size: 12rem;
  }
  .company-Hero_Title {
    font-size: 4.8rem;
  }
  .company-Message {
    height: 600px;
  }
  .company-Message:hover::after {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .company-Message_Inner {
    z-index: 1;
    position: relative;
  }
  .company-Message_Title {
    font-size: 5rem;
  }
  .company-Message:hover .company-Message_Title {
    color: #8f1515;
  }
  .company-LinksItem {
    width: 33.3333%;
    height: 400px;
  }
  .company-LinksItem:hover::after {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .company-LinksItem_Title {
    font-size: 2.4rem;
  }
  .works-Main {
    padding-top: 0;
  }
  .works-Hero {
    height: 440px;
  }
  .works-Hero_Label {
    font-size: 12rem;
  }
  .works-Hero_Title {
    font-size: 4.8rem;
  }
  .works-Projectstory {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .works-Projectstory_Inner {
    max-width: 1000px;
  }
  .works-Projectstory_Title {
    margin-bottom: 0;
    padding-bottom: 80px;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .05em;
  }
  .works-Projectstory_Story {
    width: 49%;
    height: 0;
    margin-top: 4%;
    padding-top: 31%;
    float: left;
  }
  .works-Projectstory_Story:nth-of-type(even) {
    margin-left: 2%;
  }
  .works-Projectstory_Story:nth-of-type(1), .works-Projectstory_Story:nth-of-type(2) {
    margin-top: 0;
  }
  .works-Interview {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .works-Interview_Inner {
    width: 100%;
    max-width: 1000px;
  }
  .works-Interview_Title {
    font-size: 3.2rem;
  }
  .works-Interview_Comment {
    margin-top: 15px;
    padding-bottom: 80px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1;
  }
  .works-Interview_Employee {
    width: 23.5%;
    margin-top: 6%;
    margin-left: 2%;
    padding-top: 30%;
  }
  .works-Interview_Employee:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  .works-Interview_Text {
    bottom: 0;
    left: 25px;
    width: 78.7234%;
    padding-top: 22px;
    padding-right: 19px;
    padding-bottom: 22px;
    padding-left: 19px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: #00141e;
  }
  .works-Interview_Pos {
    font-size: 1.5rem;
  }
  .works-Interview_Prof {
    margin-top: 8px;
    font-size: 1.1rem;
    line-height: 1.3636;
  }
  .project-Main {
    padding-top: 0;
    padding-bottom: 140px;
  }
  .project-Hero {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .project-Hero_Inner-03 .project-Hero_Text br {
    display: none;
  }
  .project-Hero_Text {
    bottom: -80px;
    width: 100%;
    max-width: 1000px;
    padding-top: 43px;
    padding-right: 34px;
    padding-bottom: 43px;
    padding-left: 34px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .project-Hero_Number {
    font-size: 1.5rem;
  }
  .project-Hero_Title {
    margin-top: 20px;
    font-size: 3.5rem;
    letter-spacing: .02em;
    line-height: 1;
  }
  .project-Lead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .project-Lead_Inner {
    width: 47.0588%;
    max-width: 640px;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7;
    text-align: left;
  }
  .project-Body {
    padding-top: 180px;
  }
  .project-Body:first-child {
    padding-top: 80px;
  }
  .project-Body_Inner {
    max-width: 1360px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .project-Body_Title {
    color: #c20b0b;
    font-size: 2.5rem;
    letter-spacing: .05em;
    line-height: 1.4;
  }
  .project-Body_Text {
    margin-top: 40px;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.9em;
  }
  .project-Body_Text p {
    margin-top: 35px;
  }
  .project-Body_Text p:first-child {
    margin-top: 0;
  }
  .project-Related_Inner {
    width: 747px;
  }
  .project-Related_Title {
    height: 31px;
  }
  .project-Related_Content {
    margin-top: 40px;
  }
  .project-Related_Employee {
    width: 235px;
    height: 306px;
    margin-left: 20px;
    padding-top: 0;
  }
  .project-Related_EmployeeInner {
    width: 185px;
    height: 78px;
    margin-top: 214px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: left;
  }
  .project-Related_Name {
    height: 15px;
  }
  .project-Related_Profile {
    margin-top: 10px;
    font-size: 1.1rem;
    letter-spacing: -.02em;
  }
  .project-Nav {
    margin-top: 0;
  }
  .project-Nav_Inner {
    width: 100%;
    max-width: 1280px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1;
  }
  .project-Nav_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 100px;
  }
  .project-Nav_ListItem {
    position: relative;
    width: 33.3333%;
  }
  .project-Nav_ListItem:nth-child(1) {
    display: inline;
    padding-left: 100px;
  }
  .project-Nav_ListItem:nth-child(3) {
    display: inline;
    padding-right: 100px;
    text-align: right;
  }
  .technology-Main {
    padding-top: 0;
    padding-bottom: 140px;
  }
  .technology-Hero {
    height: 440px;
  }
  .technology-Hero_Label {
    font-size: 12rem;
  }
  .technology-Hero_Title {
    width: 100%;
    font-size: 4.8rem;
  }
  .technology-Movie_Inner {
    max-width: 1000px;
    padding-top: 120px;
  }
  .technology-Movie_Title {
    height: 32px;
  }
  .technology-Movie_Container {
    width: 100%;
    margin-top: 80px;
  }
  .technology-Movie_Content {
    height: 260px;
    background-size: auto 100%;
  }
  .technology-Movie_Text {
    top: 50%;
    left: 50%;
    width: 310px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #c20b0b;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 52px;
    text-align: center;
  }
  .technology-Master_Inner {
    max-width: 1000px;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
  }
  .technology-Master_Title {
    height: 31px;
  }
  .technology-Master_Comment {
    margin-top: 15px;
    padding-bottom: 80px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1;
  }
  .technology-Master_Container {
    margin-top: 0;
  }
  .technology-Master_Content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
  .technology-Master_Content:first-child {
    margin-top: 0;
  }
  .technology-Master_Image {
    width: 40%;
    height: auto;
    padding-top: 0;
  }
  .technology-Master_Image img {
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .technology-Master_Content:hover .technology-Master_Image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .technology-Master_Text {
    width: 60%;
    height: 300px;
    padding-left: 8.3333%;
    text-align: left;
  }
  .technology-Master_ContTitle {
    display: block;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-color: inherit;
    color: #00141e;
    font-size: 2.8rem;
  }
  .technology-Master_Intro {
    width: 100%;
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.7143;
    text-align: left;
  }
  .technology-Master_More {
    position: static;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 30px;
    font-size: 1.5rem;
  }
  .technology-Master_More::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #000;
    content: '';
  }
  .technology-Master_More-Last {
    padding-bottom: 0;
  }
  .master-Main {
    padding-top: 0;
    padding-bottom: 140px;
  }
  .master-Hero {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .master-Hero_Text {
    z-index: 2;
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    height: 160px;
    padding-top: 43px;
    padding-right: 34px;
    padding-bottom: 43px;
    padding-left: 34px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #c20b0b;
    text-align: center;
    opacity: .9;
  }
  .master-Hero_Title {
    width: 100%;
    font-size: 4rem;
  }
  .master-Hero_Lead {
    width: 100%;
    height: 19px;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1;
  }
  .master-Hero_Lead br {
    display: none;
  }
  .master-People {
    padding-top: 60px;
  }
  .master-People_Inner {
    width: 100%;
    max-width: 1000px;
  }
  .master-People_Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .master-People_Container:last-child {
    margin-top: 54px;
  }
  .master-People_Image {
    width: 140px;
    float: none;
  }
  .master-People_Text {
    width: 530px;
    padding-left: 40px;
    float: none;
  }
  .master-People_Name {
    width: auto;
    height: 17px;
    padding-left: 0;
    float: none;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .master-People_Name-sugiura {
    height: 18px;
  }
  .master-People_Profile {
    width: 100%;
    margin-top: 18px;
    padding-left: 0;
    float: none;
    color: #00141e;
    font-size: 1.2rem;
    letter-spacing: .05em;
  }
  .master-People_Profile span:first-child {
    display: inline;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
  }
  .master-People_Profile span:first-child::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background-color: #00141e;
    content: '';
  }
  .master-People_Info {
    margin-top: 20px;
    padding-top: 0;
    color: #00141e;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.6154;
    text-align: left;
  }
  .master-People_Comment {
    width: 670px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
  }
  .master-Lead {
    padding-top: 54px;
  }
  .master-Lead_Inner {
    width: 100%;
    max-width: 1000px;
    padding-top: 50px;
    padding-right: 90px;
    padding-bottom: 50px;
    padding-left: 90px;
    font-size: 1.6rem;
    line-height: 1.9375;
    text-align: left;
  }
  .master-Body_Text {
    color: #00141e;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.9333;
  }
  .master-Content {
    padding-top: 160px;
    text-align: left;
  }
  .master-Content_Title {
    display: inline-block;
    left: 50%;
    margin-bottom: 90px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: none;
    font-size: 3rem;
    line-height: 1;
  }
  .master-Content_Title br {
    display: none;
  }
  .master-Content_Title::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c20b0b;
    content: '';
  }
  .master-Nav {
    margin-top: 140px;
  }
  .master-Nav_Inner {
    width: 100%;
    max-width: 1280px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1;
  }
  .master-Nav_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 100px;
  }
  .master-Nav_ListItem {
    position: relative;
    width: 33.3333%;
  }
  .master-Nav_ListItem:nth-child(1) {
    display: inline;
    padding-left: 100px;
  }
  .master-Nav_ListItem:nth-child(3) {
    display: inline;
    padding-right: 100px;
    text-align: right;
  }
  .interview-Main {
    padding-top: 0;
    padding-bottom: 160px;
  }
  .interview-Hero {
    height: 100vh;
    padding-top: 90px;
  }
  .interview-Hero_Inner {
    height: 100%;
    padding-top: 0;
  }
  .interview-Hero_Text {
    display: block;
    position: absolute;
    top: 50%;
    left: 5.8824%;
    padding-top: 43px;
    padding-right: 34px;
    padding-bottom: 43px;
    padding-left: 34px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: left;
  }
  .interview-Hero_Position {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
  }
  .interview-Hero_Name {
    margin-top: 25px;
    font-size: 6.2rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
  }
  .interview-Hero_Profile {
    margin-top: 41px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
  }
  .interview-Hero_Comment {
    margin-top: 20px;
    padding-bottom: 80px;
    font-size: 1.2rem;
  }
  .interview-SpName_Text {
    display: none;
  }
  .interview-Heading {
    padding-top: 0;
    padding-bottom: 0;
  }
  .interview-Heading_Inner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
  }
  .interview-Heading_Main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    font-size: 4rem;
    line-height: 1.55;
  }
  .interview-Heading_Sub {
    width: 680px;
    margin-top: 21px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4rem;
    line-height: 1.7142;
    text-align: left;
  }
  .interview-Body {
    margin-top: 0;
    padding-top: 112px;
  }
  .interview-Body:nth-of-type(1) {
    padding-top: 75px;
  }
  .interview-Body_Inner {
    max-width: 1360px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .interview-Body_SectionNum {
    padding-right: 73px;
    color: #00141e;
    font-size: 1.5rem;
  }
  .interview-Body_Text p {
    margin-top: 35px;
  }
  .interview-Body_Text p:first-child {
    margin-top: 0;
  }
  .interview-Body-Reverse .interview-Body_Img img {
    width: 100%;
  }
  .interview-ozeki .interview-Body_Title-1 {
    padding-left: 0;
  }
  .interview-ozeki .interview-Body_Title-1 .interview-Body_SectionNum {
    padding-left: 73px;
  }
  .interview-BodyLast {
    margin-top: 0;
    padding-top: 112px;
  }
  .interview-BodyLast_Img {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .interview-BodyLast_Img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    height: auto;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .interview-BodyLast_Inner {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .interview-BodyLast_Title {
    position: relative;
    top: -40px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 38px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: left;
  }
  .interview-BodyLast_SectionNum {
    color: #00141e;
    font-size: 1.5rem;
  }
  .interview-BodyLast_Lead {
    margin-top: 19px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 2.4rem;
    font-weight: normal;
  }
  .interview-BodyLast_Text {
    width: 100%;
    padding-right: 77px;
    padding-left: 118px;
    font-size: 1.4rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.9em;
    text-align: left;
  }
  .interview-BodyLast_Text p {
    margin-top: 35px;
  }
  .interview-BodyLast_Text p:first-child {
    margin-top: 0;
  }
  .interview-Nav {
    margin-top: 140px;
  }
  .interview-Nav_Inner {
    width: 100%;
    max-width: 1280px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .interview-Nav_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 43px;
    padding-bottom: 43px;
    line-height: 1.5;
  }
  .interview-Nav_ListItem {
    position: relative;
    width: 33.3333%;
  }
  .interview-Nav_ListItem:nth-child(1) {
    display: inline;
    padding-left: 100px;
  }
  .interview-Nav_ListItem:nth-child(3) {
    display: inline;
    padding-right: 100px;
    text-align: right;
  }
  .history-Main {
    padding-top: 0;
    padding-bottom: 120px;
  }
  .history-Hero {
    height: 440px;
  }
  .history-Hero_Label {
    font-size: 12rem;
  }
  .history-Hero_Title {
    font-size: 4.8rem;
  }
  .history-Lead_Content {
    display: block;
    width: 100%;
    height: 62px;
    margin-top: 87px;
    background-image: url("../media/images/company/history/text-lead.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-indent: -9999px;
  }
  .history-Box {
    width: 94.1176%;
    max-width: 1280px;
    margin-top: 120px;
    padding-top: 138px;
    padding-bottom: 90px;
  }
  .history-Lead + .history-Box {
    margin-top: 150px;
  }
  .history-Box_Point {
    width: 800px;
    padding-top: 40px;
    padding-bottom: 38px;
  }
  .history-Box_PointNum {
    font-size: 1.5rem;
  }
  .history-Box_PointTitle {
    height: 22px;
    margin-top: 13px;
    padding-top: 0;
  }
  .history-Box_PointTitle-01 {
    background-image: url("../media/images/company/history/text-pointtitle01.png");
  }
  .history-Box_PointTitle-02 {
    background-image: url("../media/images/company/history/text-pointtitle02.png");
  }
  .history-Box_PointTitle-03 {
    background-image: url("../media/images/company/history/text-pointtitle03.png");
  }
  .history-Box_Inner {
    width: 72.65625%;
    padding-right: 0;
    padding-left: 0;
  }
  .history-Box_Content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
  .history-Box_Year {
    width: 12.5806%;
    margin-bottom: 0;
  }
  .history-Box_Year p {
    top: -.15em;
    font-size: 3.2rem;
    text-align: left;
  }
  .history-Box_Year p.Large {
    font-size: 4.5rem;
  }
  .history-Box_Body {
    width: 82.043%;
    margin-left: 5.3764%;
  }
  .history-Box_Heading {
    height: 24px;
    padding-top: 0;
    background-position: 0 center;
  }
  .history-Box_Heading-Large {
    height: 31px;
  }
  .history-Box_Heading-13 + p {
    margin-top: 16px;
  }
  .history-Box_Heading::after {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: -49px;
    width: 20px;
    height: 1px;
    content: '';
  }
  .history-Box_Body.clearfix .history-Box_Text,
  .history-Box_Body.clearfix .history-Box_Img,
  .history-Box_TextWrap .history-Box_Text,
  .history-Box_TextWrap .history-Box_Img {
    float: left;
  }
  .history-Box_Body.clearfix .history-Box_Text,
  .history-Box_TextWrap .history-Box_Text {
    width: 68.5453%;
    padding-right: 42px;
  }
  .history-Box_Text + .history-Box_Text {
    margin-top: 50px;
  }
  .history-Box_Img {
    margin-top: 0;
    text-align: left;
  }
  .history-Box_Img img {
    width: 100%;
  }
  .history-Box_Body.clearfix .history-Box_Img,
  .history-Box_TextWrap .history-Box_Img {
    width: 31.4547%;
    height: 180px;
  }
  .history-Box_Outline {
    margin-top: 16px;
    font-size: 1.8rem;
    text-align: left;
  }
  .history-Box_Story {
    margin-top: 33px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1.7143;
  }
  .message-Main {
    padding-top: 90px;
    padding-top: 0;
  }
  .message-Hero {
    height: 100vh;
    padding-top: 90px;
  }
  .message-Hero_Inner::after {
    bottom: 58px;
    font-size: 1.4em;
  }
  .message-Hero_Movie {
    display: block;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .message-Hero_Title {
    width: 766px;
    height: 75px;
    margin-top: 20px;
    background-image: url("../media/images/home/home-hero_text.png");
    background-position: center;
  }
  .message-Content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-01 {
    background-image: url("../media/images/message/bg-content01.jpg");
  }
  .message-Content-02 {
    background-image: url("../media/images/message/bg-content02.jpg");
  }
  .message-Content-03 {
    background-color: #00141e;
    background-image: url("../media/images/message/text-content04.png");
    background-size: 543.5px auto !important;
  }
  .message-Content-04 {
    background-image: url("../media/images/message/bg-content03.jpg");
  }
  .message-Content-05 {
    background-image: url("../media/images/message/bg-content04.jpg");
  }
  .message-Content-06 {
    background-image: url("../media/images/message/bg-content05.jpg");
  }
  .message-Content_Inner {
    width: 50%;
    padding-left: 115px;
  }
  .message-Content-01 .message-Content_Inner p:nth-child(1) {
    width: 460px;
    height: 31px;
    background-image: url("../media/images/message/text-content01.png");
    background-position: -7px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-01 .message-Content_Inner p:nth-child(2) {
    width: 391px;
    height: 87px;
    margin-top: 60px;
    background-image: url("../media/images/message/text-content02.png");
    background-position: -7px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-02 .message-Content_Inner p:nth-child(1) {
    width: 445px;
    height: 59px;
    background-image: url("../media/images/message/text-content03.png");
    background-position: -7px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-04 .message-Content_Inner p:nth-child(1) {
    width: 312px;
    height: 31px;
    background-image: url("../media/images/message/text-content05.png");
    background-position: -7px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-04 .message-Content_Inner p:nth-child(2) {
    width: 485px;
    height: 59px;
    margin-top: 60px;
    background-image: url("../media/images/message/text-content06.png");
    background-position: -7px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-05 .message-Content_Inner p:nth-child(1) {
    width: 469px;
    height: 59px;
    background-image: url("../media/images/message/text-content07.png");
    background-position: -7px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-05 .message-Content_Inner p:nth-child(2) {
    width: 192px;
    height: 31px;
    margin-top: 60px;
    background-image: url("../media/images/message/text-content08.png");
    background-position: -7px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-06 .message-Content_Inner p:nth-child(1) {
    width: 406px;
    height: 87px;
    background-image: url("../media/images/message/text-content09.png");
    background-position: -7px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-06 .message-Content_Inner p:nth-child(2) {
    width: 398px;
    height: 87px;
    margin-top: 60px;
    background-image: url("../media/images/message/text-content10.png");
    background-position: -7px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-Content-07 .message-Content_Inner p:nth-child(1) {
    height: 198.5px;
    background-image: url("../media/images/message/text-content11.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .message-Content-07 .message-Content_Inner p:nth-child(2) {
    height: 75px;
    margin-top: 280px;
    padding-top: 0;
    background-image: url("../media/images/message/text-content12.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .support-Main {
    padding-bottom: 140px;
  }
  .support-Hero {
    height: 440px;
  }
  .support-Hero_Label {
    font-size: 12rem;
  }
  .support-Hero_Title {
    font-size: 4.8rem;
  }
  .support-Indivisual_Inner {
    width: 73.5294%;
    max-width: 1000px;
    padding-top: 120px;
  }
  .support-Indivisual_Title {
    width: 394px;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100% auto;
    text-align: center;
    text-indent: -9999px;
  }
  .support-Indivisual_Lead {
    margin-top: 60px;
    padding-right: 15%;
    padding-left: 15%;
  }
  .support-Indivisual_Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .support-Indivisual_Content {
    width: 30%;
    margin-left: 5%;
    padding-top: 42px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .support-Indivisual_Content:first-child {
    margin-left: 0;
  }
  .support-Indivisual_Content h3 {
    font-size: 2.3rem;
  }
  .support-Indivisual_Content h3::after {
    bottom: -20px;
    width: 30px;
    height: 2px;
    margin-left: -15px;
  }
  .support-Indivisual_Content p {
    margin-top: 62px;
    font-size: 1.4em;
    line-height: 1.7143;
  }
  .support-House {
    margin-top: 120px;
  }
  .support-House_Inner {
    width: 73.5294%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .support-House_Title {
    width: 235px;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100% auto;
  }
  .support-House_MainImg {
    width: auto;
    margin-top: 57px;
  }
  .support-House_Lead {
    margin-top: 60px;
    padding-right: 15%;
    padding-left: 15%;
    color: #00141e;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7142;
    text-align: justify;
  }
  .support-House .slick-dots,
  .support-House .slick-next,
  .support-House .slick-prev {
    display: none;
  }
  .support-House_ListItemImg {
    display: block;
    display: block;
    width: 23.5%;
    margin-top: 60px;
    margin-left: 2%;
    float: left;
  }
  .support-Benefits {
    margin-top: 0;
  }
  .support-Benefits_Inner {
    width: 73.5294%;
    max-width: 1000px;
  }
  .support-Benefits_Title {
    width: 269px;
    height: 42px;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100% auto;
    text-align: center;
    text-indent: -9999px;
  }
  .support-Benefits_Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
  .support-Benefits_Content {
    margin-top: 35px;
  }
  .support-Benefits_Container01, .support-Benefits_Container02 {
    width: 50%;
  }
  .support-Benefits_Container01 {
    margin-top: 0;
  }
  .support-Benefits_Div {
    width: 136px;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
  }
  .support-Benefits_Div br {
    display: none;
  }
  .support-Benefits_ListItem {
    padding-top: 18px;
    padding-left: 19px;
    font-size: 1.4rem;
  }
  .office-Main {
    padding-top: 0;
  }
  .office-Hero {
    height: 440px;
  }
  .office-Hero_Label {
    font-size: 12rem;
  }
  .office-Hero_Title {
    font-size: 4.8rem;
  }
  .office-Slide01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1360px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .office-Slide01 > div {
    height: 100%;
  }
  .office-Slide01_Left {
    position: relative;
    width: 66.69118%;
    overflow: hidden;
  }
  .office-Slide01_Left img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    max-width: 908px;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .office-Slide01_Left img.active {
    display: inline;
  }
  .office-Slide01_Right {
    position: relative;
    width: 33.30882%;
    padding: 0 8.4559%;
  }
  .office-Slide01_Right::before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00141e;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .office-Slide01_Right::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00141e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .office-Slide01_Right.item0::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item0::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-01.jpg");
    opacity: 1;
  }
  .office-Slide01_Right.item1::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item1::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-02.jpg");
    opacity: 1;
  }
  .office-Slide01_Right.item2::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item2::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-03.jpg");
    opacity: 1;
  }
  .office-Slide01_Right.item3::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item3::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-04.jpg");
    opacity: 1;
  }
  .office-Slide01_Right.item4::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item4::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-05.jpg");
    opacity: 1;
  }
  .office-Slide01_Right.item5::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item5::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-06.jpg");
    opacity: 1;
  }
  .office-Slide01_Right.item6::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item6::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-07.jpg");
    opacity: 1;
  }
  .office-Slide01_Right.item7::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item7::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-08.jpg");
    opacity: 1;
  }
  .office-Slide01_Right.item8::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item8::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-09.jpg");
    opacity: 1;
  }
  .office-Slide01_Right.item9::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide01_Right.item9::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec1-10.jpg");
    opacity: 1;
  }
  .office-Slide01_Title {
    z-index: 3;
    position: relative;
    padding-top: 157px;
    color: #fff;
    text-align: center;
  }
  .office-Slide01_Title p:first-child {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1;
  }
  .office-Slide01_Title p:last-child {
    margin-top: 35px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1;
  }
  .office-Slide01_Menu {
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 115px;
    left: 0;
    width: 100%;
  }
  .office-Slide01_Menu p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
  }
  .office-Slide01_Menu p span {
    position: relative;
  }
  .office-Slide01_Menu p span::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .office-Slide01_Menu ul {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .office-Slide01_Menu li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 30px 30px;
    padding: 0;
    float: left;
    background-color: #7e8488;
    text-indent: -9999px;
    cursor: pointer;
  }
  .office-Slide01_Menu li:nth-last-child(-n + 5) {
    margin-bottom: 0;
  }
  .office-Slide01_Menu li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .office-Slide01_Menu li:hover {
    background-color: #d2d2d5;
  }
  .office-Slide01_Menu li.active {
    border: 2px solid #fff;
    background-color: #000;
  }
  .office-Slide02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    max-width: 1360px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .office-Slide02 > div {
    height: 100%;
  }
  .office-Slide02_Left {
    position: relative;
    width: 66.69118%;
    overflow: hidden;
  }
  .office-Slide02_Left img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    max-width: 908px;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .office-Slide02_Left img.active {
    display: inline;
  }
  .office-Slide02_Right {
    position: relative;
    width: 33.30882%;
    padding: 0 8.4559%;
  }
  .office-Slide02_Right::before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00141e;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .office-Slide02_Right::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00141e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .office-Slide02_Right.item0::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item0::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-01.jpg");
    opacity: 1;
  }
  .office-Slide02_Right.item1::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item1::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-02.jpg");
    opacity: 1;
  }
  .office-Slide02_Right.item2::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item2::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-03.jpg");
    opacity: 1;
  }
  .office-Slide02_Right.item3::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item3::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-04.jpg");
    opacity: 1;
  }
  .office-Slide02_Right.item4::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item4::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-05.jpg");
    opacity: 1;
  }
  .office-Slide02_Right.item5::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item5::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-06.jpg");
    opacity: 1;
  }
  .office-Slide02_Right.item6::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item6::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-07.jpg");
    opacity: 1;
  }
  .office-Slide02_Right.item7::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item7::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-08.jpg");
    opacity: 1;
  }
  .office-Slide02_Right.item8::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item8::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-09.jpg");
    opacity: 1;
  }
  .office-Slide02_Right.item9::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide02_Right.item9::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec2-10.jpg");
    opacity: 1;
  }
  .office-Slide02_Title {
    z-index: 3;
    position: relative;
    padding-top: 157px;
    color: #fff;
    text-align: center;
  }
  .office-Slide02_Title p:first-child {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1;
  }
  .office-Slide02_Title p:last-child {
    margin-top: 35px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1;
  }
  .office-Slide02_Menu {
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 115px;
    left: 0;
    width: 100%;
  }
  .office-Slide02_Menu p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
  }
  .office-Slide02_Menu p span {
    position: relative;
  }
  .office-Slide02_Menu p span::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .office-Slide02_Menu ul {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .office-Slide02_Menu li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 30px 30px;
    padding: 0;
    float: left;
    background-color: #7e8488;
    text-indent: -9999px;
    cursor: pointer;
  }
  .office-Slide02_Menu li:nth-last-child(-n + 5) {
    margin-bottom: 0;
  }
  .office-Slide02_Menu li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .office-Slide02_Menu li:hover {
    background-color: #d2d2d5;
  }
  .office-Slide02_Menu li.active {
    border: 2px solid #fff;
    background-color: #000;
  }
  .office-Slide03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1360px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .office-Slide03 > div {
    height: 100%;
  }
  .office-Slide03_Left {
    position: relative;
    width: 66.69118%;
    overflow: hidden;
  }
  .office-Slide03_Left img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    max-width: 908px;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .office-Slide03_Left img.active {
    display: inline;
  }
  .office-Slide03_Right {
    position: relative;
    width: 33.30882%;
    padding: 0 8.4559%;
  }
  .office-Slide03_Right::before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00141e;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .office-Slide03_Right::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00141e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .office-Slide03_Right.item0::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item0::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-01.jpg");
    opacity: 1;
  }
  .office-Slide03_Right.item1::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item1::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-02.jpg");
    opacity: 1;
  }
  .office-Slide03_Right.item2::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item2::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-03.jpg");
    opacity: 1;
  }
  .office-Slide03_Right.item3::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item3::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-04.jpg");
    opacity: 1;
  }
  .office-Slide03_Right.item4::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item4::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-05.jpg");
    opacity: 1;
  }
  .office-Slide03_Right.item5::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item5::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-06.jpg");
    opacity: 1;
  }
  .office-Slide03_Right.item6::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item6::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-07.jpg");
    opacity: 1;
  }
  .office-Slide03_Right.item7::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item7::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-08.jpg");
    opacity: 1;
  }
  .office-Slide03_Right.item8::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item8::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-09.jpg");
    opacity: 1;
  }
  .office-Slide03_Right.item9::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide03_Right.item9::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec3-10.jpg");
    opacity: 1;
  }
  .office-Slide03_Title {
    z-index: 3;
    position: relative;
    padding-top: 157px;
    color: #fff;
    text-align: center;
  }
  .office-Slide03_Title p:first-child {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1;
  }
  .office-Slide03_Title p:last-child {
    margin-top: 35px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1;
  }
  .office-Slide03_Menu {
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 115px;
    left: 0;
    width: 100%;
  }
  .office-Slide03_Menu p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
  }
  .office-Slide03_Menu p span {
    position: relative;
  }
  .office-Slide03_Menu p span::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .office-Slide03_Menu ul {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .office-Slide03_Menu li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 30px 30px;
    padding: 0;
    float: left;
    background-color: #7e8488;
    text-indent: -9999px;
    cursor: pointer;
  }
  .office-Slide03_Menu li:nth-last-child(-n + 5) {
    margin-bottom: 0;
  }
  .office-Slide03_Menu li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .office-Slide03_Menu li:hover {
    background-color: #d2d2d5;
  }
  .office-Slide03_Menu li.active {
    border: 2px solid #fff;
    background-color: #000;
  }
  .office-Slide04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    max-width: 1360px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .office-Slide04 > div {
    height: 100%;
  }
  .office-Slide04_Left {
    position: relative;
    width: 66.69118%;
    overflow: hidden;
  }
  .office-Slide04_Left img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    max-width: 908px;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .office-Slide04_Left img.active {
    display: inline;
  }
  .office-Slide04_Right {
    position: relative;
    width: 33.30882%;
    padding: 0 8.4559%;
  }
  .office-Slide04_Right::before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00141e;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .office-Slide04_Right::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00141e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .office-Slide04_Right.item0::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item0::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-01.jpg");
    opacity: 1;
  }
  .office-Slide04_Right.item1::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item1::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-02.jpg");
    opacity: 1;
  }
  .office-Slide04_Right.item2::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item2::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-03.jpg");
    opacity: 1;
  }
  .office-Slide04_Right.item3::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item3::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-04.jpg");
    opacity: 1;
  }
  .office-Slide04_Right.item4::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item4::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-05.jpg");
    opacity: 1;
  }
  .office-Slide04_Right.item5::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item5::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-06.jpg");
    opacity: 1;
  }
  .office-Slide04_Right.item6::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item6::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-07.jpg");
    opacity: 1;
  }
  .office-Slide04_Right.item7::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item7::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-08.jpg");
    opacity: 1;
  }
  .office-Slide04_Right.item8::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item8::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-09.jpg");
    opacity: 1;
  }
  .office-Slide04_Right.item9::before {
    background-color: rgba(0, 20, 30, 0.9);
  }
  .office-Slide04_Right.item9::after {
    background-color: inherit;
    background-image: url("../media/images/company/office/sec4-10.jpg");
    opacity: 1;
  }
  .office-Slide04_Title {
    z-index: 3;
    position: relative;
    padding-top: 157px;
    color: #fff;
    text-align: center;
  }
  .office-Slide04_Title p:first-child {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1;
  }
  .office-Slide04_Title p:last-child {
    margin-top: 35px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1;
  }
  .office-Slide04_Menu {
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 115px;
    left: 0;
    width: 100%;
  }
  .office-Slide04_Menu p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
  }
  .office-Slide04_Menu p span {
    position: relative;
  }
  .office-Slide04_Menu p span::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .office-Slide04_Menu ul {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .office-Slide04_Menu li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 30px 30px;
    padding: 0;
    float: left;
    background-color: #7e8488;
    text-indent: -9999px;
    cursor: pointer;
  }
  .office-Slide04_Menu li:nth-last-child(-n + 5) {
    margin-bottom: 0;
  }
  .office-Slide04_Menu li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .office-Slide04_Menu li:hover {
    background-color: #d2d2d5;
  }
  .office-Slide04_Menu li.active {
    border: 2px solid #fff;
    background-color: #000;
  }
}

@media screen and (min-width: 950px) {
  .common-Nav_Logo {
    padding-left: 38px;
  }
  .common-Nav_Content {
    padding-right: 38px;
  }
}

@media screen and (min-width: 1000px) {
  .home-TopLink_Inner:hover .home-TopLink_Img {
    min-width: 130%;
  }
}

@media screen and (min-width: 1200px) {
  .home-TopLink_Inner:hover .home-TopLink_Img {
    min-width: 110%;
  }
  .home-About_Label {
    top: 83px;
  }
  .home-Requirements_Inner {
    text-align: left;
  }
  .home-Requirements_Title-JP {
    position: absolute;
    top: 50%;
    right: 0;
    width: 184px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-Requirements_Title-JP span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 1px;
    overflow: hidden;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    background-color: #000;
  }
  .home-Requirements_Title-JP span::after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #c20b0b;
    content: '';
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }
  .project-Body_Img {
    width: 680px;
    height: auto;
    margin-left: -40px;
    padding-top: 0;
    overflow: auto;
  }
  .project-Body-Reverse .project-Body_Img {
    margin-top: 70px;
    margin-right: -40px;
    margin-left: auto;
    float: right;
  }
  .project-Body_Img img {
    position: static;
  }
  .project-Body_TextWrap {
    width: 720px;
    margin-top: -530px;
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    float: right;
  }
  .project-Body-Reverse .project-Body_TextWrap {
    margin-top: -848px;
    float: left;
  }
  .project-Related {
    width: 100%;
    padding-top: 169px;
    padding-bottom: 134px;
  }
  .master-Body {
    padding-top: 90px;
  }
  .master-Body:nth-of-type(1) {
    padding-top: 0;
  }
  .master-Body_Inner {
    max-width: 1360px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .master-Body_Img {
    z-index: 1;
    position: relative;
    width: 50%;
    height: 480px;
    margin-top: 0;
    margin-left: -40px;
    float: left;
  }
  .mortorsport-Body-Reverse .master-Body_Img {
    width: 520px;
    height: 480px;
    margin-right: 92px;
    margin-left: 0;
    float: right;
  }
  .mortorsport-Body-Reverse.full .master-Body_Img {
    width: 520px;
  }
  .master-Body_TextWrap {
    z-index: 2;
    position: relative;
    width: 47.05882%;
    margin-top: 0;
    padding-top: 20px;
    padding-right: 80px;
    padding-left: 80px;
    float: right;
  }
  .mortorsport-Body-Reverse .master-Body_TextWrap {
    float: left;
  }
  .master-Body_Text p {
    margin-top: 35px;
  }
  .master-Body_Text p:first-child {
    margin-top: 0;
  }
  .master-Content-Last {
    width: 100%;
    height: 420px;
    margin-top: 113px;
    padding-top: 0;
    background-image: url("../media/images/technology/mortorsport/technology-mortorsport-img06.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interview-Body_Img {
    width: 680px;
    margin-left: -40px;
  }
  .interview-Body_Img img {
    width: 100%;
  }
  .interview-Body_TextWrap {
    right: -40px;
    width: 720px;
    margin-top: -370px;
    float: right;
  }
  .interview-Body_Title {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 38px;
    padding-left: 73px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: left;
  }
  .interview-taketani .interview-Body_Title {
    padding-left: 59px;
  }
  .interview-Body_Lead {
    margin-top: 19px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: left;
  }
  .interview-Body_Text {
    width: 100%;
    margin-top: 40px;
    padding-right: 77px;
    padding-left: 118px;
    font-size: 1.4rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.9em;
  }
  .interview-Body_Text p > span {
    font-size: 1.2rem;
  }
  .interview-Body-Reverse .interview-Body_Img {
    margin-top: 0;
    margin-right: -40px;
    margin-left: auto;
    float: right;
    text-align: left;
  }
  .interview-Body-Reverse .interview-Body_TextWrap {
    right: 0;
    left: -40px;
    margin-top: -600px;
    float: left;
  }
  .interview-Body-Reverse .interview-Body_Title {
    margin-right: auto;
    margin-left: auto;
    padding-left: 32px;
  }
  .interview-Body-Reverse .interview-Body_SectionNum {
    padding-right: 73px;
  }
  .interview-Body-Reverse .interview-Body_Text {
    padding-right: 118px;
    padding-left: 77px;
  }
  .interview-ozeki .interview-Body_Title-1 .interview-Body_Lead {
    padding-right: 32px;
    text-align: right;
  }
}

@media screen and (max-width: 899px) {
  .works-Interview_Employee:nth-of-type(odd) {
    margin-left: 0;
  }
}

/*# sourceMappingURL=maps/common.css.map */
