@charset "UTF-8";
/* ===================================================================
Theme Name:
Theme URI:
Description:
Author: FURAZOA inc
Author URI: https://furazoa.com
Version: 1.0.1
=================================================================== */
/*
* flocss: https://github.com/hiloki/flocss
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* Base
   ----------------------------------------------------------------- */
/* ==========================================================================
   Global
   ========================================================================== */
/* Noto Sansを使わない場合
$font-sans: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
*/
/* ==========================================================================
   Global
   ========================================================================== */
/* Mixin
   ----------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  background: #f1f2f6;
}

/* Noto Sans使用時 IEはメイリオに変更 */
/* stylelint-disable-next-line selector-type-no-unknown, selector-pseudo-class-no-unknown */
_:input-placeholder,
:root body {
  font-family: Meiryo, "メイリオ", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #4051ff; /* Required when declaring ::selection */
}

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #4051ff; /* Required when declaring ::selection */
}

.legacy-ie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #eee;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Layout
   ----------------------------------------------------------------- */
.l-page__header {
  position: sticky;
  top: clamp(56px, 92 / 1600 * 100vw, 92px);
  width: 100%;
  padding: clamp(80px, 120 / 1600 * 100vw, 120px) 0;
}
.l-page__title {
  text-align: center;
}
.l-page__title .en-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 26px;
  padding: 0 48px;
  margin: 0 auto;
  font-family: "Marcellus", serif;
  font-size: clamp(16px, 30 / 1920 * 100vw, 30px);
  line-height: 1.6;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
}
.l-page__title .ja-title {
  margin-top: 24px;
  font-size: clamp(32px, 64 / 1920 * 100vw, 64px);
  font-weight: 500;
  line-height: 1.6;
}
.l-page__desc {
  margin-top: clamp(24px, 40 / 1920 * 100vw, 40px);
  font-size: clamp(16px, 20 / 1920 * 100vw, 20px);
  line-height: 1.6;
  color: #86868b;
  text-align: center;
}
.l-page__desc span {
  display: inline-block;
}
.l-page__container {
  padding-top: 56px;
  padding-bottom: 32px;
  margin-top: clamp(80px, 118 / 1920 * 100vw, 118px);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #f1f2f6));
  background: linear-gradient(to bottom, transparent 0%, #f1f2f6 10%);
  border-radius: 8px;
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/* Utility
   ----------------------------------------------------------------- */

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

.page-front .service .service-link, .c-button .c-button__icon, .p-pagination .p-pagination__item .page-numbers.prev::before, .p-pagination .p-pagination__item .page-numbers.next::before, .l-menu__nav .nav-link__arrow, .l-header__nav-bg, .l-header__nav .nav-link__arrow, .l-header__contact .contact-button, .u-glass {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  -webkit-box-shadow: 0 0 8px -8px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 8px -8px rgba(255, 255, 255, 0.3);
}
.page-front .service .service-link::before, .c-button .c-button__icon::before, .p-pagination .p-pagination__item .page-numbers.prev::before, .p-pagination .p-pagination__item .page-numbers.next::before, .l-menu__nav .nav-link__arrow::before, .l-header__nav-bg::before, .l-header__nav .nav-link__arrow::before, .l-header__contact .contact-button::before, .u-glass::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background-color: rgba(255, 255, 255, 0);
  border-radius: inherit;
  -webkit-box-shadow: inset 1px 1.5px 1px -1px rgba(255, 255, 255, 0.8), inset -1px -2.5px 1px -2px rgba(255, 255, 255, 0.8);
          box-shadow: inset 1px 1.5px 1px -1px rgba(255, 255, 255, 0.8), inset -1px -2.5px 1px -2px rgba(255, 255, 255, 0.8);
}
.page-front .service .service-link, .c-button .c-button__icon, .p-pagination .p-pagination__item .page-numbers.prev::before, .p-pagination .p-pagination__item .page-numbers.next::before, .l-menu__nav .nav-link__arrow, .l-header__nav-bg, .l-header__nav .nav-link__arrow, .l-header__contact .contact-button, .u-glass {
  /* Backdrop blur and distortion layer */
}
.page-front .service .service-link::after, .c-button .c-button__icon::after, .l-menu__nav .nav-link__arrow::after, .l-header__nav-bg::after, .l-header__nav .nav-link__arrow::after, .l-header__contact .contact-button::after, .u-glass::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  isolation: isolate;
  backdrop-filter: blur(7px);
  border-radius: 28px;
}

.u-glass--filter::after {
  -webkit-filter: url("#glass-distortion");
          filter: url("#glass-distortion");
}

.u-glass02 {
  position: relative;
  overflow: hidden;
  background: rgba(224, 242, 254, 0.1);
  background-blend-mode: multiply;
  backdrop-filter: blur(12px) saturate(120%);
}
.u-glass02::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to left top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
  border-radius: inherit;
}
.u-glass02::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header.is-open {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open .l-header__logo svg path {
  fill: #fff;
}
.l-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: clamp(40px, 60 / 1600 * 100vw, 60px);
  padding-inline: 4vw;
  margin: clamp(16px, 32 / 1600 * 100vw, 32px) auto;
  mix-blend-mode: exclusion;
}
.l-header__logo {
  width: 145px;
  line-height: 0;
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: clamp(40px, 60 / 1600 * 100vw, 60px);
  padding: 0 clamp(24px, 48 / 1600 * 100vw, 48px);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 100vh;
}
.l-header__nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(30px, 48 / 1600 * 100vw, 48px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav .nav-list .nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__nav .nav-list .nav-item__inner {
  display: block;
  padding: 0.5em;
  font-size: 15px;
}
.l-header__nav .nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  color: #fff;
}
.l-header__nav .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#0b0b0c), color-stop(50%, #fff), to(#0b0b0c));
  background: linear-gradient(to left, #0b0b0c 0%, #fff 50%, #0b0b0c 100%);
}
.l-header__nav .nav-link[target=_blank] .nav-link__arrow svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__nav .nav-link__text {
  font-size: 15px;
}
.l-header__nav .nav-link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100vh;
}
.l-header__nav .nav-link__arrow svg {
  width: 10px;
  height: auto;
}
.l-header .c-accordion {
  position: relative;
  list-style: none;
}
.l-header .c-accordion .c-accordion__title {
  position: relative;
  padding: 0.5em;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-header .c-accordion .c-accordion__content {
  position: absolute;
  top: 74px;
  left: 50%;
  z-index: 999;
  display: none;
  width: 376px;
  padding: 7px 32px 38px;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.is-open .l-header .c-accordion .c-accordion__content {
  max-height: 500px;
}
.l-header .c-accordion .c-accordion__content a {
  color: #fff;
}
.l-header__contact {
  margin-left: auto;
}
.l-header__contact .contact-button {
  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: clamp(84px, 160 / 1600 * 100vw, 160px);
  height: clamp(40px, 60 / 1600 * 100vw, 60px);
  padding: 0 clamp(16px, 24 / 1600 * 100vw, 24px);
  font-family: "Marcellus", serif;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100vh;
}
.l-header__menuButton {
  display: block;
  margin-left: 12px;
  cursor: pointer;
}

/* Base
   ----------------------------------------------------------------- */
/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  position: relative;
  padding: 40px 0;
  color: #fff;
  background-color: #2c2d32;
}
.l-footer__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 64 / 1600 * 100vw, 64px);
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  row-gap: 40px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  container-type: inline-size;
}
@container (min-width: 440px) {
  .l-footer__nav .nav-block {
    grid-row: 1/3;
  }
}
.l-footer__nav .nav-block__heading {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: #86868b;
}
@container (min-width: 440px) {
  .l-footer__nav .nav-block--recruit {
    grid-row: 1/2;
    grid-column: 3/4;
  }
}
@container (min-width: 440px) {
  .l-footer__nav .nav-block--contact {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}
.l-footer__nav .nav-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: clamp(16px, 24 / 1920 * 100vw, 24px);
}
.l-footer__nav .nav-block li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.l-footer__banner {
  grid-row: 1/2;
  container-type: inline-size;
}
.l-footer__banner .app-banner {
  display: grid;
  grid-template-columns: clamp(72px, 167 / 680 * 100cqw, 167px) 1fr;
  -webkit-column-gap: clamp(10px, 24 / 680 * 100cqw, 24px);
     -moz-column-gap: clamp(10px, 24 / 680 * 100cqw, 24px);
          column-gap: clamp(10px, 24 / 680 * 100cqw, 24px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(16px, 24 / 680 * 100cqw, 24px);
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.l-footer__banner .app-banner__img {
  grid-row: 1/3;
  grid-column: 1/2;
}
@container (min-width: 440px) {
  .l-footer__banner .app-banner__img {
    grid-row: 1/3;
    align-self: center;
    text-align: center;
  }
}
.l-footer__banner .app-banner__heading {
  grid-row: 1/2;
  grid-column: 2/3;
}
.l-footer__banner .app-banner__subHeading {
  font-family: "Marcellus", serif;
  font-size: clamp(11px, 14 / 680 * 100cqw, 14px);
  color: #86868b;
}
.l-footer__banner .app-banner__title {
  margin-top: 12px;
  font-size: clamp(16px, 20 / 680 * 100cqw, 20px);
  font-weight: bold;
  line-height: 1.4;
}
.l-footer__banner .app-banner__title span {
  display: inline-block;
}
@container (min-width: 440px) {
  .l-footer__banner .app-banner__title span {
    display: inline;
  }
}
.l-footer__banner .app-banner__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: 2/3;
  grid-column: 2/3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-block: 12px;
}
@container (min-width: 440px) {
  .l-footer__banner .app-banner__action {
    grid-column: 2/3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(24px, 36 / 1920 * 100vw, 36px);
}
.l-footer__snsHeading {
  font-size: 14px;
  color: #86868b;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 28px;
  margin-top: clamp(56px, 64 / 1920 * 100vw, 64px);
  border-top: 1px solid #000;
}
.l-footer__copyright {
  font-size: 14px;
  color: #86868b;
}
.l-footer__bottomNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.l-footer__bottomNav li {
  text-align: center;
}
.l-footer__bottomNav li a {
  font-size: 12px;
  color: #fff;
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
/* Footer
   ----------------------------------------------------------------- */
.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  overflow: scroll;
  visibility: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1d1d1f));
  background: linear-gradient(to bottom, #000, #1d1d1f);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-menu.is-open {
  visibility: visible;
  opacity: 1;
}
.l-menu.is-open::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-menu.is-open .l-menu__nav {
  visibility: visible;
  opacity: 1;
}
.l-menu__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-inline: 4vw;
  margin-top: 96px;
}
.l-menu__nav .nav-block__heading {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: #86868b;
}
.l-menu__nav .nav-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.l-menu__nav .nav-block li {
  position: relative;
}
.l-menu__nav .nav-block li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#0b0b0c), color-stop(50%, #fff), to(#0b0b0c));
  background: linear-gradient(to left, #0b0b0c 0%, #fff 50%, #0b0b0c 100%);
}
.l-menu__nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  color: #fff;
}
.l-menu__nav .nav-link[target=_blank] .nav-link__arrow svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-menu__nav .nav-link__text {
  font-size: 15px;
}
.l-menu__nav .nav-link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(24px, 36 / 768 * 100vw, 36px);
  height: clamp(24px, 36 / 768 * 100vw, 36px);
  margin-left: auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100vh;
}
.l-menu__nav .nav-link__arrow svg {
  width: clamp(6.5px, 15 / 768 * 100vw, 15px);
  height: auto;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Project
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.p-form {
  max-width: 840px;
  margin: 0 auto;
  border-top: 2px solid #e1e8ed;
  /**
  * error message
  */
}
.p-form .error {
  display: block;
  margin-top: 0.5em;
  font-size: 85%;
  color: #b70000;
}

.p-form__group {
  padding: 12px 0;
}

.p-form__group + .p-form__group {
  border-top: 2px solid #e1e8ed;
}

.p-form__row {
  padding: 12px 0;
}
.p-form__row > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form__row > dt > label {
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
}
.p-form__row > dt > label > small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #86868b;
}
.p-form__row > dt > .tag {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  padding: 0 6px;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #86868b;
  border-radius: 2px;
}
.p-form__row > dt > .tag--required {
  color: #fff;
  background-color: #4051ff;
}
.p-form__row > dd {
  margin-top: 6px;
}

