@charset "UTF-8";
/* ===================================================================
Theme Name: aoki-recruit_wp
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
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
/* Mixin
   ----------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html.is-open {
  overflow: hidden;
}

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: #2d292a;
  text-align: left;
  background: #f7f5f5;
}

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

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

::-moz-selection {
  color: #2d292a;
  text-shadow: none;
  background-color: #f1b3bf; /* Required when declaring ::selection */
}

::selection {
  color: #2d292a;
  text-shadow: none;
  background-color: #f1b3bf; /* 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-main {
  position: relative;
  z-index: 0;
}
.l-main::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-image: url("./assets/img/common/bg_repert.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: 180px 180px;
}
.l-main__section {
  position: relative;
  z-index: 2;
}

.l-page {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f7f5f5;
}
.l-page .l-page__container {
  padding-bottom: 32px;
  margin-top: 36px;
  background: #fff;
}
.l-page .l-page__breadcrumb {
  padding: 18px;
}
.l-page .l-page__title .en {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #d61238;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.l-page .l-page__title .ja {
  margin-top: 2px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header.is-scroll {
  -webkit-transform: translateY(calc(-100% - 40px));
          transform: translateY(calc(-100% - 40px));
}
.l-header.is-scroll.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open .l-header__nav {
  display: block;
  visibility: visible;
  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;
  height: 64px;
  padding: 0 4%;
  margin: 0 auto;
}
.l-header__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.l-header__logo {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.l-header__logo .logo {
  width: 144px;
  margin-right: 9px;
}
.l-header__logo span {
  display: block;
  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: 70px;
  height: 18px;
  margin-top: 6px;
  font-size: 10px;
  color: #fff;
  background-color: #d61238;
  border-radius: 4px;
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  visibility: hidden;
  background: #2d292a;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header__nav > ul {
  padding: 54px 8% 72px;
  margin-top: 88px;
}
.l-header__nav > ul .nav-item {
  padding: 16px 0;
  border-bottom: solid 1px #575757;
}
.l-header__nav > ul .nav-item > a, .l-header__nav > ul .nav-item > p {
  font-weight: bold;
  color: #fff;
}
.l-header__nav > ul .nav-item p {
  position: relative;
  cursor: pointer;
}
.l-header__nav > ul .nav-item p::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  content: "";
  background-color: #d61238;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav > ul .nav-item p::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 1px;
  height: 15px;
  content: "";
  background-color: #d61238;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav .child {
  display: none;
  padding: 16px 20px 0;
}
.l-header__nav .child li + li {
  margin-top: 16px;
}
.l-header__nav .child a {
  position: relative;
  color: #fff;
}
.l-header__nav .child a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #d61238;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav .js-haschild.is-active > p {
  color: #d61238;
}
.l-header__nav .js-haschild.is-active > p::after {
  opacity: 0;
}
.l-header__button {
  position: fixed;
  top: 88px;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: 0 0 16px;
}
.l-header__button.show-pc {
  display: none;
}
.l-header__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 328px;
  height: 54px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  background-color: #d61238;
  border: solid 1px #d61238;
  border-radius: 60px;
}

/* Base
   ----------------------------------------------------------------- */
/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  padding: 56px 0 32px;
  background-color: #2d292a;
}
.l-footer__logo .logo span {
  display: block;
  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: 88px;
  height: 22px;
  margin-top: 16px;
  font-size: 12px;
  color: #fff;
  background-color: #d61238;
  border-radius: 4px;
}
.l-footer__logo .information {
  margin-top: 24px;
  font-size: 14px;
  color: #fff;
}
.l-footer__nav {
  margin-top: 16px;
}
.l-footer__nav .nav-item__block {
  border-bottom: solid 1px #575757;
}
.l-footer__nav .nav-item__block + .nav-item__block {
  border-top: solid 1px #575757;
}
.l-footer__nav .nav-item__title p {
  position: relative;
  display: block;
  padding: 16px 0;
  font-weight: bold;
  color: #fff;
}
.l-footer__nav .nav-item__title p::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  content: "";
  background-color: #d61238;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__nav .nav-item__title p::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 1px;
  height: 15px;
  content: "";
  background-color: #d61238;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__nav .nav-item__list {
  display: none;
  padding: 0 20px 24px;
}
.l-footer__nav .nav-item__list li {
  position: relative;
}
.l-footer__nav .nav-item__list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #d61238;
  border-radius: 2px;
}
.l-footer__nav .nav-item__list li a {
  font-size: 14px;
  color: #fff;
}
.l-footer__nav .nav-item__list li + li {
  margin-top: 16px;
}
.l-footer__copyright {
  padding-top: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.l-pagetitle {
  position: relative;
  z-index: 2;
  padding: 0 0 56px;
  overflow: hidden;
}
.l-pagetitle__content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 642px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-pagetitle__content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-pagetitle__main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(24px, 8.5333333333vw, 32px);
  line-height: 1;
  text-align: center;
}
.l-pagetitle__main span {
  display: inline-block;
  padding: 6px 8px 12px;
  color: #fff;
  background-color: #2d292a;
  border-radius: 4px;
}
.l-pagetitle__breadcrumbs {
  padding: 0 6vw;
  margin-top: 24px;
}
.l-pagetitle__infinitytext {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(48px, 6.3541666667vw, 122px);
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  white-space: nowrap;
}
.l-pagetitle__infinitytext .scroll-text {
  display: inline-block;
}
.l-pagetitle__infinitytext .scroll-text.first {
  -webkit-animation: scrollText 320s linear infinite;
          animation: scrollText 320s linear infinite;
}
.l-pagetitle__infinitytext .scroll-text.second {
  -webkit-animation: scrollText-second 320s linear infinite;
          animation: scrollText-second 320s linear infinite;
}
.l-pagetitle__line {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 110%;
  width: 220vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-pagetitle__line svg {
  width: 100%;
}
.l-pagetitle__line.is-active #pagetitle_pass {
  -webkit-animation: js-pagetitle-anim 1.2s forwards cubic-bezier(0.37, 0, 0.63, 1);
          animation: js-pagetitle-anim 1.2s forwards cubic-bezier(0.37, 0, 0.63, 1);
}

@-webkit-keyframes js-pagetitle-anim {
  0% {
    stroke-dashoffset: 2216;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes js-pagetitle-anim {
  0% {
    stroke-dashoffset: 2216;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-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%);
  }
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Project
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.p-form {
  max-width: 840px;
  margin: 0 auto;
  border-top: 2px solid #e1e8ed;
  /**
  * error message
  */
}
.p-form .error {
  display: block;
  margin-top: 0.5em;
  font-size: 85%;
  color: #b70000;
}

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

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

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

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

.p-form-control {
  position: relative;
}
.p-form-control + .p-form-control {
  margin-top: 10px;
}
.p-form-control input[type=text],
.p-form-control input[type=number],
.p-form-control input[type=email],
.p-form-control input[type=tel] {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #f7f5f5;
  -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(116, 116, 116, 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(116, 116, 116, 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(116, 116, 116, 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(116, 116, 116, 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(116, 116, 116, 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: #d61238;
  outline: 0;
  -webkit-box-shadow: rgba(214, 18, 56, 0.5) 0 0 5px 2px;
          box-shadow: rgba(214, 18, 56, 0.5) 0 0 5px 2px;
}
.p-form-control textarea {
  width: 100%;
  padding: 12px;
  font-size: 12px;
  vertical-align: middle;
  background-color: #f7f5f5;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control textarea::-webkit-input-placeholder {
  color: #747474;
}
.p-form-control textarea::-moz-placeholder {
  color: #747474;
}
.p-form-control textarea:-ms-input-placeholder {
  color: #747474;
}
.p-form-control textarea::-ms-input-placeholder {
  color: #747474;
}
.p-form-control textarea::placeholder {
  color: #747474;
}
.p-form-control textarea:focus {
  border-color: #d61238;
  outline: 0;
  -webkit-box-shadow: rgba(214, 18, 56, 0.5) 0 0 5px 2px;
          box-shadow: rgba(214, 18, 56, 0.5) 0 0 5px 2px;
}
.p-form-control > p {
  margin-top: 4px;
  color: #747474;
}
.p-form-control--zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form-control--zip .c-input {
  position: relative;
  min-width: 120px;
}
.p-form-control--zip .c-input + .c-input {
  margin-left: 20px;
}
.p-form-control--zip .c-input + .c-input::before {
  position: absolute;
  top: calc(50% + 12px);
  left: -13px;
  line-height: 0;
  content: "-";
}

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

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

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

/* Base
   ----------------------------------------------------------------- */
.p-editor-content h1 {
  margin: 24px 0 15px;
  font-size: 22px;
}
.p-editor-content h2 {
  padding: 0 10px;
  margin: 24px 0 15px;
  font-size: 18px;
  line-height: 1.25;
  border-left: 4px solid #d61238;
}
.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: #d61238;
}
.p-editor-content h4 {
  position: relative;
  padding-bottom: 4px;
  margin: 24px 0 15px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 2px solid #d61238;
}
.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: #d61238;
}
.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: #d61238;
  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;
  color: #d61238;
  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: #747474;
  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: #d61238;
}
.p-pagination .p-pagination__item .page-numbers.current {
  background-color: #e1e8ed;
}
.p-pagination .p-pagination__item .page-numbers.current:hover {
  color: #fff;
  background-color: #d61238;
}
.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 #d61238;
  border-bottom: 2px solid #d61238;
  -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: #d61238;
}
.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-recruit {
  padding: 56px 0 80px;
  counter-reset: recruitnumber 0;
  background-image: url("./assets/img/common/recruit_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-recruit .p-container {
  position: relative;
  z-index: 2;
}
.p-recruit__copy {
  margin-top: 32px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.p-recruit__text {
  margin-top: 24px;
  color: #fff;
  text-align: center;
}
.p-recruit-linklist {
  margin-top: 40px;
}
.p-recruit-linklist__item {
  margin-top: 16px;
  counter-increment: recruitnumber 1;
}
.p-recruit-linklist__card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 12px 16px;
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 8px;
}
.p-recruit-linklist__card .thumbnail {
  overflow: hidden;
  border-radius: 8px;
}
.p-recruit-linklist__card .name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  font-size: 18px;
  font-weight: bold;
}
.p-recruit-linklist__card .name::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Nanum Myeongjo", serif;
  font-size: 14px;
  font-weight: normal;
  color: #d61238;
  content: "0" counter(recruitnumber) ".";
}
.p-recruit-linklist__card .head {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
}
.p-recruit-linklist__card .tag {
  margin-top: 16px;
}
.p-recruit-linklist__card svg {
  stroke: #d61238;
}
.p-recruit-newgraduate {
  margin-top: 40px;
}
.p-recruit-newgraduate__title {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.p-recruit-newgraduate__list {
  margin-top: 24px;
}
.p-recruit-newgraduate__list li {
  max-width: 380px;
  margin: 16px auto 0;
}
.p-recruit-newgraduate__list a {
  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;
  width: 100%;
  height: 56px;
  padding: 12px 24px;
  font-weight: bold;
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 8px;
}
.p-recruit-newgraduate__list a svg {
  stroke: #d61238;
}

.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: 6vw;
  padding-left: 6vw;
  margin: 0 auto;
}

.p-container--md {
  -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: 6vw;
  padding-left: 6vw;
  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: 880px;
  padding-right: 6vw;
  padding-left: 6vw;
  margin: 0 auto;
}

.p-section-title {
  text-align: center;
}
.p-section-title__en {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(40px, 5.5555555556vw, 80px);
  font-weight: normal;
  line-height: 1.2;
}
.p-section-title__ja {
  margin-top: 12px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: bold;
  color: #d61238;
}
.p-section-title.title--white .p-section-title__en,
.p-section-title.title--white .p-section-title__ja {
  color: #fff;
}

.p-section-title2__en {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  color: #d61238;
}
.p-section-title2__ja {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
}

.p-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 12px;
}
.p-tag li {
  font-size: 14px;
  color: #747474;
}
.p-tag li::before {
  content: "#";
}

.p-faq-list__item {
  border-bottom: solid 1px #b9b3b3;
}
.p-faq-list__item dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 40px 24px 0;
  cursor: pointer;
}
.p-faq-list__item dt .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 24px;
  line-height: 1;
  color: #d61238;
}
.p-faq-list__item dt p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 500;
}
.p-faq-list__item dt .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #d61238;
  border: solid 1px #d61238;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq-list__item dt .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 14px;
  height: 1px;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-faq-list__item dt .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-faq-list__item dt.is-show .icon {
  background-color: #fff;
}
.p-faq-list__item dt.is-show .icon::before {
  background-color: #d61238;
}
.p-faq-list__item dd {
  display: none;
  padding: 20px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 16px;
}

