@charset "UTF-8";
/* ============================
  * inbox
  * ========================= */
.grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  display: none;
  z-index: 1000;
}
.grid .container {
  height: 100%;
  border-right: 1px solid;
}
.grid .container .row {
  height: 100%;
}
.grid .container .row .col-1 .box {
  background: rgba(91, 228, 255, 0.206);
  height: 100%;
}

/* ============================
    * Initial setting
    * ========================= */
:root {
  --black: #202020;
  --orange: #ed741c;
  font-size: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
:root::-webkit-scrollbar {
  display: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  background-color: #f2f1f1;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "yu-gothic-pr6n", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 2;
  font-style: normal;
  color: var(--black);
  margin: 0;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 575px) {
  body {
    letter-spacing: 0.8vw;
  }
  p {
    font-size: 16px;
  }
}
/* ============================
    * UTILITY
    * ========================= */
.glitch__wrap:hover .glitch__img::before {
  animation: glitch-before 3s linear infinite alternate both;
  content: "";
}
@keyframes glitch-before {
  0% {
    -webkit-clip-path: polygon(0% 28.3705342136%, 100% 28.3705342136%, 100% 35.4014216949%, 0% 35.4014216949%);
            clip-path: polygon(0% 28.3705342136%, 100% 28.3705342136%, 100% 35.4014216949%, 0% 35.4014216949%);
    transform: translate(-7.3546200885%, -0.4561157623%);
  }
  2% {
    -webkit-clip-path: polygon(0% 63.0060842882%, 100% 63.0060842882%, 100% 70.9698482921%, 0% 70.9698482921%);
            clip-path: polygon(0% 63.0060842882%, 100% 63.0060842882%, 100% 70.9698482921%, 0% 70.9698482921%);
    transform: translate(-0.6054973347%, -0.2338049465%);
  }
  4% {
    -webkit-clip-path: polygon(0% 59.2291896543%, 100% 59.2291896543%, 100% 68.1439647248%, 0% 68.1439647248%);
            clip-path: polygon(0% 59.2291896543%, 100% 59.2291896543%, 100% 68.1439647248%, 0% 68.1439647248%);
    transform: translate(-0.5409369617%, -0.0698511636%);
  }
  6% {
    -webkit-clip-path: polygon(0% 4.2030974119%, 100% 4.2030974119%, 100% 12.1786901143%, 0% 12.1786901143%);
            clip-path: polygon(0% 4.2030974119%, 100% 4.2030974119%, 100% 12.1786901143%, 0% 12.1786901143%);
    transform: translate(-2.5718067044%, -0.2015016243%);
  }
  8% {
    -webkit-clip-path: polygon(0% 81.8850833417%, 100% 81.8850833417%, 100% 90.2624493034%, 0% 90.2624493034%);
            clip-path: polygon(0% 81.8850833417%, 100% 81.8850833417%, 100% 90.2624493034%, 0% 90.2624493034%);
    transform: translate(1.2548573995%, 0.2101284191%);
  }
  10% {
    -webkit-clip-path: polygon(0% 67.5733839782%, 100% 67.5733839782%, 100% 76.8633159385%, 0% 76.8633159385%);
            clip-path: polygon(0% 67.5733839782%, 100% 67.5733839782%, 100% 76.8633159385%, 0% 76.8633159385%);
    transform: translate(2.0704504919%, -0.2808604485%);
  }
  12% {
    -webkit-clip-path: polygon(0% 16.8581955746%, 100% 16.8581955746%, 100% 19.0517144399%, 0% 19.0517144399%);
            clip-path: polygon(0% 16.8581955746%, 100% 16.8581955746%, 100% 19.0517144399%, 0% 19.0517144399%);
    transform: translate(7.8072051027%, 0.1674243769%);
  }
  14% {
    -webkit-clip-path: polygon(0% 2.6752279652%, 100% 2.6752279652%, 100% 7.6312736877%, 0% 7.6312736877%);
            clip-path: polygon(0% 2.6752279652%, 100% 2.6752279652%, 100% 7.6312736877%, 0% 7.6312736877%);
    transform: translate(-3.7645870084%, 0.1963308458%);
  }
  16% {
    -webkit-clip-path: polygon(0% 61.3921527209%, 100% 61.3921527209%, 100% 66.6277838932%, 0% 66.6277838932%);
            clip-path: polygon(0% 61.3921527209%, 100% 61.3921527209%, 100% 66.6277838932%, 0% 66.6277838932%);
    transform: translate(-6.937828495%, -0.3238894615%);
  }
  18% {
    -webkit-clip-path: polygon(0% 22.0125462075%, 100% 22.0125462075%, 100% 28.0573539418%, 0% 28.0573539418%);
            clip-path: polygon(0% 22.0125462075%, 100% 22.0125462075%, 100% 28.0573539418%, 0% 28.0573539418%);
    transform: translate(0.5394844507%, 0.3227193157%);
  }
  20%, 100% {
    -webkit-clip-path: none;
            clip-path: none;
    transform: none;
  }
}
.glitch__wrap:hover .glitch__img::after {
  animation: glitch-after 3s linear infinite alternate both;
  content: "";
}
@keyframes glitch-after {
  0% {
    -webkit-clip-path: polygon(0% 66.4786031614%, 100% 66.4786031614%, 100% 76.0707996013%, 0% 76.0707996013%);
            clip-path: polygon(0% 66.4786031614%, 100% 66.4786031614%, 100% 76.0707996013%, 0% 76.0707996013%);
    transform: translate(-3.3350600908%, -0.2615452391%);
  }
  2% {
    -webkit-clip-path: polygon(0% 9.1241072174%, 100% 9.1241072174%, 100% 18.4097607238%, 0% 18.4097607238%);
            clip-path: polygon(0% 9.1241072174%, 100% 9.1241072174%, 100% 18.4097607238%, 0% 18.4097607238%);
    transform: translate(1.887310836%, 0.2866688655%);
  }
  4% {
    -webkit-clip-path: polygon(0% 2.8421477667%, 100% 2.8421477667%, 100% 12.8108992204%, 0% 12.8108992204%);
            clip-path: polygon(0% 2.8421477667%, 100% 2.8421477667%, 100% 12.8108992204%, 0% 12.8108992204%);
    transform: translate(6.3301030565%, -0.1690853467%);
  }
  6% {
    -webkit-clip-path: polygon(0% 50.754670122%, 100% 50.754670122%, 100% 56.0882269813%, 0% 56.0882269813%);
            clip-path: polygon(0% 50.754670122%, 100% 50.754670122%, 100% 56.0882269813%, 0% 56.0882269813%);
    transform: translate(-4.2136405145%, 0.3794294181%);
  }
  8% {
    -webkit-clip-path: polygon(0% 72.4973209924%, 100% 72.4973209924%, 100% 73.9573081793%, 0% 73.9573081793%);
            clip-path: polygon(0% 72.4973209924%, 100% 72.4973209924%, 100% 73.9573081793%, 0% 73.9573081793%);
    transform: translate(-4.0699978042%, 0.0523698025%);
  }
  10% {
    -webkit-clip-path: polygon(0% 2.169474823%, 100% 2.169474823%, 100% 5.3945224507%, 0% 5.3945224507%);
            clip-path: polygon(0% 2.169474823%, 100% 2.169474823%, 100% 5.3945224507%, 0% 5.3945224507%);
    transform: translate(-2.8438293106%, -0.0893096905%);
  }
  12% {
    -webkit-clip-path: polygon(0% 36.5317872277%, 100% 36.5317872277%, 100% 37.9456488812%, 0% 37.9456488812%);
            clip-path: polygon(0% 36.5317872277%, 100% 36.5317872277%, 100% 37.9456488812%, 0% 37.9456488812%);
    transform: translate(2.4096675711%, 0.4720875423%);
  }
  14% {
    -webkit-clip-path: polygon(0% 76.0240980688%, 100% 76.0240980688%, 100% 77.4408126799%, 0% 77.4408126799%);
            clip-path: polygon(0% 76.0240980688%, 100% 76.0240980688%, 100% 77.4408126799%, 0% 77.4408126799%);
    transform: translate(-2.9182119171%, 0.4777165208%);
  }
  16% {
    -webkit-clip-path: polygon(0% 17.8655998805%, 100% 17.8655998805%, 100% 21.0072772117%, 0% 21.0072772117%);
            clip-path: polygon(0% 17.8655998805%, 100% 17.8655998805%, 100% 21.0072772117%, 0% 21.0072772117%);
    transform: translate(-4.7340789252%, -0.2565666181%);
  }
  18% {
    -webkit-clip-path: polygon(0% 17.7152311618%, 100% 17.7152311618%, 100% 19.6567499224%, 0% 19.6567499224%);
            clip-path: polygon(0% 17.7152311618%, 100% 17.7152311618%, 100% 19.6567499224%, 0% 19.6567499224%);
    transform: translate(-2.1038122851%, -0.4749751971%);
  }
  20%, 100% {
    -webkit-clip-path: none;
            clip-path: none;
    transform: none;
  }
}
.glitch__wrap:hover .glitch__img .channel.r {
  animation: rgb-shift-r 3s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-r {
  0% {
    transform: translate(1.8807776544%, -0.07647737%);
  }
  2% {
    transform: translate(0.0558281385%, 0.1361498%);
  }
  4% {
    transform: translate(-0.5036208657%, -0.2729034688%);
  }
  6% {
    transform: translate(-0.5654915606%, -0.2862253974%);
  }
  8% {
    transform: translate(-1.8384092317%, -0.4013979259%);
  }
  10% {
    transform: translate(1.5759696806%, -0.1433798491%);
  }
  12% {
    transform: translate(1.2047402608%, -0.4633368704%);
  }
  14% {
    transform: translate(0.1105381314%, -0.0315578014%);
  }
  16% {
    transform: translate(1.3134370539%, 0.0337567531%);
  }
  18% {
    transform: translate(-0.783676115%, 0.2492938613%);
  }
  20%, 100% {
    transform: none;
  }
}
.glitch__wrap:hover .glitch__img .channel.g {
  animation: rgb-shift-g 3s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-g {
  0% {
    transform: translate(-1.7776772955%, 0.3371762588%);
  }
  2% {
    transform: translate(-0.4324923824%, -0.2423259076%);
  }
  4% {
    transform: translate(0.3822439868%, -0.0099840588%);
  }
  6% {
    transform: translate(0.380368943%, -0.0539349806%);
  }
  8% {
    transform: translate(1.3493939568%, -0.051609893%);
  }
  10% {
    transform: translate(-1.3418776718%, 0.4788807194%);
  }
  12% {
    transform: translate(1.5644508388%, 0.1712263475%);
  }
  14% {
    transform: translate(1.0269487173%, 0.3604603662%);
  }
  16% {
    transform: translate(0.7447756274%, 0.2274765716%);
  }
  18% {
    transform: translate(0.0123837392%, -0.4272148421%);
  }
  20%, 100% {
    transform: none;
  }
}
.glitch__wrap:hover .glitch__img .channel.b {
  animation: rgb-shift-b 3s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-b {
  0% {
    transform: translate(-0.8096445948%, 0.1246018123%);
  }
  2% {
    transform: translate(-1.1346407446%, -0.1131218916%);
  }
  4% {
    transform: translate(-1.5873702504%, 0.4352442725%);
  }
  6% {
    transform: translate(1.1505218682%, 0.2176634751%);
  }
  8% {
    transform: translate(0.9425624651%, -0.1955103548%);
  }
  10% {
    transform: translate(1.888032454%, 0.1628508701%);
  }
  12% {
    transform: translate(-1.9259789775%, -0.3019766064%);
  }
  14% {
    transform: translate(0.6271331873%, -0.2117581575%);
  }
  16% {
    transform: translate(0.2356297653%, 0.4966676505%);
  }
  18% {
    transform: translate(0.6782702717%, -0.176770207%);
  }
  20%, 100% {
    transform: none;
  }
}

.glitch__img {
  background-size: 0;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.glitch__img::before, .glitch__img::after,
.glitch__img .channel {
  background: inherit;
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.glitch__img .channel {
  mix-blend-mode: screen;
}
.glitch__img .channel::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
}
.glitch__img .channel.r::before {
  background: #f00;
}
.glitch__img .channel.g::before {
  background: #0f0;
}
.glitch__img .channel.b::before {
  background: #00f;
}

.container {
  max-width: 1500px;
  padding: 0 32px;
}
.container .row {
  margin: 0 -16px;
}
.container .row > * {
  padding: 0 16px;
}

.grecaptcha-badge {
  display: none;
  z-index: 10;
}

.page-template-page-contact .grecaptcha-badge,
.page-template-page-contact-confirm .grecaptcha-badge,
.page-template-page-contact-done .grecaptcha-badge {
  display: block;
}

.text__underline {
  position: relative;
  padding: 0 8px;
}
.text__underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  display: block;
  left: 0;
  z-index: -1;
}
.text__underline--red::after {
  background: #d34500;
}

.text-orange {
  color: #ed741c;
}

.abel {
  font-family: "Abel", sans-serif;
}

.jost {
  font-family: "Jost", sans-serif;
}

.relative {
  position: relative;
}

.strech__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

.sp-show {
  display: none;
}

.xsp-show {
  display: none;
}

.tablet-only {
  display: none;
}

.move__target {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.move__target.e-v {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 1199px) {
  .tablet-only {
    display: none;
  }
  .container {
    padding: 0 24px;
  }
  .container .row {
    margin: 0px -12px;
  }
  .container .row > * {
    padding: 0 12px;
  }
}
@media screen and (max-width: 991px) {
  .tablet-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .sp-show {
    display: block;
  }
  .tablet-only {
    display: none;
  }
  .container {
    padding: 0 12px;
  }
  .container .row {
    margin: 0px -6px;
  }
  .container .row > * {
    padding: 0 6px;
  }
}
@media screen and (max-width: 575px) {
  .xsp-show {
    display: block;
  }
  .xsp-none {
    display: none;
  }
}
/* ============================
    * component
    * ========================= */
.btn {
  display: inline-block;
  min-width: 220px;
}
.btn__main {
  min-width: 180px;
  display: inline-block;
  background: #202020;
  box-shadow: 0px 0px 20px rgba(237, 116, 28, 0.3);
  border-radius: 4px;
}
.btn__main a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 40px 10px 10px;
}
.btn__outline {
  border: 1px solid;
  border-radius: 4px;
}
.btn__outline--white {
  border-color: #fff;
  color: #fff;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 40px 8px 20px;
}

.table {
  width: 100%;
}
.table__wrap {
  background: var(--black);
  padding: 0px 20px 0px;
  width: calc(100% - 40px);
  color: #fff;
  position: relative;
  background-image: url("../images/bg_table.svg");
  background-repeat: no-repeat;
  background-position: right -120px bottom;
  background-size: 60%;
}
.table__wrap::after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  border: 1px solid #999;
  top: 20px;
  left: 40px;
  pointer-events: none;
}
.table th {
  width: 260px;
  padding-bottom: 16px;
  padding-top: 8px;
  background: #eaeaea;
  border-bottom: 1px solid #000;
}
.table th .th__inner {
  color: var(--black);
  padding: 4px 20px 4px 40px;
}
.table tr:first-child th {
  padding-top: 30px;
}
.table tr:first-child td {
  padding-top: 30px;
}
.table tr:last-child th {
  border-bottom: none;
}
.table td {
  padding-bottom: 16px;
  padding-top: 8px;
  border-bottom: 1px solid rgba(234, 234, 234, 0.6);
}
.table td .td__inner {
  padding: 4px 20px;
  word-break: break-word;
}
.table td .td__inner a {
  text-decoration: underline;
}

.section__title {
  position: relative;
  padding-left: 12px;
  margin-bottom: 60px;
}
.section__title::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -12px;
  transform: translateX(-50%);
  z-index: 20;
  border-left: 3px solid #fff;
  mix-blend-mode: difference;
}
.section__title .ja {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  color: #fff;
  mix-blend-mode: difference;
}
.section__title .en {
  display: inline-block;
  font-size: 2.875rem;
  line-height: 1;
  font-weight: 400;
  background: #000;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-style: italic;
}
.section__title-sub {
  padding-left: 20px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 32px;
}
.section__title-sub::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.more__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  padding-right: 24px;
}
.more__btn.outlink span {
  background-image: url("../images/ico_outlink.svg");
  background-repeat: no-repeat;
  background-position: right top 8px;
  background-size: 16px;
  padding-right: 20px;
}
.more__btn.outlink .more__btn-link:hover span {
  background-image: url("../images/ico_outlink-black.svg");
}
.more__btn-link {
  border: 1px solid;
  transform: skewX(-10deg);
  padding: 4px 48px 4px 20px;
  position: relative;
  color: #fff;
  mix-blend-mode: difference;
}
.more__btn-link::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -20px;
  background: #fff;
  mix-blend-mode: difference;
  transition: 0.2s ease;
}
.more__btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  color: #202020;
  z-index: -1;
  left: 0;
  transition: 0.2s ease;
}
.more__btn-link:hover::before {
  width: 100%;
}
.more__btn-link:hover::after {
  right: -30px;
  width: 50px;
}
.more__btn-link:hover span {
  color: #202020;
}
.more__btn-link span {
  transform: skewX(10deg);
  display: block;
}