.p-form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.p-form-controls .p-form-control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 8px;
}
.p-form-controls .p-form-control + .p-form-control {
  margin-top: 0;
}

.p-form-control {
  position: relative;
}
.p-form-control + .p-form-control {
  margin-top: 10px;
}
.p-form-control input[type=text],
.p-form-control input[type=number],
.p-form-control input[type=email],
.p-form-control input[type=tel] {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #f1f2f6;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control input[type=text]::-webkit-input-placeholder, .p-form-control input[type=number]::-webkit-input-placeholder, .p-form-control input[type=email]::-webkit-input-placeholder, .p-form-control input[type=tel]::-webkit-input-placeholder {
  color: rgba(134, 134, 139, 0.4);
}
.p-form-control input[type=text]::-moz-placeholder, .p-form-control input[type=number]::-moz-placeholder, .p-form-control input[type=email]::-moz-placeholder, .p-form-control input[type=tel]::-moz-placeholder {
  color: rgba(134, 134, 139, 0.4);
}
.p-form-control input[type=text]:-ms-input-placeholder, .p-form-control input[type=number]:-ms-input-placeholder, .p-form-control input[type=email]:-ms-input-placeholder, .p-form-control input[type=tel]:-ms-input-placeholder {
  color: rgba(134, 134, 139, 0.4);
}
.p-form-control input[type=text]::-ms-input-placeholder, .p-form-control input[type=number]::-ms-input-placeholder, .p-form-control input[type=email]::-ms-input-placeholder, .p-form-control input[type=tel]::-ms-input-placeholder {
  color: rgba(134, 134, 139, 0.4);
}
.p-form-control input[type=text]::placeholder,
.p-form-control input[type=number]::placeholder,
.p-form-control input[type=email]::placeholder,
.p-form-control input[type=tel]::placeholder {
  color: rgba(134, 134, 139, 0.4);
}
.p-form-control input[type=text]:focus,
.p-form-control input[type=number]:focus,
.p-form-control input[type=email]:focus,
.p-form-control input[type=tel]:focus {
  border-color: #0016ff;
  outline: 0;
  -webkit-box-shadow: rgba(0, 22, 255, 0.5) 0 0 5px 2px;
          box-shadow: rgba(0, 22, 255, 0.5) 0 0 5px 2px;
}
.p-form-control textarea {
  width: 100%;
  padding: 12px;
  font-size: 12px;
  vertical-align: middle;
  background-color: #f1f2f6;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control textarea::-webkit-input-placeholder {
  color: #86868b;
}
.p-form-control textarea::-moz-placeholder {
  color: #86868b;
}
.p-form-control textarea:-ms-input-placeholder {
  color: #86868b;
}
.p-form-control textarea::-ms-input-placeholder {
  color: #86868b;
}
.p-form-control textarea::placeholder {
  color: #86868b;
}
.p-form-control textarea:focus {
  border-color: #0016ff;
  outline: 0;
  -webkit-box-shadow: rgba(0, 22, 255, 0.5) 0 0 5px 2px;
          box-shadow: rgba(0, 22, 255, 0.5) 0 0 5px 2px;
}
.p-form-control > p {
  margin-top: 4px;
  color: #86868b;
}
.p-form-control--zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form-control--zip .c-input {
  position: relative;
  min-width: 120px;
}
.p-form-control--zip .c-input + .c-input {
  margin-left: 20px;
}
.p-form-control--zip .c-input + .c-input::before {
  position: absolute;
  top: calc(50% + 12px);
  left: -13px;
  line-height: 0;
  content: "-";
}

.p-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.p-form__actions .back-btn {
  display: block;
  margin: 24px auto;
}
.p-form__actions .back-btn:hover {
  text-decoration: underline;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.page-contact-confirm .p-form__row--labeled dt,
.page-contact-confirm .p-form__row--top dt {
  padding-top: 0;
}
.page-contact-confirm .p-form-controls .p-form-control {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
.page-contact-confirm .p-form-control .c-input label {
  display: none;
}
.page-contact-confirm .p-form-control .c-select::before {
  display: none;
}
.page-contact-confirm .p-form-control--zip .c-input {
  min-width: 0;
}
.page-contact-confirm .p-form-control--zip .c-input + .c-input::before {
  top: 50%;
}
.page-contact-confirm .p-form-radios--horizontal {
  margin: 0;
}

/* Base
   ----------------------------------------------------------------- */
.p-editor-content h1 {
  margin: 24px 0 15px;
  font-size: 22px;
}
.p-editor-content h2 {
  padding-bottom: clamp(16px, 24 / 1600 * 100vw, 24px);
  margin: 48px 0 16px;
  font-size: clamp(22px, 32 / 1600 * 100vw, 32px);
  line-height: 1.6;
  border-bottom: solid 1px #000;
}
.p-editor-content h3 {
  padding-left: 15px;
  margin: 48px 0 16px;
  font-size: clamp(20px, 24 / 1600 * 100vw, 24px);
  line-height: 1.6;
  border-left: solid 1px #000;
}
.p-editor-content h4 {
  position: relative;
  padding-left: 23px;
  margin: 48px 0 16px;
  font-size: clamp(20px, 24 / 1600 * 100vw, 24px);
  line-height: 1.6;
}
.p-editor-content h4::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 15px;
  height: 1px;
  content: "";
  background-color: #000;
}
.p-editor-content h5 {
  position: relative;
  padding-left: 38px;
  margin: 48px 0 16px;
  font-size: clamp(18px, 20 / 1600 * 100vw, 20px);
  line-height: 1.6;
}
.p-editor-content h5::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #000;
}
.p-editor-content h6 {
  position: relative;
  padding-left: 53px;
  margin: 48px 0 16px;
  font-size: clamp(18px, 20 / 1600 * 100vw, 20px);
  line-height: 1.6;
}
.p-editor-content h6::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 45px;
  height: 1px;
  content: "";
  background-color: #000;
}
.p-editor-content p {
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.6;
}
.p-editor-content a {
  font-style: normal;
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-editor-content p + p {
  margin-top: 0.5em;
}
.p-editor-content img {
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}
.p-editor-content img:has(+ figcaption) {
  margin-bottom: 12px;
}
.p-editor-content .wp-element-caption {
  margin-top: 0;
  font-size: 12px;
  color: #86868b;
}
.p-editor-content .aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.p-editor-content ul {
  margin: 16px 0 1em;
  list-style: none;
}
.p-editor-content ul > li {
  position: relative;
  padding-left: 32px;
}
.p-editor-content ul > li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #000;
  border-radius: 4px;
}
.p-editor-content ul > li:nth-child(n+2) {
  margin-top: 8px;
}
.p-editor-content ol {
  margin: 2.5em 0 1em;
  counter-reset: number 0;
}
.p-editor-content ol > li {
  position: relative;
  padding-left: 32px;
}
.p-editor-content ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Marcellus", serif;
  color: #000;
  content: counter(number) ".";
  counter-increment: number 1;
}
.p-editor-content ol > li:nth-child(n+2) {
  margin-top: 8px;
}
.p-editor-content blockquote {
  position: relative;
  padding: 36px 16px 24px;
  margin: 16px 0;
  background: #e4e6ed;
  border-radius: 8px;
}
.p-editor-content blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0;
}
.p-editor-content blockquote cite {
  margin-top: 28px;
  font-size: 12px;
  color: #979797;
  text-align: right;
}
.p-editor-content hr {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.2em auto;
  border: 0;
  border-top: 1px solid #ccc;
}
.p-editor-content table {
  margin: 15px 0;
}
.p-editor-content .wp-block-table thead {
  border-bottom: none;
}
.p-editor-content table th {
  font-weight: 400;
  background-color: #fff;
}
.p-editor-content .table-head:not(th) {
  border-bottom: solid 1px #d0d0da;
}
.p-editor-content .table-head:not(.table-col-1) {
  display: block;
  margin-top: 16px;
}
.p-editor-content table td:not(.table-head) {
  border-bottom: solid 1px #d0d0da;
}
.p-editor-content table td:not(:first-child) {
  border-left: solid 1px #d0d0da;
}
.p-editor-content table th,
.p-editor-content table td {
  padding: 16px;
  word-break: break-all;
  vertical-align: top;
  border: none;
}
.p-editor-content .wp-block-table table {
  width: 100%;
}
.p-editor-content .wp-block-table:has(thead) td {
  display: block;
  width: 100%;
}
.p-editor-content .wp-block-heading:has(+ figure table) + figure table {
  margin-top: 0;
}
.p-editor-content .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child) {
  gap: 32px;
}
.p-editor-content .wp-block-columns:has(> .wp-block-column:nth-child(3):last-child) {
  gap: 24px;
}
.p-editor-content iframe {
  max-width: 100%;
}
.p-editor-content .wp-block-button__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-bottom: clamp(16px, 24 / 1600 * 100vw, 24px);
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  background: none;
}
.p-editor-content .wp-block-button__link::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 16px;
  overflow: hidden;
  content: "";
  background-image: url("./assets/img/common/button_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11.67px 8.56px;
  border: 1px solid #000;
  border-radius: 100vh;
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.p-pagination {
  margin-top: 40px;
}
.p-pagination__pc {
  display: none;
}
.p-pagination__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination__sp .sp-prev,
.p-pagination__sp .sp-next {
  width: 48px;
  height: 48px;
  border-radius: 100vh;
}
.p-pagination__sp .sp-prev {
  position: relative;
}
.p-pagination__sp .sp-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.p-pagination__sp .sp-next {
  position: relative;
}
.p-pagination__sp .sp-next svg {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}
.p-pagination .p-pagination__info {
  padding: 19px 24px;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  border-radius: 4px;
}
.p-pagination .p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -4px;
}
.p-pagination .p-pagination__item {
  padding: 8px;
}
.p-pagination .p-pagination__item .page-numbers {
  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: 32px;
  height: 32px;
  color: #86868b;
  letter-spacing: 0;
  border-radius: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-pagination .p-pagination__item .page-numbers:hover {
  background-color: #fff;
}
.p-pagination .p-pagination__item .page-numbers.current {
  background-color: #fff;
}
.p-pagination .p-pagination__item .page-numbers.prev, .p-pagination .p-pagination__item .page-numbers.next {
  position: relative;
  width: 64px;
  height: 64px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: 100vh;
}
.p-pagination .p-pagination__item .page-numbers.prev::after, .p-pagination .p-pagination__item .page-numbers.next::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10.5px;
  height: 10.5px;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg) translateX(50%);
          transform: rotate(-45deg) translateX(50%);
}
.p-pagination .p-pagination__item .page-numbers.prev:hover, .p-pagination .p-pagination__item .page-numbers.next:hover {
  color: #fff;
  background-color: #fff;
}
.p-pagination .p-pagination__item .page-numbers.prev::after {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(135deg) translateY(50%);
          transform: rotate(135deg) translateY(50%);
}