.p-anchorlink {
  display: grid;
}
.p-anchorlink a {
  position: relative;
  display: block;
  padding: 16px 24px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 8px;
}
.p-anchorlink a svg {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-breadcrumb {
  margin: 0 -18px;
  font-size: 12px;
  color: #747474;
}
.p-breadcrumb a {
  position: relative;
  margin: 0 18px;
  color: #747474;
}
.p-breadcrumb a::before {
  position: absolute;
  top: 50%;
  right: -24px;
  display: block;
  width: 7px;
  height: 11px;
  content: "";
  background-image: url("./assets/img/common/breadcrumbs_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-breadcrumb .breadcrumb_last {
  margin: 0 18px;
  color: #2d292a;
}

/* 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: 360px;
  height: 56px;
  padding: 0 22px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 8px;
}
.c-button svg {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  stroke: #d61238;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.c-textlink {
  position: relative;
  display: inline-block;
  padding: 10px 60px 10px 0;
  font-weight: bold;
}
.c-textlink .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  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: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-textlink .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #d61238;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-textlink svg {
  stroke: #fff;
}

.c-textlink-wrapper {
  text-align: center;
}

.c-menu-icon {
  position: relative;
  z-index: 300;
  display: block;
  cursor: pointer;
}
.c-menu-icon__wrap {
  position: relative;
  width: 32px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
}
.c-menu-icon__wrap > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2d292a;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-menu-icon__wrap > span:nth-child(1) {
  top: 0;
}
.c-menu-icon__wrap > span:nth-child(2) {
  top: 9px;
}
.c-menu-icon__wrap > span:nth-child(3) {
  top: 18px;
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-30deg);
          transform: translateY(9px) rotate(-30deg);
}
.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(-9px) rotate(30deg);
          transform: translateY(-9px) rotate(30deg);
}

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

.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 #d61238;
  border-right: solid 1px #d61238;
  -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: #f7f5f5;
  border-radius: 4px;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: 0;
  -webkit-box-shadow: rgba(214, 18, 56, 0.5) 0 0 5px 2px;
          box-shadow: rgba(214, 18, 56, 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: #f7f5f5;
  border: 1px solid #f7f5f5;
  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: #f7f5f5;
  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: #747474;
  border-color: #747474;
}
.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: #2d292a;
  border-radius: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

/* 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;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
.page-front {
  padding-top: calc(104px + 5.6vw);
  overflow: clip;
}
.page-front .front-section-title {
  position: relative;
}
.page-front .front-section-title::before {
  position: absolute;
  top: 48px;
  width: calc(50% - 632px);
  height: 1px;
  content: "";
  background-color: #b9b3b3;
}
.page-front .front-section-title__inner {
  line-height: 1.4;
}
.page-front .front-section-title__en {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(40px, 5.5555555556vw, 80px);
  line-height: 1.2;
}
.page-front .front-section-title__en span {
  position: relative;
  display: inline-block;
}
.page-front .front-section-title__en span::before {
  position: absolute;
  top: 50%;
  left: calc(6vw + 100%);
  display: block;
  width: calc(94vw - 100% - 24px);
  height: 1px;
  content: "";
  background-color: #b9b3b3;
}
.page-front .front-section-title__ja {
  margin-top: 12px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  color: #d61238;
}
.page-front .front-section-title.title--left {
  padding-left: calc(50% - 640px);
}
.page-front .front-section-title.title--left::before {
  left: 0;
}
.page-front .front-section-title.title--left .front-section-title__inner {
  padding-left: 6vw;
}
.page-front .front-block__title {
  font-size: 16px;
  font-weight: bold;
  color: #d61238;
}
.page-front .front-block__lead {
  margin: 32px 0;
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
}
.page-front .front-block__lead span {
  display: inline-block;
}
.page-front .front-block__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.page-front .front-block__copy span {
  display: block;
  padding: 10px 24px;
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: bold;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 8px;
}
.page-front .front-block__copy span:nth-child(n+2) {
  position: relative;
}
.page-front .front-block__copy span:nth-child(n+2)::before {
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  width: 23px;
  height: 23px;
  content: "";
  background-image: url("./assets/img/common/icon_times.svg");
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.page-front .front-block__link {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.page-front .front-block__link .link__button {
  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: 0 22px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 8px;
}
.page-front .front-block__link .link__button svg {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  stroke: #d61238;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-front .front-block__link.col1 {
  grid-template-columns: 1fr;
}
.page-front .front-block__link.col2 {
  grid-template-columns: 1fr;
}
.page-front .mainview {
  position: relative;
  z-index: 2;
  padding: 0 0 40px;
}
.page-front .mainview__image .mainimage {
  position: relative;
  width: 88vw;
  margin: 0 auto;
}
.page-front .mainview__image .mainimage img {
  width: 100%;
}
.page-front .mainview__image .mainimage::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./assets/img/front/mainview_mainimage_up.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-front .mainview__infinitytext {
  position: relative;
  z-index: 12;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(38px, 12.8vw, 68px);
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  white-space: nowrap;
}
.page-front .mainview__infinitytext .scroll-text {
  display: inline-block;
}
.page-front .mainview__infinitytext .scroll-text.first {
  -webkit-animation: scrollText 320s linear infinite;
          animation: scrollText 320s linear infinite;
}
.page-front .mainview__infinitytext .scroll-text.second {
  -webkit-animation: scrollText-second 320s linear infinite;
          animation: scrollText-second 320s linear infinite;
}
.page-front .mainview__copy {
  position: relative;
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.8vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 6vw;
  margin-top: 8px;
}
.page-front .mainview__copy p {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 8px 0 8px 8px;
  font-size: clamp(20px, 8vw, 40px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.page-front .mainview__copy p::before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: -1;
  display: block;
  width: 98%;
  height: 100%;
  content: "";
  background-color: #2d292a;
  border-radius: 4px;
}
.page-front .mainview__line {
  position: absolute;
  top: -5.9vw;
  left: -17.1vw;
  z-index: 1;
  width: 166.2vw;
  height: 84.7vw;
}
.page-front .mainview__line svg {
  width: 100%;
  height: 100%;
}
.page-front .mainview__line #front_pass, .page-front .mainview__line #front_pass2 {
  stroke-dasharray: 4400;
  stroke-dashoffset: 4400;
}
.page-front .mainview__line.is-active #front_pass {
  -webkit-animation: js-frontpass-anim 1.7s 1.3s forwards cubic-bezier(0.37, 0, 0.63, 1);
          animation: js-frontpass-anim 1.7s 1.3s forwards cubic-bezier(0.37, 0, 0.63, 1);
}
.page-front .mainview__line.is-active #front_pass2 {
  -webkit-animation: js-frontpass-anim 1.7s forwards cubic-bezier(0.37, 0, 0.63, 1);
          animation: js-frontpass-anim 1.7s forwards cubic-bezier(0.37, 0, 0.63, 1);
}
.page-front .mainview__dot1 {
  position: absolute;
  top: 19vw;
  left: 5.9vw;
  z-index: 1;
  display: none;
  width: 8.1vw;
}
.page-front .mainview__dot2 {
  position: absolute;
  top: -38px;
  right: 4.2vw;
  z-index: 1;
  width: 8.5vw;
}
.page-front .message {
  position: relative;
  z-index: 2;
  padding: 0 0 48px;
}
.page-front .message::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 64px);
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(247, 51, 74)), to(rgba(247, 51, 74, 0)));
  background: linear-gradient(0deg, rgb(247, 51, 74) 30%, rgba(247, 51, 74, 0) 100%);
  border-radius: 0 0 24px 24px;
}
.page-front .message-recruit__wrap {
  padding: 24px 16px 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(213, 19, 56)), to(rgb(255, 49, 87)));
  background: linear-gradient(0deg, rgb(213, 19, 56) 0%, rgb(255, 49, 87) 100%);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
.page-front .message-recruit__title {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.page-front .message-recruit__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 24px;
  counter-reset: messagenumber 0;
}
.page-front .message-recruit__list li {
  counter-increment: messagenumber 1;
}
.page-front .message-recruit__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
}
.page-front .message-recruit__card .thumbnail {
  width: 76px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 8px;
}
.page-front .message-recruit__card .title {
  position: relative;
  font-size: 14px;
}
.page-front .message-recruit__card .title::before {
  margin-right: 6px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 14px;
  color: #d61238;
  content: "0" counter(messagenumber) ".";
}
.page-front .message-recruit__card svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  stroke: #d61238;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-front .message__title {
  margin-top: 48px;
}
.page-front .message__title .front-section-title__inner {
  max-width: calc(740px + 6vw);
  padding-left: 6vw;
  margin-left: auto;
}
.page-front .message__title .front-section-title__en {
  color: #fff;
}
.page-front .message__title .front-section-title__en span::before {
  background-color: #fff;
}
.page-front .message__title.title--right {
  text-align: left;
}
.page-front .message__image {
  padding: 0 6vw;
  margin-top: 32px;
}
.page-front .message__copy {
  max-width: 1200px;
  padding: 0 6vw;
  margin: 48px auto 0;
  text-align: center;
}
.page-front .message__text {
  max-width: 700px;
  margin: 16px 0 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.6;
  color: #fff;
}
.page-front .about {
  position: relative;
  z-index: 2;
  padding: 40px 0 56px;
}
.page-front .about__image {
  padding: 0 0 0 6vw;
  margin-bottom: 56px;
}
.page-front .about__image img {
  width: 100%;
}
.page-front .about__image .image02 {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-left: 6vw;
}
.page-front .about__image .cls-1 {
  fill: none;
  stroke: url("#line_gradation02");
  stroke-width: 160px;
}
.page-front .about__image #about_line {
  -webkit-mask: url("#workstyle_mask");
          mask: url("#workstyle_mask");
}
.page-front .about__image #about_mask_pass {
  stroke-dasharray: 940px;
  stroke-dashoffset: 940px;
}
.page-front .about__image .line {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 79.2vw;
  height: 44.2vw;
  text-align: right;
}
.page-front .about__image .line svg {
  width: 100%;
  height: 100%;
}
.page-front .about__image .line.is-active #about_mask_pass {
  -webkit-animation: workstyle-line-anim 0.8s forwards cubic-bezier(0.37, 0, 0.63, 1);
          animation: workstyle-line-anim 0.8s forwards cubic-bezier(0.37, 0, 0.63, 1);
}
.page-front .about-features {
  padding-top: 16px;
  margin-top: 40px;
  border-top: solid 1px #b9b3b3;
}
.page-front .about-features__title .en, .page-front .about-area__title .en {
  font-family: "Nanum Myeongjo", serif;
  font-size: 16px;
  font-weight: bold;
  color: #d61238;
}
.page-front .about-features__title .ja, .page-front .about-area__title .ja {
  font-size: 24px;
  font-weight: 500;
}
.page-front .about-features__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.page-front .about-features__list li {
  padding: 30px 16px;
  background-color: #fff;
  border-radius: 16px;
}
.page-front .about-features__list .lead {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.page-front .about-features__list .image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin: 16px 0;
}
.page-front .about-features__list .image img {
  width: 100%;
}
.page-front .about-features__list .number {
  padding: 16px 16px 12px;
  margin-bottom: 16px;
  text-align: center;
  background-color: #EBE9E9;
  border-radius: 8px;
}
.page-front .about-features__list .number__title span {
  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: 140px;
  height: 28px;
  margin: 0 auto;
  font-weight: 500;
  color: #d61238;
  background-color: #fff;
  border-radius: 40px;
}
.page-front .about-features__list .number__text {
  margin-top: 12px;
  line-height: 1;
}
.page-front .about-features__list .number__text .large {
  font-family: "Nanum Myeongjo", serif;
  font-size: 46px;
  font-weight: bold;
}
.page-front .about-features__list .number__text .middle {
  font-size: 24px;
  font-weight: 500;
}
.page-front .about-features__list .number__text .small {
  font-size: 20px;
  font-weight: 500;
}
.page-front .about-features__list .number__text .note {
  margin-left: 8px;
  font-size: 12px;
}
.page-front .about-features__copy {
  margin-top: 24px;
  font-size: clamp(20px, 2.7777777778vw, 40px);
  font-weight: 500;
  text-align: center;
}
.page-front .about-features__copy span {
  color: #d61238;
}
.page-front .about-area {
  padding-top: 16px;
  margin-top: 40px;
  border-top: solid 1px #b9b3b3;
}
.page-front .about-area__image {
  margin-top: 24px;
  overflow: hidden;
  border-radius: 16px;
}
.page-front .about-area__image img {
  width: 100%;
}
.page-front .about-area__image.image--pc {
  display: none;
}
.page-front .about-area__note {
  margin-top: 16px;
  font-size: 12px;
}
.page-front .about-area__number {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.page-front .about-area__number .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  color: #d61238;
  background-color: #fff;
  border-radius: 8px;
}
.page-front .about-area__number .title__text1 {
  font-size: 12px;
}
.page-front .about-area__number .title__text2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.page-front .about-area__number .text {
  line-height: 1;
}
.page-front .about-area__number .text__number {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(60px, 21.0256410256vw, 82px);
  font-weight: bold;
}
.page-front .about-area__number .text__shop {
  font-size: clamp(20px, 6.1538461538vw, 24px);
  font-weight: bold;
}
.page-front .about-service {
  padding-top: 20px;
  margin-top: 40px;
  border-top: solid 1px #b9b3b3;
}
.page-front .about-service__title {
  font-size: 16px;
  color: #d61238;
}
.page-front .about-service__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}
.page-front .about-service__card {
  display: block;
  padding: 24px;
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 16px;
}
.page-front .about-service__card .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-front .about-service__card .title .title__icon {
  display: block;
  width: 72px;
  margin-right: 24px;
}
.page-front .about-service__card .title .title__text {
  font-size: 20px;
}
.page-front .about-service__card .title svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  stroke: #d61238;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-front .about-service__card .text {
  margin: 16px 0 24px;
}
.page-front .about-service__card .image {
  overflow: hidden;
  border-radius: 8px;
}
.page-front .about-service__card .image img {
  width: 100%;
}
.page-front .workstyle {
  position: relative;
  padding: 48px 0 56px;
  background-color: #e1dcdc;
  border-radius: 24px;
}
.page-front .workstyle__textbody {
  position: relative;
  z-index: 2;
  margin-top: 32px;
}
.page-front .workstyle__image {
  position: relative;
  z-index: 2;
  padding: 0 6vw 0 0;
  margin-bottom: 56px;
}
.page-front .workstyle__image img {
  width: 100%;
}
.page-front .workstyle__image .image02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-right: 6vw;
}
.page-front .workstyle__image .cls-1 {
  fill: none;
  stroke: url("#line_gradation01");
  stroke-width: 160px;
}
.page-front .workstyle__image #workstyle_line {
  -webkit-mask: url("#workstyle_mask");
          mask: url("#workstyle_mask");
}
.page-front .workstyle__image #workstyle_mask_pass {
  stroke-dasharray: 940px;
  stroke-dashoffset: 940px;
}
.page-front .workstyle__image .line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80.8vw;
  height: 40.8vw;
}
.page-front .workstyle__image .line svg {
  width: 100%;
  height: 100%;
}
.page-front .workstyle__image .line.is-active #workstyle_mask_pass {
  -webkit-animation: workstyle-line-anim 0.8s forwards cubic-bezier(0.37, 0, 0.63, 1);
          animation: workstyle-line-anim 0.8s forwards cubic-bezier(0.37, 0, 0.63, 1);
}
.page-front .interview {
  position: relative;
  z-index: 2;
  padding: 56px 0;
  overflow: hidden;
}
.page-front .interview__action {
  margin-top: 56px;
}
.page-front .interview-slider {
  margin-top: 56px;
  overflow: visible;
}
.page-front .interview .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-front .interview-slider__item {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-front .interview-slider__item .inner {
  position: relative;
  z-index: 0;
  display: block;
  padding: 24px;
}
.page-front .interview-slider__item .inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 16px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-front .interview-slider__item .thumbnail {
  position: relative;
  max-width: 180px;
  margin: 0 auto;
}
.page-front .interview-slider__item .thumbnail::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.page-front .interview-slider__item .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.page-front .interview-slider__item .information {
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.page-front .interview-slider__item .information span {
  display: inline-block;
  padding: 8px 24px;
  color: #fff;
  background-color: #d61238;
  border-radius: 40px;
}
.page-front .interview-slider__item .lead {
  margin: 16px 0;
  font-size: 18px;
  font-weight: 500;
}
.page-front .interview-slider__item .p-tag {
  margin: 16px 0;
}
.page-front .interview-slider__item.swiper-slide-active {
  opacity: 1;
}
.page-front .interview-slider__item.swiper-slide-active .inner::before {
  height: calc(100% + 32px);
}
.page-front .interview-slider__action {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-front .interview-slider__action svg {
  width: 100%;
}
.page-front .interview-slider__prev {
  position: absolute;
  top: 0;
  left: 7vw;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.page-front .interview-slider__next {
  position: absolute;
  top: 0;
  right: 7vw;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.page-front .faq {
  position: relative;
  z-index: 2;
  padding: 56px 0;
  background-color: #f7f5f5;
}
.page-front .faq::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #e1dcdc;
  border-radius: 24px 24px 0 0;
}
.page-front .faq::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-image: url("./assets/img/common/bg_repert.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: 180px 180px;
}
.page-front .faq .p-container--md {
  position: relative;
  z-index: 3;
}
.page-front .faq__list {
  margin-top: 32px;
}
.page-front .faq__action {
  margin-top: 32px;
}

@-webkit-keyframes js-frontpass-anim {
  0% {
    stroke-dashoffset: 4400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes js-frontpass-anim {
  0% {
    stroke-dashoffset: 4400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes workstyle-line-anim {
  0% {
    stroke-dashoffset: 940px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes workstyle-line-anim {
  0% {
    stroke-dashoffset: 940px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Base
   ----------------------------------------------------------------- */
.page-notfound {
  padding: 12px 0 80px;
}
.page-notfound .notfound__lead {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
  text-align: center;
}
.page-notfound .notfound__text {
  margin: 32px 0 40px;
}
.page-notfound .notfound__action {
  position: relative;
  z-index: 2;
}

/* Base
   ----------------------------------------------------------------- */
.page-store .l-pagetitle__content {
  background-image: url("./assets/img/store/store_pagetitle_bg_sp.jpg");
}
.page-store .l-pagetitle__content::before {
  content: none;
}
.page-store .l-pagetitle-2col {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.page-store .l-pagetitle-2col__item {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-store .l-pagetitle-2col.bg {
  z-index: -1;
}
.page-store .l-pagetitle-2col.bg .l-pagetitle-2col__item.item01 {
  background-image: url("./assets/img/store/store_pagetitle_bg_pc01.jpg");
}
.page-store .l-pagetitle-2col.bg .l-pagetitle-2col__item.item02 {
  background-image: url("./assets/img/store/store_pagetitle_bg_pc02.jpg");
}
.page-store .l-pagetitle-2col.person {
  z-index: 1;
}
.page-store .l-pagetitle-2col.person .l-pagetitle-2col__item.item01 {
  background-image: url("./assets/img/store/store_pagetitle_person_pc01.png");
}
.page-store .l-pagetitle-2col.person .l-pagetitle-2col__item.item02 {
  background-image: url("./assets/img/store/store_pagetitle_person_pc02.png");
}
.page-store .store__content {
  padding: 0 0 80px;
}
.page-store .lead {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  border-bottom: solid 1px #b9b3b3;
}
.page-store .lead__title {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
  text-align: center;
}
.page-store .lead-main {
  margin-top: 40px;
}
.page-store .lead-main__textbody .text1 {
  margin-top: 32px;
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
}
.page-store .lead-main__textbody .text2 {
  margin-top: 16px;
}
.page-store .lead-main__image {
  margin-top: 40px;
  text-align: center;
}
.page-store .lead-training {
  margin-top: 8px;
}
.page-store .lead-training__title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
}
.page-store .lead-training__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: 16px;
}
.page-store .lead-training__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 24px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
}
.page-store .lead-training__card .title {
  width: 100%;
  padding-bottom: 16px;
  font-size: clamp(18px, 5.3333333333vw, 24px);
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px #b9b3b3;
}
.page-store .lead-training__card .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 24px;
}
.page-store .lead-training__card .action {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.page-store .operations {
  margin-top: 40px;
}
.page-store .operations__container {
  padding-right: 0;
  padding-left: 0;
}
.page-store .operations-head__title .sub {
  font-family: "Nanum Myeongjo", serif;
  font-weight: bold;
  color: #d61238;
}
.page-store .operations-head__title .main {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
}
.page-store .operations-head__text {
  margin-top: 24px;
}
.page-store .operations-anchorlink {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin: 16px 0 40px;
}
.page-store .operations-block__inner {
  padding: 40px 6vw;
  background-color: #EDE8E8;
  border-radius: 32px;
}
.page-store .operations-block__line {
  position: relative;
  z-index: 2;
  padding: 40px 0 22px;
}
.page-store .operations-block__line::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d61238;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-store .operations-block__line span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88%;
  max-width: 327px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #d61238;
  border-radius: 50px;
}
.page-store .operations-block__line span::after {
  position: absolute;
  bottom: -23px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 23px solid #d61238;
  border-right: 13px solid transparent;
  border-bottom: 0;
  border-left: 13px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-store .operations-block__head {
  position: relative;
  z-index: 2;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
}
.page-store .operations-block__head .image {
  margin-top: 16px;
}
.page-store .operations-block__head .image img {
  width: 100%;
  border-radius: 8px;
}
.page-store .operations-block__head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.page-store .operations-block__head .title__main {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  font-weight: 500;
  color: #d61238;
}
.page-store .operations-block__head .title__sub {
  display: inline-block;
  padding: 8px 12px;
  font-weight: 500;
  background-color: #F0EEEE;
  border-radius: 8px;
}
.page-store .operations-block__flow {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}
.page-store .operations-block__flow .flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-store .operations-block__flow .flow-title__image {
  width: 78px;
}
.page-store .operations-block__flow .flow-title__text {
  max-width: calc(100% - 78px);
  font-size: clamp(16px, 5.3333333333vw, 20px);
  font-weight: 500;
}
.page-store .operations-block__flow .flow-title__text.inlineblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
}
.page-store .operations-block__flow .flow-title__text.inlineblock span {
  display: inline-block;
}
.page-store .operations-block__flow .flow-list li {
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 16px;
}
.page-store .operations-block__flow .flow-list li + li {
  position: relative;
  margin-top: 26px;
}
.page-store .operations-block__flow .flow-list li + li::before {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 26px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 0;
  border-left: 15px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-store .operations-block__flow .flow-list__time {
  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: 70px;
  height: 24px;
  padding-top: 2px;
  margin: 0 auto 4px;
  font-family: "Nanum Myeongjo", serif;
  background-color: #F0EEEE;
  border-radius: 40px;
}
.page-store .operations-block__flow .flow-list__textbody .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.page-store .operations-block__flow .flow-list__textbody .text {
  margin-top: 4px;
}
.page-store .modal {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 24px;
}
.page-store .modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.page-store .modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 92%;
  max-width: 1200px;
  max-height: calc(100% - 220px);
  background-color: #fff;
  border-radius: 16px;
}
.page-store .modal__inner {
  padding: 20px;
  overflow-y: auto;
}
.page-store .modal__title {
  padding-bottom: 20px;
  margin-bottom: 24px;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px #b9b3b3;
}
.page-store .modal__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.page-store .modal__list li {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background-color: #EBE9E9;
  border-radius: 8px;
}
.page-store .modal__list .icon {
  overflow: hidden;
  border-radius: 8px;
}
.page-store .modal__list .text {
  font-size: 16px;
  font-weight: 500;
}
.page-store .modal-close {
  position: absolute;
  top: -16px;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.page-store .modal-close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-store .modal-close span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-store .modal-close span::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* Base
   ----------------------------------------------------------------- */
.page-faq .faq__lead {
  margin-bottom: 32px;
  text-align: center;
}
.page-faq .faq__content {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

/* Base
   ----------------------------------------------------------------- */
.page-welfare .welfare-lead {
  position: relative;
  z-index: 2;
}
.page-welfare .welfare-lead__inner {
  padding-bottom: 40px;
  border-bottom: solid 1px #b9b3b3;
}
.page-welfare .welfare-lead__title {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  text-align: center;
}
.page-welfare .welfare-lead__text {
  margin: 40px 0 56px;
}
.page-welfare .welfare-lead__anchorlink {
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.page-welfare .welfare-section {
  position: relative;
  z-index: 2;
}
.page-welfare .welfare-section__inner {
  padding: 20px 0 40px;
}
.page-welfare .welfare-section__head .title__en {
  font-family: "Nanum Myeongjo", serif;
  font-size: 16px;
  font-weight: bold;
  color: #d61238;
}
.page-welfare .welfare-section__head .title__ja {
  margin-bottom: 24px;
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
}
.page-welfare .welfare-section__head .image {
  margin-top: 24px;
}
.page-welfare .welfare-section__head .image img {
  border-radius: 16px;
}
.page-welfare .welfare-section__head .list {
  padding: 20px;
  margin-top: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.page-welfare .welfare-section__head .list li {
  position: relative;
  padding-left: 16px;
}
.page-welfare .welfare-section__head .list li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #d61238;
  border-radius: 50%;
}
.page-welfare .welfare-section__head .list li span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}
.page-welfare .welfare-section__head .list li + li {
  margin-top: 8px;
}
.page-welfare .welfare-section__head + .welfare-section__block {
  margin-top: 40px;
}
.page-welfare .welfare-section__block + .welfare-section__block {
  margin-top: 40px;
}
.page-welfare .welfare-section__block .block__title {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
}
.page-welfare .welfare-section__block .block__title::before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  background: #D51338;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(213, 19, 56)), to(rgb(255, 49, 87)));
  background: linear-gradient(0deg, rgb(213, 19, 56) 0%, rgb(255, 49, 87) 100%);
  border-radius: 50%;
}
.page-welfare .welfare-section__block .block__text {
  margin-top: 16px;
}
.page-welfare .welfare-section__block .block-list {
  display: grid;
}
.page-welfare .welfare-section__block .block-list--col2 {
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.page-welfare .welfare-section__block .block-list--col2 li {
  gap: 24px;
}
.page-welfare .welfare-section__block .block-list--col3 {
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.page-welfare .welfare-section__block .block-list--col3 li {
  gap: 16px;
}
.page-welfare .welfare-section__block .block-list li {
  display: grid;
  grid-template-columns: 63px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
}
.page-welfare .welfare-section__block .block-list__icon {
  overflow: hidden;
  border-radius: 8px;
}
.page-welfare .welfare-section__block .block-list__textbody .title {
  font-size: 16px;
  font-weight: 500;
}
.page-welfare .welfare-section__block .block-list__textbody .title span {
  display: block;
  font-size: 14px;
}
.page-welfare .welfare-section__block .block-list__textbody .text {
  margin-top: 8px;
}
.page-welfare .welfare-section__block .block-table {
  width: 100%;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 8px;
}
.page-welfare .welfare-section__block .block-table th {
  padding: 20px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #d61238;
  text-align: center;
  background-color: #F5F1F1;
  border: solid 1px #EBE9E9;
}
.page-welfare .welfare-section__block .block-table td {
  width: 33.3333333333%;
  text-align: center;
  background-color: #fff;
  border: solid 1px #EBE9E9;
}
.page-welfare .welfare-section__block .block-table .number {
  font-family: "Nanum Myeongjo", serif;
  font-size: 40px;
  font-weight: bold;
}
.page-welfare .welfare-section__block .block-table .number span {
  font-size: 20px;
}
.page-welfare .welfare-section__block .block-table .bg--red {
  background-color: #FFCECE;
}
.page-welfare .welfare-section__block .block-table .text {
  padding: 20px 12px;
  font-size: 16px;
  font-weight: bold;
}
.page-welfare .welfare-section__block .block-table .text span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.page-welfare .welfare-section__block .block__image p {
  margin: 24px 0 12px;
}
.page-welfare .welfare-section__emblem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.page-welfare .welfare-section__emblem .mark {
  width: 274px;
}
.page-welfare .welfare-section__emblem .mark__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 38px;
  font-weight: bold;
  color: #d61238;
  background-color: #fff;
  border-radius: 40px;
}
.page-welfare .welfare-section__emblem .mark__inner {
  position: relative;
  margin-top: 16px;
  text-align: center;
}
.page-welfare .welfare-section__emblem .mark__inner::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 40px;
  height: 76px;
  content: "";
  background-image: url("./assets/img/welfare/emblem_relief.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-welfare .welfare-section__emblem .mark__inner::after {
  position: absolute;
  top: -4px;
  right: 0;
  display: block;
  width: 40px;
  height: 76px;
  content: "";
  background-image: url("./assets/img/welfare/emblem_relief.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-welfare .welfare-section__emblem .mark__text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.page-welfare .welfare-section__emblem .mark__text1 span {
  font-family: "Nanum Myeongjo", serif;
  font-size: 44px;
}
.page-welfare .welfare-section__emblem .mark__text2 {
  font-size: 13px;
  font-weight: 500;
}
.page-welfare .welfare-section__emblem .note {
  width: 274px;
  font-size: 12px;
}
.page-welfare .welfare-section .section01-list {
  margin-top: 24px;
}
.page-welfare .welfare-section .section01-list li {
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
}
.page-welfare .welfare-section .section01-list li + li {
  margin-top: 16px;
}
.page-welfare .welfare-section .section01-list__title .title {
  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: 112px;
  height: 32px;
  margin: 0 auto 8px;
  font-size: 16px;
  color: #fff;
  background-color: #d61238;
  border-radius: 50px;
}
.page-welfare .welfare-section .section01-list__title .text1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.page-welfare .welfare-section .section01-list__title .text2 {
  margin-top: 8px;
}
.page-welfare .welfare-section .section01-list__image {
  margin-top: 20px;
}
.page-welfare .welfare-section + .welfare-section .welfare-section__inner {
  border-top: solid 1px #b9b3b3;
}
.page-welfare .welfare-section--last {
  margin-bottom: 160px;
}
.page-welfare .welfare-section--last .welfare-section__inner {
  padding-bottom: 0;
}
.page-welfare .welfare-section#welfare-section01 .block-list {
  margin-top: 24px;
}
.page-welfare .welfare-section#welfare-section04 .block-list {
  margin-top: 16px;
}
.page-welfare .welfare-section#welfare-section05 .block-list {
  margin-top: 16px;
}
.page-welfare .welfare-section#welfare-section06 .block-list {
  margin-top: 24px;
}

