@charset "UTF-8";
/* ===================================================================
Theme Name: k-hutec_recruit
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: #221714;
  text-align: left;
  background: #fff;
}

/* 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: #221714;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

::-moz-selection {
  color: #221714;
  text-shadow: none;
  background-color: #C6BCDF; /* Required when declaring ::selection */
}

::selection {
  color: #221714;
  text-shadow: none;
  background-color: #C6BCDF; /* 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 {
  position: relative;
  z-index: 0;
  padding-top: 96px;
  background-color: #F1F4F3;
}
.l-page::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 480px;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 151, 61, 0)), to(rgba(0, 151, 61, 0.1)));
  background: linear-gradient(0deg, rgba(0, 151, 61, 0) 0%, rgba(0, 151, 61, 0.1) 100%);
}
.l-page__title .en {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(40px, 7.1428571429vw, 100px);
  font-style: italic;
  line-height: 1;
  color: #3B2477;
  letter-spacing: 0.05em;
}
.l-page__title .ja {
  font-size: clamp(16px, 1.7142857143vw, 24px);
}
.l-page__breadcrumb {
  padding-left: 14px;
  margin-top: 48px;
}
.l-page__lead {
  margin-top: 48px;
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.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-scroll {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header.is-scroll.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open {
  position: fixed;
  background: #F1F4F3;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open .l-header__nav {
  display: block;
  visibility: visible;
  opacity: 1;
}
.l-header.is-open .l-header__nav ul {
  opacity: 1;
}
.l-header__inner {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100vw - 32px);
  height: 48px;
  padding: 0 4vw;
  margin: 16px auto 0;
  background: #fff;
  border-radius: 8px;
}
.l-header__logo {
  font-weight: bold;
  line-height: 1;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo a span {
  margin: clamp(1px, 0.3125vw, 5px) 0 0 clamp(4px, 0.5vw, 8px);
  font-size: 12px;
}
.l-header__logo img {
  display: block;
  width: 160px;
}
.l-header__nav {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100svh - 64px);
  padding-bottom: 32px;
  overflow-y: auto;
  visibility: hidden;
  background: #F1F4F3;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header__nav > ul {
  width: calc(100vw - 32px);
  padding: 16px 4vw 32px;
  margin: 16px auto 0;
  background-color: #fff;
  border-radius: 16px;
  opacity: 0;
}
.l-header__nav > ul .child {
  display: none;
}
.l-header__nav > ul .child > ul {
  padding: 4px 0 16px;
}
.l-header__nav > ul .child > ul li + li {
  margin-top: 16px;
}
.l-header__nav > ul .child > ul a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-weight: bold;
}
.l-header__nav > ul .child > ul a::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #3B2477;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav > ul .nav-item {
  position: relative;
}
.l-header__nav > ul .nav-item + .nav-item {
  border-top: solid 1px #F1F4F3;
}
.l-header__nav > ul .nav-item.is-active .child {
  pointer-events: all;
  opacity: 1;
}
.l-header__nav > ul .nav-item.is-active .nav-item__large {
  color: #01983E;
}
.l-header__nav > ul .nav-item.is-active .nav-item__large::after {
  opacity: 0;
}
.l-header__nav > ul .nav-item__large {
  display: block;
  padding: 16px 0;
  font-weight: bold;
}
.l-header__nav > ul p.nav-item__large {
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
.l-header__nav > ul p.nav-item__large::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  background-color: #01983E;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav > ul p.nav-item__large::after {
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  width: 2px;
  height: 16px;
  content: "";
  background-color: #01983E;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__button {
  padding-top: 16px;
  border-top: solid 1px #F1F4F3;
}
.l-header__button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 56px;
  padding: 0 24px;
  margin: 0 auto;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #3B2477;
  border: 2px solid #3B2477;
  border-radius: 56px;
}
.l-header__button a .c-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 30px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Base
   ----------------------------------------------------------------- */