/* Base
   ----------------------------------------------------------------- */
.p-member {
  position: relative;
}
.p-member::before, .p-member::after {
  content: "";
  position: absolute;
  top: 0;
  width: 12vw;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  backdrop-filter: blur(8px);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-member::before {
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-mask: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, #000));
  -webkit-mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 50%);
          mask: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, #000));
          mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 50%);
}
.p-member::after {
  right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #000));
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 50%);
          mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #000));
          mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 50%);
}
.p-member__text {
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: clamp(64px, 100 / 1920 * 100vw, 100px);
  line-height: 1.2;
  overflow: hidden;
}
.p-member__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  will-change: transform;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-member__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  position: relative;
}
.p-member__text li::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background-color: #64656C;
}
.p-member__slides {
  margin-top: -1em;
}
.p-member__slides img {
  border-radius: 8px;
  width: clamp(160px, 320 / 1920 * 100vw, 320px);
  height: auto;
}

/* Base
   ----------------------------------------------------------------- */
.p-contact-section {
  position: relative;
  padding: clamp(90px, 115 / 1920 * 100vw, 115px) 0;
  overflow: hidden;
  background-color: #f1f2f6;
}
.p-contact-section__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-contact-section__gradient {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 110%;
  height: 100%;
  background: #f1f2f6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 200)), to(rgb(241, 242, 246)));
  background: linear-gradient(to bottom, rgb(0, 0, 200) 0%, rgb(241, 242, 246) 100%);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
}
.p-contact-section__glass-lines {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.p-contact-section__glass-lines > li {
  width: 110px;
  height: 100%;
}
.p-contact-section__glass-lines > li::before, .p-contact-section__glass-lines > li::after {
  border-radius: 0;
}
.p-contact-section__glass-lines > li:nth-child(n+10) {
  display: none;
}
.p-contact-section__inner {
  position: relative;
  z-index: 1;
  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;
  max-width: 880px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.p-contact-section__headingEn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 24 / 1600 * 100vw, 24px);
  line-height: 1;
}
.p-contact-section__headingEn::before {
  content: "[";
}
.p-contact-section__headingEn::after {
  content: "]";
}
.p-contact-section__headingJa {
  margin-top: clamp(12px, 32 / 1600 * 100vw, 32px);
  font-size: clamp(24px, 32 / 1600 * 100vw, 32px);
  font-weight: bold;
  line-height: 1.2;
}
.p-contact-section__headingJa span {
  display: inline-block;
}
.p-contact-section__desc {
  margin-top: clamp(20px, 32 / 1600 * 100vw, 32px);
}
.p-contact-section__action {
  margin-top: clamp(24px, 40 / 1600 * 100vw, 40px);
}

/* Base
   ----------------------------------------------------------------- */
.p-content-nav {
  padding: clamp(56px, 120 / 1600 * 100vw, 120px) 0;
}
.p-content-nav__inner {
  padding: clamp(40px, 60 / 1600 * 100vw, 60px) clamp(24px, 40 / 1600 * 100vw, 40px);
  background-color: rgba(255, 255, 255, 0.32);
  border-radius: 12px;
}
.p-content-nav__heading {
  text-align: center;
}
.p-content-nav__nav {
  margin-top: clamp(16px, 40 / 1600 * 100vw, 40px);
}
.p-content-nav__nav > ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(8px, 20 / 1600 * 100vw, 20px);
  max-width: 540px;
  margin-inline: auto;
}
.p-content-nav__nav > ul li {
  container-type: inline-size;
}
.p-content-nav .nav-link {
  display: grid;
  grid-template-columns: clamp(112px, 173 / 1600 * 100vw, 173px) 1fr clamp(22px, 32 / 1600 * 100vw, 32px);
  -webkit-column-gap: clamp(8px, 22 / 1600 * 100vw, 22px);
     -moz-column-gap: clamp(8px, 22 / 1600 * 100vw, 22px);
          column-gap: clamp(8px, 22 / 1600 * 100vw, 22px);
  height: 100%;
  padding: clamp(16px, 24 / 1600 * 100vw, 24px);
  background-color: #fff;
  border-radius: 4px;
}
.p-content-nav .nav-link.is-current {
  color: #fff;
  pointer-events: none;
  background-color: #2c2d32;
}
.p-content-nav .nav-link.is-current .nav-link__enTitle {
  color: #fff;
}
.p-content-nav .nav-link.is-current .nav-link__jaTitle {
  color: #fff;
}
.p-content-nav .nav-link.is-current .nav-link__arrow {
  border-color: #fff;
}
.p-content-nav .nav-link.is-current .nav-link__arrow svg path {
  fill: #fff;
}
.p-content-nav .nav-link__img {
  grid-row: 1/3;
  grid-column: 1/2;
  width: clamp(112px, 173 / 1600 * 100vw, 173px);
}
.p-content-nav .nav-link__img img {
  border-radius: 4px;
}
.p-content-nav .nav-link__img video {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-content-nav .nav-link__enTitle {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: self-end;
  font-family: "Marcellus", serif;
  font-size: clamp(12px, 14 / 1600 * 100vw, 14px);
  color: #86868b;
}
.p-content-nav .nav-link__jaTitle {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: clamp(13px, 18 / 1920 * 100vw, 18px);
  font-weight: 500;
}
.p-content-nav .nav-link__jaTitle span {
  display: inline-block;
}
.p-content-nav .nav-link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-row: 1/3;
  grid-column: 3/4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(24px, 32 / 1600 * 100vw, 32px);
  height: clamp(24px, 32 / 1600 * 100vw, 32px);
  margin-left: auto;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 100vh;
}
.p-content-nav .nav-link__arrow svg {
  width: clamp(10px, 13 / 1600 * 100vw, 13px);
  height: auto;
}

/* Base
   ----------------------------------------------------------------- */
.p-archive-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 28px 24px 24px;
  background-color: #fff;
  border-radius: 8px;
}
.p-archive-category__head {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 26px;
  padding-right: 16px;
  font-family: "Marcellus", serif;
  font-size: 16px;
  line-height: 1.6;
}
.p-archive-category__head::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 69.23%;
  content: "";
  background-color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-archive-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-archive-category li a {
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  font-size: 14px;
  color: #86868b;
  border: solid 1px #d0d0da;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-archive-category li a.is-active {
  color: #fff;
  background-color: #000;
  border: solid 1px #fff;
}

.p-single-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-single-category li a {
  display: inline-block;
  padding: 4px 16px;
  font-size: 12px;
  color: #000;
  pointer-events: none;
  background-color: #f4f4f4;
  border-radius: 100px;
}

/* Base
   ----------------------------------------------------------------- */
.p-article-card {
  width: 100%;
  height: 100%;
}
.p-article-card .p-article-card__inner {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 39.144%;
  gap: 8px 16px;
  height: 100%;
  padding-bottom: 24px;
  border-bottom: solid 1px #d0d0da;
}
.p-article-card .p-article-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: 1/2;
  grid-column: 1/3;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-article-card .p-article-card__head .head-date {
  position: relative;
  font-family: "Marcellus", serif;
  font-size: 14px;
}
.p-article-card .p-article-card__head .head-date::before {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 1px;
  height: 8px;
  content: "";
  background-color: #86868b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-article-card .p-article-card__head .head-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 8px;
}
.p-article-card .p-article-card__head .head-category__item {
  font-size: 14px;
  font-weight: 700;
}
.p-article-card .p-article-card__content {
  container-type: inline-size;
  grid-row: 2/3;
  grid-column: 1/2;
}
.p-article-card .p-article-card__content .content-title {
  font-size: clamp(16px, 24 / 760 * 100cqw, 24px);
  font-weight: 500;
  line-height: 1.4;
}
.p-article-card .p-article-card__content .content-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.p-article-card .p-article-card__content .content-more__text {
  font-size: clamp(14px, 16 / 760 * 100cqw, 16px);
}
.p-article-card .p-article-card__content .content-more__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(24px, 40 / 760 * 100cqw, 40px);
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: solid 1px #000;
  border-radius: 100vh;
}
.p-article-card .p-article-card__content .content-more__arrow svg {
  width: clamp(9px, 15 / 1600 * 100vw, 15px);
  height: auto;
  aspect-ratio: 15/11;
}
.p-article-card .p-article-card__thumbnail {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 100%;
  height: auto;
  aspect-ratio: 383/237;
  overflow: hidden;
  border-radius: 4px;
}
.p-article-card .p-article-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Base
   ----------------------------------------------------------------- */
.p-related-articles .c-heading__ja {
  font-weight: 500;
}
.p-related-articles__inner {
  padding: clamp(40px, 60 / 1600 * 100vw, 60px) clamp(24px, 40 / 1600 * 100vw, 40px) clamp(56px, 104 / 1600 * 100vw, 104px);
  background-color: rgba(255, 255, 255, 0.32);
  border-radius: 12px;
}
.p-related-articles__heading {
  text-align: center;
}
.p-related-articles .archive-news__item + .archive-news__item {
  margin-top: 24px;
}
.p-related-articles .archive-news__list {
  margin-top: clamp(48px, 80 / 1600 * 100vw, 80px);
}

.p-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1160px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--xl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1660px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--lg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1360px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 960px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-section-title .p-section-title__en {
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-weight: bold;
}
.p-section-title .p-section-title__ja {
  font-size: 12px;
  font-weight: normal;
  color: #86868b;
}