/* Base
   ----------------------------------------------------------------- */
.archive-interview .interview__content {
  position: relative;
  z-index: 2;
  padding: 0 0 64px;
}
.archive-interview .interview__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  counter-reset: number 0;
}
.archive-interview .interview__list > li {
  position: relative;
  counter-increment: number 1;
}
.archive-interview .interview__list > li::before {
  position: absolute;
  top: 32px;
  right: 24px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #d61238;
  content: "0" counter(number);
}
.archive-interview .interview-card {
  display: block;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 16px;
}
.archive-interview .interview-card__information {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.archive-interview .interview-card__information span {
  display: inline-block;
  padding: 8px 24px;
  line-height: 1;
  color: #fff;
  background-color: #d61238;
  border-radius: 80px;
}
.archive-interview .interview-card__lead {
  margin: 16px 0;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: 500;
}
.archive-interview .interview-card .p-tag {
  margin: 16px 0;
}
.archive-interview .interview-card__thumbnail {
  width: 27.5%;
  margin: 0 auto 20px;
}
.archive-interview .interview-about {
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
}
.archive-interview .interview-about__lead {
  padding: 40px 0;
  border-top: solid 1px #b9b3b3;
  border-bottom: solid 1px #b9b3b3;
}
.archive-interview .interview-about__lead .title {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
  text-align: center;
}
.archive-interview .interview-about__lead .text {
  margin-top: 40px;
}
.archive-interview .interview-about__style {
  margin-top: 16px;
}
.archive-interview .interview-about__style .title__en {
  font-family: "Nanum Myeongjo", serif;
  font-size: 20px;
  font-weight: bold;
  color: #d61238;
}
.archive-interview .interview-about__style .title__ja {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
}
.archive-interview .interview-about__style .text {
  margin-top: 24px;
}
.archive-interview .interview-about__style .image {
  margin-top: 24px;
  text-align: center;
}
.archive-interview .interview-about__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.archive-interview .interview-about__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
}
.archive-interview .interview-about__list .title {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px #b9b3b3;
}
.archive-interview .interview-about__list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 24px 0;
}
.archive-interview .interview-about__list .image {
  text-align: center;
}