/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  position: relative;
  z-index: 0;
  padding: 64px 0 24px;
  background: #F1F4F3;
}
.l-footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #3B2477;
  border-radius: 24px 24px 0 0;
}
.l-footer__link {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.l-footer__button {
  position: relative;
  display: block;
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 16px;
}
.l-footer__button .en {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-style: italic;
  color: #3B2477;
  letter-spacing: 0.05em;
}
.l-footer__button .ja {
  display: block;
  font-size: clamp(16px, 4.8vw, 22px);
  font-weight: bold;
  color: #01983E;
}
.l-footer__button .c-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 24px;
}
.l-footer__information {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.l-footer__information .text {
  margin: 20px 0 12px;
  color: #fff;
}
.l-footer__information .link a {
  position: relative;
  color: #fff;
}
.l-footer__information .link a::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.l-footer__information .link a::after {
  position: absolute;
  top: 50%;
  right: -4px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("./assets/img/common/icon_externallink.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.l-footer__nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.l-footer__nav .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-left: auto;
}
.l-footer__nav .text__large {
  color: #fff;
}
.l-footer__nav .list > li + li {
  margin-top: 16px;
}
.l-footer__nav .list ul {
  margin-top: 16px;
}
.l-footer__nav .list ul li + li {
  margin-top: 16px;
}
.l-footer__nav .list ul a {
  position: relative;
  padding-left: 24px;
  color: #C6BCDF;
}
.l-footer__nav .list ul a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  content: "";
  background-color: #C6BCDF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__bottom {
  padding-top: 24px;
  margin-top: 32px;
  text-align: center;
  border-top: solid 1px #fff;
}
.l-footer__bottom .privacy a {
  font-size: 14px;
  color: #fff;
}
.l-footer__bottom .copyright {
  margin-top: 24px;
  font-size: 12px;
  color: #fff;
}

@-webkit-keyframes l_footer_button {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  52% {
    opacity: 1;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes l_footer_button {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  52% {
    opacity: 1;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes l_rotate_button {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  49% {
    opacity: 1;
    -webkit-transform: translateY(32px) rotate(90deg);
            transform: translateY(32px) rotate(90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(32px) rotate(90deg);
            transform: translateY(32px) rotate(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(-32px) rotate(90deg);
            transform: translateY(-32px) rotate(90deg);
  }
  52% {
    opacity: 1;
    -webkit-transform: translateY(-32px) rotate(90deg);
            transform: translateY(-32px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}
@keyframes l_rotate_button {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  49% {
    opacity: 1;
    -webkit-transform: translateY(32px) rotate(90deg);
            transform: translateY(32px) rotate(90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(32px) rotate(90deg);
            transform: translateY(32px) rotate(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(-32px) rotate(90deg);
            transform: translateY(-32px) rotate(90deg);
  }
  52% {
    opacity: 1;
    -webkit-transform: translateY(-32px) rotate(90deg);
            transform: translateY(-32px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Component
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 240px;
  height: 56px;
  padding: 0 32px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #3B2477;
  border-radius: 72px;
}
.c-button .c-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button--white {
  color: #3B2477;
  background-color: #fff;
  border: 1px solid #3B2477;
}
.c-button--white > input {
  color: #3B2477;
}

.c-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-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: 40px;
  height: 24px;
  overflow: hidden;
  text-align: center;
  border-radius: 32px;
}
.c-arrow img {
  -webkit-animation: l_footer_button 1.2s linear infinite;
          animation: l_footer_button 1.2s linear infinite;
}
.c-arrow--primary {
  background-color: #3B2477;
}
.c-arrow--primary img {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(108%) contrast(101%);
}
.c-arrow--white {
  background-color: #fff;
}
.c-arrow--white img {
  -webkit-filter: invert(19%) sepia(28%) saturate(2913%) hue-rotate(231deg) brightness(92%) contrast(106%);
          filter: invert(19%) sepia(28%) saturate(2913%) hue-rotate(231deg) brightness(92%) contrast(106%);
}
.c-arrow--rotate img {
  -webkit-animation: l_rotate_button 1.2s linear infinite;
          animation: l_rotate_button 1.2s linear infinite;
}

/* Base
   ----------------------------------------------------------------- */
details summary {
  display: block;
  list-style-type: none;
}
details summary::marker {
  content: "";
}
details summary::-webkit-details-marker {
  display: none;
}

.c-accordion {
  background-color: #fff;
  border-radius: 16px;
}
.c-accordion .c-accordion__summary {
  position: relative;
  padding: 20px 56px 20px 18px;
  cursor: pointer;
}
.c-accordion .c-accordion__summary::before, .c-accordion .c-accordion__summary::after {
  position: absolute;
  width: 24px;
  height: 2px;
  content: "";
  background-color: #01983E;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.c-accordion .c-accordion__summary::before {
  top: calc(50% - 1px);
  right: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-accordion .c-accordion__summary::after {
  top: calc(50% - 1px);
  right: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-accordion .c-accordion__content {
  overflow: hidden;
}
.c-accordion .c-accordion__content-inner {
  padding: 0 16px 24px;
}
.c-accordion[open] .c-accordion__summary::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-accordion[open] .c-accordion__summary::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-menu-icon {
  position: relative;
  z-index: 300;
  display: block;
  cursor: pointer;
}
.c-menu-icon__wrap {
  position: relative;
  width: 23px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}
.c-menu-icon__wrap > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #01983E;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-menu-icon__wrap > span:nth-child(1) {
  top: 12px;
}
.c-menu-icon__wrap > span:nth-child(2) {
  top: 20px;
}
.c-menu-icon__wrap > span:nth-child(3) {
  top: 28px;
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

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

.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 #3B2477;
  border-right: solid 1px #3B2477;
  -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: #F1F4F3;
  border-radius: 4px;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: 0;
  -webkit-box-shadow: rgba(59, 36, 119, 0.5) 0 0 5px 2px;
          box-shadow: rgba(59, 36, 119, 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: #F1F4F3;
  border: 1px solid #F1F4F3;
  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: #F1F4F3;
  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: #657786;
  border-color: #657786;
}
.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: #221714;
  border-radius: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.c-border {
  position: relative;
}
.c-border::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.c-border--white::before {
  background: #fff;
}
.c-border--primary::before {
  background: #3B2477;
}

.c-text-infinity-scroll {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.c-text-infinity-scroll .scroll-text {
  display: inline-block;
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scrollText-second {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollText-second {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* Base
   ----------------------------------------------------------------- */
/* Project
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.p-form {
  max-width: 1000px;
  padding: 10px 0;
  margin: 0 auto;
  /**
  * error message
  */
}
.p-form .error {
  display: block;
  margin-top: 0.5em;
  font-size: 85%;
  color: #b70000;
}

.p-form__group {
  padding: 8px 0;
}
.p-form__row > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__row > dt > label {
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
}
.p-form__row > dt > label > small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #657786;
}
.p-form__row > dt > .tag {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  padding: 0 6px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #657786;
  border-radius: 2px;
}
.p-form__row > dt > .tag--required {
  font-size: 12px;
  color: #fff;
  background-color: #F20000;
}
.p-form__row > dd {
  margin-top: 8px;
}

.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: 15px 25px;
  font-size: 16px;
  vertical-align: middle;
  background-color: #F1F4F3;
  border-radius: 5px;
  -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(101, 119, 134, 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(101, 119, 134, 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(101, 119, 134, 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(101, 119, 134, 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(101, 119, 134, 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: #657786;
  outline: 0;
  -webkit-box-shadow: rgba(101, 119, 134, 0.5) 0 0 5px 2px;
          box-shadow: rgba(101, 119, 134, 0.5) 0 0 5px 2px;
}
.p-form-control textarea {
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  vertical-align: middle;
  background-color: #F1F4F3;
  border-radius: 5px;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control textarea::-webkit-input-placeholder {
  color: #657786;
}
.p-form-control textarea::-moz-placeholder {
  color: #657786;
}
.p-form-control textarea:-ms-input-placeholder {
  color: #657786;
}
.p-form-control textarea::-ms-input-placeholder {
  color: #657786;
}
.p-form-control textarea::placeholder {
  color: #657786;
}
.p-form-control textarea:focus {
  border-color: #657786;
  outline: 0;
  -webkit-box-shadow: rgba(101, 119, 134, 0.5) 0 0 5px 2px;
          box-shadow: rgba(101, 119, 134, 0.5) 0 0 5px 2px;
}
.p-form-control > p {
  margin-top: 4px;
  color: #657786;
}
.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: "-";
}

input[type=checkbox] {
  position: relative;
  top: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

.p-form__privacy {
  padding-top: 24px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #F1F4F3;
}
.p-form__privacy > .c-checkbox {
  display: grid;
  place-items: center;
}
.p-form__privacy > .c-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.p-form__privacy a {
  position: relative;
  padding-right: 23px;
  color: #01983E;
  text-decoration: underline;
}
.p-form__privacy a::after {
  position: absolute;
  top: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.5%206.64773C2.5%205.04676%203.79754%203.75%205.39773%203.75H7.93295C8.27814%203.75%208.55795%204.02983%208.55795%204.375C8.55795%204.72018%208.27814%205%207.93295%205H5.39773C4.48769%205%203.75%205.73733%203.75%206.64773V14.6023C3.75%2015.5126%204.48769%2016.25%205.39773%2016.25H13.3523C14.2622%2016.25%2015%2015.5126%2015%2014.6023V12.0682C15%2011.723%2015.2799%2011.4432%2015.625%2011.4432C15.9701%2011.4432%2016.25%2011.723%2016.25%2012.0682V14.6023C16.25%2016.2032%2014.9525%2017.5%2013.3523%2017.5H5.39773C3.79754%2017.5%202.5%2016.2032%202.5%2014.6023V6.64773Z%22%20fill%3D%22%2300973D%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.25%203.125C11.25%202.77983%2011.5298%202.5%2011.875%202.5H16.875C17.2201%202.5%2017.5%202.77983%2017.5%203.125V8.125C17.5%208.47017%2017.2201%208.75%2016.875%208.75C16.5299%208.75%2016.25%208.47017%2016.25%208.125V3.75H11.875C11.5298%203.75%2011.25%203.47018%2011.25%203.125Z%22%20fill%3D%22%2300973D%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.8614%203.16034C17.1051%203.40481%2017.1045%203.80054%2016.86%204.04423L11.0662%209.81923C10.8218%2010.0629%2010.426%2010.0623%2010.1823%209.81779C9.93866%209.57331%209.9393%209.17759%2010.1838%208.9339L15.9775%203.1589C16.222%202.91523%2016.6178%202.91586%2016.8614%203.16034Z%22%20fill%3D%22%2300973D%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-form__actions {
  display: grid;
  gap: 16px;
  place-items: center;
  margin-top: 28px;
  text-align: center;
}
.p-form__actions .submit-button input, .p-form__actions .previous-button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 70px 0 30px;
  text-align: left;
  border-radius: 72px;
}
.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;
}

.p-form-control textarea {
  height: 203px;
}

/* Base
   ----------------------------------------------------------------- */
.p-editor-content h1 {
  margin: 24px 0 15px;
  font-size: 22px;
}
.p-editor-content h2 {
  padding: 0 10px;
  margin: 24px 0 15px;
  font-size: 18px;
  line-height: 1.25;
  border-left: 4px solid #3B2477;
}
.p-editor-content h3 {
  position: relative;
  padding-left: 24px;
  margin: 24px 0 16px;
  font-size: 16px;
  line-height: 1.25;
}
.p-editor-content h3::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 2px;
  content: "";
  background: #3B2477;
}
.p-editor-content h4 {
  position: relative;
  padding-bottom: 4px;
  margin: 24px 0 15px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 2px solid #3B2477;
}
.p-editor-content h5 {
  margin: 15px 0 10px;
  font-size: 15px;
}
.p-editor-content h6 {
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: normal;
}
.p-editor-content p {
  margin-bottom: 0.5em;
  line-height: 1.85;
  letter-spacing: normal;
}
.p-editor-content p a {
  color: #3B2477;
}
.p-editor-content p + p {
  margin-top: 0.5em;
}
.p-editor-content img {
  height: auto;
  margin-bottom: 15px;
}
.p-editor-content .aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.p-editor-content ul {
  margin: 2.5em 0 1em;
  list-style: none;
}
.p-editor-content ul > li {
  position: relative;
  padding-left: 1.2em;
}
.p-editor-content ul > li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #3B2477;
  border-radius: 4px;
}
.p-editor-content ul > li:nth-child(n+2) {
  margin-top: 0.25em;
}
.p-editor-content ol {
  margin: 2.5em 0 1em;
  counter-reset: number 0;
}
.p-editor-content ol > li {
  position: relative;
  padding-left: 1.2em;
}
.p-editor-content ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Bebas Neue", sans-serif;
  color: #3B2477;
  content: counter(number);
  counter-increment: number 1;
}
.p-editor-content ol > li:nth-child(n+2) {
  margin-top: 0.25em;
}
.p-editor-content blockquote {
  padding: 16px;
  margin: 15px 0;
  background: #e1e8ed;
}
.p-editor-content blockquote p {
  margin-bottom: 0;
  letter-spacing: 0;
}
.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 table th {
  background-color: #f8fff0;
}
.p-editor-content table th,
.p-editor-content table td {
  padding: 5px 10px;
  word-break: break-all;
  vertical-align: top;
  border: solid 1px #ddd;
}
.p-editor-content iframe {
  max-width: 100%;
}

/* Base
   ----------------------------------------------------------------- */
.p-pagination {
  margin-top: 40px;
}
.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: 4px;
}
.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: #657786;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-pagination .p-pagination__item .page-numbers:hover {
  color: #fff;
  background-color: #3B2477;
}
.p-pagination .p-pagination__item .page-numbers.current {
  background-color: #e1e8ed;
}
.p-pagination .p-pagination__item .page-numbers.current:hover {
  color: #fff;
  background-color: #3B2477;
}
.p-pagination .p-pagination__item .page-numbers.prev, .p-pagination .p-pagination__item .page-numbers.next {
  position: relative;
  width: auto;
  padding: 10px 32px 10px 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 13px;
  font-weight: 500;
  background-color: #e1e8ed;
}
.p-pagination .p-pagination__item .page-numbers.prev::after, .p-pagination .p-pagination__item .page-numbers.next::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 2px solid #3B2477;
  border-bottom: 2px solid #3B2477;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-pagination .p-pagination__item .page-numbers.prev:hover, .p-pagination .p-pagination__item .page-numbers.next:hover {
  color: #fff;
  background-color: #3B2477;
}
.p-pagination .p-pagination__item .page-numbers.prev:hover::after, .p-pagination .p-pagination__item .page-numbers.next:hover::after {
  border-color: #fff;
}
.p-pagination .p-pagination__item .page-numbers.prev {
  padding: 10px 20px 10px 32px;
}
.p-pagination .p-pagination__item .page-numbers.prev::after {
  left: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* Base
   ----------------------------------------------------------------- */
.p-recruitment {
  position: relative;
  z-index: 1;
  padding: 52px 0;
}
.p-recruitment__infinitytext {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-style: italic;
  line-height: 1;
  color: #E1F0E9;
  letter-spacing: 0.05em;
}
.p-recruitment__infinitytext .scroll-text.first {
  -webkit-animation: scrollText 420s linear infinite;
          animation: scrollText 420s linear infinite;
}
.p-recruitment__infinitytext .scroll-text.second {
  -webkit-animation: scrollText-second 420s linear infinite;
          animation: scrollText-second 420s linear infinite;
}
.p-recruitment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.p-recruitment__textbody {
  width: 100%;
  padding: 32px 16px 40px;
  background-image: url("./assets/img/common/p-recruitment_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-recruitment__textbody .title__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #3B2477;
  letter-spacing: 0.05em;
}
.p-recruitment__textbody .title__ja {
  font-size: 24px;
}
.p-recruitment__textbody .lead {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
}
.p-recruitment__textbody .text {
  margin-top: 24px;
}
.p-recruitment__textbody .action {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  max-width: 240px;
  margin: 20px auto 0;
}
.p-recruitment__textbody .action a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  padding: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #01983E;
  border-radius: 8px;
}
.p-recruitment__textbody .action a span {
  position: absolute;
  top: 50%;
  right: 28px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-recruitment__textbody .action a span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ripple 1.5s infinite;
          animation: ripple 1.5s infinite;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(5.2);
            transform: translate(-50%, -50%) scale(5.2);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(5.2);
            transform: translate(-50%, -50%) scale(5.2);
  }
}
.p-recruitment__gallery {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
.p-recruitment__gallery .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  -webkit-transform: rotate(20deg) translate(-50%, -50%);
          transform: rotate(20deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-recruitment__gallery .gallery + .gallery {
  margin-top: 10px;
}
.p-recruitment__gallery .gallery01 {
  width: 400vw;
}
.p-recruitment__gallery .gallery02 {
  width: 400vw;
}
.p-recruitment__gallery .gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-recruitment__gallery .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}
.p-recruitment__gallery .gallery-list__item {
  padding-right: 10px;
}
.p-recruitment__gallery .gallery-list__item img {
  width: 100%;
}
.p-recruitment__gallery .gallery01-list {
  -webkit-animation: gallery01-scroll 28s infinite linear 0.5s both;
          animation: gallery01-scroll 28s infinite linear 0.5s both;
}
.p-recruitment__gallery .gallery02-list {
  -webkit-animation: gallery02-scroll 28s infinite linear 0.5s both;
          animation: gallery02-scroll 28s infinite linear 0.5s both;
}
@-webkit-keyframes gallery01-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes gallery01-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes gallery02-scroll {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes gallery02-scroll {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* Base
   ----------------------------------------------------------------- */
.p-interview-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.p-interview-list__card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 24px;
  background: #F1F4F3;
  border-radius: 24px;
}
.p-interview-list__card .image {
  width: 100%;
  min-height: 200px;
  aspect-ratio: 323/200;
  overflow: hidden;
  border-radius: 16px;
}
.p-interview-list__card .image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-interview-list__card .lead {
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}
.p-interview-list__card .information {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  border-top: 1px solid #D1E4DB;
}
.p-interview-list__card .information__date {
  padding: 0 6px;
  font-size: 14px;
  color: #01983E;
  text-align: center;
  background: #E1F0E9;
  border-radius: 4px;
}
.p-interview-list__card .information__price {
  font-size: 14px;
  line-height: 100%; /* 16px */
  color: #A4A4A4;
}
.p-interview-list__card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
  font-size: 14px;
  line-height: 100%;
}
.p-interview-list__card .title > span {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
.p-interview-list__card .arrow {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 81px;
  height: 56px;
  background-image: url("./assets/img/front/who_card_arrow_bg_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-interview-list__card .arrow .c-arrow {
  position: absolute;
  right: 12px;
  bottom: 8px;
}

/* Base
   ----------------------------------------------------------------- */
.p-number {
  position: relative;
}
.p-number .wrap {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
}
.p-number .wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #01983E transparent;
  border-style: solid;
  border-width: 0 0 26px 10px;
}
.p-number .wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #01983E transparent transparent transparent;
  border-style: solid;
  border-width: 26px 10px 0 0;
}
.p-number .wrap .text {
  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: 78px;
  height: 26px;
  padding: 2px 4px 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #01983E;
}
.p-number .wrap .text::after {
  content: "0" counter(pointnumber);
}
.p-number .title {
  margin: 24px 0 32px;
  font-size: 32px;
  color: #3B2477;
}

/* Base
   ----------------------------------------------------------------- */
.p-headline {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
.p-headline--blue {
  color: #3B2477;
}

/* Base
   ----------------------------------------------------------------- */
.p-subline {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.p-subline::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #01983E;
  border-radius: 50%;
}
.p-subline--sm {
  padding-left: 16px;
  font-size: 16px;
}
.p-subline--xs {
  font-size: 14px;
}

/* Base
   ----------------------------------------------------------------- */
.p-contact {
  padding: 56px 0 80px;
  background: #fff;
  border-radius: 24px;
}
.p-contact--bottom {
  border-radius: 24px 24px 0 0;
}
.p-contact .p-contact__offices {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}
.p-contact .p-contact__office {
  padding: 20px;
  font-style: normal;
  background: #fff;
  border: 6px solid #F1F4F3;
  border-radius: 16px;
}
.p-contact .p-contact__office .p-contact__office__address {
  margin-top: 8px;
  font-size: 14px;
}
.p-contact .p-contact__office .p-contact__office__dls {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}
.p-contact .p-contact__office .p-contact__office__dl {
  display: grid;
  grid-template-columns: 64px auto;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.p-contact .p-contact__office .p-contact__office__dl > dt {
  padding: 4px;
  text-align: center;
  background: #F1F4F3;
  border-radius: 8px;
}
.p-contact .p-contact__mail {
  display: grid;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  margin-top: 16px;
  background: #F1F4F3;
  border-radius: 16px;
}
.p-contact .p-contact__mail .p-contact__mail__icon {
  display: grid;
  place-items: center;
  width: 56px;
  aspect-ratio: 1/1;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
}
.p-contact .p-contact__mail .p-contact__mail__icon > svg {
  width: 28px;
  aspect-ratio: 1/1;
  fill: #01983E;
}
.p-contact .p-contact__mail .p-contact__mail__about {
  display: grid;
  gap: 8px;
  font-weight: 700;
  text-align: center;
}
.p-contact .p-contact__mail .p-contact__mail__about .p-contact__mail__about--headline {
  font-size: 18px;
  color: #01983E;
}
.p-contact .p-contact__mail .p-contact__mail__about .p-contact__mail__about--text {
  font-size: 16px;
}
.p-contact .p-contact__mail .p-contact__mail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}

/* Base
   ----------------------------------------------------------------- */
.p-breadcrumb {
  margin: 0 -8px;
  font-size: 13px;
  color: #657786;
}
.p-breadcrumb > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-breadcrumb > span > span {
  position: relative;
}
.p-breadcrumb > span > span:not(.breadcrumb_last) {
  padding-right: 16px;
}
.p-breadcrumb > span > span:not(.breadcrumb_last)::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #01983E;
  border-radius: 50%;
}
.p-breadcrumb .breadcrumb_last {
  color: #657786;
}

.p-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1280px;
  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: 1480px;
  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: 1080px;
  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: 1640px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-section-title .p-section-title__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(16px, 1.4285714286vw, 20px);
  font-style: italic;
  color: #3B2477;
  letter-spacing: 0.05em;
}
.p-section-title .p-section-title__ja {
  font-size: 24px;
}
.p-section-title .p-section-title__ja--sm {
  margin-top: -4px;
  font-size: 20px;
}
.p-section-title--center .p-section-title__en {
  text-align: center;
  text-indent: 0.05em;
}
.p-section-title--center .p-section-title__ja {
  text-align: center;
}
.p-section-title--sm .p-section-title__en {
  font-size: clamp(14px, 1.1428571429vw, 16px);
}

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

.u-show-up-xs {
  display: none;
}
.u-show-up-sm {
  display: none;
}
.u-show-up-md {
  display: none;
}
.u-show-up-lg {
  display: none;
}
.u-show-up-xl {
  display: none;
}

a[href^="tel:"], .u-tel {
  color: #01983E;
  text-decoration: underline;
}

.u-break-keep {
  word-break: keep-all;
}

.u-hide-down-sm {
  display: none !important;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
.page-front {
  background-color: #F1F4F3;
}
.page-front .color--secondary {
  color: #01983E;
}
.page-front .front__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.page-front .mainview {
  position: relative;
  z-index: 0;
  padding: 0 2.9vw;
}
.page-front .mainview::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 90%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 151, 61, 0)), to(rgba(0, 151, 61, 0.1)));
  background: linear-gradient(0deg, rgba(0, 151, 61, 0) 0%, rgba(0, 151, 61, 0.1) 100%);
}
.page-front .mainview__copy {
  position: relative;
  z-index: 3;
  width: 82.6vw;
  padding: 88px 0 70.9vw 4vw;
}
.page-front .mainview__copy img {
  width: 100%;
}
.page-front .mainview__bg {
  position: absolute;
  bottom: 0;
  left: 4vw;
  width: 92vw;
  height: 92vw;
  background-image: url("./assets/img/front/mainview_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
}
.page-front .mainview__person {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 80.8vw;
  height: 72vw;
  background-image: url("./assets/img/front/mainview_person.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.page-front .mainview__infinitytext {
  position: absolute;
  bottom: 4vw;
  left: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 9.6vw;
  font-style: italic;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.page-front .mainview__infinitytext .scroll-text.first {
  -webkit-animation: scrollText 420s linear infinite;
          animation: scrollText 420s linear infinite;
}
.page-front .mainview__infinitytext .scroll-text.second {
  -webkit-animation: scrollText-second 420s linear infinite;
          animation: scrollText-second 420s linear infinite;
}
.page-front .mainview__scroll {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  width: 45px;
  height: 98px;
  background-image: url("./assets/img/front/mainview_scroll_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-front .message {
  margin: 48px 0 64px;
}
.page-front .message__wrap {
  position: relative;
}
.page-front .message__title {
  position: relative;
  padding-left: 14px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #01983E;
  letter-spacing: 0.05em;
}
.page-front .message__title::before {
  position: absolute;
  top: 46%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #01983E;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-front .message__lead {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #3B2477;
}
.page-front .message__text {
  margin-top: 24px;
  line-height: 2;
}
.page-front .message__image {
  max-width: 380px;
  margin: 16px auto 0;
}
.page-front .message__action {
  margin-top: 32px;
}
.page-front .message__action .c-button {
  margin: 0 auto;
}
.page-front .about {
  margin: 0 0 80px;
  overflow: hidden;
}
.page-front .about .front__swiper {
  height: 100%;
}
.page-front .about .front__swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-front .about__wrap {
  position: relative;
  z-index: 0;
  padding: 40px 0;
}
.page-front .about__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 96vw;
  height: 100%;
  content: "";
  background-image: url("./assets/img/front/about_bg_sp.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.page-front .about__wrap::after {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 0;
  display: block;
  width: 43.7vw;
  height: 43.6vw;
  background-image: url("./assets/img/front/about_japan_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-front .about__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.page-front .about__content::after {
  position: absolute;
  right: 0;
  bottom: 41.1vw;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 107.2vw;
  content: "";
  background-image: url("./assets/img/front/about_japan_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.page-front .about__textbody {
  padding: 0 4vw;
}
.page-front .about__text {
  margin: 24px 0;
  line-height: 2;
}
.page-front .about__gallery {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 56.7vw;
}
.page-front .about__gallery img {
  width: 100%;
  border-radius: 24px;
}
.page-front .about__gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.page-front .about__action .c-button {
  margin: 0 auto;
}
.page-front .movie {
  position: relative;
  z-index: 0;
  padding: 64px 0;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.page-front .movie::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 80%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 151, 61, 0)), to(rgba(0, 151, 61, 0.1)));
  background: linear-gradient(0deg, rgba(0, 151, 61, 0) 0%, rgba(0, 151, 61, 0.1) 100%);
}
.page-front .movie-title__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 1;
  color: #3B2477;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
.page-front .movie-title__ja {
  font-size: 16px;
  text-align: center;
}
.page-front .movie__wrap {
  position: relative;
  padding-top: 56.25%;
  margin-top: 40px;
}
.page-front .movie__wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-front .who {
  margin: 0 0 64px;
}
.page-front .who__container {
  position: relative;
  z-index: 0;
  padding: 40px 0 56px;
}
.page-front .who__container::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 96vw;
  height: 100%;
  content: "";
  background-image: url("./assets/img/front/who_bg_sp.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.page-front .who-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  padding: 0 4vw;
  margin-top: 24px;
}
.page-front .who-list__card .image {
  position: relative;
}
.page-front .who-list__card .image img {
  border-radius: 16px;
}
.page-front .who-list__card .arrow {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 81px;
  height: 56px;
  background-image: url("./assets/img/front/who_card_arrow_bg_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-front .who-list__card .arrow .c-arrow {
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.page-front .who-list__card .title {
  margin-top: 16px;
}
.page-front .who-list__card .title__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #3B2477;
  letter-spacing: 0.04em;
}
.page-front .who-list__card .title__ja {
  font-size: 18px;
}
.page-front .who-list__card .text {
  margin-top: 16px;
  font-size: 14px;
}
.page-front .workflow {
  position: relative;
  z-index: 0;
  padding: 64px 0;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.page-front .workflow::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 80%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 151, 61, 0)), to(rgba(0, 151, 61, 0.1)));
  background: linear-gradient(0deg, rgba(0, 151, 61, 0) 0%, rgba(0, 151, 61, 0.1) 100%);
}
.page-front .workflow__infinitytext {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-style: italic;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}
.page-front .workflow__infinitytext .scroll-text.first {
  -webkit-animation: scrollText 420s linear infinite;
          animation: scrollText 420s linear infinite;
}
.page-front .workflow__infinitytext .scroll-text.second {
  -webkit-animation: scrollText-second 420s linear infinite;
          animation: scrollText-second 420s linear infinite;
}
.page-front .workflow__title {
  font-size: 24px;
  color: #01983E;
  text-align: center;
}
.page-front .workflow__text {
  margin-top: 28px;
  text-align: center;
}
.page-front .workflow__text .wrap {
  display: inline-block;
  padding: 16px 32px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 16px;
}
.page-front .workflow__image {
  max-width: 500px;
  margin: 24px auto 0;
}
.page-front .workflow__action {
  margin-top: 32px;
}
.page-front .interview {
  padding: 64px 0 32px;
  background-color: #fff;
  border-radius: 24px;
}
.page-front .interview__content {
  padding: 0 4vw;
}
.page-front .interview__text {
  margin: 24px 0 32px;
  line-height: 2;
}
.page-front .interview__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-front .interview__gallery {
  width: 100%;
  margin-top: 56px;
}
.page-front .interview__gallery img {
  width: 100%;
  border-radius: 16px;
}
.page-front .internship {
  margin: 56px 0;
}
.page-front .internship__content {
  position: relative;
  display: block;
  padding: 24px 16px 64px;
  background-color: #fff;
  background-image: url("./assets/img/front/internship_bg_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
}
.page-front .internship__image {
  width: 100%;
  margin-top: 24px;
}
.page-front .internship__image img {
  width: 100%;
  border-radius: 16px;
}
.page-front .internship__textbody {
  width: 100%;
}
.page-front .internship__textbody .text {
  margin-top: 20px;
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-weight: bold;
}
.page-front .internship__arrow {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 81px;
  height: 56px;
  background-image: url("./assets/img/front/internship_arrow_bg_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-front .internship__arrow .c-arrow {
  position: absolute;
  top: auto;
  right: 12px;
  bottom: 8px;
  -webkit-transform: none;
          transform: none;
}

/* Base
   ----------------------------------------------------------------- */
.page-career .content,
.page-fresh .content {
  padding: 48px 0 56px;
}
.page-career .content .content__list,
.page-fresh .content .content__list {
  display: grid;
  gap: 24px;
}
.page-career .content .content__detail,
.page-fresh .content .content__detail {
  display: grid;
  gap: 15px;
  padding: 4px 0 11px;
}
.page-career .content .content__detail:last-child,
.page-fresh .content .content__detail:last-child {
  border-bottom: 1px solid #F1F4F3;
}
.page-career .content .content__detail > dt,
.page-fresh .content .content__detail > dt {
  padding: 8px 9px;
  font-weight: 700;
  background-color: #E1F0E9;
}
.page-career .content .content__detail > dd,
.page-fresh .content .content__detail > dd {
  font-size: 14px;
  line-height: 160%;
}
.page-career .content .content__detail > dd .grid-cols-3,
.page-fresh .content .content__detail > dd .grid-cols-3 {
  display: grid;
}
.page-career .content .content__detail > dd .grid-cols-3 .p-subline,
.page-fresh .content .content__detail > dd .grid-cols-3 .p-subline {
  padding-left: 0;
}
.page-career .content .content__detail > dd .grid-cols-3 .p-subline::before,
.page-fresh .content .content__detail > dd .grid-cols-3 .p-subline::before {
  display: none;
}
.page-career .content .content__detail > dd .grid-cols-3 + .text-green,
.page-fresh .content .content__detail > dd .grid-cols-3 + .text-green {
  padding-top: 19px;
  margin-top: 13px;
  border-top: 1px solid #F1F4F3;
}
.page-career .content .content__detail > dd .text-green,
.page-fresh .content .content__detail > dd .text-green {
  color: #00973D;
}
.page-career .content .content__detail > dd .detail__area,
.page-fresh .content .content__detail > dd .detail__area {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
.page-career .content .content__salary,
.page-fresh .content .content__salary {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}
.page-career .content .content__salary > dl,
.page-fresh .content .content__salary > dl {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 8px;
}
.page-career .content .content__salary > dl > dt,
.page-fresh .content .content__salary > dl > dt {
  display: grid;
  place-items: center;
  font-size: 14px;
  text-align: center;
  background: #F1F4F3;
  border-radius: 4px;
}
.page-career .content .content__salary > dl > dd,
.page-fresh .content .content__salary > dl > dd {
  font-size: 18px;
  line-height: 1.4;
}

/* Base
   ----------------------------------------------------------------- */
.page-about .point {
  padding: 40px 0 56px;
}
.page-about .point-list {
  counter-reset: pointnumber 0;
  border-top: solid 1px #D1E4DB;
}
.page-about .point-list__item {
  display: grid;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 0 36px;
  counter-increment: pointnumber 1;
  border-bottom: solid 1px #D1E4DB;
}
.page-about .point-list__image img {
  border-radius: 24px;
}
.page-about .point-list__textbody .number .wrap {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
}
.page-about .point-list__textbody .number .wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #01983E transparent;
  border-style: solid;
  border-width: 0 0 25px 10px;
}
.page-about .point-list__textbody .number .wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #01983E transparent transparent transparent;
  border-style: solid;
  border-width: 25px 10px 0 0;
}
.page-about .point-list__textbody .number .text {
  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: 78px;
  height: 25px;
  padding: 2px 4px 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #01983E;
}
.page-about .point-list__textbody .number .text::after {
  content: "0" counter(pointnumber);
}
.page-about .point-list__textbody .title {
  margin: 14px 0;
  font-size: 24px;
  color: #3B2477;
}
.page-about .point-list__textbody .text {
  font-size: 14px;
}
.page-about .business {
  padding: 54px 0;
  background-color: #fff;
  border-radius: 40px;
}
.page-about .business__content {
  margin-top: 40px;
  border-top: solid 1px #D1E4DB;
}
.page-about .business-block {
  padding: 40px 0;
  border-bottom: solid 1px #D1E4DB;
}
.page-about .business-block__title {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
}
.page-about .business-block__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #01983E;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-about .business-block__lead {
  margin: 16px 0 24px;
  font-size: 20px;
  font-weight: 700;
  color: #3B2477;
}
.page-about .business-block__text {
  font-size: 14px;
}
.page-about .business-block__gallery {
  display: grid;
  gap: 32px;
  margin-top: 24px;
}
.page-about .business-block__gallery > li {
  padding: 0 16px;
}
.page-about .business-block__gallery img {
  border-radius: 24px;
}

/* Base
   ----------------------------------------------------------------- */
.page-contact {
  padding-bottom: 56px;
}
.page-contact .new {
  display: grid;
  gap: 24px;
  padding: 32px 16px;
  margin-top: 46px;
  background: #fff;
  border-radius: 16px;
}
.page-contact .new .new__info .new__info__text {
  margin-top: 26px;
  font-size: 14px;
}
.page-contact .new .new__banner {
  display: grid;
  gap: 16px;
}
.page-contact .career {
  gap: 24px;
  padding: 32px 16px 22px;
  margin-top: 46px;
  background: #fff;
  border-radius: 16px;
}
.page-contact .career .career__info {
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e8ed;
}
.page-contact .career .career__info .career__info__text {
  margin-top: 26px;
  font-size: 14px;
}
.page-contact-confirm .p-form {
  padding: 14px 0;
}
.page-contact-confirm .p-form .p-form__group {
  padding: 10px 0;
}
.page-contact-confirm .p-form .p-form__privacy {
  margin-top: 9px;
}
.page-contact-confirm .p-form .p-form__actions {
  margin-top: 44px;
}
.page-contact-complete {
  padding-bottom: 0;
}
.page-contact-complete .complete {
  padding: 46px 0 56px;
}
.page-contact-complete .complete .complete__content {
  padding: 32px 16px;
  background: #fff;
  border-radius: 16px;
}
.page-contact-complete .complete .complete__lead {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.page-contact-complete .complete .complete__text {
  margin-top: 26px;
  font-size: 14px;
}
.page-contact-complete .complete .complete__action {
  margin-top: 20px;
}

/* Base
   ----------------------------------------------------------------- */
.page-internship .intern {
  padding: 36px 0 56px;
}
.page-internship .intern .intern__aside .intern__aside__wrap {
  display: grid;
}
.page-internship .intern .intern__aside .intern__aside__link {
  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: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid #D1E4DB;
}
.page-internship .intern .fivedays {
  margin-top: 40px;
}
.page-internship .intern .onedays {
  margin-top: 40px;
}
.page-internship .intern .onedays .intern__about {
  margin-top: 94px;
}
.page-internship .intern .intern__mv {
  position: relative;
}
.page-internship .intern .intern__mv > .p-section-title {
  margin-top: 26px;
}
.page-internship .intern .intern__mv .intern__mv__bg {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16/9.25;
  overflow: hidden;
  border-radius: 25px;
}
.page-internship .intern .intern__mv .intern__mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-internship .intern .intern__about {
  display: grid;
  gap: 26px;
  margin-top: 64px;
  line-height: 160%; /* 25.6px */
  color: #221714;
}
.page-internship .intern .intern__timeline {
  padding: 25px 17px 40px;
  margin-top: 23px;
  background: #fff;
  border-radius: 16px;
}
.page-internship .intern .intern__timeline .intern__timeline__list {
  display: grid;
  gap: 40px;
  margin-top: 15px;
  counter-reset: pointnumber 0;
}
.page-internship .intern .intern__timeline .intern__timeline__subline-voice {
  margin-top: 37px;
}
.page-internship .intern .intern__timeline .intern__timeline__subline-recruit {
  margin-top: 37px;
}
.page-internship .intern .intern__timeline .intern__timeline__voices {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.page-internship .intern .intern__timeline .intern__timeline__recruit {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.page-internship .intern .intern__timeline .intern__voice {
  display: grid;
  gap: 16px;
  padding: 24px 16px;
  font-size: 14px;
  background: #F1F4F3;
  border-radius: 24px;
}
.page-internship .intern .intern__timeline .intern__voice .intern__voice__figure {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 16px;
  width: 100%;
}
.page-internship .intern .intern__timeline .intern__voice .intern__voice__figure img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #E1F0E9;
  border-radius: 50%;
}
.page-internship .intern .intern__timeline .intern__voice .intern__voice__figure > figcaption {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  font-size: 16px;
  line-height: 160%; /* 22.4px */
  color: #01983E;
}
.page-internship .intern .intern__timeline .intern-item {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 24px 15px;
  counter-increment: pointnumber 1;
  background: #F1F4F3;
  border-radius: 16px;
}
.page-internship .intern .intern__timeline .intern-item:not(:has(.intern-item__text__time))::before {
  position: absolute;
  top: 26px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 24px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  color: #01983E;
  letter-spacing: 0.8px;
  content: counter(pointnumber, decimal-leading-zero);
  background: #E1F0E9;
  border-radius: 8px;
}
.page-internship .intern .intern__timeline .intern-item:not(:last-child)::after {
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 32px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDQwIDMyIj48cGF0aCBkPSJNMjAgMzJMLTEuMDE3MTdlLTA2IDIuMjI1MTNlLTA2TDQwIDUuNzIyMDVlLTA2TDIwIDMyWiIgZmlsbD0iI0YxRjRGMyIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__wrap {
  display: grid;
  gap: 16px;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__time {
  position: absolute;
  top: 26px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 60px;
  height: 24px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  color: #01983E;
  letter-spacing: 0.8px;
  background: #E1F0E9;
  border-radius: 8px;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__time + .intern-item__text__headline {
  padding-left: 68px;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__headline {
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #00973D;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__about {
  margin-top: 16px;
  font-size: 14px;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__about:has(ul) {
  margin-top: 13px;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__about ul {
  display: grid;
  gap: 9px;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__about ul li {
  position: relative;
  display: grid;
  gap: 2px;
  padding-left: 15px;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__about ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.page-internship .intern .intern__timeline .intern-item .intern-item__figure {
  width: 100%;
  aspect-ratio: 16/9.8;
  overflow: hidden;
  border-radius: 24px;
}
.page-internship .intern .intern__timeline .intern-item .intern-item__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-internship .intern .intern__timeline .intern__recruit {
  padding: 24px 16px 32px;
  background: #F1F4F3;
  border-radius: 16px;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__headline {
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content dl {
  display: grid;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #fff;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content dl > dt .p-subline--xs {
  font-size: 16px;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content dl > dd {
  font-size: 14px;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content ul li {
  position: relative;
  padding-left: 16px;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content ul li::before {
  position: absolute;
  top: 11px;
  left: 5px;
  display: block;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #221714;
  border-radius: 50%;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content a {
  position: relative;
  color: #01983E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01983E), to(#01983E));
  background-image: linear-gradient(#01983E, #01983E);
  background-repeat: no-repeat;
  background-position: left 100% bottom 0;
  background-size: 100% 1px;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content a[target=_blank] {
  background-position: left calc(100% - 1.1em - 2px) bottom 0;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content a[target=_blank]::after {
  position: relative;
  top: 0.25em;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-left: 2px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%2300973D%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%205.31818C2%204.03741%203.03803%203%204.31818%203H6.34636C6.62251%203%206.84636%203.22386%206.84636%203.5C6.84636%203.77614%206.62251%204%206.34636%204H4.31818C3.59015%204%203%204.58986%203%205.31818V11.6818C3%2012.4101%203.59015%2013%204.31818%2013H10.6818C11.4098%2013%2012%2012.4101%2012%2011.6818V9.65455C12%209.3784%2012.2239%209.15455%2012.5%209.15455C12.7761%209.15455%2013%209.3784%2013%209.65455V11.6818C13%2012.9626%2011.962%2014%2010.6818%2014H4.31818C3.03803%2014%202%2012.9626%202%2011.6818V5.31818Z%22%20%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%202.5C9%202.22386%209.22386%202%209.5%202H13.5C13.7761%202%2014%202.22386%2014%202.5V6.5C14%206.77614%2013.7761%207%2013.5%207C13.2239%207%2013%206.77614%2013%206.5V3H9.5C9.22386%203%209%202.77614%209%202.5Z%22%20%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.4891%202.52788C13.6841%202.72346%2013.6836%203.04004%2013.488%203.23499L8.85298%207.85499C8.6574%208.04993%208.34082%208.04942%208.14587%207.85384C7.95093%207.65826%207.95144%207.34168%208.14702%207.14673L12.782%202.52673C12.9776%202.33179%2013.2942%202.3323%2013.4891%202.52788Z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content .text-red {
  color: #f00;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content .font-bold {
  font-weight: 700;
}
.page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content .mt-6 {
  margin-top: 1.5rem;
}

/* Base
   ----------------------------------------------------------------- */
.archive-interview__content {
  padding: 56px 0;
  margin-top: 56px;
  background-color: #fff;
  border-radius: 24px;
}

.single-interview .mainview {
  margin-top: 30px;
}
.single-interview .mainview__image {
  position: relative;
}
.single-interview .mainview__image img {
  width: 100%;
  min-height: 200px;
  aspect-ratio: 323/200;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-interview .mainview__information {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single-interview .mainview__information__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 90px auto;
  gap: 8px 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 18px;
}
.single-interview .mainview__information .date {
  padding: 1px 4px;
  font-size: 14px;
  color: #01983E;
  text-align: center;
  background: #E1F0E9;
  border-radius: 4px;
}
.single-interview .mainview__information .area {
  line-height: 100%;
  color: #A4A4A4;
}
.single-interview .mainview__information .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: 2/3;
  grid-column: 1/3;
  gap: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.single-interview .mainview__information .title > span {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.single-interview .main {
  margin: 6px 0 56px;
  counter-reset: listnumber 0;
}
.single-interview .main__lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  color: #3B2477;
}
.single-interview .main-interviewlist {
  margin-top: 30px;
  border-top: solid 1px #D1E4DB;
}
.single-interview .main-interviewlist li {
  padding: 32px 0;
  counter-increment: listnumber 1;
  border-bottom: solid 1px #D1E4DB;
}
.single-interview .main-interviewlist__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
.single-interview .main-interviewlist__question .text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-interview .main-interviewlist__question .number {
  font-family: "Bebas Neue", sans-serif;
  font-style: italic;
  color: #01983E;
}
.single-interview .main-interviewlist__question .number::before {
  letter-spacing: 0.05em;
  content: "[ Q" counter(listnumber) " ]";
}
.single-interview .main__image {
  margin-top: 32px;
}
.single-interview .main__image img {
  border-radius: 16px;
}
.single-interview .main-schedule {
  margin-top: 54px;
}
.single-interview .main-schedule .main-schedule__list {
  position: relative;
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.single-interview .main-schedule .main-schedule__list::before {
  position: absolute;
  top: 1px;
  left: 32px;
  z-index: 1;
  width: 1px;
  height: calc(100% - 2px);
  content: "";
  background-color: #01983E;
}
.single-interview .main-schedule .main-schedule__list > li {
  position: relative;
  z-index: 2;
}
.single-interview .main-schedule .main-schedule__list .main-schedule__list__content {
  display: grid;
  grid-template-columns: 65px auto;
  gap: 8px;
}
.single-interview .main-schedule .main-schedule__list .main-schedule__list__content > dt {
  display: grid;
  place-items: center;
  padding: 12px 1em;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #01983E;
  text-align: center;
  letter-spacing: 1.28px;
  background: #E1F0E9;
  border-radius: 8px;
}
.single-interview .main-schedule .main-schedule__list .main-schedule__list__content > dd {
  padding: 12px;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
}
.single-interview .other {
  padding: 58px 0;
  background-color: #fff;
  border-radius: 24px;
}
.single-interview .other .other__list {
  margin-top: 24px;
}
.single-interview .other .other__action {
  margin-top: 28px;
}
.single-interview .other .other-found {
  margin-top: 40px;
  text-align: center;
}

/* Base
   ----------------------------------------------------------------- */
.page-message .message {
  position: relative;
  margin-top: 48px;
}
.page-message .message .message__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 4vw);
  height: 100%;
}
.page-message .message .message__bg .message__bg__figure {
  position: relative;
  background-color: #fff;
}
.page-message .message .message__bg .message__bg__figure--top {
  width: 62%;
  height: 150px;
  border-radius: 0 24px 0 0;
}
.page-message .message .message__bg .message__bg__figure--top::after {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 64px;
  height: 64px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M-5.59506e-06%203.8147e-06L0%2064L64%2064C28.64%2064%20-2.50379e-06%2035.36%20-5.59506e-06%203.8147e-06Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.page-message .message .message__bg .message__bg__figure--bottom {
  width: 100%;
  height: calc(100% - 150px);
  border-radius: 0 24px 24px 0;
}
.page-message .message .p-container--lg {
  padding-right: 8.4vw;
  padding-left: 8.4vw;
}
.page-message .message .message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  gap: 24px;
  padding-top: 54px;
  padding-bottom: 28px;
  border-bottom: 1px solid #F1F4F3;
}
.page-message .message .message__content .message__content__about .message__content__about-headline {
  font-size: 24px;
  line-height: 150%;
  color: #3B2477;
}
.page-message .message .message__content .message__content__about .message__content__about-headline > span {
  display: block;
}
.page-message .message .message__content .message__content__about .message__content__about-profile {
  padding-top: 24px;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.page-message .message .message__content .message__content__about .message__content__about-profile .-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
}
.page-message .message .message__content .message__content__about .message__content__about-profile .-name {
  font-size: 24px;
}
.page-message .message .message__content .message__content__about .message__content__about-interest {
  display: grid;
  gap: 16px;
  padding: 26px 18px;
  margin-top: 20px;
  background: #F1F4F3;
  border-radius: 24px;
}
.page-message .message .message__content .message__content__about .message__content__about-interest > dl {
  position: relative;
  display: grid;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-message .message .message__content .message__content__about .message__content__about-interest > dl > dt {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  min-width: 86px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  color: #01983E;
  background: #E1F0E9;
  border-radius: 4px;
}
.page-message .message .message__content .message__content__about .message__content__about-interest > dl > dd {
  display: grid;
  grid-template-columns: 78px auto;
  gap: 14px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-message .message .message__content .message__content__about .message__content__about-interest > dl > dd .-item {
  position: relative;
  grid-row: 1/2;
  grid-column: 2/3;
  font-weight: 700;
}
.page-message .message .message__content .message__content__about .message__content__about-interest > dl > dd .-motto {
  grid-row: 2/3;
  grid-column: 1/3;
  font-size: 14px;
}
.page-message .message .message__content .message__content__figre {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 24px;
}
.page-message .message .message__content .message__content__figre > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-message .message .message__about {
  max-width: 1150px;
  padding: 30px 8.4vw 58px;
}
.page-message .message .message__about .message__about__text {
  display: grid;
  gap: 32px;
  font-size: 16px;
  line-height: 200%;
}
.page-message .message .message__about .message__about__figre {
  aspect-ratio: 16/8.95;
  margin-top: 34px;
  overflow: hidden;
  border-radius: 24px;
}
.page-message .message .message__about .message__about__figre.--mt {
  margin-top: 0;
}
.page-message .message .message__about .message__about__figre img {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Base
   ----------------------------------------------------------------- */
.page-notfound .notfound {
  padding: 46px 0 56px;
}
.page-notfound .notfound .notfound__content {
  padding: 32px 16px;
  background: #fff;
  border-radius: 16px;
}
.page-notfound .notfound .notfound__lead {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.page-notfound .notfound .notfound__text {
  margin-top: 26px;
  font-size: 14px;
}
.page-notfound .notfound .notfound__action {
  margin-top: 20px;
}

/* Base
   ----------------------------------------------------------------- */
.page-numbers .profile {
  padding: 79px 0 55px;
}
.page-numbers .profile .profile__content {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}
.page-numbers .profile .profile__content .profile__content__item {
  padding: 24px 16px 30px;
  background-color: #fff;
  border-radius: 24px;
}
.page-numbers .profile .profile__content .profile__content__item > .p-subline {
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 1px solid #D1E4DB;
}
.page-numbers .profile .profile__content .profile__content__item .profile__content__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-numbers .profile .profile__content .profile__content__item.--item01 .profile__content__figure {
  margin-top: 22px;
}
.page-numbers .profile .profile__content .profile__content__item.--item02 .profile__content__figure {
  max-width: 86.5%;
  margin-top: 16px;
  margin-left: 3.1%;
}
.page-numbers .profile .profile__content .profile__content__item.--item03 .profile__content__figure {
  max-width: 91.1%;
  margin-top: 18px;
  margin-left: 8.9%;
}
.page-numbers .profile .profile__content .profile__content__item.--item04 .profile__content__figure {
  max-width: 91.7%;
  margin-top: -3px;
  margin-left: 7.2%;
}
.page-numbers .profile .profile__content .profile__content__item.--item05 .profile__content__figure {
  width: 75.2%;
  margin-left: 13%;
}
.page-numbers .profile .profile__content .profile__content__item.--item06 .profile__content__figure {
  width: 96.8%;
  margin-top: 19px;
}
.page-numbers .profile .profile__content .profile__content__item.--item07 .profile__content__figure {
  width: 98%;
  margin-top: 7px;
  margin-left: 1.5%;
}
.page-numbers .profile .profile__content .profile__content__item.--item08 .profile__content__figure {
  width: 82.8%;
  margin-top: 15px;
  margin-left: 9%;
}
.page-numbers .profile .profile__content .profile__content__item.--item09 .profile__content__figure {
  width: 96.8%;
  margin-top: 10px;
}
.page-numbers .about {
  padding: 30px 0 56px;
  background-color: #fff;
  border-radius: 40px;
}
.page-numbers .about .about__content {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 30px;
  counter-reset: pointnumber 0;
}
.page-numbers .about .about__content .about__content__item {
  position: relative;
  padding: 24px 16px;
  counter-increment: pointnumber 1;
  background-color: #F1F4F3;
  border-radius: 24px;
}
.page-numbers .about .about__content .about__content__item::after {
  position: absolute;
  top: 35px;
  left: 17px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #01983E;
  border-radius: 50%;
}
.page-numbers .about .about__content .about__content__item .about__content__subline {
  position: relative;
  z-index: 2;
  padding-bottom: 7px;
  padding-left: 17px;
  font-size: 18px;
  border-bottom: 1px solid #D1E4DB;
}
.page-numbers .about .about__content .about__content__item .about__content__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-numbers .about .about__content .about__content__item.--item01 .about__content__figure {
  width: 76.9%;
  margin-top: 15px;
  margin-left: 11.3%;
}
.page-numbers .about .about__content .about__content__item.--item02 .about__content__figure {
  width: 76.5%;
  margin-top: 16px;
  margin-left: 11.5%;
}
.page-numbers .about .about__content .about__content__item.--item03 .about__content__figure {
  width: 81.6%;
  margin-top: 16px;
  margin-left: 9.4%;
}
.page-numbers .about .about__content .about__content__item.--item04 .about__content__figure {
  width: 98.9%;
  margin-top: 18px;
  margin-left: 0.6%;
}
.page-numbers .about .about__content .about__content__item.--item05 .about__content__figure {
  width: 81.6%;
  margin-top: 18px;
  margin-left: 9.4%;
}
.page-numbers .about .about__content .about__content__item.--item06 .about__content__figure {
  width: 93%;
  margin-top: 16px;
  margin-left: 0.4%;
}

/* Base
   ----------------------------------------------------------------- */
.page-work .about {
  position: relative;
  padding: 42px 0 56px;
  margin-top: 40px;
}
.page-work .about::before {
  position: absolute;
  top: 0;
  left: 4vw;
  width: calc(100% - 8vw);
  height: 1px;
  content: "";
  background-color: #D1E4DB;
}
.page-work .about .about__content .about__point {
  display: grid;
  gap: 44px;
  counter-reset: pointnumber 0;
}
.page-work .about .about__content .about__point > li {
  counter-increment: pointnumber 1;
}
.page-work .about .about__content .about__point > li:not(:last-child) {
  padding-bottom: 26px;
  border-bottom: 1px solid #D1E4DB;
}
.page-work .about .about__content .about__point .about__point__headline {
  margin-top: 14px;
}
.page-work .about .about__content .about__point .js-scroll-hint {
  display: block;
  width: 92vw;
  margin-top: 24px;
}
.page-work .about .about__content .about__point .about__point__table {
  width: 100%;
  min-width: 710px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  border: none;
  border-radius: 24px;
}
.page-work .about .about__content .about__point .about__point__table tr {
  text-align: center;
}
.page-work .about .about__content .about__point .about__point__table tr:not(:last-child) {
  border-bottom: 1px solid #D1E4DB;
}
.page-work .about .about__content .about__point .about__point__table th {
  padding: 20px;
  background: #E1F0E9;
}
.page-work .about .about__content .about__point .about__point__table th:not(:last-child) {
  border-right: 1px solid #D1E4DB;
}
.page-work .about .about__content .about__point .about__point__table th.text-green {
  font-size: 16px;
  color: #01983E;
}
.page-work .about .about__content .about__point .about__point__table td {
  width: 38.55%;
  padding: 20px;
}
.page-work .about .about__content .about__point .about__point__table td:not(:last-child) {
  border-right: 1px solid #D1E4DB;
}
.page-work .about .about__content .about__point .about__point__subline {
  margin-top: 22px;
}
.page-work .about .about__content .about__point__career {
  display: grid;
  gap: 32px;
  padding: 24px 16px 38px;
  margin-top: 16px;
  background-color: #fff;
  border-radius: 16px;
}
.page-work .about .about__content .about__point__career .about__point__career__year {
  display: grid;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-work .about .about__content .about__point__career .about__point__career__year > dl {
  display: grid;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
}
.page-work .about .about__content .about__point__career .about__point__career__year > dl:not(:last-child) {
  border-bottom: 1px solid #D1E4DB;
}
.page-work .about .about__content .about__point__career .about__point__career__year > dl > dt > span {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  color: #01983E;
  text-align: center;
  background: #E1F0E9;
  border-radius: 4px;
}
.page-work .about .about__content .about__point__career .about__point__career__year > dl > dd {
  padding-top: 0;
  font-size: 14px;
}
.page-work .about .about__content .about__point__career .about__point__career__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 34px);
  margin: 0 auto;
}
.page-work .about .about__content .about__point__career .about__point__career__images > figure {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 16/8.6;
  overflow: hidden;
  border-radius: 8px;
}
.page-work .about .about__content .about__point__career .about__point__career__images > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-work .flow {
  padding: 54px 0 52px;
  background-color: #fff;
  border-radius: 24px;
}
.page-work .flow .flow__content {
  margin-top: 24px;
}
.page-work .flow .flow__headline {
  display: grid;
  place-items: center;
}
.page-work .flow .flow__headline .flow__headline__innner {
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  color: #221714;
  text-align: center;
  background: #F1F4F3;
  border-radius: 16px;
}
.page-work .flow .flow__headline .flow__headline__innner > span {
  color: #01983E;
}
.page-work .flow .flow__headline .flow__headline__innner > br {
  display: inline-block;
}
.page-work .flow .flow__figure {
  width: 100%;
  aspect-ratio: 343/485;
  margin-top: 26px;
}

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

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

@media screen and (min-width: 554px) {
  .l-footer__button {
    padding: 24px;
  }
  .l-footer__bottom {
    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;
    text-align: left;
  }
  .l-footer__bottom .privacy a {
    font-size: 16px;
  }
  .l-footer__bottom .copyright {
    margin-top: 0;
  }
  .p-recruitment__textbody {
    padding: 32px 24px 40px;
    background-image: url("./assets/img/common/p-recruitment_bg_pc.jpg");
  }
  .u-hide-up-sm {
    display: none !important;
  }
  .u-show-up-sm {
    display: inline;
  }
  .u-hide-down-sm {
    display: inline !important;
  }
  .page-front .internship__content {
    padding: 24px 24px 64px;
  }
  .page-career .content .content__detail > dd .grid-cols-3,
  .page-fresh .content .content__detail > dd .grid-cols-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
  .page-message .message {
    margin-top: 112px;
  }
  .page-work .about .about__content .about__point__career {
    grid-template-columns: 1fr 1fr;
  }
  .page-work .flow .flow__headline .flow__headline__innner > br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    width: calc(100vw - 48px);
    margin: 24px auto 0;
    border-radius: 16px;
  }
  .l-header__nav {
    top: 72px;
    height: calc(100svh - 72px);
  }
  .l-header__nav > ul {
    width: calc(100vw - 80px);
    padding: 16px 24px 32px;
  }
  .l-footer__content {
    gap: 64px;
    margin-top: 48px;
  }
  .l-footer__nav .inner {
    grid-template-columns: 1fr 1.8fr 1fr;
    gap: 0 36px;
  }
  .c-button-wrapper {
    gap: 24px;
  }
  .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;
  }
  .p-form {
    padding: 24px 0;
  }
  .p-form__group {
    padding: 15px 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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 31%;
    padding-right: 16px;
  }
  .p-form__row > dt > .tag {
    height: 24px;
    padding: 0 6px;
    line-height: 1.3;
  }
  .p-form__row > dt > .tag--required {
    font-size: 16px;
  }
  .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 32px;
  }
  .p-form-control textarea {
    padding: 16px 32px;
  }
  .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__privacy {
    padding-top: 44px;
    margin-top: 24px;
  }
  .p-form__privacy > .c-checkbox {
    font-size: 16px;
  }
  .p-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 44px;
  }
  .p-form__actions .back-btn {
    margin: 40px auto;
  }
  .p-editor-content h1 {
    margin: 48px 0 25px;
    font-size: 28px;
  }
  .p-editor-content h2 {
    padding: 0 15px;
    margin: 48px 0 25px;
    font-size: 26px;
    border-left-width: 4px;
  }
  .p-editor-content h3 {
    padding-left: 32px;
    margin: 48px 0 16px;
    font-size: 22px;
  }
  .p-editor-content h3::before {
    top: 14px;
  }
  .p-editor-content h4 {
    margin: 48px 0 16px;
    font-size: 18px;
  }
  .p-editor-content h5 {
    font-size: 16px;
  }
  .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: 48px 64px;
    margin: 25px 0;
  }
  .p-editor-content table {
    margin: 25px 0;
  }
  .p-recruitment__textbody .action {
    grid-template-columns: repeat(2, 1fr);
    max-width: 536px;
    margin: 40px 0 0;
  }
  .p-recruitment__textbody .action a {
    height: 72px;
  }
  .p-recruitment__textbody .action a span {
    width: 10px;
    height: 10px;
  }
  .p-interview-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
  .p-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--lg {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--sm {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--xl {
    padding-right: 40px;
    padding-left: 40px;
  }
  .u-hide-up-md {
    display: none !important;
  }
  .u-show-up-md {
    display: inline;
  }
  .page-front .mainview__copy {
    width: 49vw;
    padding: 140px 0 19.2vw 2vw;
  }
  .page-front .mainview__bg {
    left: 2.9vw;
    width: 94.2vw;
    height: 31.7vw;
    border-radius: 40px;
  }
  .page-front .mainview__person {
    right: 4vw;
    width: 51.4vw;
    height: 45.9vw;
  }
  .page-front .mainview__infinitytext {
    bottom: 1vw;
    font-size: 5vw;
  }
  .page-front .mainview__scroll {
    width: 95px;
    height: 141px;
    background-image: url("./assets/img/front/mainview_scroll_pc.png");
  }
  .page-front .about__wrap::before {
    width: calc(100vw - 40px);
  }
  .page-front .about__textbody {
    padding: 0 40px;
  }
  .page-front .who__container::before {
    width: calc(50vw + 780px);
    background-image: url("./assets/img/front/who_bg_pc.png");
  }
  .page-front .who-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0;
    margin-top: 64px;
  }
  .page-front .interview__content {
    padding: 0 40px;
  }
  .page-contact {
    padding-bottom: 120px;
  }
  .page-internship .intern {
    padding: 102px 0 120px;
  }
  .page-internship .intern .intern__aside .intern__aside__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .page-internship .intern .intern__aside .intern__aside__link {
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 16px 0;
    font-size: 16px;
  }
  .page-internship .intern .fivedays {
    margin-top: 62px;
  }
  .page-internship .intern .onedays {
    margin-top: 120px;
  }
  .page-internship .intern .intern__mv::before {
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 2;
    width: 45%;
    max-width: 525px;
    aspect-ratio: 525/194;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUyNSAxOTQiPiA8cGF0aCBkPSJNNDY4LDBoMFMwLDAsMCwwdjE5NGMwLTMxLjQ5LDI1LjUxLTU3LDU3LTU3aDM3MWMyMi4wOSwwLDQwLTE3LjkxLDQwLTQwdi0zOWMwLTMyLjA0LDI1LjUxLTU4LDU3LTU4aC01N1oiIGZpbGw9IiNmMWY0ZjMiLz48L3N2Zz4=");
    background-position: left top;
  }
  .page-internship .intern .intern__mv > .p-section-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-top: -6px;
  }
  .page-internship .intern .intern__mv .intern__mv__bg {
    aspect-ratio: 16/6.4;
    border-radius: 40px;
  }
  .page-internship .intern .intern__timeline {
    padding: 63px 64px 80px;
    margin-top: 80px;
    border-radius: 24px;
  }
  .page-internship .intern .intern__timeline .intern__timeline__list {
    gap: 30px;
    margin-top: 24px;
  }
  .page-internship .intern .intern__timeline .intern__timeline__subline-voice {
    margin-top: 64px;
  }
  .page-internship .intern .intern__timeline .intern__timeline__subline-recruit {
    margin-top: 62px;
  }
  .page-internship .intern .intern__timeline .intern__timeline__voices {
    margin-top: 24px;
  }
  .page-internship .intern .intern__timeline .intern__timeline__recruit {
    gap: 30px;
    margin-top: 24px;
  }
  .page-internship .intern .intern__timeline .intern__voice {
    grid-template-columns: 120px auto;
    gap: 24px;
    padding: 24px;
    font-size: 16px;
  }
  .page-internship .intern .intern__timeline .intern__voice .intern__voice__figure {
    display: block;
  }
  .page-internship .intern .intern__timeline .intern__voice .intern__voice__figure > figcaption {
    font-size: 14px;
    text-align: center;
  }
  .page-internship .intern .intern__timeline .intern-item {
    padding: 24px 40px 40px;
    border-radius: 24px;
  }
  .page-internship .intern .intern__timeline .intern-item:not(:has(.intern-item__text__time))::before {
    top: 40px;
    left: 40px;
    width: 56px;
    height: 32px;
    font-size: 20px;
  }
  .page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__time {
    top: 40px;
    left: 40px;
    width: 96px;
    height: 32px;
    font-size: 20px;
  }
  .page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__time + .intern-item__text__headline {
    padding-left: 112px;
  }
  .page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__headline {
    padding-left: 72px;
    margin-top: 17px;
    font-size: 20px;
  }
  .page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__about {
    font-size: 16px;
  }
  .page-internship .intern .intern__timeline .intern-item .intern-item__text .intern-item__text__about p + ul {
    margin-top: 8px;
  }
  .page-internship .intern .intern__timeline .intern-item .intern-item__figure {
    aspect-ratio: 16/9.9;
    border-radius: 24px;
  }
  .page-internship .intern .intern__timeline .intern__recruit {
    padding: 40px 64px;
    border-radius: 24px;
  }
  .page-internship .intern .intern__timeline .intern__recruit .intern__recruit__headline {
    padding-bottom: 23px;
    font-size: 24px;
  }
  .page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content dl {
    grid-template-columns: 26.3% auto;
    padding: 24px 0;
  }
  .page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content dl > dd {
    font-size: 16px;
  }
  .page-notfound .notfound .notfound__text {
    margin-top: 32px;
    font-size: 16px;
    text-align: center;
  }
  .page-numbers .profile .profile__content .profile__content__item {
    padding: 32px 40px;
  }
  .page-numbers .profile .profile__content .profile__content__item > .p-subline {
    padding-bottom: 18px;
    padding-left: 24px;
    font-size: 24px;
  }
  .page-numbers .about .about__content .about__content__item {
    padding: 32px 32px 30px;
    border-radius: 24px;
  }
  .page-numbers .about .about__content .about__content__item::after {
    top: 47px;
    left: 40px;
  }
  .page-numbers .about .about__content .about__content__item .about__content__subline {
    padding-bottom: 16px;
    padding-left: 33px;
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .l-page {
    padding-top: 160px;
  }
  .l-page__wrap {
    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;
  }
  .l-page__breadcrumb {
    margin-top: 0;
  }
  .l-page__lead {
    margin-top: 120px;
    font-size: 18px;
    line-height: 2;
  }
  .l-footer {
    padding: 80px 0 40px;
  }
  .l-footer::before {
    border-radius: 40px 40px 0 0;
  }
  .l-footer__link {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .l-footer__button {
    padding: 28px 40px;
  }
  .l-footer__button .en {
    font-size: 20px;
  }
  .l-footer__button .ja {
    font-size: clamp(22px, 2.2857142857vw, 32px);
  }
  .l-footer__button .c-arrow {
    right: 32px;
  }
  .l-footer__content {
    grid-template-columns: 270px 1fr;
    gap: 40px;
    margin-top: 64px;
  }
  .l-footer__information {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__information .text {
    margin: 32px 0 24px;
  }
  .l-footer__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-footer__nav .inner {
    max-width: 620px;
  }
  .l-footer__nav .list > li + li {
    margin-top: 32px;
  }
  .l-footer__bottom {
    padding-top: 28px;
    margin-top: 80px;
  }
  .c-button {
    max-width: 300px;
    height: 72px;
    padding: 0 40px;
    font-size: 16px;
  }
  .c-arrow {
    width: 52px;
    height: 37px;
  }
  .c-accordion {
    border-radius: 24px;
  }
  .c-accordion .c-accordion__summary {
    padding: 40px 56px 40px 80px;
  }
  .c-accordion .c-accordion__summary::before, .c-accordion .c-accordion__summary::after {
    width: 40px;
    height: 4px;
  }
  .c-accordion .c-accordion__summary::before {
    right: 80px;
  }
  .c-accordion .c-accordion__summary::after {
    right: 80px;
  }
  .c-accordion .c-accordion__content-inner {
    padding: 4px 80px 36px;
  }
  .p-form__row > dt > label {
    font-size: 16px;
  }
  .p-form__row > dt > label > small {
    font-size: 13px;
  }
  .p-editor-content p a:hover {
    text-decoration: underline;
  }
  .p-editor-content blockquote {
    padding: 48px 64px;
  }
  .p-pagination {
    margin-top: 80px;
  }
  .p-pagination .p-pagination__item .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
  }
  .p-recruitment {
    padding: 120px 0;
  }
  .p-recruitment__infinitytext {
    top: 50px;
    font-size: 96px;
  }
  .p-recruitment__wrap {
    border-radius: 40px 0 0 40px;
  }
  .p-recruitment__textbody {
    width: 50%;
    padding: clamp(48px, 6vw, 84px) clamp(28px, 3.3333333333vw, 52px);
  }
  .p-recruitment__textbody .title__en {
    font-size: 20px;
  }
  .p-recruitment__textbody .title__ja {
    font-size: 40px;
  }
  .p-recruitment__textbody .lead {
    margin-top: 16px;
    font-size: 24px;
  }
  .p-recruitment__textbody .text {
    font-size: 18px;
  }
  .p-recruitment__gallery {
    width: 50%;
    padding-top: 0;
    border-radius: 0 40px 40px 0;
  }
  .p-recruitment__gallery .gallery + .gallery {
    margin-top: 16px;
  }
  .p-recruitment__gallery .gallery01 {
    width: 2700px;
  }
  .p-recruitment__gallery .gallery02 {
    width: 2700px;
  }
  .p-recruitment__gallery .gallery-list__item {
    padding-right: 16px;
  }
  .p-interview-list {
    gap: 40px;
  }
  .p-interview-list__card {
    gap: 24px;
    padding: 32px 32px 40px;
  }
  .p-interview-list__card .image {
    min-height: 320px;
    aspect-ratio: 1400/560;
    border-radius: 24px;
  }
  .p-interview-list__card .lead {
    padding-bottom: 22px;
    font-size: 24px;
  }
  .p-interview-list__card .information {
    padding-top: 24px;
  }
  .p-interview-list__card .information__price {
    font-size: 16px;
  }
  .p-interview-list__card .title {
    font-size: 16px;
  }
  .p-interview-list__card .title > span {
    font-size: 20px;
  }
  .p-interview-list__card .arrow {
    width: 144px;
    height: 99px;
    background-image: url("./assets/img/front/who_card_arrow_bg_pc.png");
  }
  .p-interview-list__card .arrow .c-arrow {
    right: 28px;
    bottom: 15px;
  }
  .p-number .wrap::before {
    border-width: 0 0 34px 10px;
  }
  .p-number .wrap::after {
    border-width: 34px 10px 0 0;
  }
  .p-number .wrap .text {
    width: 104px;
    height: 34px;
    font-size: 32px;
  }
  .p-headline {
    font-size: 32px;
  }
  .p-subline {
    padding-left: 24px;
    font-size: 24px;
  }
  .p-subline--sm {
    padding-left: 16px;
    font-size: 20px;
  }
  .p-subline--xs {
    font-size: 16px;
  }
  .p-contact {
    padding: 120px 0;
    border-radius: 40px;
  }
  .p-contact--bottom {
    border-radius: 40px 40px 0 0;
  }
  .p-contact .p-contact__offices {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 36px;
  }
  .p-contact .p-contact__office {
    padding: 32px;
    border-radius: 24px;
  }
  .p-contact .p-contact__office .p-contact__office__address {
    margin-top: 16px;
    font-size: 16px;
  }
  .p-contact .p-contact__office .p-contact__office__dls {
    margin-top: 16px;
  }
  .p-contact .p-contact__office .p-contact__office__dl {
    grid-template-columns: 80px auto;
    font-size: 16px;
  }
  .p-contact .p-contact__mail {
    grid-template-columns: 80px auto 300px;
    gap: 16px;
    padding: 40px 80px;
    margin-top: 34px;
    border-radius: 24px;
  }
  .p-contact .p-contact__mail .p-contact__mail__icon {
    width: 100%;
  }
  .p-contact .p-contact__mail .p-contact__mail__icon > svg {
    width: 41px;
  }
  .p-contact .p-contact__mail .p-contact__mail__about {
    text-align: left;
  }
  .p-contact .p-contact__mail .p-contact__mail__about .p-contact__mail__about--headline {
    font-size: 24px;
  }
  .p-contact .p-contact__mail .p-contact__mail__btn {
    margin-top: 0;
  }
  .p-breadcrumb {
    margin: -30px 0 0;
    font-size: 16px;
  }
  .p-breadcrumb > span {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-section-title .p-section-title__ja {
    font-size: clamp(32px, 2.8571428571vw, 40px);
  }
  .p-section-title .p-section-title__ja--sm {
    margin-top: 0;
    font-size: clamp(20px, 1.7142857143vw, 32px);
  }
  .p-section-title .p-section-title__ja--lg {
    font-size: clamp(24px, 2.2857142857vw, 32px);
  }
  .u-hide-up-lg {
    display: none !important;
  }
  .u-show-up-lg {
    display: inline;
  }
  a[href^="tel:"], .u-tel {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
  .page-front .mainview__copy {
    padding: 192px 0 19.2vw 2vw;
  }
  .page-front .message {
    margin: 160px 0;
  }
  .page-front .message__wrap {
    padding-right: 43%;
  }
  .page-front .message__title {
    padding-left: 18px;
    font-size: 20px;
  }
  .page-front .message__title::before {
    width: 10px;
    height: 10px;
  }
  .page-front .message__lead {
    margin-top: 16px;
    font-size: clamp(32px, 2.5641025641vw, 40px);
  }
  .page-front .message__text {
    margin-top: 40px;
    font-size: 18px;
  }
  .page-front .message__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    max-width: none;
    margin: 0;
  }
  .page-front .message__action .c-button {
    margin: 0;
  }
  .page-front .about {
    margin: 0 0 120px;
  }
  .page-front .about__wrap {
    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;
    padding: clamp(80px, 8.5714285714vw, 120px) 0;
  }
  .page-front .about__wrap::before {
    width: calc(50vw + 780px);
    background-image: url("./assets/img/front/about_bg_pc.png");
  }
  .page-front .about__wrap::after {
    content: "";
  }
  .page-front .about__content {
    width: 50%;
    padding-right: 40px;
  }
  .page-front .about__content::after {
    content: none;
  }
  .page-front .about__textbody {
    padding: 0 0 clamp(100px, 12.1428571429vw, 170px) 56px;
  }
  .page-front .about__text {
    margin: 24px 0 40px;
    font-size: 18px;
  }
  .page-front .about__gallery {
    width: 50%;
    margin-top: 0;
  }
  .page-front .about__action .c-button {
    margin: 0;
  }
  .page-front .movie {
    padding: 120px 0 160px;
    border-radius: 40px 40px 0 0;
  }
  .page-front .movie-title__en {
    font-size: clamp(64px, 6.2857142857vw, 88px);
  }
  .page-front .movie-title__ja {
    font-size: clamp(24px, 2.2857142857vw, 32px);
  }
  .page-front .movie__wrap {
    margin-top: 64px;
  }
  .page-front .who {
    margin: 0 0 120px;
  }
  .page-front .who__container {
    padding: 0 0 120px;
  }
  .page-front .who-list__card .image img {
    border-radius: 40px;
  }
  .page-front .who-list__card .arrow {
    width: 144px;
    height: 99px;
    background-image: url("./assets/img/front/who_card_arrow_bg_pc.png");
  }
  .page-front .who-list__card .arrow .c-arrow {
    right: 28px;
    bottom: 15px;
  }
  .page-front .who-list__card .title__en {
    font-size: 20px;
  }
  .page-front .who-list__card .title__ja {
    font-size: 24px;
  }
  .page-front .who-list__card .text {
    font-size: 16px;
  }
  .page-front .workflow {
    padding: 230px 0 120px;
    border-radius: 40px 40px 0 0;
  }
  .page-front .workflow::before {
    height: 60%;
  }
  .page-front .workflow__infinitytext {
    top: 80px;
    font-size: 96px;
  }
  .page-front .workflow__title {
    font-size: 40px;
  }
  .page-front .workflow__text .wrap {
    font-size: 20px;
  }
  .page-front .workflow__image {
    max-width: none;
    margin: 48px 0 0;
  }
  .page-front .workflow__action {
    margin-top: 72px;
  }
  .page-front .interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 120px 0;
    border-radius: 40px;
  }
  .page-front .interview__content {
    width: 50%;
    padding: 0 0 0 40px;
  }
  .page-front .interview__textbody {
    padding-right: 80px;
  }
  .page-front .interview__text {
    margin: 24px 0 40px;
    font-size: 18px;
  }
  .page-front .interview__action {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-front .interview__gallery {
    width: 50%;
    margin-top: 0;
  }
  .page-front .interview__gallery img {
    border-radius: 24px;
  }
  .page-front .internship {
    margin: 120px 0 70px;
  }
  .page-front .internship__content {
    padding: 24px 100px 24px 438px;
    background-image: url("./assets/img/front/internship_bg_pc.png");
  }
  .page-front .internship__image {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 390px;
    height: calc(100% - 48px);
    margin-top: 0;
  }
  .page-front .internship__image img {
    height: 100%;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-front .internship__textbody {
    padding: 26px 0;
  }
  .page-front .internship__textbody .text {
    margin-top: 16px;
  }
  .page-front .internship__arrow {
    width: 152px;
    height: 107px;
    background-image: url("./assets/img/front/internship_arrow_bg_pc.png");
  }
  .page-front .internship__arrow .c-arrow {
    right: 28px;
    bottom: 15px;
  }
  .page-career .content,
  .page-fresh .content {
    padding: 112px 0 120px;
  }
  .page-career .content .content__list,
  .page-fresh .content .content__list {
    gap: 40px;
  }
  .page-career .content .content__detail,
  .page-fresh .content .content__detail {
    grid-template-columns: 196px auto;
    gap: 0;
    padding: 0;
  }
  .page-career .content .content__detail:first-child,
  .page-fresh .content .content__detail:first-child {
    overflow: hidden;
    border-top: 1px solid #F1F4F3;
    border-radius: 28px 0 0;
  }
  .page-career .content .content__detail:last-child,
  .page-fresh .content .content__detail:last-child {
    overflow: hidden;
    border-bottom: none;
    border-radius: 0 0 0 28px;
  }
  .page-career .content .content__detail > dt,
  .page-fresh .content .content__detail > dt {
    padding: 24px 36px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
  }
  .page-career .content .content__detail > dd,
  .page-fresh .content .content__detail > dd {
    padding: 25px 0 25px 68px;
    font-size: 16px;
    border-bottom: 1px solid #F1F4F3;
  }
  .page-career .content .content__detail > dd .grid-cols-3,
  .page-fresh .content .content__detail > dd .grid-cols-3 {
    margin-top: 14px;
  }
  .page-career .content .content__detail > dd .grid-cols-3 .p-subline,
  .page-fresh .content .content__detail > dd .grid-cols-3 .p-subline {
    padding-left: 24px;
  }
  .page-career .content .content__detail > dd .grid-cols-3 .p-subline::before,
  .page-fresh .content .content__detail > dd .grid-cols-3 .p-subline::before {
    display: block;
  }
  .page-career .content .content__detail > dd .grid-cols-3 + .text-green,
  .page-fresh .content .content__detail > dd .grid-cols-3 + .text-green {
    padding-top: 23px;
    margin-top: 21px;
  }
  .page-career .content .content__detail > dd .detail__area,
  .page-fresh .content .content__detail > dd .detail__area {
    margin-top: 0;
  }
  .page-about .point {
    padding: 80px 0 132px;
  }
  .page-about .point-list__item {
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    padding: 64px 0;
  }
  .page-about .point-list__image img {
    border-radius: 40px;
  }
  .page-about .point-list__textbody .number .wrap::before {
    border-width: 0 0 34px 10px;
  }
  .page-about .point-list__textbody .number .wrap::after {
    border-width: 34px 10px 0 0;
  }
  .page-about .point-list__textbody .number .text {
    width: 104px;
    height: 34px;
    font-size: 32px;
  }
  .page-about .point-list__textbody .title {
    margin: 24px 0 32px;
    font-size: 32px;
  }
  .page-about .point-list__textbody .text {
    font-size: 16px;
  }
  .page-about .business {
    padding: 120px 0 180px;
  }
  .page-about .business__content {
    margin-top: 64px;
  }
  .page-about .business-block {
    padding: 64px 0;
  }
  .page-about .business-block__title {
    padding-left: 24px;
    font-size: 24px;
  }
  .page-about .business-block__lead {
    margin: 24px 0;
    font-size: 32px;
  }
  .page-about .business-block__text {
    font-size: 16px;
  }
  .page-about .business-block__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
  }
  .page-about .business-block__gallery > li {
    padding: 0;
  }
  .page-contact .new {
    grid-template-columns: auto 320px;
    gap: 16px;
    padding: 80px;
    margin-top: 112px;
    border-radius: 40px;
  }
  .page-contact .new .new__info .new__info__text {
    margin-top: 32px;
    font-size: 20px;
  }
  .page-contact .career {
    padding: 80px 80px 56px;
    margin-top: 58px;
    border-radius: 40px;
  }
  .page-contact .career .career__info {
    padding-bottom: 40px;
  }
  .page-contact .career .career__info .career__info__text {
    margin-top: 30px;
    font-size: 20px;
  }
  .page-contact-confirm .career {
    padding: 80px 120px 67px;
    margin-top: 112px;
  }
  .page-contact-confirm .career .career__info .career__info__text {
    margin-top: 45px;
  }
  .page-contact-confirm .p-form {
    padding: 12px 0;
    margin-top: 0;
  }
  .page-contact-confirm .p-form .p-form__group {
    padding: 31px 0;
  }
  .page-contact-confirm .p-form .p-form__row > dt {
    width: 37.2%;
    padding-right: 48px;
  }
  .page-contact-confirm .p-form .p-form__row > dd {
    width: 34%;
  }
  .page-contact-confirm .p-form .p-form__privacy {
    padding-top: 45px;
    margin-top: 18px;
  }
  .page-contact-complete .complete {
    padding: 120px 0;
  }
  .page-contact-complete .complete .complete__content {
    padding: 80px;
    border-radius: 40px;
  }
  .page-contact-complete .complete .complete__lead {
    font-size: 32px;
  }
  .page-contact-complete .complete .complete__text {
    margin-top: 32px;
    font-size: 16px;
    text-align: center;
  }
  .page-contact-complete .complete .complete__action {
    margin-top: 42px;
  }
  .page-internship .intern .intern__timeline .intern__timeline__voices {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .page-internship .intern .intern__timeline .intern-item {
    grid-template-columns: auto 40.434%;
    gap: 40px;
  }
  .archive-interview__content {
    padding: 120px 0;
    margin-top: 80px;
    border-radius: 40px;
  }
  .single-interview .mainview {
    margin-top: 120px;
  }
  .single-interview .mainview__image img {
    min-height: 480px;
    aspect-ratio: 1400/560;
    border-radius: 40px;
  }
  .single-interview .mainview__information {
    position: absolute;
    right: -1px;
    bottom: -1px;
  }
  .single-interview .mainview__information__wrapper {
    gap: 3px 13px;
    padding: 16px 40px 18px 38px;
    background: #F1F4F3;
    border-radius: 40px 0 0;
  }
  .single-interview .mainview__information__wrapper::before {
    position: absolute;
    right: 0;
    bottom: calc(100% - 1px);
    width: 40px;
    height: 40px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTMuODE0N2UtMDYgNDBMNDAgNDBMNDAgLTMuODE0N2UtMDZDNDAgMjIuMSAyMi4xIDQwIDMuODE0N2UtMDYgNDBaIiBmaWxsPSIjRjFGNEYzIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .single-interview .mainview__information__wrapper::after {
    position: absolute;
    right: calc(100% - 1px);
    bottom: 0;
    width: 40px;
    height: 40px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTMuODE0N2UtMDYgNDBMNDAgNDBMNDAgLTMuODE0N2UtMDZDNDAgMjIuMSAyMi4xIDQwIDMuODE0N2UtMDYgNDBaIiBmaWxsPSIjRjFGNEYzIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .single-interview .mainview__information .title {
    gap: 18px;
    font-size: 16px;
  }
  .single-interview .mainview__information .title > span {
    font-size: 22px;
  }
  .single-interview .main {
    margin: 64px 0 116px;
  }
  .single-interview .main__lead {
    font-size: 40px;
    line-height: 1.5;
  }
  .single-interview .main-interviewlist {
    margin-top: 64px;
  }
  .single-interview .main-interviewlist li {
    padding: 64px 0;
  }
  .single-interview .main-interviewlist__question {
    gap: 0 16px;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .single-interview .main__image {
    margin-top: 64px;
  }
  .single-interview .main__image img {
    border-radius: 40px;
  }
  .single-interview .main-schedule {
    margin-top: 64px;
  }
  .single-interview .main-schedule .main-schedule__list {
    margin-top: 40px;
  }
  .single-interview .main-schedule .main-schedule__list::before {
    left: 60px;
  }
  .single-interview .main-schedule .main-schedule__list .main-schedule__list__content {
    grid-template-columns: 120px auto;
    gap: 16px;
  }
  .single-interview .main-schedule .main-schedule__list .main-schedule__list__content > dt {
    padding: 20px 1em;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
  .single-interview .main-schedule .main-schedule__list .main-schedule__list__content > dd {
    padding: 22px 40px;
    font-size: 18px;
  }
  .single-interview .other {
    padding: 120px 0;
    border-radius: 40px;
  }
  .single-interview .other .other__list {
    margin-top: 56px;
  }
  .single-interview .other .other__action {
    margin-top: 56px;
  }
  .page-message .message {
    margin-top: 112px;
  }
  .page-message .message .message__bg {
    width: calc(100% - 2vw);
  }
  .page-message .message .message__bg .message__bg__figure--top {
    width: 36.1%;
    height: 230px;
    border-radius: 0 64px 0 0;
  }
  .page-message .message .message__bg .message__bg__figure--bottom {
    max-width: 1800px;
    height: calc(100% - 230px);
    border-radius: 0 64px 64px 0;
  }
  .page-message .message .p-container--lg {
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-message .message .message__content {
    display: grid;
    grid-template-columns: auto 40%;
    gap: 32px;
    padding-top: 0;
    padding-bottom: 76px;
  }
  .page-message .message .message__content .message__content__about {
    padding-top: 120px;
  }
  .page-message .message .message__content .message__content__about .message__content__about-headline {
    font-size: 40px;
    line-height: 180%;
  }
  .page-message .message .message__content .message__content__about .message__content__about-interest {
    display: inline-grid;
    gap: 14px;
    max-width: 680px;
    padding: 24px;
    margin-top: 43px;
  }
  .page-message .message .message__content .message__content__about .message__content__about-interest > dl {
    grid-template-columns: 88px auto;
    gap: 16px;
  }
  .page-message .message .message__content .message__content__about .message__content__about-interest > dl > dt {
    position: relative;
    min-width: 0;
    padding: 6px 0;
  }
  .page-message .message .message__content .message__content__about .message__content__about-interest > dl > dd {
    grid-template-columns: 160px auto;
    grid-row: auto;
    grid-column: auto;
    gap: 16px;
  }
  .page-message .message .message__content .message__content__about .message__content__about-interest > dl > dd .-item {
    grid-row: auto;
    grid-column: auto;
  }
  .page-message .message .message__content .message__content__about .message__content__about-interest > dl > dd .-item::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #D1E4DB;
  }
  .page-message .message .message__content .message__content__about .message__content__about-interest > dl > dd .-motto {
    grid-row: auto;
    grid-column: auto;
    font-size: 16px;
  }
  .page-message .message .message__content .message__content__figre {
    border-radius: 40px;
  }
  .page-message .message .message__about {
    padding: 80px 4vw 120px;
  }
  .page-message .message .message__about .message__about__text {
    gap: 36px;
    font-size: 18px;
  }
  .page-message .message .message__about .message__about__figre {
    margin-top: 66px;
    border-radius: 40px;
  }
  .page-message .message .message__about .message__about__figre.--mt {
    margin-top: 0;
  }
  .page-notfound .notfound {
    padding: 120px 0;
  }
  .page-notfound .notfound .notfound__content {
    padding: 80px;
    border-radius: 40px;
  }
  .page-notfound .notfound .notfound__lead {
    font-size: 32px;
  }
  .page-notfound .notfound .notfound__action {
    margin-top: 42px;
  }
  .page-numbers .profile {
    padding: 68px 0 120px;
  }
  .page-numbers .profile .profile__content {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 40px;
    margin-top: 41px;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item01 {
    grid-column: span 3/span 3;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item01 .profile__content__figure {
    width: 77.7%;
    margin-top: 20px;
    margin-left: 9%;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item02 {
    grid-column: span 3/span 3;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item02 .profile__content__figure {
    max-width: 69.1%;
    margin-top: 8px;
    margin-left: 10.9%;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item03 {
    grid-column: span 2/span 2;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item03 .profile__content__figure {
    max-width: 101.1%;
    margin-top: 44px;
    margin-left: 2.7%;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item04 {
    grid-column: span 2/span 2;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item04 .profile__content__figure {
    max-width: 100%;
    margin-top: 16px;
    margin-left: 0.4%;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item05 {
    grid-column: span 2/span 2;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item05 .profile__content__figure {
    max-width: 100%;
    margin-top: 22px;
    margin-left: 11.4%;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item06 {
    grid-column: span 3/span 3;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item06 .profile__content__figure {
    width: 88.4%;
    margin-top: 11px;
    margin-left: 4.5%;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item07 {
    grid-column: span 3/span 3;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item07 .profile__content__figure {
    width: 92.1%;
    margin-top: -8px;
    margin-left: 4.1%;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item08 {
    grid-column: span 2/span 2;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item08 .profile__content__figure {
    width: 98.7%;
    margin-top: 64px;
    margin-left: 0.8%;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item09 {
    grid-column: span 4/span 4;
  }
  .page-numbers .profile .profile__content .profile__content__item.--item09 .profile__content__figure {
    width: 88.7%;
    margin-top: 42px;
    margin-left: 0.9%;
  }
  .page-numbers .about {
    padding: 112px 0 126px;
  }
  .page-numbers .about .about__content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
  }
  .page-numbers .about .about__content .about__content__item.--item01 .about__content__figure {
    width: 78.1%;
    margin-top: 22px;
    margin-left: 10.4%;
  }
  .page-numbers .about .about__content .about__content__item.--item02 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .page-numbers .about .about__content .about__content__item.--item02 .about__content__figure .about__content__figure {
    width: 83.1%;
    margin-top: 22px;
    margin-left: 11%;
  }
  .page-numbers .about .about__content .about__content__item.--item03 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .page-numbers .about .about__content .about__content__item.--item03 .about__content__figure {
    width: 94%;
    margin-top: 22px;
    margin-left: 2.9%;
  }
  .page-numbers .about .about__content .about__content__item.--item04 {
    grid-row: span 2/span 2;
    grid-column: span 2/span 2;
  }
  .page-numbers .about .about__content .about__content__item.--item04 .about__content__figure {
    width: 86%;
    margin-top: 41px;
    margin-left: 7.5%;
  }
  .page-numbers .about .about__content .about__content__item.--item05 .about__content__figure {
    width: 94.2%;
    margin-top: 23px;
    margin-left: 3.4%;
  }
  .page-numbers .about .about__content .about__content__item.--item06 .about__content__figure {
    width: 100.4%;
    margin-top: 20px;
    margin-left: 0.8%;
  }
  .page-work .about {
    padding: 125px 0 120px;
    margin-top: 0;
  }
  .page-work .about::before {
    display: none;
  }
  .page-work .about .about__content .about__point {
    gap: 126px;
  }
  .page-work .about .about__content .about__point > li:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .page-work .about .about__content .about__point .about__point__headline {
    margin-top: 20px;
  }
  .page-work .about .about__content .about__point .js-scroll-hint {
    width: 100%;
    margin-top: 42px;
  }
  .page-work .about .about__content .about__point .about__point__table {
    min-width: 0;
    font-size: 18px;
  }
  .page-work .about .about__content .about__point .about__point__table th {
    padding: 25px;
  }
  .page-work .about .about__content .about__point .about__point__table th.text-green {
    font-size: 20px;
  }
  .page-work .about .about__content .about__point .about__point__table td {
    padding: 20px;
  }
  .page-work .about .about__content .about__point .about__point__subline {
    margin-top: 42px;
  }
  .page-work .about .about__content .about__point__career {
    grid-template-columns: auto 320px;
    gap: 56px;
    padding: 40px 64px 20px;
    margin-top: 24px;
    border-radius: 8px;
  }
  .page-work .about .about__content .about__point__career .about__point__career__year {
    gap: 24px;
  }
  .page-work .about .about__content .about__point__career .about__point__career__year > dl {
    grid-template-columns: 120px auto;
    gap: 24px;
    padding-bottom: 20px;
  }
  .page-work .about .about__content .about__point__career .about__point__career__year > dl > dt > span {
    display: block;
    padding: 8px;
    font-size: 16px;
  }
  .page-work .about .about__content .about__point__career .about__point__career__year > dl > dd {
    font-size: 16px;
  }
  .page-work .about .about__content .about__point__career .about__point__career__images {
    gap: 24px;
    width: 100%;
  }
  .page-work .flow {
    padding: 112px 0 120px;
    border-radius: 40px;
  }
  .page-work .flow .flow__content {
    margin-top: 64px;
  }
  .page-work .flow .flow__headline .flow__headline__innner {
    font-size: 20px;
  }
  .page-work .flow .flow__figure {
    aspect-ratio: 1560/603;
    margin-top: 48px;
  }
}

@media screen and (min-width: 992px) and (hover) {
  .l-footer__nav .list ul a:hover {
    color: #fff;
  }
  .c-button:hover .c-arrow img {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .c-border:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-recruitment__textbody .action a:hover span::before {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .page-front .who-list__card:hover .c-arrow img {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .page-front .internship__content:hover .c-arrow img {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .page-message .message .message__content .message__content__about .message__content__about-interest > dl > dd .-item::after {
    top: -4px;
    bottom: auto;
    width: 1px;
    height: calc(100% + 6px);
  }
}

@media screen and (min-width: 1200px) {
  .l-page {
    padding-top: 224px;
  }
  .l-header__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 80px;
    padding: 0 16px;
  }
  .l-header__logo a span {
    font-size: 13px;
  }
  .l-header__logo img {
    width: clamp(180px, 17.0625vw, 273px);
  }
  .l-header__nav {
    position: static;
    width: auto;
    height: auto;
    padding-bottom: 0;
    margin-left: auto;
    overflow-y: visible;
    visibility: visible;
    background: none;
    opacity: 1;
  }
  .l-header__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
  }
  .l-header__nav > ul .child {
    position: absolute;
    display: block;
    padding-top: 44px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .l-header__nav > ul .child.child01 {
    width: 290px;
  }
  .l-header__nav > ul .child.child02 {
    width: 130px;
  }
  .l-header__nav > ul .child > ul {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
  }
  .l-header__nav > ul .nav-item {
    padding: 0 8px;
  }
  .l-header__nav > ul .nav-item + .nav-item {
    border-top: 0;
  }
  .l-header__nav > ul .nav-item__large {
    display: inline;
    padding: 0;
    font-size: clamp(13px, 1vw, 16px);
  }
  .l-header__nav > ul .nav-item__large span {
    display: none;
  }
  .l-header__nav > ul p.nav-item__large::before {
    width: 12px;
  }
  .l-header__nav > ul p.nav-item__large::after {
    right: 5px;
    height: 12px;
  }
  .l-header__button {
    padding-top: 0;
    margin-left: 8px;
    border-top: none;
  }
  .l-header__button a {
    width: clamp(160px, 11.1111111111vw, 200px);
    margin: 0;
  }
  .l-footer__content {
    grid-template-columns: 403px 1fr;
  }
  .l-footer__nav .inner {
    max-width: 734px;
  }
  .c-menu-icon {
    display: none;
  }
  .u-hide-up-xl {
    display: none !important;
  }
  .u-show-up-xl {
    display: inline;
  }
  .page-front .message__wrap {
    padding-right: 42.5%;
  }
  .page-front .internship__content {
    padding: 24px 100px 24px 486px;
  }
  .page-front .internship__image {
    left: 40px;
  }
  .page-career .content .content__detail > dd .grid-cols-3,
  .page-fresh .content .content__detail > dd .grid-cols-3 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 60px;
  }
}

@media screen and (min-width: 1200px) and (hover) {
  .l-header__nav > ul .nav-item__large:hover {
    color: #01983E;
  }
  .l-header__button a:hover .c-arrow img {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

@media screen and (min-width: 1480px) {
  .l-header__inner {
    width: calc(100vw - 80px);
    padding: 0 24px;
  }
  .l-header__logo a span {
    font-size: clamp(13px, 1.125vw, 18px);
  }
  .l-header__nav > ul .nav-item {
    padding: 0 10px;
  }
  .l-header__nav > ul .nav-item__large span {
    display: inline;
  }
  .l-header__nav > ul p.nav-item__large {
    padding-right: 24px;
  }
  .l-header__nav > ul p.nav-item__large::before {
    width: 16px;
  }
  .l-header__nav > ul p.nav-item__large::after {
    right: 7px;
    height: 16px;
  }
  .l-header__button {
    margin-left: 12px;
  }
  .l-footer__nav .inner {
    gap: 0 96px;
  }
  .page-front .about__content {
    padding-right: calc(50% - 700px);
  }
  .page-front .about__textbody {
    padding: 0 0 170px 80px;
  }
  .page-front .interview__content {
    padding: 0 0 0 calc(50% - 700px);
  }
}

@media (hover) {
  .l-footer__button:hover .c-arrow img {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .l-footer__information .link a:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .page-internship .intern .intern__aside .intern__aside__link:hover .c-arrow img {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

@media (hover: hover) {
  .p-interview-list__card:hover .image > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-interview-list__card:hover .arrow img {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content a {
    /* リンクの場合 */
  }
  .page-internship .intern .intern__timeline .intern__recruit .intern__recruit__content a:hover {
    background-size: 0% 1px;
  }
}