.p-breadcrumb {
  margin: 0 -8px;
  font-size: 13px;
  color: #86868b;
}
.p-breadcrumb a {
  margin: 0 8px;
  color: #86868b;
}
.p-breadcrumb .breadcrumb_last {
  margin: 0 8px;
  color: #0016ff;
}

/* Base
   ----------------------------------------------------------------- */
/* Component
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 210px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.7rem 0.7rem 0.7rem 2rem;
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
  border-radius: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button[target=_blank] .c-button__icon svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-button .c-button__text {
  font-size: clamp(14px, 16 / 768 * 100vw, 16px);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
}
.c-button .c-button__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(26px, 36 / 768 * 100vw, 36px);
  height: clamp(26px, 36 / 768 * 100vw, 36px);
  margin-left: auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100vh;
}
.c-button .c-button__icon svg {
  width: 0.8rem;
  height: 0.8rem;
}
.c-button--transparent {
  background-color: transparent;
}
.c-button--xs {
  min-width: 170px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
.c-button--xs .c-button__icon {
  width: 24px;
  height: 24px;
}

@-webkit-keyframes arrow-anim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  52% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrow-anim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  52% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes arrow-anim-blank {
  0% {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%, -100%) rotate(-45deg);
            transform: translate(100%, -100%) rotate(-45deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-100%, 100%) rotate(-45deg);
            transform: translate(-100%, 100%) rotate(-45deg);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(-100%, 100%) rotate(-45deg);
            transform: translate(-100%, 100%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
}
@keyframes arrow-anim-blank {
  0% {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%, -100%) rotate(-45deg);
            transform: translate(100%, -100%) rotate(-45deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-100%, 100%) rotate(-45deg);
            transform: translate(-100%, 100%) rotate(-45deg);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(-100%, 100%) rotate(-45deg);
            transform: translate(-100%, 100%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
}
.c-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-menu-icon {
  position: relative;
  z-index: 300;
  display: block;
  width: clamp(40px, 60 / 1600 * 100vw, 60px);
  height: clamp(40px, 60 / 1600 * 100vw, 60px);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100vh;
}
.c-menu-icon__wrap {
  position: relative;
  width: 14px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}
.c-menu-icon__wrap > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-menu-icon__wrap > span:nth-child(1) {
  top: 18px;
}
.c-menu-icon__wrap > span:nth-child(2) {
  top: 22px;
}
.c-menu-icon.is-open .c-menu-icon__wrap > span {
  background-color: #000;
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(1) {
  -webkit-transform: translateY(2px) rotate(-25deg);
          transform: translateY(2px) rotate(-25deg);
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(2) {
  -webkit-transform: translateY(-2px) rotate(25deg);
          transform: translateY(-2px) rotate(25deg);
}

.c-heading__en, .c-heading-en {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 24 / 1920 * 100vw, 24px);
  line-height: 1;
}
.c-heading__en::before, .c-heading-en::before, .c-heading__en::after, .c-heading-en::after {
  font-size: clamp(20px, 24 / 1920 * 100vw, 24px);
}
.c-heading__en::before, .c-heading-en::before {
  content: "[";
}
.c-heading__en::after, .c-heading-en::after {
  content: "]";
}

.c-heading__ja {
  margin-top: clamp(12px, 16 / 1920 * 100vw, 16px);
  font-size: clamp(24px, 56 / 1920 * 100vw, 56px);
  font-weight: bold;
  line-height: 1.2;
}
.c-heading__ja span {
  display: inline-block;
}

.c-input label {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 1;
  color: #86868b;
}

.c-select {
  position: relative;
}
.c-select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  z-index: 2;
  width: 6px;
  height: 6px;
  content: "";
  border-top: solid 1px #0016ff;
  border-right: solid 1px #0016ff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mw_wp_form_confirm .c-select::before {
  display: none;
}
.c-select select {
  position: relative;
  width: 100%;
  padding: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f1f2f6;
  border-radius: 4px;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: 0;
  -webkit-box-shadow: rgba(0, 22, 255, 0.5) 0 0 5px 2px;
          box-shadow: rgba(0, 22, 255, 0.5) 0 0 5px 2px;
}

.c-radio,
.mwform-radio-field label {
  display: block;
  padding: 8px 0;
}
.c-radio input[type=radio],
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-radio input[type=radio] + .text,
.c-radio input[type=radio] + .mwform-radio-field-text,
.mwform-radio-field label input[type=radio] + .text,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
}
.c-radio input[type=radio] + .text::before,
.c-radio input[type=radio] + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio] + .text::before,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before {
  position: relative;
  top: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  content: "";
  background: #f1f2f6;
  border: 1px solid #f1f2f6;
  border-radius: 100%;
}
.c-radio input[type=radio]:focus + .text::before,
.c-radio input[type=radio]:focus + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:focus + .text::before,
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text::before {
  border-color: #f1f2f6;
  outline: none;
}
.c-radio input[type=radio]:disabled + .text::before,
.c-radio input[type=radio]:disabled + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:disabled + .text::before,
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text::before {
  background: #86868b;
  border-color: #86868b;
}
.c-radio input[type=radio]:checked + .text::after,
.c-radio input[type=radio]:checked + .mwform-radio-field-text::after,
.mwform-radio-field label input[type=radio]:checked + .text::after,
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

/* Header
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.js-animation-text span {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50.1%, #a5a5a5));
  background: linear-gradient(90deg, #000 50%, #a5a5a5 50.1%);
  background-position: 100% 0%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 300% 100%;
}

.js-animation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(18px, 32 / 1600 * 100vw, 32px);
  line-height: 1.8;
}
.js-animation-row__text {
  position: relative;
  min-height: clamp(32.8px, 57.6 / 1600 * 100vw, 57.6px);
  overflow: hidden;
  color: transparent;
  -webkit-transition: color 0s ease-in-out 0.5s;
  transition: color 0s ease-in-out 0.5s;
}
.js-animation-row__text::after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
}
.js-animation-row__space {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.js-animation-row__space::after {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.js-animation-row.is-active .js-animation-row__text {
  color: #000;
}
.js-animation-row.is-active .js-animation-row__text::after {
  -webkit-animation: row-cover-anim 1s ease-in-out forwards;
          animation: row-cover-anim 1s ease-in-out forwards;
}
.js-animation-row.is-active .js-animation-row__space::after {
  left: 0;
}

@-webkit-keyframes row-cover-anim {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 110%;
  }
}

@keyframes row-cover-anim {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 110%;
  }
}
@-webkit-keyframes row-text-anim {
  0% {
    color: transparent;
  }
  100% {
    color: #000;
  }
}
@keyframes row-text-anim {
  0% {
    color: transparent;
  }
  100% {
    color: #000;
  }
}
/* ==========================================================================
   Pages
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.page-front .mainview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}
.page-front .mainview__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.page-front .mainview__bg .circle01,
.page-front .mainview__bg .circle02 {
  position: absolute;
  width: 150%;
  max-width: 150%;
  height: auto;
  aspect-ratio: 1/1;
}
.page-front .mainview__bg .circle01 {
  top: -10%;
  right: -7.4%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  -webkit-animation: circle-anim 240s ease-in-out infinite;
          animation: circle-anim 240s ease-in-out infinite;
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.page-front .mainview__bg .circle02 {
  left: -10%;
  border-radius: 100vh;
}
.page-front .mainview__bg .circle02::before {
  -webkit-box-shadow: inset 2px 3.5px 2px -2px rgba(255, 255, 255, 0.8), inset -1px -5.5px 0 -3px rgba(255, 255, 255, 0.8);
          box-shadow: inset 2px 3.5px 2px -2px rgba(255, 255, 255, 0.8), inset -1px -5.5px 0 -3px rgba(255, 255, 255, 0.8);
}
.page-front .mainview__canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100svh;
}
.page-front .mainview__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100svh;
  padding: 64px 0;
}
.page-front .mainview__title {
  position: relative;
  margin-top: 0.5em;
  font-family: "Marcellus", serif;
  font-size: clamp(32px, 96 / 1600 * 100vw, 96px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.page-front .mainview__title .text-label {
  mix-blend-mode: overlay;
  will-change: transform;
}
.page-front .mainview__title .text-label__inner {
  color: #fff;
}
.page-front .mainview__title .text-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.page-front .mainview__copy {
  position: relative;
  margin-top: 0.5em;
  font-size: clamp(24px, 48 / 1600 * 100vw, 48px);
  line-height: 1.4;
  text-align: center;
}
.page-front .mainview__copy .text-label {
  mix-blend-mode: overlay;
  will-change: transform;
}
.page-front .mainview__copy .text-label__inner {
  color: #fff;
}
.page-front .mainview__copy .text-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.page-front .mainview__logo {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 95vw;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  will-change: transform;
}
.page-front .front-content {
  position: relative;
  width: 100%;
  margin-top: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #f1f2f6));
  background: linear-gradient(to bottom, transparent 0%, #f1f2f6 10%);
}
.page-front .about {
  width: calc(100% - 8vw);
  padding-block: clamp(42px, 140 / 1600 * 100vw, 140px);
  margin: auto;
  border-radius: clamp(24px, 40 / 1600 * 100vw, 40px);
}
.page-front .about__container {
  padding: 0 clamp(28px, 40 / 1600 * 100vw, 40px);
}
.page-front .about__title {
  font-size: 22px;
  line-height: 1.4;
}
.page-front .about__desc {
  margin-top: 1.5em;
  font-size: clamp(16px, 36 / 1600 * 100vw, 36px);
  font-weight: bold;
}
.page-front .about__desc p + p {
  margin-top: 1.5em;
}
.page-front .news {
  margin: clamp(80px, 160 / 1600 * 100vw, 160px) 0;
}
.page-front .news__container {
  display: grid;
  grid-template-columns: 1fr;
}
.page-front .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 12 / 992 * 100vw, 12px);
  margin-top: 16px;
}
.page-front .news__item {
  container-type: inline-size;
}
.page-front .news__item .news-article {
  padding: clamp(16px, 28 / 900 * 100cqw, 28px) clamp(16px, 40 / 900 * 100cqw, 40px);
  border-radius: 8px;
}
.page-front .news__item .news-article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
@container (min-width: 900px) {
  .page-front .news__item .news-article__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(32px, 80 / 900 * 100cqw, 80px);
  }
}
.page-front .news__item .news-article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-front .news__item .news-article__date {
  position: relative;
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 16 / 900 * 100cqw, 16px);
}
.page-front .news__item .news-article__date::after {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 1px;
  height: 0.5em;
  content: "";
  background-color: #86868b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-front .news__item .news-article__category {
  font-size: 14px;
  font-weight: bold;
}
.page-front .news__item .news-article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
}
.page-front .news__item .news-article__titleText {
  display: -webkit-box;
  overflow: hidden; /* 溢れた部分を隠す */
  font-size: 16px;
  font-weight: normal;
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
}
@container (min-width: 900px) {
  .page-front .news__item .news-article__titleText {
    -webkit-line-clamp: 1;
  }
}
.page-front .news__item .news-article__titleArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 100vh;
}
.page-front .news__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.page-front .service {
  padding: clamp(64px, 160 / 1600 * 100vw, 160px) 0;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.page-front .service.is-active {
  color: #fff;
  background-color: #000;
}
.page-front .service.is-active .service__headingName svg path {
  fill: #fff;
}
.page-front .service.is-active .service__desc span {
  color: #fff;
}
.page-front .service__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.page-front .service__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(24px, 56 / 1600 * 100vw, 56px);
  line-height: 1.4;
}
.page-front .service__headingName {
  width: clamp(230px, 380 / 1920 * 100vw, 380px);
  margin-top: 46px;
  line-height: 1;
}
.page-front .service__headingName img,
.page-front .service__headingName svg {
  width: 100%;
  height: auto;
}
.page-front .service__headingName img path,
.page-front .service__headingName svg path {
  fill: #000;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.page-front .service__img img {
  border-radius: 16px;
}
.page-front .service__copy {
  font-size: clamp(24px, 54 / 1920 * 100vw, 54px);
  line-height: 1.2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-front .service__copy .inline {
  display: inline-block;
}
.page-front .service__desc {
  margin-top: clamp(16px, 40 / 1600 * 100vw, 40px);
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  font-weight: 500;
  color: #86868b;
}
.page-front .service__desc span {
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-front .service__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(24px, 72 / 1920 * 100vw, 72px);
}
.page-front .service__links {
  margin-top: 76px;
}
.page-front .service__linksHeading {
  font-size: clamp(20px, 40 / 1920 * 100vw, 40px);
  color: #86868b;
  text-align: center;
}
.page-front .service__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
  margin-top: clamp(24px, 36 / 992 * 100vw, 36px);
}
.page-front .service .service-link {
  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;
  height: 100%;
  padding: 16px 16px 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.page-front .service .service-link__icon {
  width: 28px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: 28px;
  line-height: 1;
}
.page-front .service .service-link__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-front .service .service-link__text {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.page-front .service .service-link__text span {
  display: inline-block;
}
.page-front .service .service-link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 100vh;
}
.page-front .service .service-link__arrow svg {
  width: 6.5px;
  height: auto;
}
.page-front .company {
  margin: clamp(80px, 160 / 1600 * 100vw, 160px) 0;
}
.page-front .company__desc {
  margin-top: clamp(24px, 56 / 1600 * 100vw, 56px);
  font-size: clamp(16px, 21 / 1600 * 100vw, 21px);
  color: #86868b;
}
.page-front .company__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(8px, 32 / 1600 * 100vw, 32px);
  margin-top: clamp(36px, 88 / 1600 * 100vw, 88px);
}
.page-front .company__links > li {
  container-type: inline-size;
}
.page-front .company__links > li .company-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: clamp(16px, 32 / 738 * 100cqw, 32px);
  background-color: rgba(255, 255, 255, 0.32);
  border-radius: 8px;
}
.page-front .company__links > li .company-link__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: clamp(8px, 16 / 1600 * 100vw, 16px);
  border-bottom: solid 1px #fff;
}
.page-front .company__links > li .company-link__copy .copy-ja {
  font-size: clamp(14px, 16 / 738 * 100cqw, 16px);
}
.page-front .company__links > li .company-link__copy .copy-ja span {
  display: inline-block;
}
.page-front .company__links > li .company-link__copy .copy-en {
  font-family: "Marcellus", serif;
  font-size: clamp(12px, 14 / 738 * 100cqw, 14px);
  color: #64656c;
}
.page-front .company__links > li .company-link__content {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 80% 20%;
  row-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(24px, 40 / 738 * 100cqw, 40px);
}
.page-front .company__links > li .company-link__img {
  grid-row: 2/3;
  grid-column: 1/2;
  width: clamp(112px, 173 / 738 * 100cqw, 173px);
  overflow: hidden;
  border-radius: 4px;
}
.page-front .company__links > li .company-link__img video {
  width: 100%;
  height: auto;
}
.page-front .company__links > li .company-link__title {
  grid-row: 1/2;
  grid-column: 1/3;
}
.page-front .company__links > li .company-link__title .en-title {
  font-family: "Marcellus", serif;
  font-size: clamp(12px, 14 / 738 * 100cqw, 14px);
  color: #86868b;
}
.page-front .company__links > li .company-link__title .ja-title {
  font-size: clamp(18px, 30 / 738 * 100cqw, 30px);
  font-weight: 700;
}
.page-front .company__links > li .company-link__title .ja-title span {
  display: inline-block;
}
.page-front .company__links > li .company-link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-row: 2/3;
  grid-column: 2/3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(24px, 36 / 738 * 100cqw, 36px);
  height: clamp(24px, 36 / 738 * 100cqw, 36px);
  margin-left: auto;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 100vh;
}
.page-front .company__links > li .company-link__arrow svg {
  width: clamp(10px, 15 / 738 * 100cqw, 15px);
  height: auto;
}
.page-front .partnership {
  scroll-margin-top: clamp(80px, 120 / 1600 * 100vw, 120px);
  margin: clamp(80px, 240 / 1600 * 100vw, 240px) 0 clamp(80px, 160 / 1600 * 100vw, 160px);
}
.page-front .partnership__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: clamp(24px, 80 / 1600 * 100vw, 80px);
}
.page-front .partnership__list > li {
  container-type: inline-size;
}
.page-front .partnership .partnership-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(16px, 32 / 738 * 100cqw, 32px);
  background-color: rgba(255, 255, 255, 0.32);
  border-radius: 12px;
}
.page-front .partnership .partnership-link__subTitle {
  font-size: clamp(14px, 16 / 738 * 100cqw, 16px);
  font-weight: 500;
  color: #86868b;
}
.page-front .partnership .partnership-link__title {
  font-size: clamp(20px, 30 / 738 * 100cqw, 30px);
}
.page-front .partnership .partnership-link__desc {
  margin-top: clamp(16px, 32 / 738 * 100cqw, 32px);
  margin-bottom: clamp(16px, 46 / 738 * 100cqw, 46px);
  font-size: 16px;
  font-weight: 500;
}
.page-front .partnership .partnership-link__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.page-front .partnership .partnership-link__img {
  width: clamp(240px, 264 / 738 * 100cqw, 264px);
}
.page-front .partnership .partnership-link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(24px, 36 / 738 * 100cqw, 36px);
  height: clamp(24px, 36 / 738 * 100cqw, 36px);
  margin-left: 24px;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 100vh;
}
.page-front .partnership .partnership-link__arrow svg {
  width: clamp(10px, 15 / 738 * 100cqw, 15px);
  height: auto;
}
.page-front .recruit {
  padding-bottom: clamp(120px, 140 / 1600 * 100vw, 140px);
  margin-top: clamp(96px, 200 / 1600 * 100vw, 200px);
}
.page-front .recruit__heading {
  text-align: center;
}
.page-front .recruit__desc {
  max-width: 872px;
  margin: clamp(24px, 54 / 1600 * 100vw, 54px) auto 0;
  font-weight: 500;
  color: #86868b;
  text-align: center;
}
.page-front .recruit__desc span {
  display: inline-block;
}
.page-front .recruit__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(24px, 40 / 1600 * 100vw, 40px);
}