.single-interview .interview-content {
  position: relative;
  z-index: 2;
  padding: 0 0 80px;
}
.single-interview .interview-content__wrap {
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 16px;
}
.single-interview .interview-head__information {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.single-interview .interview-head__information span {
  display: inline-block;
  padding: 8px 24px;
  line-height: 1;
  color: #fff;
  background-color: #d61238;
  border-radius: 80px;
}
.single-interview .interview-head__thumbnail {
  width: 27.5%;
  margin: 0 auto 20px;
}
.single-interview .interview-head__lead {
  margin: 16px 0;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  font-weight: 500;
}
.single-interview .interview-list {
  margin-top: 24px;
  border-top: solid 1px #b9b3b3;
}
.single-interview .interview-list li {
  padding: 24px 0;
  border-bottom: solid 1px #b9b3b3;
}
.single-interview .interview-list__title {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
}
.single-interview .interview-list__title::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  background-color: #d61238;
  border-radius: 50%;
}
.single-interview .interview-list__text {
  margin-top: 16px;
}
.single-interview .interview-list__text p + p {
  margin-top: 12px;
}
.single-interview .interview__action {
  margin-top: 24px;
}

/* Base
   ----------------------------------------------------------------- */
.page-careerup .l-pagetitle__content {
  background-image: url("./assets/img/careerup/careerup_pagetitle_bg_sp.jpg");
}
.page-careerup .lead {
  position: relative;
  z-index: 2;
  padding: 0 0 40px;
}
.page-careerup .lead__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-careerup .lead__copy p {
  padding: 8px 16px;
  font-size: clamp(18px, 6.4vw, 24px);
  font-weight: bold;
  background-color: #fff;
  border-radius: 8px;
}
.page-careerup .lead__copy p:nth-child(n+1) {
  position: relative;
}
.page-careerup .lead__copy p:nth-child(n+1) span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 64px;
  height: 64px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
          transform: translate(-100%, -50%) rotate(45deg);
}
.page-careerup .lead__copy p:nth-child(n+1) span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d61238;
}
.page-careerup .lead__copy p:nth-child(n+1) span::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #d61238;
}
.page-careerup .lead__text1 {
  margin: 32px 0 56px;
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
  text-align: center;
}
.page-careerup .section {
  counter-reset: blocknumber 0;
}
.page-careerup .section__wrap {
  padding: 16px 0 40px;
  border-top: solid 1px #b9b3b3;
}
.page-careerup .section-head__en {
  font-family: "Nanum Myeongjo", serif;
  font-size: 16px;
  font-weight: bold;
  color: #d61238;
}
.page-careerup .section__col2 {
  position: relative;
  z-index: 2;
}
.page-careerup .section__col2 .section__image {
  margin-top: 24px;
}
.page-careerup .section__image {
  text-align: center;
}
.page-careerup .section-head__title {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
}
.page-careerup .section-head__text {
  margin-top: 24px;
}
.page-careerup .section__gallery {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin: 0 auto;
}
.page-careerup .section__gallery li {
  margin-top: 24px;
}
.page-careerup .section__anchorlink {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin: 16px 0 40px;
}
.page-careerup .section-block {
  padding: 40px 6vw 16px;
  counter-increment: blocknumber 1;
  background-color: #EDE8E8;
  border-radius: 16px;
}
.page-careerup .section-block + .section-block {
  margin-top: 24px;
}
.page-careerup .section-block__head {
  position: relative;
  z-index: 2;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
}
.page-careerup .section-block__head .image {
  text-align: center;
}
.page-careerup .section-block__head .title {
  margin-bottom: 16px;
  text-align: center;
}
.page-careerup .section-block__head .title__number {
  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: 52px;
  height: 32px;
  padding-top: 3px;
  margin: 0 auto;
  font-weight: bold;
  background-color: #d61238;
  border-radius: 50px;
}
.page-careerup .section-block__head .title__number::before {
  font-family: "Nanum Myeongjo", serif;
  color: #fff;
  content: "0" counter(blocknumber);
}
.page-careerup .section-block__head .title__text {
  font-size: clamp(24px, 2.2222222222vw, 32px);
  font-weight: 500;
  color: #d61238;
}
.page-careerup .section-block__head .image {
  margin-top: 16px;
  overflow: hidden;
  border-radius: 8px;
}
.page-careerup .section-block__head .image img {
  width: 100%;
}
.page-careerup .section-block__list li {
  position: relative;
  padding: 24px 0;
}
.page-careerup .section-block__list li:nth-child(n+1) {
  border-top: solid 1px #fff;
}
.page-careerup .section-block__list .title {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}
.page-careerup .section-block__list .title::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 11px;
  height: 11px;
  content: "";
  background-color: #d61238;
  border-radius: 50%;
}
.page-careerup .section--last .section__wrap {
  padding-bottom: 80px;
}
.page-careerup .section02__container {
  padding-right: 0;
  padding-left: 0;
}

/* Base
   ----------------------------------------------------------------- */