.page__decoration {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.page__decoration .container {
  position: relative;
  height: 100%;
}
.page__decoration .guidline {
  position: relative;
  left: -12px;
  height: 100%;
}
.page__decoration .guidline__body {
  width: 1px;
  height: 100%;
  background: rgb(147, 147, 147);
  mix-blend-mode: difference;
}
.page__decoration .scroll {
  position: absolute;
  left: 20px;
  transform: rotate(90deg);
  transform-origin: bottom left;
  bottom: 200px;
  padding-bottom: 4px;
  padding-right: 24px;
  font-size: 18px;
  font-family: "jost", sans-serif;
  z-index: 2;
  opacity: 0;
  transition: 1s ease;
  font-style: italic;
}
.page__decoration .scroll::before {
  content: "";
  width: 100px;
  display: block;
  position: absolute;
  border-bottom: 2px solid #000;
  bottom: -1px;
  animation-name: scroll_w;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
.page__decoration .scroll.show {
  opacity: 1;
}
@keyframes scroll_w {
  0% {
    width: 0px;
  }
  60% {
    width: 100px;
  }
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 12px;
}
.modal.close {
  filter: opacity(0);
  visibility: hidden;
  display: none;
}
.modal.open {
  display: flex;
  filter: opacity(1);
  visibility: visible;
}
.modal.recruit .modal__dialog {
  background: transparent;
}
.modal.recruit .modal__body {
  padding-top: 56.25%;
  position: relative;
}
.modal.recruit .modal__body iframe {
  position: absolute;
  top: 0;
  height: 100%;
}
.modal.gallery .modal__dialog {
  background: transparent;
}
.modal.gallery .modal__body {
  text-align: center;
}
.modal__dialog {
  width: 1090px;
  max-height: 90vh;
  background: #fff;
  position: relative;
  filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.2));
}
.modal__body {
  display: flex;
  align-items: flex-start;
  max-height: 90vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal__body::-webkit-scrollbar {
  display: none;
}
.modal__cancel {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 40px;
  z-index: 3;
}
.modal__cancel svg {
  stroke-width: 2px;
  stroke: #fff;
  mix-blend-mode: difference;
}

.cursor__wrap {
  position: relative;
}
.cursor__target {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  z-index: 20;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0;
}
.cursor__target::before {
  content: "CLICK!";
  color: #000;
  font-family: "Jost", sans-serif;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: auto;
  top: 50%;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  .section__title {
    padding-left: 12px;
  }
  .section__title::before {
    left: -12px;
  }
  .page__decoration .scroll {
    left: 12px;
  }
}
@media screen and (max-width: 991px) {
  .table__wrap::after {
    width: calc(100% - 20px);
  }
  .table th {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .page__decoration {
    display: none;
  }
  .section__title {
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .section__title::before {
    left: 0px;
  }
  .section__title .ja {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
  }
  .section__title .en {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
  }
  .table__wrap {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
  }
  .table__wrap::after {
    display: none;
  }
  .table th {
    display: block;
    width: calc(100% + 20px);
    padding: 8px 40px;
    margin-left: -20px;
  }
  .table th .th__inner {
    padding: 0px;
  }
  .table td {
    display: block;
    width: 100%;
    padding: 8px 40px;
    margin-bottom: 20px;
  }
  .table td .td__inner {
    padding: 0;
  }
  .table tr:first-child th {
    padding-top: 8px;
  }
  .table tr:first-child td {
    padding-top: 8px;
  }
  .cursor__target {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .section__title {
    padding-left: 20px;
  }
  .table__wrap {
    padding: 20px 10px 0px;
  }
  .table th {
    width: calc(100% + 10px);
    padding: 8px 10px;
    margin-left: -10px;
  }
  .table td {
    display: block;
    padding: 16px 0px;
    font-size: 14px;
  }
  .table tr:first-child td {
    padding-top: 16px;
  }
  .modal.gallery .modal__dialog {
    overflow: scroll;
  }
  .modal.gallery .modal__body {
    height: 90vh;
    display: block;
  }
  .modal.gallery .modal__body img {
    height: 100%;
    width: auto;
  }
  .modal.gallery .modal__cancel {
    bottom: initial;
    top: 10px;
    right: 10px;
  }
  .modal__cancel {
    bottom: calc(100% + 12px);
    top: initial;
    right: 0;
    width: 28px;
  }
  .modal__cancel svg {
    width: 100%;
  }
}
/* ============================
    * section
    * ========================= */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__inner {
  height: 70px;
  transition: 0.4s all;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(94.46deg, rgba(255, 255, 255, 0.17) 1.25%, rgba(255, 255, 255, 0.5) 6.27%);
  padding: 10px 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header .logo {
  position: relative;
  z-index: 1;
  transition: 1s ease;
}
.header .logo svg {
  fill: #202020;
}
.header .logo svg .cls-1 {
  transition: 0.5s ease;
}
.header .logo svg .cls-2 {
  transition: 0.5s ease;
}
.header .logo svg .cls-3 {
  transition: 0.5s ease;
}
.header .logo:hover .cls-1 {
  fill: #922823;
}
.header .logo:hover .cls-2 {
  fill: #0a0406;
}
.header .logo:hover .cls-3 {
  fill: #ce6c2a;
}
.header .gnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .gnav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 70px;
  align-items: center;
}
.header .gnav__item a {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  height: 70px;
  line-height: 70px;
  padding: 0 22px;
  transition: 0.2s;
}
.header .gnav__item a:hover {
  color: var(--orange);
}
.header .gnav__item .current {
  text-decoration: underline;
  text-decoration-color: #000;
}
.header .gnav__item.company a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .gnav__item.company a svg {
  stroke: #202020;
}
.header .gnav__item .active {
  color: var(--orange);
  position: relative;
}
.header .gnav__item .active::after {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--orange);
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
.header .gnav__item:last-child {
  display: none;
}
.header .gnav__child-wrap {
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  padding: 30px 0;
}
.header .gnav__child-wrap.open {
  opacity: 1;
  visibility: visible;
}
.header .contact__btn {
  display: flex;
  justify-content: flex-end;
}
.header .contact__btn-link {
  transform: skewX(-10deg);
  padding: 4px 48px 4px 20px;
  position: relative;
  color: #fff;
  background: #202020;
}
.header .contact__btn-link::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -10px;
  background: #fff;
}
.header .contact__btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  color: #202020;
  z-index: -1;
  left: 0;
  transition: 0.2s ease;
}
.header .contact__btn-link:hover::before {
  width: 100%;
}
.header .contact__btn-link:hover::after {
  right: -30px;
  width: 50px;
  background: #202020;
}
.header .contact__btn-link:hover span {
  color: #202020;
}
.header .contact__btn-link span {
  transform: skewX(10deg);
  display: block;
}
.header__sp {
  position: fixed;
  z-index: 111;
  left: 0;
  width: 100%;
  top: 0;
  display: none;
  mix-blend-mode: difference;
}
.header__sp-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.header__sp .logo {
  width: 240px;
}
.header__sp .logo a {
  display: block;
}
.header__sp .logo svg {
  fill: #fff;
  width: 100%;
}

.gnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gnav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 70px;
  align-items: center;
}
.gnav__item a {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  height: 70px;
  line-height: 70px;
  padding: 0 22px;
}
.gnav__item.company a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gnav__item.company a svg {
  stroke: #202020;
}
.gnav__item.active {
  color: var(--orange);
  position: relative;
}
.gnav__item.active::after {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--orange);
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.gnav__child-wrap.company__menu {
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  padding: 30px 0;
}
.gnav__child-wrap.company__menu.open {
  opacity: 1;
  visibility: visible;
}

.gnav__sp {
  position: fixed;
  width: 100%;
  display: none;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  height: 100vh;
}
.gnav__sp-inner {
  display: flex;
  align-items: center;
  padding: 20px;
  height: 100%;
  overflow: scroll;
}
.gnav__sp-img {
  width: 60%;
  height: 100%;
  position: relative;
}
.gnav__sp-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/ico_filter.png);
  background-repeat: repeat;
  z-index: 3;
}
.gnav__sp-img img {
  height: 100%;
  filter: brightness(0.7);
}
.gnav__sp-list {
  width: calc(50% + 60px);
  margin-left: -60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.gnav__sp-item {
  width: 50%;
  margin: 10px 0;
}
.gnav__sp-item:last-child {
  width: 100%;
  background: #fff;
  padding: 8px 20px;
}
.gnav__sp-item a {
  display: block;
  mix-blend-mode: difference;
  color: #fff;
}
.gnav__sp-item a .en {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.gnav__sp-item a .ja {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gnav__sp-open {
  display: none;
  width: 28px;
  height: 22px;
  position: relative;
  z-index: 30;
  border: none;
  right: 0;
  top: 10px;
  mix-blend-mode: exclusion;
}
.gnav__sp-open .bar {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.gnav__sp-open .bar_top {
  top: 0px;
}
.gnav__sp-open .bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.gnav__sp-open .bar_bottom {
  bottom: 0px;
}
.gnav__sp-open.close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
}
.gnav__sp-open.close .bar_top {
  transform: translate(-50%, 10px) rotate(45deg);
}
.gnav__sp-open.close .bar_mid {
  opacity: 0;
}
.gnav__sp-open.close .bar_bottom {
  transform: translate(-50%, -10px) rotate(-45deg);
}

.is-down .header {
  transform: translateY(-100%);
  transition: 0.2s all;
}

.is-top .page__decoration .scroll {
  opacity: 1;
}
.is-top .header__inner {
  background: transparent;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.is-top.home .header__inner .gnav__item a {
  color: #fff;
}
.is-top.home .header__inner .gnav__item a svg {
  stroke: #fff;
}

.company__menu {
  position: relative;
  padding: 80px 0;
}
.company__menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/bg_company_menu.webp");
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.5);
}
.company__menu .company__menu-list {
  padding-left: 20px;
}
.company__menu .company__menu-item {
  position: relative;
}
.company__menu .company__menu-item:hover {
  transform: scale(1.05);
  transition: 0.4s ease;
}
.company__menu .company__menu-item:hover .company__menu-img {
  filter: grayscale(0%) contrast(1);
}
.company__menu .company__menu-item .label-en {
  position: absolute;
  transform: rotate(90deg);
  color: #ccc;
  transform-origin: left top;
  left: 12px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: italic;
  mix-blend-mode: difference;
}
.company__menu .company__menu-item .label-ja {
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  display: flex;
  gap: 12px;
  position: absolute;
  z-index: 1;
  align-items: center;
  top: 16px;
  left: 32px;
  color: #ccc;
  background: #000;
}
.company__menu .company__menu-item a {
  height: 100%;
}
.company__menu .company__menu-img {
  filter: grayscale(1) contrast(1.4);
  transition: 0.2s ease;
}

.wrap__bg {
  background: var(--black);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.wrap__bg-lg img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0%;
  width: 100vw;
}
.wrap__bg-sm {
  display: none;
}

.footer .recruit__section {
  padding: 80px 0;
  filter: drop-shadow(0px 24px 44px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 1;
}
.footer .recruit__section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/bg_recruit.webp");
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.4);
}
.footer .recruit__wrap {
  display: flex;
  align-items: center;
  background: linear-gradient(91.62deg, rgba(255, 255, 255, 0.14) 1.57%, rgba(255, 255, 255, 0) 99.91%, rgba(255, 255, 255, 0.04) 99.91%);
  border: 1px solid #797979;
  box-shadow: 7px 6px 28px 10px rgba(32, 32, 32, 0.38);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 4px;
  padding: 50px;
}
.footer .recruit__thumb {
  max-width: 500px;
  width: 40%;
  cursor: pointer;
}
.footer .recruit__thumb-inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.footer .recruit__thumb-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .recruit__summary {
  flex: 1;
  color: #fff;
  padding: 0 0 0 30px;
}
.footer .recruit__summary h4 {
  font-size: 1.5625rem;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer .recruit__summary h4 span {
  font-size: 32px;
}
.footer .recruit__summary p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 32px;
}
.footer .recruit__summary p span {
  font-weight: bold;
  text-decoration: underline;
}
.footer .recruit__summary .more__btn {
  justify-content: flex-start;
}
.footer__main {
  color: rgba(234, 234, 234, 0.8);
  bottom: 0;
  width: 100%;
}
.footer__main-left {
  padding-top: 60px;
}
.footer__main-right {
  padding-top: 60px;
}
.footer .logo {
  margin-bottom: 40px;
}
.footer .logo svg {
  fill: rgba(234, 234, 234, 0.8);
}
.footer .office__address {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.footer .office__address h5 {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 700;
}
.footer .office__address p {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0rem;
}
.footer .isms {
  margin-bottom: 32px;
}
.footer .isms p {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
}
.footer .isms img {
  width: 30%;
}
.footer .footer__credit {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 400;
}
.footer .contact__banner {
  padding: 16px;
  margin-left: 24px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 1px solid rgba(234, 234, 234, 0.14);
}
.footer .contact__banner .section__title {
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}
.footer .contact__banner-inner p {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
}
.footer .contact__banner .more__btn {
  position: absolute;
  z-index: 21;
  top: 30px;
  right: 40px;
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
}
.footer .guidline {
  position: absolute;
  top: 0;
  left: 24px;
  height: 100%;
  background: rgb(147, 147, 147);
  mix-blend-mode: difference;
  width: 1px;
}
.footer .footer__nav {
  padding-left: 24px;
}
.footer .footer__nav .footer__list {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer__nav .footer__list-sub {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.footer .footer__nav .footer__list-sub li a {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}
.footer .footer__nav .footer__list .footer__item {
  position: relative;
  padding-right: 20px;
  width: 25%;
  border-right: 1px solid rgba(234, 234, 234, 0.14);
  padding: 20px 12px;
}
.footer .footer__nav .footer__list .footer__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer__nav .footer__list .footer__item a:hover .en svg {
  opacity: 1;
}
.footer .footer__nav .footer__list .footer__item:nth-of-type(1)::after, .footer .footer__nav .footer__list .footer__item:nth-of-type(2)::after, .footer .footer__nav .footer__list .footer__item:nth-of-type(3)::after, .footer .footer__nav .footer__list .footer__item:nth-of-type(4)::after {
  content: "";
  display: block;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(234, 234, 234, 0.14);
}
.footer .footer__nav .footer__list .footer__item .en {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Jost", sans-serif;
}
.footer .footer__nav .footer__list .footer__item .en svg {
  opacity: 0;
  transition: 0.4s;
}
.footer .footer__nav .footer__list .footer__item .ja {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 1199px) {
  .header .logo {
    width: 200px;
  }
  .header .gnav__list {
    justify-content: flex-end;
    padding-right: 200px;
  }
  .header .gnav__item a {
    padding: 0 10px;
    font-size: 15px;
  }
  .header .contact__btn-link {
    padding: 4px 34px 4px 12px;
    font-size: 15px;
  }
  .header .contact__btn-link::after {
    width: 30px;
  }
  .footer .recruit__wrap {
    padding: 30px;
  }
  .footer .recruit__summary h4 {
    font-size: 20px;
  }
  .footer .recruit__summary h4 span {
    font-size: 26px;
  }
  .footer .office__address {
    flex-direction: column;
    gap: 20px;
  }
  .footer .footer__nav .footer__list .footer__item {
    width: 33.333%;
  }
  .footer .footer__nav .footer__list .footer__item:nth-of-type(5)::after, .footer .footer__nav .footer__list .footer__item:nth-of-type(6)::after {
    content: "";
    display: block;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(234, 234, 234, 0.14);
  }
}
@media screen and (max-width: 991px) {
  .is-down .header {
    transform: translateY(100%);
  }
  .is-top .header {
    opacity: 0;
    pointer-events: none;
  }
  .header {
    transform: translateY(0);
    transition: 0.4s all;
    top: initial;
    bottom: 0;
  }
  .header__inner {
    justify-content: center;
    padding: 0px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
  }
  .header .logo {
    display: none;
  }
  .header .logo svg .text {
    display: none;
  }
  .header .gnav {
    position: static;
    transform: translate(0);
    overflow: scroll;
  }
  .header .gnav__list {
    padding-right: 0;
    padding: 0px 10px;
    height: 60px;
  }
  .header .gnav__item:last-child {
    display: block;
  }
  .header .gnav__item a {
    height: 60px;
    line-height: 60px;
  }
  .header .gnav__item .active::after {
    bottom: 12px;
  }
  .header .contact__btn {
    display: none;
  }
  .header__sp {
    display: block;
  }
  .header__sp .gnav__sp-open {
    display: block;
  }
  .footer__main {
    padding-bottom: 20px;
  }
  .footer__main-left {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .recruit__section .section__title {
    margin-bottom: 0;
  }
  .footer .recruit__wrap {
    display: block;
    background: none;
    box-shadow: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    border: none;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .footer .recruit__thumb {
    width: 100%;
    margin: 0 auto 32px;
  }
  .footer .recruit__summary {
    background: linear-gradient(91.62deg, rgba(255, 255, 255, 0.14) 1.57%, rgba(255, 255, 255, 0) 99.91%, rgba(255, 255, 255, 0.04) 99.91%);
    border: 1px solid #797979;
    box-shadow: 7px 6px 28px 10px rgba(32, 32, 32, 0.38);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 4px;
    padding: 24px;
    display: inline-block;
    text-align: left;
  }
  .footer .recruit__summary h4 {
    font-size: 20px;
  }
  .footer .recruit__summary h4 span {
    font-size: 26px;
  }
  .footer .recruit__summary .more__btn {
    justify-content: center;
  }
  .footer .office__address {
    flex-direction: row;
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .footer .footer__nav {
    padding-left: 0;
  }
  .footer .footer__nav .footer__list .footer__item {
    width: 25%;
  }
  .footer .footer__nav .footer__list .footer__item:nth-of-type(4), .footer .footer__nav .footer__list .footer__item:nth-of-type(8) {
    border-right: none;
  }
  .footer .footer__nav .footer__list .footer__item:nth-of-type(7)::after, .footer .footer__nav .footer__list .footer__item:nth-of-type(8)::after {
    content: "";
    display: block;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(234, 234, 234, 0.14);
  }
  .footer .contact__banner {
    margin-left: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .footer .contact__banner-inner {
    margin-bottom: 20px;
  }
  .footer .logo {
    margin-bottom: 20px;
    margin-right: 32px;
    vertical-align: middle;
  }
  .footer .isms {
    margin-left: 30px;
  }
  .footer .isms img {
    width: 160px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .isms p {
    margin: 0;
  }
  .footer .guidline {
    display: none;
  }
  .footer .footer__credit {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .company__menu .company__menu-item {
    margin-bottom: 20px;
  }
  .wrap__bg {
    display: flex;
    align-items: flex-end;
  }
  .wrap__bg-lg {
    display: none;
  }
  .wrap__bg-sm {
    display: block;
  }
  .wrap__bg-sm img {
    display: block;
    margin-bottom: 8px;
  }
  .wrap__bg-sm img:nth-of-type(1) {
    width: 52vw;
  }
  .wrap__bg-sm img:nth-of-type(2) {
    width: 98vw;
  }
  .wrap__bg-sm img:nth-of-type(3) {
    width: 48vw;
  }
}
@media screen and (max-width: 767px) {
  .header__sp-inner {
    padding: 8px;
  }
  .header .gnav {
    left: 0px;
  }
  .header .gnav__list {
    justify-content: flex-start;
    overflow: scroll;
    flex-wrap: nowrap;
    word-break: keep-all;
  }
  .header .gnav__item a {
    font-size: 14px;
    padding: 0 10px;
  }
  .footer .logo {
    display: block;
    margin-bottom: 12px;
  }
  .footer .contact__banner {
    padding-left: 12px;
    padding-top: 0;
  }
  .footer .contact__banner .section__title {
    margin-left: -12px;
  }
  .footer .contact__banner .more__btn {
    right: 0;
  }
  .footer .recruit__wrap {
    padding: 0 20px;
  }
  .footer__main-right {
    padding-top: 40px;
  }
  .footer__main-left {
    display: block;
    padding-left: 12px;
  }
  .footer .footer__nav {
    padding-left: 12px;
  }
  .footer .footer__nav .footer__list .footer__item {
    width: 50%;
    border-right: none;
  }
  .footer .footer__nav .footer__list-sub {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer .isms {
    margin-left: 0;
    margin-top: 40px;
  }
  .gnav__sp-inner {
    align-items: flex-start;
  }
  .gnav__sp-img {
    width: 80%;
    height: 70%;
  }
  .gnav__sp-list {
    align-self: flex-end;
    width: calc(60% + 60px);
  }
  .gnav__sp-item a .en {
    position: relative;
    margin-right: 20px;
  }
  .gnav__sp-item a .en svg {
    position: absolute;
    right: 0;
    width: 30px;
  }
  .company__menu .company__menu-item .label-ja {
    left: 40px;
  }
}
@media screen and (max-width: 575px) {
  .header__sp .logo a {
    width: 200px;
  }
  .footer .recruit__wrap {
    padding: 0;
  }
  .footer .recruit__summary {
    padding: 12px;
  }
  .footer .recruit__summary h4 {
    font-size: 16px;
  }
  .footer .recruit__summary h4 span {
    font-size: 20px;
  }
  .footer .recruit__summary h4 .text__underline {
    padding: 0 2px;
  }
  .footer .contact__banner .more__btn {
    position: static;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer .footer__nav .footer__list .footer__item {
    width: 50%;
    border-right: none;
  }
  .footer .footer__nav .footer__list .footer__item .en {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
  }
  .footer .footer__nav .footer__list .footer__item .en svg {
    display: none;
  }
  .footer .footer__nav .footer__list .footer__item .ja {
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500;
  }
  .footer .footer__nav .footer__list-sub {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer .office__address {
    flex-direction: column;
  }
  .company__menu {
    padding: 60px 0 40px;
  }
  .company__menu .section__title {
    margin-bottom: 30px;
  }
  .company__menu .company__menu-img {
    height: 100%;
    position: relative;
  }
  .company__menu .company__menu-img img {
    height: 100%;
  }
  .company__menu .company__menu-list {
    padding-left: 0;
  }
  .company__menu .company__menu-item {
    height: 120px;
    overflow: hidden;
  }
  .company__menu .company__menu-item .label-en {
    transform: rotate(0deg);
    font-size: 10vw;
    bottom: 4px;
    top: initial;
    right: 13px;
    left: initial;
  }
  .company__menu .company__menu-item .label-ja {
    left: 16px;
    top: 10px;
  }
  .gnav__sp-inner {
    display: block;
    padding: 12px;
  }
  .gnav__sp-img {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .gnav__sp-list {
    position: static;
    width: 100%;
    margin-left: 0;
    gap: 0px;
  }
  .gnav__sp-item {
    width: 100%;
    margin: 0px 0 20px;
    padding: 0px 20px;
  }
  .gnav__sp-item a .en {
    font-size: 18px;
    margin-right: 0px;
  }
  .gnav__sp-item a .ja {
    font-size: 14px;
  }
}/*# sourceMappingURL=common.css.map */