/* Base
   ----------------------------------------------------------------- */
.page-message .message-wrapper {
  margin-top: clamp(64px, 140 / 1920 * 100vw, 140px);
}
.page-message .message-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.page-message .message-grid__img {
  text-align: center;
}
.page-message .message-grid__img img {
  border-radius: 8px;
}
.page-message .message-grid__img--01 img {
  width: clamp(295px, 496 / 1600 * 100vw, 496px);
}
.page-message .message-grid__img--02 img {
  width: clamp(295px, 335 / 1600 * 100vw, 335px);
}
.page-message .message-grid__img--03 {
  margin: 0 auto;
}
.page-message .message-grid__img--03 img {
  width: clamp(295px, 398 / 1600 * 100vw, 398px);
}
.page-message .message-grid__content h3 {
  font-size: clamp(24px, 48 / 1920 * 100vw, 48px);
}
.page-message .message-grid__content h3 + .message-grid__desc {
  margin-top: clamp(32px, 88 / 1920 * 100vw, 88px);
}
.page-message .message-grid__desc p {
  font-weight: 500;
  line-height: 1.8;
}
.page-message .message-grid__desc p + p {
  margin-top: 1em;
}
.page-message .message-grid--last {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: clamp(80px, 120 / 1920 * 100vw, 120px) !important;
}
.page-message .message-grid + .message-grid {
  margin-top: clamp(32px, 120 / 1920 * 100vw, 120px);
}
.page-message .message-author {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 56px;
  margin-left: auto;
}
.page-message .message-author__company {
  font-size: 16px;
  color: #a5a5a5;
}
.page-message .message-author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-message .message-author__role {
  color: #a5a5a5;
}
.page-message .message-author__name {
  font-size: clamp(20px, 24 / 1600 * 100vw, 24px);
  font-weight: bold;
}

/* Base
   ----------------------------------------------------------------- */
.page-mission .mission-section {
  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;
  min-height: 100vh;
  margin: 0;
}
.page-mission .mission-section[data-slide] .mission-section__container {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-mission .mission-section[data-slide].is-active .mission-section__container {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
.page-mission .mission-section[data-slide="2"] {
  margin-top: -100vh;
}
.page-mission .mission-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.page-mission .mission-section__body {
  max-width: 1060px;
}
.page-mission .mission-section__title {
  margin-top: 0.5em;
  font-size: clamp(24px, 48 / 1920 * 100vw, 48px);
  line-height: 1.2;
}
.page-mission .mission-section__title span {
  display: inline-block;
}
.page-mission .mission-section__desc {
  margin-top: clamp(16px, 40 / 1600 * 100vw, 40px);
  font-weight: 500;
}
.page-mission .mission-section__blocks {
  container-type: inline-size;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 32 / 1600 * 100vw, 32px);
}
.page-mission .mission-section--values .mission-section__heading {
  margin-bottom: clamp(16px, 40 / 1600 * 100vw, 40px);
}
.page-mission .mission-block {
  padding: clamp(16px, 64 / 1064 * 100cqw, 64px);
  background-color: #fff;
  border-radius: 12px;
}
.page-mission .mission-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: clamp(8px, 16 / 1064 * 100cqw, 16px);
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 16 / 1064 * 100cqw, 16px);
  border-bottom: solid 1px #d0d0da;
}
.page-mission .mission-block__index {
  color: #86868b;
}
.page-mission .mission-block__body {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: clamp(16px, 48 / 1064 * 100cqw, 48px);
}
@container (min-width: 660px) {
  .page-mission .mission-block__body {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr clamp(264px, 350 / 1064 * 100cqw, 350px);
    gap: 0 40px;
  }
}
.page-mission .mission-block__image {
  width: clamp(264px, 350 / 1064 * 100cqw, 350px);
  margin: auto;
}
@container (min-width: 660px) {
  .page-mission .mission-block__image {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
  }
}
.page-mission .mission-block__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.page-mission .mission-block__title {
  margin-top: clamp(16px, 24 / 1064 * 100cqw, 24px);
  font-size: clamp(20px, 40 / 1064 * 100cqw, 40px);
  text-align: center;
}
@container (min-width: 660px) {
  .page-mission .mission-block__title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: self-end;
    margin-top: 0;
    text-align: left;
  }
}
.page-mission .mission-block__title br {
  display: none;
}
@container (min-width: 660px) {
  .page-mission .mission-block__title br {
    display: block;
  }
}
.page-mission .mission-block__title--en {
  font-family: "Marcellus", serif;
  font-size: clamp(20px, 48 / 1064 * 100cqw, 48px);
  font-weight: 400;
}
.page-mission .mission-block__desc {
  margin-top: clamp(8px, 16 / 1064 * 100cqw, 16px);
}
@container (min-width: 660px) {
  .page-mission .mission-block__desc {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-top: clamp(32px, 64 / 1064 * 100cqw, 64px);
  }
}