.page-medical .l-pagetitle__content {
  background-image: url("./assets/img/medical/medical_pagetitle_bg_sp.jpg");
}
.page-medical .l-pagetitle__content::before {
  background-image: url("./assets/img/medical/medical_pagetitle_person_sp.png");
}
.page-medical .medical__content {
  padding: 0 0 80px;
}
.page-medical .lead {
  padding-bottom: 56px;
  border-bottom: solid 1px #b9b3b3;
}
.page-medical .lead__large {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
  text-align: center;
}
.page-medical .lead__text {
  margin-top: 40px;
}
.page-medical .jobdescription {
  position: relative;
  z-index: 2;
  padding: 16px 0 40px;
  border-bottom: solid 1px #b9b3b3;
}
.page-medical .jobdescription__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-top: 16px;
}
.page-medical .jobdescription__list li {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
}
.page-medical .jobdescription__list .icon {
  overflow: hidden;
  border-radius: 8px;
}
.page-medical .jobdescription__list .text {
  font-weight: 500;
}
.page-medical .operations {
  padding-top: 40px;
}
.page-medical .operations__container {
  padding-right: 0;
  padding-left: 0;
}
.page-medical .operations__content {
  padding: 40px 6vw;
  margin-top: 32px;
  background-color: #EDE8E8;
  border-radius: 32px;
}
.page-medical .operations__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.page-medical .operations__title span {
  display: block;
}
.page-medical .operations-list {
  position: relative;
  z-index: 2;
  margin-top: 16px;
}
.page-medical .operations-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
}
.page-medical .operations-list li + li {
  position: relative;
  margin-top: 26px;
}
.page-medical .operations-list li + li::before {
  position: absolute;
  top: -26px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 27px 15px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-medical .operations-list__time {
  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: 70px;
  height: 24px;
  font-family: "Nanum Myeongjo", serif;
  font-weight: bold;
  background-color: #F0EEEE;
  border-radius: 40px;
}
.page-medical .operations-list__textbody {
  width: calc(100% - 70px);
  padding-left: 24px;
}
.page-medical .operations-list__text1 {
  font-size: 20px;
  font-weight: 500;
}
.page-medical .operations-list__text2 {
  margin-top: 4px;
  line-height: 1.5;
}

/* Base
   ----------------------------------------------------------------- */
.page-fresh .l-pagetitle__content {
  background-image: url("./assets/img/fresh/fresh_pagetitle_bg_sp.jpg");
}
.page-fresh .l-pagetitle__content::before {
  background-image: url("./assets/img/fresh/fresh_pagetitle_person_sp.png");
}
.page-fresh .fresh__content {
  padding: 0 0 80px;
}
.page-fresh .lead {
  padding-bottom: 56px;
  border-bottom: solid 1px #b9b3b3;
}
.page-fresh .lead__large {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: 500;
  text-align: center;
}
.page-fresh .section {
  padding-top: 16px;
}
.page-fresh .section + .section {
  position: relative;
  margin-top: 56px;
}
.page-fresh .section + .section::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 88vw;
  max-width: 1200px;
  height: 0;
  content: "";
  border-top: solid 1px #b9b3b3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-fresh .section__container {
  padding-right: 0;
  padding-left: 0;
}
.page-fresh .section-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.page-fresh .section-head__textbody .text {
  margin-top: 16px;
}
.page-fresh .section-head__image img {
  width: 100%;
  border-radius: 16px;
}
.page-fresh .section-skill {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}
.page-fresh .section-skill__title {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
}
.page-fresh .section-skill__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  background: #FF3157;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 49, 87)), to(rgb(213, 19, 56)));
  background: linear-gradient(90deg, rgb(255, 49, 87) 0%, rgb(213, 19, 56) 100%);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-fresh .section-skill__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.page-fresh .section-skill__list > li {
  padding: 16px 20px 32px;
  background-color: #fff;
  border-radius: 16px;
}
.page-fresh .section-skill__list .title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px #b9b3b3;
}
.page-fresh .section-skill__list .tag {
  margin-top: 24px;
  line-height: 1.8;
  color: #747474;
}
.page-fresh .section-skill__list .tag span::before {
  margin-right: 4px;
  content: "#";
}
.page-fresh .section-skill__list .tag span + span {
  margin-left: 16px;
}
.page-fresh .section__text {
  margin-top: 16px;
}
.page-fresh .section__training {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
  margin-top: 16px;
  counter-reset: trainingnumber 0;
}
.page-fresh .section__training li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px 32px;
  text-align: center;
  counter-increment: trainingnumber 1;
  background-color: #fff;
  border-radius: 8px;
}
.page-fresh .section__training .number {
  width: 100%;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #d61238;
  border-bottom: solid 1px #b9b3b3;
}
.page-fresh .section__training .number::before {
  content: "0" counter(trainingnumber);
}
.page-fresh .section__training .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
}
.page-fresh .section-anchorlink {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px 20px;
  margin-top: 16px;
}
.page-fresh .section-flow {
  padding: 40px 6vw;
  margin-top: 40px;
  background-color: #EDE8E8;
  border-radius: 32px;
}
.page-fresh .section-flow__title {
  position: relative;
  z-index: 2;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  font-weight: 500;
  color: #d61238;
  text-align: center;
}
.page-fresh .section-flow__position {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  margin-top: 16px;
}
.page-fresh .section-flow__position::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d61238;
  opacity: 0.2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-fresh .section-flow__position li {
  padding: 0 8px;
  text-align: center;
}
.page-fresh .section-flow__position span {
  position: relative;
  display: block;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #d61238;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-fresh .section-flow__position span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d61238;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-fresh .section-flow__position li.is-active span {
  opacity: 1;
}
.page-fresh .section-flow__position li.is-active span::before {
  opacity: 1;
}
.page-fresh .section-flow__list {
  position: relative;
  z-index: 2;
  display: none;
  margin-top: 16px;
}
.page-fresh .section-flow__list > li {
  display: grid;
  grid-template-columns: 170px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0;
  background-color: #fff;
  border-radius: 16px;
}
.page-fresh .section-flow__list > li + li {
  position: relative;
  margin-top: 26px;
}
.page-fresh .section-flow__list > li + li::before {
  position: absolute;
  top: -26px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 27px 15px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-fresh .section-flow__list .time {
  padding-left: 32px;
}
.page-fresh .section-flow__list .time span {
  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: 117px;
  height: 40px;
  padding-top: 2px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 22px;
  font-weight: bold;
  background-color: #F0EEEE;
  border-radius: 40px;
}
.page-fresh .section-flow__list .work {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-fresh .section-flow__list .work li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 8px 24px;
}
.page-fresh .section-flow__list .work li + li {
  border-left: solid 1px #b9b3b3;
}
.page-fresh .section-flow__list .work .text1 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}
.page-fresh .section-tab__content {
  margin-top: 16px;
}
.page-fresh .section-tab__content .list {
  position: relative;
  z-index: 2;
  display: none;
}
.page-fresh .section-tab__content .list.is-show {
  display: block;
}
.page-fresh .section-tab__content .list > li {
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 16px;
}
.page-fresh .section-tab__content .list > li + li {
  position: relative;
  margin-top: 22px;
}
.page-fresh .section-tab__content .list > li + li::before {
  position: absolute;
  top: -23px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 23px 13px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-fresh .section-tab__content .list .time {
  text-align: center;
}
.page-fresh .section-tab__content .list .time span {
  display: inline-block;
  padding: 6px 14px 4px;
  font-family: "Nanum Myeongjo", serif;
  font-weight: bold;
  line-height: 1;
  background-color: #F0EEEE;
  border-radius: 40px;
}
.page-fresh .section-tab__content .list .text1 {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.page-fresh .section-tab__content .list .text2 {
  margin-top: 8px;
  text-align: center;
}

/* Base
   ----------------------------------------------------------------- */
.page-career .career__content {
  position: relative;
  z-index: 2;
  padding: 0 0 80px;
}
.page-career .career__action {
  padding-top: 40px;
  border-top: solid 1px #b9b3b3;
}
.page-career .career__action .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 600px;
  height: 60px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #d61238;
  border: solid 1px #d61238;
  border-radius: 8px;
}
.page-career .career__action .button svg {
  position: absolute;
  top: 50%;
  right: 24px;
  pointer-events: none;
  fill: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-career .career__action .text {
  margin-top: 24px;
}
.page-career .career-table {
  padding: 24px 0;
  border-top: solid 1px #b9b3b3;
}
.page-career .career-table__title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 20px;
}
.page-career .career-table__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  content: "";
  background-color: #d61238;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-career .career-table__block + .career-table__block {
  padding-top: 24px;
  margin-top: 24px;
  border-top: solid 1px #b9b3b3;
}
.page-career .career-table__block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #d61238;
}
.page-career .career-table__block .title + .list02 {
  margin-top: 16px;
}
.page-career .career-table__block .title span {
  display: inline-block;
  padding: 4px 16px;
  background-color: #fff;
  border-radius: 40px;
}
.page-career .career-table__block .text a {
  color: #d61238;
  text-decoration: underline;
}
.page-career .career-table__block .text + .text {
  margin-top: 16px;
}
.page-career .career-table__block .text + .title {
  margin-top: 24px;
}
.page-career .career-table__block .text + .list02 {
  margin-top: 16px;
}
.page-career .career-table__block .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.page-career .career-table__block .tag > li {
  padding: 8px 24px;
  line-height: 1.2;
  color: #fff;
  background-color: #d61238;
  border-radius: 50px;
}
.page-career .career-table__block .tag + .text {
  margin-top: 16px;
}
.page-career .career-table__block .area {
  margin-top: 16px;
}
.page-career .career-table__block .area-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.page-career .career-table__block .area-list__text1 {
  padding: 4px;
  font-size: 14px;
  line-height: 1.3;
  color: #d61238;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
}
.page-career .career-table__block .list01 {
  margin-top: 16px;
}
.page-career .career-table__block .list01 > li {
  position: relative;
  padding-left: 32px;
}
.page-career .career-table__block .list01 > li + li {
  margin-top: 16px;
}
.page-career .career-table__block .list01__number {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #d61238;
}
.page-career .career-table__block .list01__textbody .bold {
  margin-bottom: 4px;
  font-weight: 500;
}
.page-career .career-table__block .list02 li {
  position: relative;
  padding-left: 16px;
}
.page-career .career-table__block .list02 li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #d61238;
  border-radius: 50%;
}
.page-career .career-table__block .list02 li + li {
  margin-top: 4px;
}
.page-career .career-table__block .list02 + .text {
  margin-top: 16px;
}
.page-career .career-table__block .list03 li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  padding-left: 16px;
}
.page-career .career-table__block .list03 li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #d61238;
  border-radius: 50%;
}
.page-career .career-table__block .list03 li + li {
  margin-top: 4px;
}
.page-career .career-table__block .list03 .list03__text1 {
  display: block;
}
.page-career .career-table__block .list03 .list03__text2 {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-career .career-table__block .list03 + .text {
  margin-top: 8px;
}
.page-career .career-table__block .list04 .bold {
  margin-bottom: 4px;
  font-weight: 500;
}

.page-entry-seller .l-pagetitle__content {
  background-image: url("./assets/img/entry/entry-seller_pagetitle_bg_sp.jpg");
}
.page-entry-seller .l-pagetitle__content::before {
  background-image: url("./assets/img/entry/entry-seller_pagetitle_person_sp.png");
}

.page-entry-fresh .l-pagetitle__content {
  background-image: url("./assets/img/entry/entry-fresh_pagetitle_bg_sp.jpg");
}
.page-entry-fresh .l-pagetitle__content::before {
  background-image: url("./assets/img/entry/entry-fresh_pagetitle_person_sp.png");
}
.page-entry-fresh .l-pagetitle-3col {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.page-entry-fresh .l-pagetitle-3col__item {
  position: relative;
  display: block;
  width: 33.3333333333%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-entry-fresh .l-pagetitle-3col.bg {
  z-index: -1;
}
.page-entry-fresh .l-pagetitle-3col.bg .l-pagetitle-3col__item.item01 {
  background-image: url("./assets/img/entry/entry-fresh_pagetitle_bg_pc01.jpg");
}
.page-entry-fresh .l-pagetitle-3col.bg .l-pagetitle-3col__item.item02 {
  background-image: url("./assets/img/entry/entry-fresh_pagetitle_bg_pc02.jpg");
}
.page-entry-fresh .l-pagetitle-3col.bg .l-pagetitle-3col__item.item03 {
  background-image: url("./assets/img/entry/entry-fresh_pagetitle_bg_pc03.jpg");
}
.page-entry-fresh .l-pagetitle-3col.person {
  z-index: 1;
}
.page-entry-fresh .l-pagetitle-3col.person .l-pagetitle-3col__item.item01 {
  background-image: url("./assets/img/entry/entry-fresh_pagetitle_person_pc01.png");
}
.page-entry-fresh .l-pagetitle-3col.person .l-pagetitle-3col__item.item02 {
  background-image: url("./assets/img/entry/entry-fresh_pagetitle_person_pc02.png");
}
.page-entry-fresh .l-pagetitle-3col.person .l-pagetitle-3col__item.item03 {
  background-image: url("./assets/img/entry/entry-fresh_pagetitle_person_pc03.png");
}

.page-entry-medical .l-pagetitle__content {
  background-image: url("./assets/img/medical/medical_pagetitle_bg_sp.jpg");
}
.page-entry-medical .l-pagetitle__content::before {
  background-image: url("./assets/img/medical/medical_pagetitle_person_sp.png");
}

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

@media screen and (min-width: 375px) {
  .l-pagetitle__main {
    font-size: clamp(32px, 4.4444444444vw, 64px);
  }
  .u-hide-up-xs {
    display: none !important;
  }
  .u-show-up-xs {
    display: inline;
  }
  .page-front .message-recruit__card .thumbnail {
    width: 96px;
    margin-right: 16px;
  }
  .page-front .message-recruit__card .title {
    font-size: 16px;
  }
  .page-front .message-recruit__card svg {
    right: 16px;
  }
  .page-front .about-features__list .number__text .large {
    font-size: 54px;
  }
  .page-front .about-features__list .number__text .middle {
    font-size: 32px;
  }
  .page-front .about-features__list .number__text .small {
    font-size: 24px;
  }
  .page-store .operations-block__flow .flow-title__text {
    font-size: clamp(20px, 1.6666666667vw, 24px);
  }
  .page-careerup .lead__copy {
    gap: 84px;
  }
  .page-careerup .lead__copy p {
    font-size: clamp(24px, 2.7777777778vw, 40px);
  }
  .page-careerup .lead__copy p:nth-child(n+1) span {
    left: -6px;
    width: 72px;
    height: 72px;
  }
}

@media screen and (min-width: 554px) {
  .l-header__inner {
    padding: 0 30px;
  }
  .l-pagetitle__content {
    height: 860px;
  }
  .l-pagetitle__line {
    width: 180vw;
  }
  .p-recruit {
    background-image: url("./assets/img/common/recruit_bg_pc.jpg");
  }
  .u-hide-up-sm {
    display: none !important;
  }
  .u-show-up-sm {
    display: inline;
  }
  .page-front .front-block__copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 0 100px;
  }
  .page-front .front-block__copy span:nth-child(n+2)::before {
    top: 50%;
    left: -29px;
    width: 42px;
    height: 42px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .page-front .mainview__copy p {
    font-size: clamp(40px, 3.3333333333vw, 64px);
  }
  .page-front .mainview__line {
    left: -16.5vw;
  }
  .page-front .message-recruit__wrap {
    padding: 24px 24px 32px;
  }
  .page-front .message-recruit__card {
    padding: 12px;
  }
  .page-front .message-recruit__card svg {
    right: 24px;
  }
  .page-front .about-features__list li {
    padding: 30px 24px;
  }
  .page-notfound .notfound__text {
    text-align: center;
  }
  .page-store .operations-block__head .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .page-store .operations-block__head .title__main {
    margin: 0 20px 0 0;
  }
  .page-store .operations-block__flow .flow-title__image {
    width: 110px;
  }
  .page-store .operations-block__flow .flow-title__text {
    max-width: calc(100% - 118px);
  }
  .page-store .operations-block__flow .flow-title__text.inlineblock {
    text-align: left;
  }
  .page-store .operations-block__flow .flow-list li {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-store .operations-block__flow .flow-list__time {
    margin: 0;
  }
  .page-store .operations-block__flow .flow-list__textbody .title {
    text-align: left;
  }
  .page-store .modal__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .page-welfare .welfare-lead__anchorlink {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-welfare .welfare-section__emblem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-welfare .welfare-section__emblem .note {
    width: auto;
  }
  .page-careerup .section__anchorlink {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-medical .operations__title span {
    display: inline-block;
  }
  .page-fresh .section__training {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-career .career__action .text {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .l-page .l-page__title .en {
    font-size: 16px;
  }
  .l-page .l-page__title .ja {
    margin-top: 4px;
    font-size: 26px;
  }
  .l-pagetitle__content {
    height: 560px;
  }
  .l-pagetitle__main span {
    padding: 6px 20px 12px;
  }
  .l-pagetitle__breadcrumbs {
    padding: 0 40px;
  }
  .l-pagetitle__line {
    width: 130vw;
  }
  .p-form__group {
    padding: 20px 0;
  }
  .p-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-form__row--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row--top > dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 17px;
  }
  .p-form__row--labeled {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row--labeled > dt {
    padding-top: 42px;
  }
  .p-form__row > dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 27%;
    padding-right: 20px;
  }
  .p-form__row > dt > .tag {
    height: 22px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .p-form__row > dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
  .p-form-controls {
    margin: 0 -12px;
  }
  .p-form-controls .p-form-control {
    padding: 0 12px;
  }
  .p-form-control + .p-form-control {
    margin-top: 16px;
  }
  .p-form-control input[type=text],
  .p-form-control input[type=number],
  .p-form-control input[type=email],
  .p-form-control input[type=tel] {
    padding: 16px;
  }
  .p-form-control textarea {
    padding: 18px 16px;
    font-size: 14px;
  }
  .p-form-control--zip .c-input {
    min-width: 140px;
  }
  .p-form-control--zip .c-input + .c-input {
    margin-left: 22px;
  }
  .p-form-radios--horizontal,
  .mwform-radio-field--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
  .p-form__actions {
    margin-top: 48px;
  }
  .p-form__actions .back-btn {
    margin: 40px auto;
  }
  .p-editor-content h1 {
    margin: 48px 0 25px;
    font-size: 28px;
  }
  .p-editor-content h2 {
    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-recruit-linklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .p-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--md {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--sm {
    padding-right: 40px;
    padding-left: 40px;
  }
  .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;
  }
  .u-hide-up-md {
    display: none !important;
  }
  .u-show-up-md {
    display: inline;
  }
  .page-front .front-section-title.title--left .front-section-title__inner {
    padding-left: 40px;
  }
  .page-front .front-block__link.col2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-front .message-recruit__list {
    grid-template-columns: 1fr 1fr;
  }
  .page-front .message__image {
    padding: 0 40px;
  }
  .page-front .message__copy {
    padding: 0 40px;
  }
  .page-front .about__image {
    padding: 0 0 0 40px;
  }
  .page-front .about__image .image02 {
    padding-left: 40px;
  }
  .page-front .about-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .page-front .about-area__image.image--sp {
    display: none;
  }
  .page-front .about-area__image.image--pc {
    display: block;
  }
  .page-front .about-service__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-front .about-service__card .title .title__icon {
    width: 58px;
    margin-right: 16px;
  }
  .page-front .about-service__card .title .title__text {
    font-size: 18px;
  }
  .page-front .workstyle__image {
    padding: 0 40px 0 0;
  }
  .page-front .workstyle__image .image02 {
    padding-right: 40px;
  }
  .page-store .l-pagetitle__content {
    background-image: none;
  }
  .page-store .l-pagetitle-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-store .operations-anchorlink {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .page-store .operations-block__inner {
    padding: 40px;
  }
  .page-store .operations-block__flow .flow-title {
    gap: 8px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .page-store .operations-block__flow .flow-title__text {
    max-width: none;
  }
  .page-store .operations-block__flow .flow-title__text.inlineblock {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-welfare .welfare-section__block .block-list--col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .page-welfare .welfare-section__block .block-list--col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .archive-interview .interview-card {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 16px;
  }
  .archive-interview .interview-card__information {
    text-align: left;
  }
  .archive-interview .interview-card__lead {
    margin: 24px 0 32px;
  }
  .archive-interview .interview-card__thumbnail {
    width: auto;
    margin: 0;
  }
  .single-interview .interview-head {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 32px;
  }
  .single-interview .interview-head__information {
    text-align: left;
  }
  .single-interview .interview-head__thumbnail {
    width: auto;
    margin: 0;
  }
  .single-interview .interview-head__lead {
    margin: 24px 0;
  }
  .single-interview .interview-list {
    margin-top: 56px;
  }
  .single-interview .interview-list li {
    padding: 40px 0;
  }
  .page-careerup .l-pagetitle__content {
    background-image: url("./assets/img/careerup/careerup_pagetitle_bg_pc.jpg");
  }
  .page-careerup .l-pagetitle__content::before {
    background-image: url("./assets/img/careerup/careerup_pagetitle_person_pc.png");
  }
  .page-careerup .lead__copy p {
    padding: 8px 36px;
  }
  .page-careerup .section-block {
    padding: 40px 40px 16px;
  }
  .page-careerup .section-block__head .title {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .page-careerup .section-block__head .title__number {
    margin: 0;
  }
  .page-medical .l-pagetitle__content {
    background-image: url("./assets/img/medical/medical_pagetitle_bg_pc.jpg");
  }
  .page-medical .l-pagetitle__content::before {
    background-image: url("./assets/img/medical/medical_pagetitle_person_pc.png");
  }
  .page-medical .jobdescription__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
  }
  .page-medical .operations__content {
    padding: 40px;
  }
  .page-fresh .l-pagetitle__content {
    background-image: url("./assets/img/fresh/fresh_pagetitle_bg_pc.jpg");
  }
  .page-fresh .l-pagetitle__content::before {
    background-image: url("./assets/img/fresh/fresh_pagetitle_person_pc.png");
  }
  .page-fresh .section + .section::before {
    width: calc(100% - 80px);
  }
  .page-fresh .section-anchorlink {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-fresh .section-flow {
    padding: 40px;
  }
  .page-fresh .section-flow__title br {
    display: none;
  }
  .page-career .career-table {
    display: grid;
    grid-template-columns: 280px 1fr;
  }
  .page-entry-seller .l-pagetitle__content {
    background-image: url("./assets/img/entry/entry-seller_pagetitle_bg_pc.jpg");
  }
  .page-entry-seller .l-pagetitle__content::before {
    background-image: url("./assets/img/entry/entry-seller_pagetitle_person_pc.png");
  }
  .page-entry-fresh .l-pagetitle__content {
    background-image: none;
  }
  .page-entry-fresh .l-pagetitle__content::before {
    content: none;
  }
  .page-entry-fresh .l-pagetitle-3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-entry-medical .l-pagetitle__content {
    background-image: url("./assets/img/medical/medical_pagetitle_bg_pc.jpg");
  }
  .page-entry-medical .l-pagetitle__content::before {
    background-image: url("./assets/img/medical/medical_pagetitle_person_pc.png");
  }
}

@media screen and (min-width: 992px) {
  .l-page {
    padding-top: 80px;
    padding-bottom: 136px;
  }
  .l-page .l-page__container {
    padding-bottom: 128px;
    margin-top: 72px;
  }
  .l-page .l-page__breadcrumb {
    padding: 36px;
  }
  .l-header {
    top: 40px;
    padding: 0 40px;
  }
  .l-header__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 88px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
  }
  .l-header__inner::before {
    content: none;
  }
  .l-header__logo .logo {
    width: 160px;
    margin-right: 12px;
  }
  .l-header__nav {
    position: static;
    width: auto;
    height: auto;
    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;
    padding: 0;
    margin: 0;
  }
  .l-header__nav > ul .nav-item {
    position: relative;
    padding: 0 12px;
    letter-spacing: inherit;
    border-bottom: none;
  }
  .l-header__nav > ul .nav-item > a, .l-header__nav > ul .nav-item > p {
    padding: 12px 0;
    color: #2d292a;
  }
  .l-header__nav > ul .nav-item p::before {
    content: none;
  }
  .l-header__nav > ul .nav-item p::after {
    content: none;
  }
  .l-header__nav .child {
    position: absolute;
    bottom: 2px;
    left: 50%;
    display: block;
    width: 274px;
    padding: 32px;
    pointer-events: none;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
            box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .l-header__nav .child a {
    padding-left: 18px;
    color: #2d292a;
  }
  .l-header__nav .child a::before {
    content: "";
  }
  .l-header__nav .child.is-active {
    pointer-events: all;
    opacity: 1;
  }
  .l-header__button {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 0 0 8px;
  }
  .l-header__button.show-pc {
    display: block;
  }
  .l-header__button.show-sp {
    display: none;
  }
  .l-header__button a {
    width: 190px;
    margin: 0;
  }
  .l-footer {
    padding: 80px 0 32px;
  }
  .l-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__logo {
    width: 350px;
  }
  .l-footer__logo .information {
    margin-top: 56px;
  }
  .l-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
    width: calc(100% - 350px);
    margin-top: 0;
  }
  .l-footer__nav .nav-item__block {
    border-bottom: none;
  }
  .l-footer__nav .nav-item__block + .nav-item__block {
    margin-top: 24px;
    border-top: none;
  }
  .l-footer__nav .nav-item__title {
    pointer-events: none;
  }
  .l-footer__nav .nav-item__title p {
    display: inline-block;
    padding: 0;
  }
  .l-footer__nav .nav-item__title p::before {
    content: none;
  }
  .l-footer__nav .nav-item__title p::after {
    content: none;
  }
  .l-footer__nav .nav-item__title + .nav-item__title {
    margin-top: 24px;
  }
  .l-footer__nav .nav-item__list {
    display: block !important;
    padding: 0;
  }
  .l-footer__nav .nav-item__list li {
    padding-left: 18px;
    margin-top: 16px;
  }
  .l-footer__nav .nav-item__list li::before {
    content: "";
  }
  .l-footer__nav .nav-item__list + .nav-item__title {
    margin-top: 24px;
  }
  .l-footer__copyright {
    padding-top: 0;
    margin-top: 56px;
  }
  .l-pagetitle {
    padding: 0 0 80px;
  }
  .l-pagetitle__content {
    height: 760px;
  }
  .l-pagetitle__breadcrumbs {
    padding: 0 56px;
    margin-top: 32px;
  }
  .l-pagetitle__infinitytext .scroll-text.first {
    -webkit-animation: scrollText 520s linear infinite;
            animation: scrollText 520s linear infinite;
  }
  .l-pagetitle__infinitytext .scroll-text.second {
    -webkit-animation: scrollText-second 520s linear infinite;
            animation: scrollText-second 520s linear infinite;
  }
  .l-pagetitle__line {
    top: 152px;
    width: 110vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-form__row > dt > label {
    font-size: 14px;
  }
  .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-recruit {
    padding: 80px 0;
  }
  .p-recruit__copy {
    font-size: 32px;
  }
  .p-recruit__text {
    margin-top: 32px;
  }
  .p-recruit-linklist {
    gap: 24px;
    margin-top: 56px;
  }
  .p-recruit-linklist__item {
    margin-top: 0;
  }
  .p-recruit-linklist__card {
    padding: 16px 16px 16px calc(34% + 16px);
    border-radius: 16px;
  }
  .p-recruit-linklist__card .thumbnail {
    position: absolute;
    top: 20px;
    left: 16px;
    width: calc(34% - 24px);
    height: calc(100% - 32px);
  }
  .p-recruit-linklist__card .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-recruit-linklist__card .name {
    font-size: 22px;
  }
  .p-recruit-linklist__card .name::before {
    font-size: 16px;
  }
  .p-recruit-linklist__card .head {
    display: block;
  }
  .p-recruit-newgraduate__list a {
    height: 72px;
  }
  .p-section-title__ja {
    margin-top: 16px;
  }
  .p-tag li {
    font-size: 16px;
  }
  .p-faq-list__item dt {
    padding: 32px 56px 32px 0;
  }
  .p-faq-list__item dt .number {
    display: block;
    width: 82px;
    font-size: 32px;
  }
  .p-faq-list__item dt p {
    margin-top: 4px;
    font-size: 18px;
  }
  .p-faq-list__item dt .icon {
    width: 40px;
    height: 40px;
  }
  .p-faq-list__item dt .icon::before {
    width: 17px;
  }
  .p-faq-list__item dt .icon::after {
    height: 17px;
  }
  .p-faq-list__item dd {
    padding: 24px 20px;
    margin-bottom: 20px;
  }
  .p-anchorlink a {
    padding: 24px;
  }
  .c-button {
    height: 72px;
  }
  .c-button svg {
    width: 26px;
  }
  .c-menu-icon {
    display: none;
  }
  .u-hide-up-lg {
    display: none !important;
  }
  .u-show-up-lg {
    display: inline;
  }
  .page-front {
    padding-top: 210px;
  }
  .page-front .front-section-title__en span::before {
    content: none;
  }
  .page-front .front-section-title__ja {
    margin-top: 16px;
  }
  .page-front .front-section-title.title--right .front-section-title__inner {
    padding: 0 0 0 6vw;
  }
  .page-front .front-section-title.title--right {
    padding-right: calc(50% - 640px);
    text-align: right;
  }
  .page-front .front-section-title.title--right::before {
    right: 0;
  }
  .page-front .front-section-title.title--right .front-section-title__inner {
    padding: 0 40px 0 0;
  }
  .page-front .front-block__title {
    font-size: 20px;
  }
  .page-front .front-block__lead {
    margin: 48px 0;
  }
  .page-front .front-block__copy {
    margin-top: 48px;
  }
  .page-front .front-block__copy span {
    padding: 10px 16px;
  }
  .page-front .front-block__link {
    margin-top: 56px;
  }
  .page-front .front-block__link .link__button {
    height: 72px;
  }
  .page-front .front-block__link .link__button svg {
    width: 26px;
  }
  .page-front .front-block__largetext {
    font-size: 18px;
    line-height: 2.4;
  }
  .page-front .mainview {
    padding: 0 0 2.7vw;
  }
  .page-front .mainview__image .mainimage {
    width: 52vw;
  }
  .page-front .mainview__infinitytext {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: clamp(68px, 6.3541666667vw, 122px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-front .mainview__infinitytext .scroll-text.first {
    -webkit-animation: scrollText 620s linear infinite;
            animation: scrollText 620s linear infinite;
  }
  .page-front .mainview__infinitytext .scroll-text.second {
    -webkit-animation: scrollText-second 620s linear infinite;
            animation: scrollText-second 620s linear infinite;
  }
  .page-front .mainview__copy {
    position: absolute;
    bottom: 7.4vw;
    left: 2.5vw;
    padding-left: 0;
    margin-top: 0;
  }
  .page-front .mainview__line {
    top: -4.3vw;
    left: 0;
    width: 108.6vw;
    height: 52vw;
    padding-left: 10.6vw;
  }
  .page-front .mainview__line svg {
    width: 96.4%;
    height: 99.2%;
  }
  .page-front .mainview__line.is-active #front_pass {
    -webkit-animation: js-frontpass-anim 2.2s 1.5s forwards cubic-bezier(0.37, 0, 0.63, 1);
            animation: js-frontpass-anim 2.2s 1.5s forwards cubic-bezier(0.37, 0, 0.63, 1);
  }
  .page-front .mainview__line.is-active #front_pass2 {
    -webkit-animation: js-frontpass-anim 2.2s forwards cubic-bezier(0.37, 0, 0.63, 1);
            animation: js-frontpass-anim 2.2s forwards cubic-bezier(0.37, 0, 0.63, 1);
  }
  .page-front .mainview__dot1 {
    display: block;
  }
  .page-front .mainview__dot2 {
    right: 9vw;
    display: block;
    width: 4vw;
  }
  .page-front .message {
    padding: 0 0 178px;
  }
  .page-front .message::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 51, 74)), to(rgba(247, 51, 74, 0)));
    background: linear-gradient(0deg, rgb(247, 51, 74) 0%, rgba(247, 51, 74, 0) 100%);
    border-radius: 0 0 80px 80px;
  }
  .page-front .message-recruit__wrap {
    padding: 24px 32px 32px;
  }
  .page-front .message-recruit__list {
    gap: 16px 24px;
  }
  .page-front .message-recruit__card {
    border-radius: 16px;
  }
  .page-front .message-recruit__card .thumbnail {
    width: 120px;
    margin-right: 24px;
  }
  .page-front .message-recruit__card .title {
    font-size: 22px;
  }
  .page-front .message-recruit__card .title::before {
    font-size: 16px;
  }
  .page-front .message-recruit__card svg {
    right: 32px;
    width: 26px;
  }
  .page-front .message__title {
    margin-top: 72px;
  }
  .page-front .message__title::before {
    width: calc(50% - 272px);
    background-color: #fff;
  }
  .page-front .message__title .front-section-title__inner {
    max-width: 740px;
    padding-left: 0;
    text-align: left;
  }
  .page-front .message__image {
    padding: 0 56px;
    margin-top: 36px;
  }
  .page-front .message__copy {
    margin: 112px auto 0;
  }
  .page-front .message__text {
    font-size: 20px;
  }
  .page-front .about {
    padding: 116px 0 108px;
  }
  .page-front .about__image {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 72px);
    max-width: 886px;
    padding: 116px 0 0;
    margin-bottom: 0;
  }
  .page-front .about__image .image02 {
    top: 116px;
    padding-left: 0;
  }
  .page-front .about__image .line {
    right: auto;
    left: 0;
    width: 100%;
    height: 50%;
  }
  .page-front .about-block01 {
    width: 50%;
    max-width: 600px;
    margin-top: 56px;
  }
  .page-front .about-features {
    padding-top: 72px;
    margin-top: clamp(80px, 8.125vw, 156px);
  }
  .page-front .about-features__title .en, .page-front .about-area__title .en {
    font-size: 20px;
  }
  .page-front .about-features__title .ja, .page-front .about-area__title .ja {
    font-size: clamp(24px, 2.7777777778vw, 40px);
  }
  .page-front .about-features__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 32px;
  }
  .page-front .about-features__list li {
    padding: 40px;
  }
  .page-front .about-features__list .lead {
    font-size: clamp(20px, 1.9444444444vw, 28px);
  }
  .page-front .about-features__list .image {
    gap: 8px;
    margin: 24px 0;
  }
  .page-front .about-features__list .number {
    padding: 20px 16px 16px;
    margin-bottom: 40px;
  }
  .page-front .about-features__list .number__title span {
    width: 157px;
    height: 32px;
  }
  .page-front .about-features__copy {
    margin-top: 40px;
  }
  .page-front .about-area {
    gap: 52px;
    padding-top: 72px;
    margin-top: 80px;
  }
  .page-front .about-area__image {
    margin-top: 0;
  }
  .page-front .about-area__note {
    font-size: 16px;
  }
  .page-front .about-area__number {
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .page-front .about-area__number .title {
    height: 100px;
  }
  .page-front .about-area__number .title__text1 {
    font-size: 14px;
  }
  .page-front .about-area__number .title__text2 {
    font-size: 31px;
  }
  .page-front .about-area__number .text__number {
    font-size: clamp(82px, 8.75vw, 126px);
  }
  .page-front .about-area__number .text__shop {
    font-size: 32px;
  }
  .page-front .about-service {
    margin-top: 88px;
  }
  .page-front .about-service__title {
    font-size: 20px;
  }
  .page-front .about-service__list {
    gap: 30px;
    margin-top: 40px;
  }
  .page-front .about-service__card {
    padding: 32px;
  }
  .page-front .about-service__card .title .title__icon {
    width: 72px;
    margin-right: 32px;
  }
  .page-front .about-service__card .title .title__text {
    font-size: 20px;
  }
  .page-front .about-service__card .title svg {
    width: 26px;
  }
  .page-front .workstyle {
    padding: 8.3vw 0 12.1vw;
    border-radius: 80px;
  }
  .page-front .workstyle__textbody {
    width: 50%;
    max-width: 600px;
    margin-top: 56px;
    margin-left: auto;
  }
  .page-front .workstyle__image {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 72px);
    max-width: 886px;
    padding: 160px 0 0;
    margin-bottom: 0;
  }
  .page-front .workstyle__image .image02 {
    top: 160px;
    padding-right: 0;
  }
  .page-front .workstyle__image .line {
    width: calc(100% - 32px);
    height: 50%;
  }
  .page-front .interview {
    padding: 100px 0;
  }
  .page-front .interview-slider__item .inner {
    display: grid;
    grid-template-columns: 234px 1fr;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 48px 32px;
  }
  .page-front .interview-slider__item .thumbnail {
    max-width: none;
    margin: 0;
  }
  .page-front .interview-slider__item .information {
    margin-top: 0;
    text-align: left;
  }
  .page-front .interview-slider__item .lead {
    margin: 24px 0 32px;
    font-size: 24px;
  }
  .page-front .interview-slider__item .p-tag {
    margin: 24px 0;
  }
  .page-front .interview-slider__prev {
    left: 12.6vw;
    width: 56px;
    height: 56px;
  }
  .page-front .interview-slider__next {
    right: 12.6vw;
    width: 56px;
    height: 56px;
  }
  .page-front .faq {
    padding: 104px 0 152px;
  }
  .page-front .faq::before {
    border-radius: 80px 80px 0 0;
  }
  .page-front .faq__list {
    margin-top: 40px;
  }
  .page-notfound {
    padding: 34px 0 160px;
  }
  .page-notfound .notfound__text {
    margin: 52px 0 60px;
  }
  .page-store .store__content {
    padding: 0 0 120px;
  }
  .page-store .lead-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 48px;
  }
  .page-store .lead-main__textbody .text1 {
    margin-top: 0;
  }
  .page-store .lead-main__textbody .text2 {
    margin-top: 32px;
    line-height: 1.8;
  }
  .page-store .lead-main__image {
    margin-top: 0;
  }
  .page-store .lead-training__title {
    margin-top: 0;
    font-size: 24px;
  }
  .page-store .lead-training__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
  }
  .page-store .lead-training__card .title {
    padding-bottom: 20px;
    font-size: clamp(18px, 1.6666666667vw, 24px);
  }
  .page-store .lead-training__card .action {
    margin-top: 12px;
    text-align: left;
  }
  .page-store .operations {
    margin-top: 72px;
  }
  .page-store .operations__container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-store .operations-head__title .sub {
    font-size: 20px;
  }
  .page-store .operations-anchorlink {
    gap: 16px 30px;
    margin: 48px 0 72px;
  }
  .page-store .operations-block__inner {
    padding: 56px 48px;
    border-radius: 56px;
  }
  .page-store .operations-block__line {
    padding: 32px 0;
  }
  .page-store .operations-block__line::before {
    content: "";
  }
  .page-store .operations-block__line span {
    width: 90%;
    max-width: 352px;
    height: 47px;
    font-size: 20px;
  }
  .page-store .operations-block__line span::after {
    bottom: -26px;
    border-top: 27px solid #d61238;
    border-right: 15px solid transparent;
    border-bottom: 0;
    border-left: 15px solid transparent;
  }
  .page-store .operations-block__head {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 32px;
  }
  .page-store .operations-block__head .image {
    margin-top: 0;
  }
  .page-store .operations-block__flow .flow-list li {
    grid-template-columns: 117px 1fr;
    gap: 40px;
    padding: 32px;
  }
  .page-store .operations-block__flow .flow-list__time {
    width: 100%;
    height: 40px;
    font-size: 22px;
  }
  .page-store .modal {
    padding-top: 110px;
  }
  .page-store .modal__inner {
    padding: 40px;
  }
  .page-store .modal__title {
    padding-bottom: 0;
    margin-bottom: 32px;
    text-align: left;
    border-bottom: none;
  }
  .page-store .modal__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-store .modal__list li {
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 16px;
  }
  .page-store .modal__list .text {
    font-size: 20px;
  }
  .page-store .modal-close {
    width: 80px;
    height: 80px;
  }
  .page-faq .faq__lead {
    margin-bottom: 64px;
  }
  .page-faq .faq__content {
    padding-bottom: 160px;
  }
  .page-welfare .welfare-lead__inner {
    padding-bottom: 72px;
  }
  .page-welfare .welfare-lead__text {
    text-align: center;
  }
  .page-welfare .welfare-lead__anchorlink {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 30px;
  }
  .page-welfare .welfare-section__inner {
    padding: 72px 0;
  }
  .page-welfare .welfare-section__head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 68px;
  }
  .page-welfare .welfare-section__head .title__en {
    font-size: 20px;
  }
  .page-welfare .welfare-section__head .title__ja {
    margin-bottom: 32px;
  }
  .page-welfare .welfare-section__head .image {
    margin-top: 0;
  }
  .page-welfare .welfare-section__head .list {
    padding: 24px;
    margin-top: 48px;
  }
  .page-welfare .welfare-section__block + .welfare-section__block {
    margin-top: 56px;
  }
  .page-welfare .welfare-section__block .block__title {
    padding-left: 30px;
    font-size: 24px;
  }
  .page-welfare .welfare-section__block .block__title::before {
    top: 0.8rem;
    width: 14px;
    height: 14px;
  }
  .page-welfare .welfare-section__block .block-list--col2 {
    gap: 24px 40px;
  }
  .page-welfare .welfare-section__block .block-list--col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
  }
  .page-welfare .welfare-section__block .block-list li {
    grid-template-columns: 80px 1fr;
    padding: 16px 24px;
  }
  .page-welfare .welfare-section__block .block-list__textbody .title {
    font-size: 20px;
  }
  .page-welfare .welfare-section__block .block-list__textbody .title span {
    font-size: 16px;
  }
  .page-welfare .welfare-section__block .block-table {
    margin-top: 40px;
  }
  .page-welfare .welfare-section__block .block-table th {
    padding: 24px 0;
    font-size: 20px;
  }
  .page-welfare .welfare-section__block .block-table .number {
    font-size: 44px;
  }
  .page-welfare .welfare-section__block .block-table .number span {
    font-size: 24px;
  }
  .page-welfare .welfare-section__block .block-table .text {
    padding: 12px 0;
    font-size: 20px;
  }
  .page-welfare .welfare-section__block .block-table .text span {
    font-size: 14px;
  }
  .page-welfare .welfare-section__block .block__image p {
    margin: 24px 0;
    font-size: 20px;
    font-weight: 500;
  }
  .page-welfare .welfare-section__emblem {
    margin-top: 32px;
  }
  .page-welfare .welfare-section .section01-list {
    margin-top: 40px;
  }
  .page-welfare .welfare-section .section01-list li {
    padding: 24px 40px;
  }
  .page-welfare .welfare-section .section01-list__title {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 24px;
  }
  .page-welfare .welfare-section .section01-list__title .title {
    height: 40px;
    margin: 0;
  }
  .page-welfare .welfare-section .section01-list__title .text1 {
    text-align: left;
  }
  .page-welfare .welfare-section .section01-list__image {
    margin-top: 24px;
  }
  .page-welfare .welfare-section#welfare-section01 .block-list {
    margin-top: 40px;
  }
  .page-welfare .welfare-section#welfare-section04 .block-list {
    margin-top: 32px;
  }
  .page-welfare .welfare-section#welfare-section05 .block-list {
    margin-top: 24px;
  }
  .archive-interview .interview__content {
    padding: 0 0 160px;
  }
  .archive-interview .interview__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 40px;
  }
  .archive-interview .interview__list > li::before {
    top: 40px;
    right: 40px;
  }
  .archive-interview .interview-card {
    padding: 64px 32px;
  }
  .archive-interview .interview-card .p-tag {
    margin: 24px 0;
  }
  .archive-interview .interview-about {
    padding-bottom: 172px;
  }
  .archive-interview .interview-about__lead {
    padding: 96px 0;
  }
  .archive-interview .interview-about__lead .text {
    text-align: center;
  }
  .archive-interview .interview-about__style {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    margin-top: 72px;
  }
  .archive-interview .interview-about__style .text {
    max-width: 575px;
    margin-top: 32px;
  }
  .archive-interview .interview-about__style .image {
    margin-top: 0;
  }
  .archive-interview .interview-about__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
  .single-interview .interview-content {
    padding: 0 0 160px;
  }
  .single-interview .interview-content__wrap {
    padding: 48px;
  }
  .single-interview .interview-head {
    grid-template-columns: 240px 1fr;
    gap: 56px;
  }
  .single-interview .interview-list__title {
    padding-left: 30px;
    font-size: 24px;
  }
  .single-interview .interview-list__title::before {
    top: 13px;
    width: 14px;
    height: 14px;
  }
  .single-interview .interview-list__text {
    margin-top: 24px;
  }
  .single-interview .interview__action {
    margin-top: 40px;
  }
  .page-careerup .lead {
    padding: 0 0 70px;
  }
  .page-careerup .lead__copy {
    gap: 182px;
  }
  .page-careerup .lead__copy p:nth-child(n+1) span {
    left: -26px;
    width: 130px;
    height: 130px;
  }
  .page-careerup .lead__text1 {
    margin: 60px 0 30px;
  }
  .page-careerup .lead__text2 {
    line-height: 1.8;
    text-align: center;
  }
  .page-careerup .section__wrap {
    padding: 72px 0;
  }
  .page-careerup .section-head__en {
    font-size: 20px;
  }
  .page-careerup .section__col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .page-careerup .section__col2 .section__image {
    margin-top: 0;
  }
  .page-careerup .section-head__text {
    margin-top: 32px;
  }
  .page-careerup .section__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: none;
    margin: 32px 0 0;
  }
  .page-careerup .section__gallery li {
    margin-top: 0;
  }
  .page-careerup .section__anchorlink {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 56px 0 72px;
  }
  .page-careerup .section-block {
    padding: 80px 80px 56px;
  }
  .page-careerup .section-block + .section-block {
    margin-top: 48px;
  }
  .page-careerup .section-block__head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-careerup .section-block__head .title {
    grid-template-columns: 66px 1fr;
    margin-bottom: 30px;
  }
  .page-careerup .section-block__head .title__number {
    width: 66px;
    height: 42px;
  }
  .page-careerup .section-block__head .image {
    margin-top: 0;
  }
  .page-careerup .section-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 16px -40px 0;
  }
  .page-careerup .section-block__list li {
    width: 50%;
    padding: 32px 40px;
  }
  .page-careerup .section-block__list li:nth-child(n+1) {
    border-top: none;
  }
  .page-careerup .section-block__list li:nth-child(odd)::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: calc(100% - 64px);
    content: "";
    border-left: solid 1px #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-careerup .section-block__list li:nth-child(n+3)::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 64px);
    height: 0;
    content: "";
    border-top: solid 1px #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-careerup .section-block__list .title {
    padding-left: 24px;
    font-size: 24px;
  }
  .page-careerup .section-block__list .title::before {
    top: 16px;
    width: 8px;
    height: 8px;
  }
  .page-careerup .section--last .section__wrap {
    padding-bottom: 156px;
  }
  .page-careerup .section02__container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-medical .l-pagetitle__content {
    padding-bottom: 68px;
  }
  .page-medical .medical__content {
    padding: 0 0 120px;
  }
  .page-medical .lead {
    padding-bottom: 68px;
  }
  .page-medical .lead__text {
    text-align: center;
  }
  .page-medical .jobdescription {
    padding: 72px 0;
  }
  .page-medical .jobdescription__list {
    margin-top: 32px;
  }
  .page-medical .jobdescription__list li {
    grid-template-columns: 169px 1fr;
  }
  .page-medical .jobdescription__list .text {
    font-size: 20px;
  }
  .page-medical .operations {
    padding-top: 72px;
  }
  .page-medical .operations__container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-medical .operations__content {
    padding: 48px;
    border-radius: 56px;
  }
  .page-medical .operations__title {
    font-size: 24px;
    text-align: left;
  }
  .page-medical .operations-list {
    margin-top: 36px;
  }
  .page-medical .operations-list li {
    padding: 32px;
  }
  .page-medical .operations-list__time {
    width: 117px;
    height: 40px;
    font-size: 22px;
  }
  .page-medical .operations-list__textbody {
    width: calc(100% - 117px);
    padding-left: 40px;
  }
  .page-fresh .fresh__content {
    padding: 0 0 120px;
  }
  .page-fresh .lead {
    padding-bottom: 68px;
  }
  .page-fresh .section {
    padding-top: 72px;
  }
  .page-fresh .section + .section {
    margin-top: 72px;
  }
  .page-fresh .section__container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-fresh .section-head {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-fresh .section-head__textbody .text {
    margin-top: 32px;
  }
  .page-fresh .section-skill {
    margin-top: 44px;
  }
  .page-fresh .section-skill__title {
    padding-left: 30px;
    font-size: 24px;
  }
  .page-fresh .section-skill__title::before {
    width: 14px;
    height: 14px;
  }
  .page-fresh .section-skill__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
  .page-fresh .section-skill__list > li {
    padding: 24px;
  }
  .page-fresh .section-skill__list .title {
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 24px;
  }
  .page-fresh .section-skill__list .text {
    padding: 0 16px;
  }
  .page-fresh .section-skill__list .tag {
    padding: 0 16px;
    margin-top: 32px;
  }
  .page-fresh .section__text {
    margin-top: 24px;
  }
  .page-fresh .section__training {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px 12px;
  }
  .page-fresh .section__training li {
    padding: 12px 12px 40px;
  }
  .page-fresh .section__training .number {
    padding-bottom: 12px;
    font-size: 24px;
  }
  .page-fresh .section__training .text {
    margin-top: 28px;
    font-size: 16px;
  }
  .page-fresh .section-anchorlink {
    gap: 16px 30px;
    margin-top: 48px;
  }
  .page-fresh .section-flow {
    padding: 56px 48px;
    margin-top: 72px;
    border-radius: 56px;
  }
  .page-fresh .section-flow__position {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    margin-left: 170px;
  }
  .page-fresh .section-flow__position::before {
    content: none;
  }
  .page-fresh .section-flow__position li {
    padding: 0 20px;
    pointer-events: none;
  }
  .page-fresh .section-flow__position span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 47px;
    padding-bottom: 0;
    font-size: 20px;
    color: #fff;
    background-color: #d61238;
    border-radius: 50px;
    opacity: 1 !important;
  }
  .page-fresh .section-flow__position span::before {
    content: none;
  }
  .page-fresh .section-flow__list {
    display: block;
  }
  .page-fresh .section-tab__content {
    display: none;
  }
  .page-career .career__content {
    padding: 0 0 160px;
  }
  .page-career .career__action {
    padding-top: 60px;
  }
  .page-career .career__action .button svg {
    right: 32px;
  }
  .page-career .career__action .button {
    height: 72px;
    font-size: 24px;
  }
  .page-career .career-table {
    grid-template-columns: 340px 1fr;
    padding: 40px 0 64px;
  }
  .page-career .career-table__title {
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 24px;
  }
  .page-career .career-table__title::before {
    width: 14px;
    height: 14px;
  }
  .page-career .career-table__block .tag {
    gap: 8px 20px;
  }
  .page-career .career-table__block .area-list li {
    grid-template-columns: 144px 1fr;
  }
}

@media screen and (min-width: 992px) and (hover) {
  .l-header__nav > ul .nav-item > a:hover, .l-header__nav > ul .nav-item > p:hover {
    color: #d61238;
  }
  .l-header__nav .child a:hover {
    color: #d61238;
    text-decoration: underline;
  }
  .l-header__button a:hover {
    color: #d61238;
    background-color: #fff;
  }
  .l-footer__nav .nav-item__list li a:hover {
    text-decoration: underline;
  }
  .p-recruit-linklist__card:hover {
    color: #d61238;
    border-color: #d61238;
    -webkit-box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
            box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
  }
  .p-recruit-newgraduate__list a:hover {
    color: #d61238;
    border-color: #d61238;
    -webkit-box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
            box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
  }
  .c-button:hover {
    color: #d61238;
    border-color: #d61238;
    -webkit-box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
            box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
  }
  .c-textlink:hover {
    text-decoration: underline;
  }
  .c-textlink:hover .arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  .page-front .front-block__link .link__button:hover {
    color: #d61238;
    border-color: #d61238;
    -webkit-box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
            box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
  }
  .page-front .message-recruit__card:hover {
    color: #d61238;
    -webkit-box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
            box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
  }
  .page-front .about-service__card:hover {
    color: #d61238;
    border-color: #d61238;
    -webkit-box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
            box-shadow: 0 4px 8px rgba(45, 41, 42, 0.16);
  }
  .page-career .career__action .button:hover {
    color: #d61238;
    background-color: #fff;
  }
  .page-career .career__action .button:hover svg {
    fill: #d61238;
  }
}