/* Base
   ----------------------------------------------------------------- */
.page-member .p-container--lg {
  max-width: calc(1500px + 12.8vw);
  padding-right: 6.4vw;
  padding-left: 6.4vw;
}
.page-member .p-container--lg .member-group:not(:first-child) {
  margin-top: clamp(120px, 200 / 1920 * 100vw, 200px);
}
.page-member .p-container--lg .member-group__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.page-member .p-container--lg .member-group__row .row-heading {
  text-align: left;
}
.page-member .p-container--lg .member-group__row .row-heading__ja {
  font-weight: 500;
}
.page-member .p-container--lg .member-group__row .row-list {
  container-type: inline-size;
}
.page-member .p-container--lg .member-group__row .row-item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 560px;
  margin: 0 auto;
}
.page-member .p-container--lg .member-group__row .row-item:not(:first-child) {
  margin-top: clamp(56px, 80 / 1920 * 100vw, 80px);
}
.page-member .p-container--lg .member-group__row .row-item__image {
  width: 60.856%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 320/400;
  margin: 0 auto;
}
.page-member .p-container--lg .member-group__row .row-item__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.page-member .p-container--lg .member-group__row .row-item__content .content-name {
  font-size: clamp(20px, 40 / 1105 * 100cqw, 40px);
  text-align: center;
}
.page-member .p-container--lg .member-group__row .row-item__content .content-position {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.2;
  color: #86868b;
  text-align: center;
}
.page-member .p-container--lg .member-group__row .row-item__content .content-description {
  margin-top: 16px;
  font-size: clamp(14px, 16 / 1105 * 100cqw, 16px);
  line-height: 1.6;
}
.page-member .p-container--lg .member-group__column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.page-member .p-container--lg .member-group__column .column-heading {
  text-align: left;
}
.page-member .p-container--lg .member-group__column .column-heading__ja {
  font-weight: 500;
}
.page-member .p-container--lg .member-group__column .column-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 8.26%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 713px;
  margin: 0 auto;
  container-type: inline-size;
}
.page-member .p-container--lg .member-group__column .column-item {
  display: grid;
  container-type: inline-size;
  grid-template-rows: auto auto auto 1fr;
  gap: clamp(16px, 24 / 320 * 100cqw, 24px);
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 320px;
}
.page-member .p-container--lg .member-group__column .column-item .item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 320/400;
  margin: 0 auto;
}
.page-member .p-container--lg .member-group__column .column-item .item-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.page-member .p-container--lg .member-group__column .column-item .item-name {
  font-size: clamp(20px, 32 / 320 * 100cqw, 32px);
}
.page-member .p-container--lg .member-group__column .column-item .item-position {
  min-height: 2.4em;
  font-size: 14px;
  line-height: 1.2;
  color: #86868b;
}
.page-member .p-container--lg .member-group__column .column-item .item-description {
  line-height: 1.6;
}

/* Base
   ----------------------------------------------------------------- */
.page-company .company-table__row {
  display: grid;
  grid-template-columns: 28% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.6;
  border-top: solid 1px #d0d0da;
}
.page-company .company-table__row:last-child {
  border-bottom: solid 1px #d0d0da;
}
.page-company .company-table__row .row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px;
  margin-top: 16px;
}
.page-company .company-table dt {
  font-weight: 700;
}
.page-company .company-table dd {
  padding-left: clamp(16px, 40 / 1600 * 100vw, 40px);
  border-left: dashed 1px #d0d0da;
}

/* Base
   ----------------------------------------------------------------- */
.archive-news .archive-news__container {
  margin-top: 20px;
}
.archive-news .archive-news__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 32px;
}
.archive-news .archive-news__item + .archive-news__item {
  margin-top: 24px;
}
.archive-news .archive-news-nopost {
  margin-top: 40px;
}
.archive-news .archive-news-nopost .archive-news-nopost__title {
  font-size: 20px;
  text-align: center;
}
.archive-news .archive-news-nopost .archive-news-nopost__action {
  margin-top: 40px;
}

/* Base
   ----------------------------------------------------------------- */
.single-news .l-page__header {
  position: initial;
  padding-top: clamp(136px, 212 / 1600 * 100vw, 212px);
}
.single-news .p-container--sm {
  max-width: calc(960px + 12.8vw);
  padding: 0 6.4vw clamp(72px, 200 / 1600 * 100vw, 200px);
}
.single-news .article-news__header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 22px;
}
.single-news .article-news__header .header-line {
  width: 1px;
  height: 8px;
  background-color: #86868b;
}
.single-news .article-news__header .header-date {
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 16 / 1600 * 100vw, 16px);
}
.single-news .article-news__header .header-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
}
.single-news .article-news__header .header-category__item {
  padding: 9px 15px;
  border: solid 1px #d0d0da;
  border-radius: 4px;
}
.single-news .article-news__header .header-category__item p {
  line-height: 1;
}
.single-news .article-news__header .head-category__item:not(:first-child) {
  position: relative;
}
.single-news .article-news__header .head-category__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 8px;
  content: "";
  background-color: #86868b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-news .article-news__header .header-title {
  margin-top: clamp(24px, 40 / 1600 * 100vw, 40px);
  font-size: clamp(24px, 40 / 1600 * 100vw, 40px);
  font-weight: 700;
  line-height: 1.6;
}
.single-news .article-news .article-news__thumbnail {
  margin-top: clamp(24px, 40 / 1600 * 100vw, 40px);
  margin-bottom: clamp(58px, 80 / 1600 * 100vw, 80px);
}
.single-news .article-news .article-news__thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-news .article-news .article-news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
  margin-top: clamp(48px, 96 / 1600 * 100vw, 96px);
  border-top: solid 1px #d0d0da;
}
.single-news .article-news .article-news__share .share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-news .article-news .article-news__share .share-head {
  font-size: 16px;
  font-weight: 700;
}
.single-news .article-news .article-news__share .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 10.8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-news .article-news .article-news__share #shareButton {
  position: relative;
  cursor: pointer;
}
.single-news .article-news .article-news__share #shareButton.sucess .copy.--sucess {
  -webkit-animation: appear 1s ease-in-out;
          animation: appear 1s ease-in-out;
}
.single-news .article-news .article-news__share #shareButton.miss .copy.--miss {
  -webkit-animation: appear 1s ease-in-out;
          animation: appear 1s ease-in-out;
}
.single-news .article-news .article-news__share #shareButton .copy {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  padding: 4px;
  color: #fff;
  word-break: keep-all;
  background-color: #000;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px);
  }
}
.single-news .article-news .article-news__back {
  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;
}

/* Base
   ----------------------------------------------------------------- */
.page-recruit .mv {
  margin-top: clamp(152px, 210 / 1920 * 100vw, 210px);
}
.page-recruit .mv__title {
  font-size: 36px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-recruit .mv__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(24px, 40 / 1600 * 100vw, 40px);
}
.page-recruit .mv__slides {
  margin-bottom: clamp(40px, 80 / 1600 * 100vw, 80px);
}
.page-recruit .mv__text {
  position: sticky;
  top: 380px;
  font-family: "Marcellus", serif;
  font-size: clamp(60px, 200 / 1920 * 100vw, 200px);
  color: #fff;
  text-align: center;
}
.page-recruit .overview {
  padding: clamp(64px, 80 / 1600 * 100vw, 80px) 0;
}
.page-recruit .overview__desc {
  font-size: clamp(16px, 32 / 1920 * 100vw, 32px);
  font-weight: bold;
  line-height: 1.8;
}
.page-recruit .overview__desc p + p {
  margin-top: 2em;
}
.page-recruit .deck {
  padding: clamp(64px, 160 / 1600 * 100vw, 160px) 0;
  background-color: #fff;
}
.page-recruit .deck .c-heading__ja {
  text-align: center;
}
.page-recruit .deck__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(24px, 48 / 1920 * 100vw, 48px);
}
.page-recruit .deck__iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: clamp(40px, 64 / 1600 * 100vw, 64px);
  overflow: hidden;
  background-color: #fff;
}
.page-recruit .deck__iframe::before {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #fff;
}
.page-recruit .deck__iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 101%;
  height: 101%;
  aspect-ratio: 16/9;
  -webkit-transform: translate(-50%, -50%) scale(1.02);
          transform: translate(-50%, -50%) scale(1.02);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.page-recruit .job-openings {
  padding: clamp(64px, 160 / 1600 * 100vw, 160px) 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-recruit .job-openings .c-button__text {
  color: #000;
}
.page-recruit .job-openings.is-active {
  color: #fff;
  background: #000;
}
.page-recruit .job-openings.is-active .job-card__desc span {
  color: #fff;
}
.page-recruit .job-openings.is-active .c-button {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.page-recruit .job-openings.is-active .c-button__text {
  color: #fff !important;
}
.page-recruit .job-openings.is-active .c-button__icon svg path {
  fill: #fff !important;
}
.page-recruit .job-openings__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: clamp(24px, 40 / 1600 * 100vw, 40px);
}
.page-recruit .job-openings__list > li {
  container-type: inline-size;
}
.page-recruit .job-openings .job-card {
  padding: clamp(16px, 32 / 1000 * 100cqw, 32px) clamp(16px, 40 / 1000 * 100cqw, 40px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.page-recruit .job-openings .job-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: clamp(8px, 16 / 1000 * 100cqw, 16px);
  border-bottom: 1px solid #fff;
}
.page-recruit .job-openings .job-card__heading {
  font-family: "Marcellus", serif;
  font-size: 16px;
}
.page-recruit .job-openings .job-card__index {
  font-family: "Marcellus", serif;
  font-size: 16px;
}
.page-recruit .job-openings .job-card__content {
  display: grid;
  margin-top: clamp(16px, 24 / 1000 * 100cqw, 24px);
}
@container (min-width: 600px) {
  .page-recruit .job-openings .job-card__content {
    grid-template-columns: 160px auto 1fr;
    -webkit-column-gap: clamp(16px, 24 / 1000 * 100cqw, 24px);
       -moz-column-gap: clamp(16px, 24 / 1000 * 100cqw, 24px);
            column-gap: clamp(16px, 24 / 1000 * 100cqw, 24px);
  }
}
.page-recruit .job-openings .job-card__img {
  text-align: center;
}
@container (min-width: 600px) {
  .page-recruit .job-openings .job-card__img {
    grid-row: 1/4;
    grid-column: 1/2;
  }
}
.page-recruit .job-openings .job-card__img img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.page-recruit .job-openings .job-card__title {
  margin-top: 16px;
  font-size: clamp(20px, 32 / 1000 * 100cqw, 32px);
  text-align: center;
}
@container (min-width: 600px) {
  .page-recruit .job-openings .job-card__title {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
    margin-top: 0;
    text-align: left;
  }
}
.page-recruit .job-openings .job-card__desc {
  margin-top: clamp(20px, 24 / 1000 * 100cqw, 24px);
  font-weight: 500;
  color: #86868b;
}
@container (min-width: 600px) {
  .page-recruit .job-openings .job-card__desc {
    grid-row: 2/3;
    grid-column: 2/4;
    font-size: clamp(14px, 16 / 1000 * 100cqw, 16px);
  }
}
.page-recruit .job-openings .job-card__desc span {
  color: #000;
}
.page-recruit .job-openings .job-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
@container (min-width: 600px) {
  .page-recruit .job-openings .job-card__action {
    grid-row: 1/2;
    grid-column: 3/4;
    align-self: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
}
.page-recruit .job-openings .job-card__action .c-button {
  background-color: rgba(0, 0, 0, 0.1);
}
.page-recruit .job-openings .job-card__action .c-button__icon svg path {
  fill: #000;
}
.page-recruit .links {
  margin: clamp(80px, 160 / 1600 * 100vw, 160px) 0;
}
.page-recruit .links__container {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: clamp(24px, 48 / 1600 * 100vw, 48px);
}
.page-recruit .links__container .note-logo {
  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: 282px;
  height: 100px;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.page-recruit .links__body h3 {
  font-size: clamp(20px, 32 / 1000 * 100cqw, 32px);
  font-weight: bold;
}
.page-recruit .links__body h3 + .links__desc {
  margin-top: 0.5rem;
}
.page-recruit .links__desc {
  color: #86868b;
}
.page-recruit .links__action {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 32px;
}
.page-recruit .scene {
  overflow: hidden;
}
.page-recruit .scene__container {
  padding-right: 0 !important;
}
.page-recruit .scene-slides {
  margin-top: clamp(24px, 48 / 1600 * 100vw, 48px);
  margin-right: calc(50% - 50vw);
}
.page-recruit .scene-slides .splide__slide img {
  width: clamp(320px, 850 / 1920 * 100vw, 850px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.page-recruit .scene-slides .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 24 / 1600 * 100vw, 24px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(24px, 40 / 1600 * 100vw, 40px);
}
.page-recruit .scene-slides .splide__arrow {
  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: clamp(48px, 64 / 1600 * 100vw, 64px);
  height: clamp(48px, 64 / 1600 * 100vw, 64px);
  overflow: hidden;
  border-radius: 100vh;
}
.page-recruit .scene-slides .splide__arrow svg {
  width: clamp(20px, 24 / 1600 * 100vw, 24px);
  height: auto;
}
.page-recruit .scene-slides .splide__current,
.page-recruit .scene-slides .splide__total {
  font-family: "Marcellus", serif;
  font-size: clamp(12px, 16 / 1600 * 100vw, 16px);
}
.page-recruit .scene-slides .splide__progress {
  width: clamp(62px, 156 / 1600 * 100vw, 156px);
  background-color: #d9d9d9;
  border-radius: 10px;
}
.page-recruit .scene-slides .splide__progress .splide__progress__bar {
  height: 2px;
  background-color: #000;
}

/* Base
   ----------------------------------------------------------------- */
.page-contact .l-page__container {
  padding-bottom: 72px;
  isolation: initial !important;
}
.page-contact .contact-content {
  display: block;
  min-height: 500px;
  margin-top: 20px;
}

/* Base
   ----------------------------------------------------------------- */
.page-notfound .notfound__content {
  padding: 24px 0 40px;
}
.page-notfound .notfound__title {
  font-size: 18px;
  text-align: center;
}
.page-notfound .notfound__title span {
  display: inline-block;
}
.page-notfound .notfound__description {
  margin-top: 24px;
}
.page-notfound .notfound__back {
  margin-top: 40px;
  text-align: center;
}

/* ==========================================================================
   Plugin
   ========================================================================== */

@media screen and (min-width: 375px) {
  .page-front .about__title {
    font-size: clamp(24px, 56 / 1600 * 100vw, 56px);
  }
  .page-recruit .mv__title {
    font-size: clamp(38px, 80 / 1920 * 100vw, 80px);
  }
}

@media screen and (min-width: 425px) {
  .u-hide-up-xs {
    display: none !important;
  }
}

@media screen and (min-width: 554px) {
  .u-hide-up-sm {
    display: none !important;
  }
  .l-header__inner {
    padding-inline: 30px;
  }
  .l-footer__bottomNav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
  .l-menu__nav .nav-link__text {
    font-size: 16px;
  }
  .c-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-front .company__links > li .company-link__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: initial;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-front .company__links > li .company-link__img {
    grid-row: initial;
    grid-column: initial;
  }
  .page-front .company__links > li .company-link__title {
    grid-row: initial;
    grid-column: initial;
    margin-right: 2em;
    margin-left: clamp(12px, 24 / 738 * 100cqw, 24px);
  }
  .page-message .message-grid__desc p span {
    display: block;
  }
  .page-message .message-grid__desc p .hide-sm {
    display: none;
  }
  .page-notfound .notfound__description {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-hide-up-md {
    display: none !important;
  }
  .l-footer {
    padding: 80px 0;
  }
  .l-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-footer__bottomNav li {
    text-align: left;
  }
  .p-form__group {
    padding: 20px 0;
  }
  .p-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-form__row--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row--top > dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 17px;
  }
  .p-form__row--labeled {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row--labeled > dt {
    padding-top: 42px;
  }
  .p-form__row > dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 27%;
    padding-right: 20px;
  }
  .p-form__row > dt > .tag {
    height: 22px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .p-form__row > dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
  .p-form-controls {
    margin: 0 -12px;
  }
  .p-form-controls .p-form-control {
    padding: 0 12px;
  }
  .p-form-control + .p-form-control {
    margin-top: 16px;
  }
  .p-form-control input[type=text],
  .p-form-control input[type=number],
  .p-form-control input[type=email],
  .p-form-control input[type=tel] {
    padding: 16px;
  }
  .p-form-control textarea {
    padding: 18px 16px;
    font-size: 14px;
  }
  .p-form-control--zip .c-input {
    min-width: 140px;
  }
  .p-form-control--zip .c-input + .c-input {
    margin-left: 22px;
  }
  .p-form-radios--horizontal,
  .mwform-radio-field--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
  .p-form__actions {
    margin-top: 48px;
  }
  .p-form__actions .back-btn {
    margin: 40px auto;
  }
  .p-editor-content h1 {
    margin: 48px 0 25px;
    font-size: 28px;
  }
  .p-editor-content h2 {
    margin: 80px 0 24px;
  }
  .p-editor-content h3 {
    margin: 40px 0 24px;
  }
  .p-editor-content h4 {
    margin: 40px 0 24px;
  }
  .p-editor-content h5 {
    margin: 40px 0 24px;
  }
  .p-editor-content h6 {
    margin: 40px 0 24px;
  }
  .p-editor-content img {
    margin-bottom: 20px;
  }
  .p-editor-content .alignright {
    float: right;
    margin-left: 15px;
  }
  .p-editor-content .alignleft {
    float: left;
    margin-right: 15px;
  }
  .p-editor-content ul {
    padding-right: 36px;
    padding-left: 36px;
  }
  .p-editor-content ol {
    padding-right: 36px;
    padding-left: 36px;
  }
  .p-editor-content blockquote {
    padding: 26px 64px;
    margin: 25px 0;
  }
  .p-editor-content blockquote cite {
    margin-top: 12px;
  }
  .p-editor-content table {
    margin: 25px 0;
  }
  .p-editor-content table tr {
    border-bottom: solid 1px #d0d0da;
  }
  .p-editor-content table thead tr {
    border-bottom: none;
  }
  .p-editor-content table thead th:not(:first-child) {
    border-left: solid 1px #d0d0da;
  }
  .p-editor-content .table-head:not(th) {
    border: none;
  }
  .p-editor-content .wp-block-table table {
    width: auto;
  }
  .p-editor-content table:not(:has(thead)) tbody {
    border-top: solid 1px #d0d0da;
  }
  .p-editor-content .wp-block-table:has(thead) td {
    display: table-cell;
    width: auto;
  }
  .p-pagination {
    margin-top: 80px;
  }
  .p-pagination__pc {
    display: block;
  }
  .p-pagination__sp {
    display: none;
  }
  .p-pagination .p-pagination__item .page-numbers {
    width: 64px;
    height: 64px;
    font-size: 16px;
    border-radius: 4px;
  }
  .p-contact-section__gradient {
    top: 25%;
    width: 100%;
    height: 120%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 200)), color-stop(80%, rgb(241, 242, 246)));
    background: linear-gradient(to bottom, rgb(0, 0, 200) 0%, rgb(241, 242, 246) 80%);
  }
  .p-contact-section__glass-lines > li:nth-child(n+10) {
    display: block;
  }
  .p-content-nav__nav > ul {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1500px;
  }
  .p-archive-category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-archive-category__head {
    padding-right: 32px;
  }
  .p-archive-category ul {
    gap: 16px 32px;
  }
  .p-archive-category li a {
    padding: 8px 16px;
  }
  .p-single-category li a {
    padding: 8px 16px;
  }
  .p-article-card .p-article-card__inner {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 31.916%;
    gap: 24px 56px;
    padding-bottom: 55px;
  }
  .p-article-card .p-article-card__head {
    grid-row: 1/2;
    grid-column: 1/2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 26px;
  }
  .p-article-card .p-article-card__head .head-date {
    font-size: 16px;
  }
  .p-article-card .p-article-card__content {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-article-card .p-article-card__content .content-more {
    margin-top: 32px;
  }
  .p-article-card .p-article-card__thumbnail {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .p-related-articles .archive-news__item + .archive-news__item {
    margin-top: 64px;
  }
  .p-container {
    padding-right: 80px;
    padding-left: 80px;
  }
  .p-container--xl {
    padding-right: 80px;
    padding-left: 80px;
  }
  .p-container--lg {
    padding-right: 80px;
    padding-left: 80px;
  }
  .p-container--sm {
    padding-right: 80px;
    padding-left: 80px;
  }
  .c-button-wrapper .c-button {
    margin: 0 8px;
  }
  .c-input label {
    font-size: 14px;
  }
  .c-select {
    max-width: 220px;
  }
  .c-select::before {
    right: 24px;
  }
  .c-select select {
    padding: 16px;
  }
  .c-radio,
  .mwform-radio-field label {
    padding: 12px;
    font-size: 16px;
  }
  .js-animation-text .sp {
    display: none;
  }
  .page-front .mainview__bg .circle01,
  .page-front .mainview__bg .circle02 {
    width: 100%;
  }
  .page-front .company__links > li .company-link__arrow {
    grid-row: initial;
    grid-column: initial;
  }
  .page-message .message-grid {
    grid-template-columns: 48% 1fr;
  }
  .page-message .message-grid__img {
    text-align: initial;
  }
  .page-message .message-grid__img--02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-message .message-grid__img--02 img {
    display: block;
    margin-left: auto;
  }
  .page-message .message-grid__img--03 {
    margin-right: auto;
    margin-left: clamp(64px, 128 / 1920 * 100vw, 128px);
  }
  .page-message .message-grid__desc p + p {
    margin-top: 2em;
  }
  .page-message .message-grid--last .message-grid__content {
    grid-column: 2/3;
  }
  .page-member .p-container--lg .member-group__column .column-list {
    gap: 56px clamp(56px, 73 / 787 * 100vw, 73px);
  }
  .page-company .company-table__row .row-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 15px;
  }
  .archive-news .archive-news__container {
    margin-top: 64px;
  }
  .archive-news .archive-news__list {
    margin-top: 80px;
  }
  .archive-news .archive-news__item + .archive-news__item {
    margin-top: 64px;
  }
  .single-news .article-news__header .header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-news .article-news__header .header-line {
    display: none;
  }
  .single-news .article-news__header .header-category {
    gap: 32px;
  }
  .single-news .article-news .article-news__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 42px;
  }
  .page-recruit .links__container {
    grid-template-columns: 1fr auto;
    gap: clamp(40px, 80 / 1600 * 100vw, 80px);
  }
  .page-recruit .links__body {
    max-width: 980px;
  }
  .page-recruit .links__action {
    margin-top: 0;
  }
  .page-contact .contact-content {
    margin-top: 64px;
  }
}

@media (min-width: 990px) {
  .c-button {
    gap: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .l-page__container {
    padding-bottom: 128px;
    margin-top: 72px;
  }
  .u-hide-up-lg {
    display: none !important;
  }
  .l-header__logo {
    width: clamp(145px, 260 / 1600 * 100vw, 260px);
  }
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__contact .contact-button {
    font-size: 15px;
  }
  .l-header__menuButton {
    display: none;
  }
  .l-footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-footer__nav {
    grid-template-rows: auto 1fr;
    grid-column: 1/2;
  }
  .l-footer__banner {
    grid-column: 2/3;
  }
  .p-form__row > dt > label {
    font-size: 14px;
  }
  .p-form__row > dt > label > small {
    font-size: 13px;
  }
  .p-content-nav__nav > ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-content-nav .nav-link {
    grid-template-columns: 1fr auto clamp(24px, 36 / 1600 * 100vw, 36px);
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    max-width: 362px;
  }
  .p-content-nav .nav-link__img {
    grid-row: 1/2;
    grid-column: 2/4;
  }
  .p-content-nav .nav-link__enTitle {
    grid-row: 2/3;
    grid-column: 1/4;
    margin-top: clamp(12px, 24 / 1600 * 100vw, 24px);
  }
  .p-content-nav .nav-link__jaTitle {
    grid-row: 3/4;
    grid-column: 1/3;
    align-self: center;
  }
  .p-content-nav .nav-link__arrow {
    grid-row: 3/4;
    grid-column: 3/4;
  }
  .p-section-title .p-section-title__en {
    font-size: 32px;
  }
  .p-section-title .p-section-title__ja {
    font-size: 14px;
  }
  .page-front .mainview__bg .circle01,
  .page-front .mainview__bg .circle02 {
    width: 64.7%;
  }
  .page-front .mainview__container {
    padding: 80px 0;
  }
  .page-front .news__container {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 0 clamp(40px, 180 / 1920 * 100vw, 180px);
  }
  .page-front .news__heading {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .page-front .news__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 0;
  }
  .page-front .news__action {
    grid-row: 2/3;
    grid-column: 1/2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: clamp(40px, 80 / 1920 * 100vw, 80px);
  }
  .page-front .service__container {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr clamp(400px, 670 / 1920 * 100vw, 670px);
    gap: 0;
  }
  .page-front .service__heading {
    grid-row: 1/2;
    grid-column: 1/2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-front .service__img {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .page-front .service__content {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 37.96875vw;
    margin-top: clamp(64px, 120 / 1920 * 100vw, 120px);
  }
  .page-front .service__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-front .service__links {
    margin-top: 40px;
  }
  .page-front .company__links {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-front .partnership__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-front .partnership .partnership-link {
    height: 100%;
  }
  .page-mission .mission-section__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(40px, 80 / 1600 * 100vw, 80px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-mission .mission-section__body {
    width: 80%;
  }
  .page-mission .mission-section__title {
    margin-top: 0;
  }
  .page-mission .mission-section--values .mission-section__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-mission .mission-section--values .mission-section__heading {
    position: sticky;
    top: clamp(72px, 124 / 1600 * 100vw, 124px);
    margin-bottom: 0;
  }
  .page-mission .mission-block {
    position: sticky;
    top: clamp(72px, 124 / 1600 * 100vw, 124px);
  }
  .page-member .p-container--lg .member-group__row {
    grid-template-columns: auto 73.733%;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-member .p-container--lg .member-group__row .row-heading {
    position: sticky;
    top: clamp(120px, 164 / 1920 * 100vw, 164px);
  }
  .page-member .p-container--lg .member-group__row .row-list {
    margin: 160px 0 0;
  }
  .page-member .p-container--lg .member-group__row .row-item {
    grid-template-columns: 28.933% 64.557%;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: initial;
  }
  .page-member .p-container--lg .member-group__row .row-item__image {
    width: 100%;
    margin: 0;
  }
  .page-member .p-container--lg .member-group__row .row-item__content .content-name {
    text-align: left;
  }
  .page-member .p-container--lg .member-group__row .row-item__content .content-position {
    margin-top: 24px;
    text-align: left;
  }
  .page-member .p-container--lg .member-group__row .row-item__content .content-description {
    margin-top: clamp(48px, 93 / 1920 * 100vw, 93px);
  }
  .page-member .p-container--lg .member-group__column {
    grid-template-columns: auto 73.733%;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-member .p-container--lg .member-group__column .column-heading {
    position: sticky;
    top: clamp(120px, 164 / 1920 * 100vw, 164px);
  }
  .page-member .p-container--lg .member-group__column .column-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 88px 6.24%;
    max-width: initial;
    margin: 160px 0 0;
  }
  .page-member .p-container--lg .member-group__column .column-item .item-image {
    width: 100%;
    margin: 0;
  }
  .page-company .company-table__row {
    grid-template-columns: 240px 1fr;
  }
  .archive-news .archive-news-nopost {
    margin-top: 80px;
  }
  .archive-news .archive-news-nopost .archive-news-nopost__title {
    font-size: 28px;
  }
  .archive-news .archive-news-nopost .archive-news-nopost__action {
    margin-top: 80px;
  }
  .page-contact .l-page__container {
    padding-bottom: 128px;
    isolation: isolate;
  }
  .page-notfound .notfound__content {
    padding: 80px 0 136px;
  }
  .page-notfound .notfound__title {
    font-size: 26px;
  }
  .page-notfound .notfound__description {
    margin-top: 40px;
  }
  .page-notfound .notfound__back {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .u-hide-up-xl {
    display: none !important;
  }
  .p-form__row > dt {
    padding-right: 30px;
  }
  .p-content-nav__inner {
    width: 95%;
    margin-inline: auto;
  }
  .p-related-articles__inner {
    width: 95%;
    margin-inline: auto;
  }
  .page-front .service__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 25px;
  }
  .page-front .service .service-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: clamp(16px, 28 / 1920 * 100vw, 28px);
    border-radius: 100vh;
  }
  .page-front .service .service-link::before, .page-front .service .service-link::after {
    border-radius: 100vh;
  }
  .page-front .service .service-link__text {
    margin-top: 0;
    margin-left: 1rem;
    font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  }
  .page-front .service .service-link__arrow {
    width: 36px;
    height: 36px;
    margin-top: 0;
    margin-left: auto;
  }
  .page-front .service .service-link__arrow svg {
    width: 15px;
    height: 11px;
  }
  .page-front .recruit__desc {
    text-align: center;
  }
}

@media screen and (max-width: 424px) {
  .u-hide-down-xs {
    display: none !important;
  }
}

@media screen and (max-width: 553px) {
  .u-hide-down-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hide-down-md {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .u-hide-down-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-hide-down-xl {
    display: none !important;
  }
}

@media (hover) {
  .l-header__nav .nav-link:hover .nav-link__arrow svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
  }
  .p-editor-content a:hover {
    color: #0016ff;
  }
  .p-content-nav .nav-link:hover .nav-link__arrow svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
  }
  .p-archive-category li a:hover {
    color: #fff;
    background-color: #000;
    opacity: 1;
  }
  .p-article-card:hover .content-more__arrow svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
  }
  .p-article-card:hover .p-article-card__thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-button:hover .c-button__icon svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
  }
  .c-button[target=_blank]:hover .c-button__icon svg {
    -webkit-animation: arrow-anim-blank 0.4s ease-in-out;
            animation: arrow-anim-blank 0.4s ease-in-out;
  }
  .page-front .news__item .news-article__inner:hover .news-article__titleArrow svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
  }
  .page-front .service .service-link:hover .service-link__arrow svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
  }
  .page-front .company__links > li .company-link:hover .company-link__arrow svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
  }
  .page-front .partnership .partnership-link:hover .partnership-link__arrow svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
  }
  .page-recruit .scene-slides .splide__arrow--prev:hover svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
    animation-direction: reverse;
  }
  .page-recruit .scene-slides .splide__arrow--next:hover svg {
    -webkit-animation: arrow-anim 0.4s ease-in-out;
            animation: arrow-anim 0.4s ease-in-out;
  }
}