@media screen and (min-width: 1200px) {
  .l-header__logo .logo {
    width: 202px;
    margin-right: 20px;
  }
  .l-header__logo span {
    width: 88px;
    height: 22px;
    margin-top: 0;
    font-size: 12px;
  }
  .l-header__nav > ul .nav-item {
    padding: 0 20px;
  }
  .l-header__nav .child {
    padding: 40px;
  }
  .l-header__button {
    margin: 0 0 0 20px;
  }
  .l-header__button a {
    width: 244px;
  }
  .p-form__row > dt {
    padding-right: 30px;
  }
  .p-recruit-linklist {
    gap: 24px 40px;
  }
  .u-hide-up-xl {
    display: none !important;
  }
  .u-show-up-xl {
    display: inline;
  }
  .page-front .front-block__copy span {
    padding: 10px 24px;
  }
  .page-front .mainview__line {
    padding-left: 11vw;
  }
  .page-front .message-recruit__card .thumbnail {
    width: 140px;
    margin-right: 32px;
  }
  .page-front .about-area {
    grid-template-columns: 1fr 1.3fr;
  }
  .page-front .interview-slider__prev {
    left: 21.6vw;
  }
  .page-front .interview-slider__next {
    right: 21.6vw;
  }
  .page-store .lead-training__list {
    gap: 30px;
  }
  .page-store .operations-block__inner {
    padding: 80px;
  }
  .page-store .operations-block__head {
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
  }
  .page-store .modal__inner {
    padding: 64px;
  }
  .single-interview .interview-content__wrap {
    padding: 80px;
  }
  .page-medical .jobdescription__list {
    gap: 24px 40px;
  }
  .page-medical .operations__content {
    padding: 64px 88px;
  }
  .page-fresh .section-head {
    gap: 64px;
  }
  .page-fresh .section-skill__list {
    gap: 40px;
  }
  .page-fresh .section__training {
    gap: 24px;
  }
  .page-fresh .section-flow {
    padding: 72px 88px;
  }
}

@media screen and (min-width: 1400px) {
  .p-recruit-linklist__card {
    padding: 16px 24px 16px calc(34% + 16px);
  }
}
