@charset "UTF-8";

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

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

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

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* ================================================
site common
=================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #323434;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Shippori Mincho", serif;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #323434;
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

a img {
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

button {
  border: none;
  cursor: pointer;
}

/* ================================================
show anime
=================================================== */
.fadeIn {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.fadeIn.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.slideInWrap {
  display: block;
  overflow: hidden;
}

.slideInWrap .slideIn {
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.slideInWrap .slideIn.-side {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.slideInWrap .slideIn.is-show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadeInGroup-fadeIn {
  display: block;
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.fadeInGroup-fadeIn.is-visible {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

/* ================================================
  header
=================================================== */

.js-fixedHeader.fixed-header .home-fv__scroll {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 152px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 26px 0;
}

.fixed-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

/* スライドイン */
.fixed-header.is-show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease-in-out, opacity 0s 0s ease-in-out, visibility 0s 0s ease-in-out;
}

.fixed-header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-in-out, opacity 0.3s 0.3s ease-in-out, visibility 0.3s 0.3s ease-in-out;
}

.header__logo {
  width: 289px;
  margin-left: 57px;
}

.header__logo img {
  margin-bottom: 8px;
}

.header__menu {
  margin-right: 32px;
  text-align: right;
}

.header__menu__list li a {
  position: relative;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
}

.header__menu__list li a::before {
  position: absolute;
  top: 4px;
  left: -1em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #323434;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.header__menu__list li a:hover::before {
  opacity: 1;
}

/* ================================================
    footer
    =================================================== */
.footer {
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.footer__inner {
  padding: 65px 115px 52px 85px;
}

.footer__logo {
  width: 414px;
  margin-bottom: 40px;
}

.footer__column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.footer__menu__list .menu {
  margin-top: 8px;
}

.footer__menu__list .menu a {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
}

.footer__menu__list .menu a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -1em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #323434;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer__menu__list .menu a:hover::before {
  opacity: 1;
}

.footer__entry {
  width: 245px;
  margin-bottom: 75px;
  margin-left: auto;
  text-align: center;
}

.footer__entry--text {
  margin-bottom: 12px;
  color: #FCC800;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
}

.footer__entry__button a {
  display: block;
  padding: 26px 0 20px 5px;
  border: 2px solid #FCC800;
  border-radius: 5em;
  background-color: #FCC800;
  color: #ffffff;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.15em;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer__entry__button a:hover {
  background-color: #ffffff;
  color: #FCC800;
}

.footer__company {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.15em;
}

.footer .copyright {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.15em;
}

/* ================================================
common button
=================================================== */
.c-button {
  width: 204px;
  height: 50px;
  border-radius: 6px;
}

.c-button--text {
  width: 100%;
  max-width: 160px;
  margin-right: 16px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-button--arrow svg {
  display: block;
  width: 9px;
  height: 6px;
}

.c-button--arrow svg path {
  -webkit-transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 17px 0 22px;
  border: 1px solid #323434;
  border-radius: 6px;
  background-color: #323434;
  -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-button a:hover {
  background-color: #ffffff;
}

.c-button a:hover .c-button--text {
  border-color: #323434;
  color: #323434;
}

.c-button a:hover .c-button--arrow svg path {
  fill: #323434;
}

.c-button.-reverse .c-button--text {
  margin-right: 0;
  margin-left: 16px;
  border-right: none;
  border-left: 1px solid #ffffff;
  text-align: right;
}

.c-button.-reverse .c-button--arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-button.-reverse a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 22px 0 17px;
}

/* =================================================
  共通　アコーディオンメニュー
====================================================*/
.js-accordion-toggle {
  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;
  cursor: pointer;
}

.js-accordion-icon.item {
  position: relative;
  width: 20px;
  height: 20px;
}

.js-accordion-icon.item span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js-accordion-icon.item span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.js-accordion-icon.item.is-open span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.js-accordion-icon.arrow {
  display: block;
  width: 24px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.js-accordion-icon.arrow.is-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ================================================
TOP common
=================================================== */
.home-mainTitle.-en img {
  width: auto;
  height: 154px;
}

.home-mainTitle.-en.-high img {
  height: 190px;
}

.home-mainTitle.-ja {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.home-mainTitle.-ja>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.home-mainTitle.-ja>span::before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
}

.home-mainTitle.-ja.-c_aq {
  color: #37BEF0;
}

.home-mainTitle.-ja.-c_aq>span::before {
  background-color: #37BEF0;
}

.home-mainTitle.-ja.-c_wh {
  color: #ffffff;
}

.home-mainTitle.-ja.-c_wh>span::before {
  background-color: #ffffff;
}

/* ================================================
TOP fv
=================================================== */
.home-fv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.home-fv .header {
  top: auto;
  bottom: 0;
}

.home-fv__scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

.home-fv__scroll.is-scroll {
  display: none;
}

.home-fv__scroll__inner {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.home-fv__scroll--text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.04em;
}

.home-fv__scroll .solid {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #323434;
}

.home-fv__scroll .cycle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #323434;
  -webkit-transform: translateX(-45%);
  transform: translateX(-45%);
  -webkit-animation: scrollAnime 3s linear infinite;
  animation: scrollAnime 3s linear infinite;
}

@-webkit-keyframes scrollAnime {
  0% {
    opacity: 0;
  }

  25% {
    top: 0;
    opacity: 1;
  }

  50% {
    top: 100%;
    opacity: 1;
  }

  75% {
    top: 100%;
    opacity: 0;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes scrollAnime {
  0% {
    opacity: 0;
  }

  25% {
    top: 0;
    opacity: 1;
  }

  50% {
    top: 100%;
    opacity: 1;
  }

  75% {
    top: 100%;
    opacity: 0;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

.home-fv__inner {
  position: relative;
  width: inherit;
  height: inherit;
}

.home-fv__inner--image {
  position: absolute;
}

.home-fv__inner--image.-image01 {
  top: 6.6vh;
  left: -0.8vw;
  width: 15.14vw;
}

.home-fv__inner--image.-image02 {
  z-index: 2;
  top: 47vh;
  left: 6.5vw;
  width: 23.544vw;
}

.home-fv__inner--image.-image03 {
  z-index: 1;
  top: 67vh;
  left: 23.6vw;
  width: 13.2vw;
}

.home-fv__inner--image.-image04 {
  z-index: 2;
  top: 8.9vh;
  left: 66.7vw;
  width: 23.3vw;
}

.home-fv__inner--image.-image05 {
  z-index: 1;
  top: 29.4vh;
  left: 63.2vw;
  width: 12.92vw;
}

.home-fv__inner--image.-image06 {
  top: 51.1vh;
  left: 80.4vw;
  width: 15.77vw;
}

.home-fv__inner__textWrap {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44.862vw;
  height: 32.92vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-fv__inner__text.-text01 {
  position: relative;
  width: 14.306vw;
  margin-top: 13%;
  margin-left: 17.31%;
}

.home-fv__inner__text.-text01 .fv__inner__text__wrap {
  position: relative;
}

.home-fv__inner__text.-text01 .item.-item01 {
  position: absolute;
  top: -94%;
  left: -40%;
  width: 4.792vw;
}

.home-fv__inner__text.-text01 .item.-item02 {
  position: absolute;
  top: 84%;
  left: 108%;
  width: 4.792vw;
}

.home-fv__inner__text.-text02 {
  position: relative;
  width: 19.862vw;
  margin-top: 25.55%;
  margin-left: 49%;
}

.home-fv__inner__text.-text02 .fv__inner__text__wrap {
  position: relative;
}

.home-fv__inner__text.-text02 .item.-item01 {
  position: absolute;
  top: -98%;
  left: -27%;
  width: 4.792vw;
}

.home-fv__inner__text.-text02 .item.-item02 {
  position: absolute;
  top: 92%;
  left: 102%;
  width: 4.792vw;
}

.home-fv__inner--item.-item01 {
  z-index: 3;
  position: absolute;
  top: 43.7vh;
  left: 15vw;
  width: 13.89vw;
}

.home-fv__inner--item.-item02 {
  z-index: 3;
  position: absolute;
  top: 5.5vh;
  left: 65vw;
  width: 13.89vw;
}

/* ================================================
TOP fvアニメーション
=================================================== */
.js-fvAnime-1.-item01,
.js-fvAnime-1.-item02,
.js-fvAnime-2.-item01,
.js-fvAnime-2.-item02 {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-fvAnime-1.is-active.-item01,
.js-fvAnime-1.is-active.-item02,
.js-fvAnime-2.is-active.-item01,
.js-fvAnime-2.is-active.-item02 {
  opacity: 1;
}

.js-fvAnime-3.is-active .-item01,
.js-fvAnime-3.is-active .-item02 {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-fvAnime-1.-item01 {
  -webkit-transform: translate(35%, -94%) scale(1.4);
  transform: translate(35%, -94%) scale(1.4);
}

.js-fvAnime-1.-item02 {
  -webkit-transform: translate(-215%, -78%) scale(1.4);
  transform: translate(-215%, -78%) scale(1.4);
}

.js-fvAnime-2.-item01 {
  -webkit-transform: translate(130%, 56%) scale(1.4);
  transform: translate(130%, 56%) scale(1.4);
}

.js-fvAnime-2.-item02 {
  -webkit-transform: translate(-30%, 88%) scale(1.4);
  transform: translate(-30%, 88%) scale(1.4);
}

.js-fvAnime-4,
.js-fvAnime-5,
.js-fvAnime-6,
.js-fvAnime-7,
.js-fvAnime-8 {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-fvAnime-4.is-active,
.js-fvAnime-5.is-active,
.js-fvAnime-6.is-active,
.js-fvAnime-7.is-active,
.js-fvAnime-8.is-active {
  opacity: 1;
}

/* ================================================
TOP about
=================================================== */
.home-about {
  position: relative;
  padding-top: min(11.81%, 170px);
  overflow: hidden;
  background-color: #F7F6F5;
}

.home-about::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 88.7%;
  background-color: #FCC800;
  content: "";
}

.home-about__wrap {
  max-width: 1420px;
  margin: 0 auto;
}

.home-about__container {
  z-index: 2;
  position: relative;
  margin-left: min(7.2vw, 103px);
  padding: 146px 0 72px 7.19%;
}

.home-about__container::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  content: "";
}

.home-about__container .home-mainTitle.-en {
  position: absolute;
  top: 0;
  left: 32px;
  -webkit-transform: translate(0, -65%);
  transform: translate(0, -65%);
}

.home-about__container .home-mainTitle.-ja {
  position: absolute;
  top: 44px;
  left: max(-4.5vw, -65px);
}

.home-about__container .c-button {
  margin-top: 72px;
  margin-left: 33%;
}

.home-about__container--title {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.home-about__container--text {
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.06em;
}

.home-about__container--text+.home-about__container--text {
  margin-top: 35px;
}

.home-about__container--image {
  position: absolute;
}

.home-about__container--image.-vertical {
  width: 201px;
}

.home-about__container--image.-horizontal {
  width: 300px;
}

.home-about__container--image.-image01 {
  top: 0;
  left: 674px;
  -webkit-transform: translateY(-39%);
  transform: translateY(-39%);
}

.home-about__container--image.-image02 {
  top: 200px;
  left: 70.5%;
}

.home-about__container--image.-image03 {
  top: 478px;
  left: 60.5%;
}

/* ================================================
TOP business
=================================================== */
.home-business {
  padding: 383px 0 225px 30px;
  overflow: hidden;
  background-color: #F7F6F5;
}

.home-business__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.home-business__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
  justify-content: space-between;
  padding-right: 9.7%;
  gap: 10%;
}

.home-business__container .home-mainTitle.-en {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 95px;
  -webkit-transform: translateY(-79%);
  transform: translateY(-79%);
}

.home-business__container .fadeInGroup {
  position: absolute;
  top: 0;
  right: 0;
}

.home-business__container--item {
  position: absolute;
  width: min(33.67vw, 441px);
}

.home-business__container--item.-item01 {
  top: max(-22.2vw, -290px);
  right: min(16.6vw, 220px);
}

.home-business__container--item.-item02 {
  top: -220px;
  top: max(-17vw, -220px);
  right: 48px;
  right: min(3.5vw, 48px);
}

.home-business__container--image {
  z-index: 2;
  position: relative;
  width: 51.997%;
}

.home-business__container--image::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: min(11%, 35px);
  right: max(-5.5%, -30px);
  width: 100vw;
  height: 100%;
  border-radius: 0 20px 35px 0;
  background-color: #37BEF0;
  content: "";
}

.home-business__container--image .home-mainTitle.-ja {
  position: absolute;
  top: 96px;
  right: -73px;
}

.home-business__container--text {
  margin-top: 78px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.17;
  letter-spacing: 0.06em;
}

.home-business__container .c-button {
  margin-top: 53px;
}

/* ================================================
TOP people
=================================================== */
.home-people {
  position: relative;
  padding: 70px 0 0;
  overflow: hidden;
  background-color: #F7F6F5;
}

.home-people .mask {
  clip-path: ellipse(102% 100% at 50% 100%);
}

.home-people__bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 1372px;
}

.home-people__bg>div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-people__bg>div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-people__group {
  z-index: 2;
  position: relative;
  padding: 0 30px;
}

.home-people__group::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20.5%;
  background-color: #F7F6F5;
  content: "";
}

.home-people__wrap {
  z-index: 2;
  position: relative;
  max-width: 1212px;
  margin: 0 auto;
}

.home-people .home-mainTitle.-en {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -30%);
  width: 100%;
  transform: translate(0, -30%);
}

.home-people .home-mainTitle.-en img {
  margin: 0 auto;
}

.home-people--item {
  position: absolute;
  top: 3.5%;
  right: 10.2%;
  width: 150px;
}

.home-people__message {
  margin-bottom: 45px;
  padding-top: 155px;
  text-align: center;
}

.home-people__message--text {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.19;
  letter-spacing: 0.06em;
}

.home-people__message .c-button {
  margin: 16px auto 0;
}

.home-people__container {
  position: relative;
  padding: 6.27% 0 22.27%;
  background-color: #ffffff;
  text-align: center;
}

.home-people__container .home-mainTitle.-ja {
  position: absolute;
  top: 32px;
  left: 42px;
}

.home-people__container .peopleTitle {
  display: inline-block;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 2.3;
  letter-spacing: 0.05em;
}

.home-people__container .peopleTitle::before,
.home-people__container .peopleTitle::after {
  display: block;
  width: 20px;
  height: 24px;
  content: "";
}

.home-people__container .peopleTitle::before {
  background-size: contain;
  background-repeat: no-repeat;
}

.home-people__container .peopleTitle::after {
  background-size: contain;
  background-repeat: no-repeat;
}

.home-people__container .peopleTitle.-itemYe::before {
  background-image: url(../images/common/kakko_ye_left.webp);
}

.home-people__container .peopleTitle.-itemYe::after {
  background-image: url(../images/common/kakko_ye_right.webp);
}

.home-people__container .peopleTitle.-itemAq::before {
  background-image: url(../images/common/kakko_aq_left.webp);
}

.home-people__container .peopleTitle.-itemAq::after {
  background-image: url(../images/common/kakko_aq_right.webp);
}

.home-people__container__head {
  padding: 0 8.9% 0 8%;
}

.home-people__container__head--title {
  position: relative;
  margin-bottom: 142px;
}

.home-people__container__head--title::before {
  position: absolute;
  top: -15px;
  left: -35px;
}

.home-people__container__head--title::after {
  position: absolute;
  right: -35px;
  bottom: -12px;
}

.home-people__container__head__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7.122%;
}

.home-people__container__head__column__block {
  position: relative;
}

.home-people__container__head__column__block:nth-of-type(1) {
  z-index: 4;
}

.home-people__container__head__column__block:nth-of-type(2) {
  z-index: 3;
}

.home-people__container__head__column__block:nth-of-type(3) {
  z-index: 2;
}

.home-people__container__head__column__block:nth-of-type(4) {
  z-index: 1;
}

.home-people__container__head__column__block__text {
  margin-left: 6%;
  text-align: center;
}

.home-people__container__head__column__block .image {
  z-index: -1;
  position: relative;
  margin-bottom: 9px;
}

.home-people__container__head__column__block .name {
  margin-bottom: 2px;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.home-people__container__head__column__block .entryDate {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.home-people__container__head__column__block .hukidasi {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.home-people__container__head__column__block .hukidasi.-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 101px;
  height: 194px;
  writing-mode: vertical-rl;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  padding-bottom: 16px;
  background-size: contain;
  text-align: left;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.home-people__container__head__column__block .hukidasi.-text.-ye {
  background-image: url(../images/common/hukidasi_ye.webp);
}

.home-people__container__head__column__block .hukidasi.-text.-aq {
  background-image: url(../images/common/hukidasi_aq.webp);
}

.home-people__container__head__column__block .hukidasi.-item {
  position: absolute;
  top: -4%;
  left: 6%;
  width: 17.7%;
}

.home-people__container__head__column__block a:hover .hukidasi {
  opacity: 1;
}

.home-people__container__foot {
  margin-top: 9.24%;
  padding: 0 7.67%;
}

.home-people__container__foot--title {
  position: relative;
  margin-bottom: 5.36%;
}

.home-people__container__foot--title::before {
  position: absolute;
  top: -15px;
  left: -57px;
}

.home-people__container__foot--title::after {
  position: absolute;
  right: -57px;
  bottom: -12px;
}

.home-people__container__foot__block {
  position: relative;
}

.home-people__container__foot__block .c-button {
  position: absolute;
  bottom: 36px;
  left: 50%;
  width: 279px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-people__container__foot__block .c-button--text {
  max-width: 212px;
  padding-left: 30px;
  border-color: #37BEF0;
  color: #37BEF0;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Murecho", sans-serif;
}

.home-people__container__foot__block .c-button--arrow svg path {
  fill: #37BEF0;
}

.home-people__container__foot__block .c-button a {
  border-color: #ffffff;
  background-color: #fff;
}

.home-people__container__foot__block .c-button a:hover {
  border-color: #37BEF0;
  background-color: #37BEF0;
}

.home-people__container__foot__block .c-button a:hover .c-button--text {
  border-color: #ffffff;
  color: #ffffff;
}

.home-people__container__foot__block .c-button a:hover .c-button--arrow svg path {
  fill: #ffffff;
}

/* ================================================
TOP recruit
=================================================== */
.home-recruit {
  z-index: 2;
  position: relative;
  background-color: #F7F6F5;
}

.home-recruit__mainTitle {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.home-recruit__mainTitle .home-mainTitle.-en {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 85px;
  -webkit-transform: translateY(-66%);
  transform: translateY(-66%);
}

.home-recruit__mainTitle .home-mainTitle.-ja {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 45px;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

.home-recruit__inner {
  width: 100%;
  height: 100%;
  padding: 110px 0 140px;
  overflow: hidden;
}

.home-recruit__wrap {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}

.home-recruit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
  justify-content: space-between;
  padding-right: 8%;
  padding-bottom: 50px;
  padding-left: 5%;
  gap: 10%;
}

.home-recruit__container--image {
  z-index: 2;
  position: relative;
  width: 52.167%;
}

.home-recruit__container--image::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: min(8.5%, 22px);
  left: max(-5.8%, -30px);
  width: 100vw;
  height: 103%;
  border-radius: 20px 0 0 35px;
  background-color: #37BEF0;
  content: "";
}

.home-recruit__container--text {
  margin-top: 75px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.17;
  letter-spacing: 0.06em;
}

.home-recruit__container .c-button {
  margin-top: 65px;
}

/* ================================================
ABOUT common
=================================================== */
.aboutSecWrap {
  max-width: 1440px;
  margin: 0 auto;
}

.about-secMainTitle .en img {
  width: auto;
  height: 112px;
}

.about-secMainTitle .ja {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.about-secMainTitle .ja.-ye {
  color: #FCC800;
}

.about-secMainTitle .ja.-aq {
  color: #37BEF0;
}

.about-secMainTitle .ja.-wh {
  color: #ffffff;
}

.about-secTitle {
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.about-secSubTitle {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.about-secText {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.about-secText+.about-secText {
  margin-top: 32px;
}

.about .footer {
  background-color: #F7F6F5;
}

/* ================================================
ABOUT message
=================================================== */
.about-message {
  margin-top: min(24.8vw, 357px);
  background-color: #F7F6F5;
}

.about-message__wrap {
  position: relative;
  padding: min(11%, 158px) 40px 30px 115px;
}

.about-message .about-pageTitle .en {
  position: absolute;
  top: 0;
  left: min(8vw, 115px);
  width: min(54.87vw, 790px);
  -webkit-transform: translateY(-71%);
  transform: translateY(-71%);
}

.about-message .about-pageTitle .ja {
  color: #37BEF0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: min(65.49vw, 943px);
  white-space: nowrap;
  writing-mode: vertical-rl;
  -webkit-transform: translateY(-66%);
  transform: translateY(-66%);
}

.about-message .about-pageTitle .ja>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.about-message .about-pageTitle .ja>span::before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #37BEF0;
  content: "";
}

.about-message--text {
  margin-top: 85px;
  margin-right: 75px;
  text-align: center;
}

.about-message--text p {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 2.19;
  letter-spacing: 0.06em;
  text-align: left;
}

.about-message__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.3%;
}

.about-message__column--image {
  width: 51.2%;
}

.about-message__column__block {
  padding-top: 40px;
}

.about-message__column__block--title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.about-message__column__block--text {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* ================================================
ABOUT about
=================================================== */
.about-about {
  position: relative;
  overflow: hidden;
  background-color: #37BEF0;
}

.about-about::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 85%;
  background-color: #F7F6F5;
  content: "";
}

.about-about__wrap {
  position: relative;
  padding-top: 116px;
}

.about-about__container {
  z-index: 2;
  position: relative;
  margin-left: min(11.2vw, 161px);
  padding: 186px 40px 160px min(11%, 158px);
}

.about-about__container::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  content: "";
}

.about-about__container .about-secMainTitle {
  margin-bottom: 67px;
  margin-left: max(-15vw, -216px);
}

.about-about--item {
  z-index: 3;
  position: absolute;
  width: min(30.625vw, 441px);
}

.about-about--item.-item01 {
  top: min(5.42vw, 78px);
  right: min(19.8vw, 285px);
}

.about-about--item.-item02 {
  top: min(10.3vw, 148px);
  right: min(7.8vw, 112px);
}

/* ================================================
ABOUT mission
=================================================== */
.about-mission {
  padding: 127px 0 170px;
  background-color: #37BEF0;
}

.about-mission__wrap {
  padding: 0 0 0 min(14.73%, 212px);
}

.about-mission__container .about-secMainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 93px;
  gap: 28px;
}

.about-mission__container .about-secMainTitle .ja {
  margin-bottom: 9px;
}

.about-mission__container__text {
  padding-right: min(17.27%, 212px);
  text-align: center;
}

.about-mission__container__text__wrap {
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}

.about-mission__container__text .about-secTitle {
  margin-bottom: 10px;
}

.about-mission__container__text .about-secSubTitle {
  margin-bottom: 54px;
  margin-left: 3px;
}

.about-mission__container__text .about-secText {
  margin-left: 3px;
}

/* ================================================
ABOUT value
=================================================== */
.about-value {
  overflow: hidden;
  background-color: #FCC800;
}

.about-value__container {
  margin-bottom: 130px;
  margin-left: min(6.2vw, 89px);
  padding: 125px min(8.89%, 128px) 180px;
  background-color: #ffffff;
}

.about-value__container .about-secMainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 95px;
  gap: 25px;
}

.about-value__container .about-secMainTitle .ja {
  margin-bottom: 5px;
}

.about-value__container .about-secTitle,
.about-value__container .about-secText {
  margin-left: min(17.45%, 191px);
}

.about-value__container .about-secTitle {
  margin-bottom: 55px;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ================================================
ABOUT profile
=================================================== */
.about-profile {
  background-color: #FCC800;
}

.about-profile .mask {
  background-color: #ffffff;
  clip-path: ellipse(96% 100% at 50% 100%);
}

.about-profile__wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 42px;
}

.about-profile__container {
  padding: 95px 0 122px;
  text-align: center;
}

.about-profile__container .about-secMainTitle {
  margin-bottom: 78px;
}

.about-profile__container .about-secMainTitle .en {
  display: block;
  margin-bottom: 9px;
}

.about-profile__container .about-secMainTitle .en img {
  margin: 0 auto;
}

.about-profile__container__info dt {
  width: 100%;
  max-width: 158px;
  padding: 22px 0;
  float: left;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: right;
}

.about-profile__container__info dd {
  padding: 22px 0;
  padding-left: 34.8%;
  border-bottom: 1px solid #FCC800;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
}

.about-profile__container__info dd .title {
  margin-bottom: 13px;
}

.about-profile__container__info dd .list__item+.list__item {
  margin-top: 14px;
}

.about-profile__container .c-button {
  margin: 115px auto 0;
}

/* ================================================
BUSINESS common
=================================================== */
.business-secMainTitle .en img {
  width: auto;
  height: 120px;
}

.business-secMainTitle .ja {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.business-secMainTitle .ja.-ye {
  color: #FCC800;
}

.business-secMainTitle .ja.-aq {
  color: #37BEF0;
}

.business-secMainTitle .ja.-wh {
  color: #ffffff;
}

/* ================================================
BUSINESS message
=================================================== */
.business-message {
  margin-top: min(24.8vw, 357px);
  background-color: #F7F6F5;
}

.business-message__wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.business-message__container {
  padding: 11% 0 0;
}

.business-message .business-pageTitle .en {
  position: absolute;
  top: 0;
  left: min(8%, 115px);
  width: min(74%, 1065px);
  -webkit-transform: translateY(-72%);
  transform: translateY(-72%);
}

.business-message .business-pageTitle .ja {
  color: #37BEF0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: min(84.4%, 1215px);
  white-space: nowrap;
  writing-mode: vertical-rl;
  -webkit-transform: translateY(-66%);
  transform: translateY(-66%);
}

.business-message .business-pageTitle .ja>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.business-message .business-pageTitle .ja>span::before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #37BEF0;
  content: "";
}

.business-message__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  position: relative;
  padding-left: 8%;
  gap: 10.6%;
}

.business-message__column--image {
  width: 49.8%;
}

.business-message__column__block {
  margin-top: 50px;
}

.business-message__column__block--text {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.15;
  letter-spacing: 0.06em;
}

/* ================================================
BUSINESS services
=================================================== */
.business-services {
  position: relative;
  margin-top: max(-10.5%, -150px);
  padding-top: min(4%, 57px);
  overflow: hidden;
  background-color: #37BEF0;
}

.business-services::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90.7%;
  background-color: #F7F6F5;
  content: "";
}

.business-services__wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.business-services .business-secMainTitle .en {
  position: absolute;
  top: 0;
  right: 13.3%;
  -webkit-transform: translate(100%, -74%) rotate(90deg);
  transform: translate(100%, -74%) rotate(90deg);
  -webkit-transform-origin: left;
  z-index: 3;
  transform-origin: left;
}

.business-services .business-secMainTitle .ja {
  position: absolute;
  top: 502px;
  right: 10.4%;
}

.business-services__container {
  z-index: 2;
  position: relative;
  margin-left: min(11.2vw, 161px);
  padding: min(18.34%, 264px) 40px 165px min(11.3%, 162px);
}

.business-services__container::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  content: "";
}

.business-services__container__block+.business-services__container__block {
  margin-top: 60px;
}

.business-services__container__block--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  gap: 15px;
}

.business-services__container__block--title::before {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #37BEF0;
  content: "";
}

.business-services__container__block--text {
  margin-left: min(5.2%, 56px);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ================================================
BUSINESS work
=================================================== */
.business-work {
  background-color: #37BEF0;
}

.business-work__wrap {
  max-width: 1315px;
  margin: 0 auto;
}

.business-work .business-secMainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 26px;
  gap: 30px;
}

.business-work .business-secMainTitle .ja {
  margin-bottom: 13px;
}

.business-work__container {
  padding: 124px 4% 110px;
}

.business-work__container__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.business-work__container__column__block {
  width: calc(33.3333333333% - 10px);
  padding: 46px min(4.052%, 49px) 50px;
  border-radius: 20px;
  background-color: #ffffff;
}

.business-work__container__column__block.-ttlTwoLine {
  padding-top: 32px;
}

.business-work__container__column__block.-ttlTwoLine .business-work__container__column__block--title {
  padding-bottom: 11px;
}

.business-work__container__column__block--title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FCC800;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.business-work__container__column__block--text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
}

.business-work__container .c-button {
  margin: 100px auto 0;
}

/* ================================================
PEOPLE common
=================================================== */
.people-secMainTitle .en img {
  width: auto;
  height: min(7.64vw, 110px);
}

.people-secMainTitle .ja {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.people-secMainTitle .ja.-ye {
  color: #FCC800;
}

.people-secMainTitle .ja.-aq {
  color: #37BEF0;
}

.people-secMainTitle .ja.-wh {
  color: #ffffff;
}

/* ================================================
PEOPLE message
=================================================== */
.people-message {
  margin-top: min(24.8vw, 357px);
  background-color: #F7F6F5;
}

.people-message .people-pageTitle .en {
  position: absolute;
  top: 0;
  left: min(4.8%, 64px);
  width: min(60.08%, 802px);
  -webkit-transform: translateY(-60.5%);
  transform: translateY(-60.5%);
}

.people-message .people-pageTitle .ja {
  color: #37BEF0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: min(66.75%, 891px);
  white-space: nowrap;
  writing-mode: vertical-rl;
  -webkit-transform: translateY(-66%);
  transform: translateY(-66%);
}

.people-message .people-pageTitle .ja>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.people-message .people-pageTitle .ja>span::before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #37BEF0;
  content: "";
}

.people-message__wrap {
  max-width: 1335px;
  margin: 0 auto;
}

.people-message__container {
  position: relative;
  padding: 11.8% 4% 0;
}

.people-message__container__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
  gap: 8.5%;
}

.people-message__container__column--image {
  width: 53.5%;
}

.people-message__container__column__block {
  padding-top: 3.1%;
}

.people-message__container__column__block--title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* ================================================
PEOPLE pageHead
=================================================== */
.people-pageHead {
  position: relative;
  margin-top: max(-13.5%, -194px);
  padding-bottom: min(13%, 187px);
  overflow: hidden;
  background-color: #F7F6F5;
}

.people-pageHead__wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: min(6.95%, 100px);
}

.people-pageHead__container {
  z-index: 2;
  position: relative;
  margin-left: min(10.6vw, 152px);
  padding-top: min(16%, 230px);
}

.people-pageHead__container::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 94.4%;
  background-color: #ffffff;
  content: "";
}

.people-pageHead__container--item {
  position: absolute;
  top: 0;
  right: min(19%, 243px);
  width: min(11.73%, 150px);
  -webkit-transform: translateY(-17%);
  transform: translateY(-17%);
}

/* ================================================
PEOPLE interview,crossTalk
=================================================== */
.people-pageHeadTitle {
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: center;
}

.people-pageHeadTitle>span {
  display: inline-block;
}

.people-pageHeadTitle>span::before,
.people-pageHeadTitle>span::after {
  display: block;
  width: 20px;
  height: 24px;
  content: "";
}

.people-pageHeadTitle>span::before {
  background-size: contain;
  background-repeat: no-repeat;
}

.people-pageHeadTitle>span::after {
  background-size: contain;
  background-repeat: no-repeat;
}

.people-pageHeadTitle.-itemYe>span::before {
  background-image: url(../images/common/kakko_ye_left.webp);
}

.people-pageHeadTitle.-itemYe>span::after {
  background-image: url(../images/common/kakko_ye_right.webp);
}

.people-pageHeadTitle.-itemAq>span::before {
  background-image: url(../images/common/kakko_aq_left.webp);
}

.people-pageHeadTitle.-itemAq>span::after {
  background-image: url(../images/common/kakko_aq_right.webp);
}

/* ================================================
PEOPLE interview
=================================================== */
.people-interview {
  max-width: 1000px;
  margin: 0 8.16% 16%;
}

.people-interview .people-secMainTitle .en {
  position: absolute;
  top: min(8.6vw, 123px);
  left: 0;
  -webkit-transform: translateX(1%) rotate(90deg);
  transform: translateX(1%) rotate(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.people-interview .people-secMainTitle .ja {
  position: absolute;
  top: min(55vw, 792px);
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.people-interview--title {
  margin-bottom: 136px;
}

.people-interview--title>span {
  position: relative;
}

.people-interview--title>span::before {
  position: absolute;
  top: -15px;
  left: -35px;
}

.people-interview--title>span::after {
  position: absolute;
  right: -35px;
  bottom: -12px;
}

.people-interview__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.people-interview__column__block {
  position: relative;
  width: 19.8%;
}

.people-interview__column__block:nth-of-type(1) {
  z-index: 4;
}

.people-interview__column__block:nth-of-type(2) {
  z-index: 3;
}

.people-interview__column__block:nth-of-type(3) {
  z-index: 2;
}

.people-interview__column__block:nth-of-type(4) {
  z-index: 1;
}

.people-interview__column__block .image {
  margin-bottom: 8px;
}

.people-interview__column__block__text {
  margin-left: 5.5%;
  text-align: center;
}

.people-interview__column__block .name {
  margin-bottom: 2px;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.people-interview__column__block .entryDate {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.people-interview__column__block .hukidasi {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.people-interview__column__block .hukidasi.-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 101px;
  height: 194px;
  writing-mode: vertical-rl;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  padding-bottom: 16px;
  background-size: contain;
  text-align: left;
  -webkit-transform: translate(60%, -60%);
  transform: translate(60%, -60%);
}

.people-interview__column__block .hukidasi.-text.-ye {
  background-image: url(../images/common/hukidasi_ye.webp);
}

.people-interview__column__block .hukidasi.-text.-aq {
  background-image: url(../images/common/hukidasi_aq.webp);
}

.people-interview__column__block .hukidasi.-item {
  position: absolute;
  top: -4%;
  left: 6%;
  width: 17.7%;
}

.people-interview__column__block a:hover .hukidasi {
  opacity: 1;
}

/* ================================================
PEOPLE crossTalk
=================================================== */
.people-crossTalk {
  max-width: 1025px;
  margin: 0 4.3% 0;
}

.people-crossTalk .people-secMainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 65px;
  gap: 30px;
}

.people-crossTalk .people-secMainTitle .ja {
  margin-bottom: 5px;
}

.people-crossTalk--title {
  margin-bottom: 3.2%;
}

.people-crossTalk--title>span {
  position: relative;
}

.people-crossTalk--title>span::before {
  position: absolute;
  top: -15px;
  left: -57px;
}

.people-crossTalk--title>span::after {
  position: absolute;
  right: -57px;
  bottom: -12px;
}

.people-crossTalk__block {
  position: relative;
}

.people-crossTalk__block .c-button {
  position: absolute;
  bottom: 36px;
  left: 50%;
  width: 279px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.people-crossTalk__block .c-button--text {
  max-width: 212px;
  padding-left: 30px;
  border-color: #37BEF0;
  color: #37BEF0;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Murecho", sans-serif;
}

.people-crossTalk__block .c-button--arrow svg path {
  fill: #37BEF0;
}

.people-crossTalk__block .c-button a {
  border-color: #ffffff;
  background-color: #fff;
}

.people-crossTalk__block .c-button a:hover {
  border-color: #37BEF0;
  background-color: #37BEF0;
}

.people-crossTalk__block .c-button a:hover .c-button--text {
  border-color: #ffffff;
  color: #ffffff;
}

.people-crossTalk__block .c-button a:hover .c-button--arrow svg path {
  fill: #ffffff;
}

/* ================================================
PEOPLE data
=================================================== */
.people-data {
  background-color: #F7F6F5;
}

.people-data .mask {
  background-color: #37BEF0;
  clip-path: ellipse(163% 100% at 50% 100%);
}

.people-data__wrap {
  max-width: 1310px;
  margin: 0 auto;
}

.people-data .people-secMainTitle {
  margin-bottom: 40px;
}

.people-data .people-secMainTitle .en {
  margin-bottom: 18px;
}

.people-data .people-secMainTitle .en img {
  margin: 0 auto;
}

.people-data .people-secMainTitle .ja {
  text-align: center;
}

.people-data__container {
  padding: 47px 3.817% 120px;
}

.people-data__container--text {
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.06em;
  text-align: center;
}

.people-data__container .c-button {
  margin: 85px auto 0;
}

.people-data__block {
  margin-top: 70px;
}

.people-data__block__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-bottom: 13px;
  gap: 13px;
}

.people-data__block__column.-column03 {
  margin-bottom: 0;
}

.people-data__block__column.-column04 {
  gap: 14px;
}

/* ================================================
INTERVIEW common
=================================================== */
.interview {
  background-color: #F7F6F5;
}

.interview footer {
  background-color: #ffffff;
}

/* ================================================
INTERVIEW head
=================================================== */
.interview-head {
  margin-top: min(12vw, 172px);
}

.interview-head__wrap {
  max-width: 1250px;
  margin: 0 auto;
}

.interview-head .interview-pageTitle {
  padding: 0 1%;
}

.interview-head .interview-pageTitle .en {
  margin-left: 0.5%;
}

.interview-head .interview-pageTitle .en img {
  width: auto;
  height: min(8.761vw, 106px);
}

/* ================================================
INTERVIEW body
=================================================== */
.interview-body {
  position: relative;
  margin-top: 35px;
  padding-bottom: 10.2%;
  overflow: hidden;
}

.interview-body.-ye {
  background-color: #FCC800;
}

.interview-body.-aq {
  background-color: #37BEF0;
}

.interview-body::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 61.5%;
  background-color: #F7F6F5;
  content: "";
}

.interview-body__wrap {
  max-width: 1210px;
  margin: 0 auto;
  padding-top: 40px;
}

.interview-body__container {
  z-index: 2;
  position: relative;
  padding-bottom: 150px;
  background-color: #ffffff;
}

.interview-body__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  position: relative;
  top: -40px;
  align-items: flex-start;
  margin-bottom: 53px;
  padding: 0 3.5% 0 2.8%;
  gap: 7.5%;
}

.interview-body__column--image {
  z-index: 2;
  position: relative;
  width: 53.4%;
}

.interview-body__column--image::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100vw;
  height: 100%;
  border-radius: 20px 0 0 30px;
  content: "";
}

.interview-body__column--image.-aq::before {
  background-color: #37BEF0;
}

.interview-body__column--image.-ye::before {
  background-color: #FCC800;
}

.interview-body__column__block {
  position: relative;
  width: 39%;
}

.interview-body__column__block--title {
  margin-top: 70px;
  margin-bottom: 90px;
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}

.interview-body__column__block--title p {
  display: inline-block;
  text-align: left;
}

.interview-body__column__block__text {
  margin-left: 9.5%;
}

.interview-body__column__block__text--post,
.interview-body__column__block__text--name,
.interview-body__column__block__text--entryDate {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.interview-body__column__block__text--post {
  font-size: 1.4rem;
}

.interview-body__column__block__text--name {
  font-size: 1.8rem;
}

.interview-body__column__block__text--entryDate {
  font-size: 1.5rem;
}

.interview-body__column__block--item {
  position: absolute;
  width: 49px;
}

.interview-body__column__block--item.-item01 {
  top: 0;
  left: 0;
}

.interview-body__column__block--item.-item02 {
  top: 185px;
  right: 0;
}

.interview-body__box {
  max-width: 900px;
  margin: 0 auto;
}

.interview-body__box+.interview-body__box {
  margin-top: 50px;
}

.interview-body__box--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 25px 0 43px;
  gap: 15px;
}

.interview-body__box--title::before {
  display: block;
  width: 9px;
  height: 9px;
  margin-top: 0.65em;
  border-radius: 50%;
  content: "";
}

.interview-body__box--title.-aq::before {
  background-color: #37BEF0;
}

.interview-body__box--title.-ye::before {
  background-color: #FCC800;
}

.interview-body__box--text {
  margin-left: 3%;
  padding: 0 40px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
}

/* ================================================
INTERVIEW foot
=================================================== */
.interview-foot {
  padding-bottom: 120px;
}

.interview-foot__wrap {
  max-width: 830px;
  margin: 0 auto;
}

.interview-foot__container {
  padding: 56px 6.5% 0 5%;
}

.interview-foot__container--title {
  margin-left: 2%;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
}

.interview-foot__container__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 125px;
  margin-bottom: 90px;
  gap: 9.5%;
}

.interview-foot__container__column__block__text {
  margin-top: 7px;
  margin-left: 6%;
  text-align: center;
}

.interview-foot__container__column__block__text .name {
  margin-bottom: 3px;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.interview-foot__container__column__block__text .entryDate {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.interview-foot__container__column__block .hukidasi {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.interview-foot__container__column__block .hukidasi.-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 101px;
  height: 194px;
  writing-mode: vertical-rl;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  padding-bottom: 16px;
  background-size: contain;
  text-align: left;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.interview-foot__container__column__block .hukidasi.-text.-ye {
  background-image: url(../images/common/hukidasi_ye.webp);
}

.interview-foot__container__column__block .hukidasi.-text.-aq {
  background-image: url(../images/common/hukidasi_aq.webp);
}

.interview-foot__container__column__block .hukidasi.-item {
  position: absolute;
  top: -4%;
  left: 6%;
  width: 17.7%;
}

.interview-foot__container__column__block a {
  position: relative;
}

.interview-foot__container__column__block a:hover .hukidasi {
  opacity: 1;
}

.interview-foot__button {
  margin-left: 2%;
}

.interview-foot__button .c-button {
  margin: 0 auto;
}

.interview-foot__button .c-button+.c-button {
  margin-top: 22px;
}

/* ================================================
CROSSTALK common
=================================================== */
.crosstalk {
  background-color: #F7F6F5;
}

.crosstalk .footer {
  background-color: #ffffff;
}

.crosstalkSecWrap {
  max-width: 1312px;
  margin: 0 auto;
}

/* ================================================
CROSSTALK head
=================================================== */
.crosstalk-head {
  margin-top: min(11.4vw, 164px);
  overflow: hidden;
}

.crosstalk-head__container {
  z-index: 2;
  position: relative;
  margin: 0 min(4.04vw, 53px);
  padding: 0 5.4% 75px;
}

.crosstalk-head__container::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 12.6%;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  content: "";
}

/* ================================================
CROSSTALK about
=================================================== */
.crosstalk-about {
  padding: 9.9% 0 60px;
}

.crosstalk-about .crosstalk-mainTitle {
  z-index: 2;
  position: absolute;
  top: min(9.84vw, 119px);
  left: 0.2%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.crosstalk-about .crosstalk-mainTitle .en img {
  width: auto;
  height: min(9.59vw, 116px);
}

.crosstalk-about--image {
  width: 97%;
  margin: 0 auto 23px;
}

.crosstalk-about__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 68px;
  gap: 4.8%;
}

.crosstalk-about__people__text {
  text-align: center;
}

.crosstalk-about__people__text .name {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.crosstalk-about__people__text .entryDate {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.crosstalk-about__people__text .post {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.crosstalk-about__topic {
  text-align: center;
}

.crosstalk-about__topic--title {
  color: #37BEF0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
}

.crosstalk-about__topic__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.8%;
}

.crosstalk-about__topic__column--button:nth-of-type(1) a,
.crosstalk-about__topic__column--button:nth-of-type(2) a {
  padding: 0 21px;
}

.crosstalk-about__topic__column--button:nth-of-type(3) a,
.crosstalk-about__topic__column--button:nth-of-type(4) a {
  padding: 0 10px;
}

.crosstalk-about__topic__column--button:nth-of-type(5) a {
  padding: 0 15px;
}

.crosstalk-about__topic__column--button {
  margin-top: 20px;
}

.crosstalk-about__topic__column--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;
  height: 59px;
  border-radius: 10px;
  background-color: #37BEF0;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.crosstalk-about__topic__column--button a:hover {
  opacity: 0.7;
}

/* ================================================
CROSSTALK crosstalk-qa
=================================================== */
.crosstalk-qa {
  padding-top: 55px;
  /* --- ▼各qa別
  ----------------------------------------- */
}

.crosstalk-qa.qa02 .crosstalk-qa__container,
.crosstalk-qa.qa03 .crosstalk-qa__container,
.crosstalk-qa.qa04 .crosstalk-qa__container,
.crosstalk-qa.qa05 .crosstalk-qa__container {
  margin: 0 min(4.04vw, 53px);
  padding-right: 5.4%;
  padding-left: 5.4%;
}

.crosstalk-qa.qa03,
.crosstalk-qa.qa05 {
  overflow: hidden;
}

.crosstalk-qa .category {
  position: relative;
  margin-bottom: 35px;
  color: #37BEF0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
}

.crosstalk-qa .category::before {
  display: block;
  position: absolute;
  top: 0.35em;
  left: -2.35%;
  width: 100vw;
  height: 1px;
  background-color: #37BEF0;
  content: "";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.crosstalk-qa .question {
  display: inline-block;
  margin-bottom: 32px;
  margin-left: 3%;
  padding: 1.41% 3.76%;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.crosstalk-qa .question.-gr {
  background-color: #F7F6F5;
}

.crosstalk-qa .question.-wh {
  background-color: #ffffff;
}

.crosstalk-qa .answer {
  margin-bottom: 35px;
  margin-left: 18.3%;
}

.crosstalk-qa .answer .name {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  gap: 15px;
}

.crosstalk-qa .answer .name::before {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
}

.crosstalk-qa .answer.-aq .name::before {
  background-color: #37BEF0;
}

.crosstalk-qa .answer.-ye .name::before {
  background-color: #FCC800;
}

.crosstalk-qa .answer.-bk .name::before {
  background-color: #323434;
}

.crosstalk-qa .answer .text {
  display: block;
  max-width: 715px;
  margin-left: 2.8%;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.crosstalk-qa.qa02 .crosstalk-qa__container {
  z-index: 3;
  position: relative;
  padding-top: 55px;
}

.crosstalk-qa.qa02 .crosstalk-qa__container .image.-image01 {
  position: absolute;
  top: 0;
  right: 8.3%;
  width: min(20.55vw, 270px);
  -webkit-transform: translateY(-27%);
  transform: translateY(-27%);
}

.crosstalk-qa.qa02 .crosstalk-qa__container .image.-image02 {
  position: absolute;
  top: 50.3%;
  left: 89.2%;
  width: min(12.81vw, 168px);
}

.crosstalk-qa.qa03 .crosstalk-qa__wrap {
  z-index: 2;
  position: relative;
}

.crosstalk-qa.qa03 .crosstalk-qa__wrap::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 4.8%;
  left: 11.7%;
  width: 100vw;
  height: 98.5%;
  background-color: #37BEF0;
  content: "";
}

.crosstalk-qa.qa03 .crosstalk-qa__container {
  z-index: 3;
  position: relative;
  margin-top: 6%;
  margin-bottom: 12%;
  padding-top: 15%;
  padding-bottom: 187px;
  background-color: #ffffff;
}

.crosstalk-qa.qa03 .crosstalk-qa__container .image.-image03 {
  position: absolute;
  top: 0;
  right: 10.8%;
  width: min(22.84vw, 300px);
  -webkit-transform: translateY(-34%);
  transform: translateY(-34%);
}

.crosstalk-qa.qa03 .crosstalk-qa__container .image.-image04 {
  position: absolute;
  top: 66.7%;
  left: 0;
  width: min(13.25vw, 174px);
  -webkit-transform: translateX(-21%);
  transform: translateX(-21%);
}

.crosstalk-qa.qa03 .crosstalk-qa__container .image.-image05 {
  position: absolute;
  bottom: 0;
  left: 59.4%;
  width: min(24.38vw, 351px);
  -webkit-transform: translateY(57%);
  transform: translateY(57%);
}

.crosstalk-qa.qa04 {
  margin-bottom: 110px;
  padding-top: 37px;
}

.crosstalk-qa.qa05 .crosstalk-qa__wrap {
  z-index: 2;
  position: relative;
}

.crosstalk-qa.qa05 .crosstalk-qa__wrap::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: min(4.04vw, 53px);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  content: "";
}

.crosstalk-qa.qa05 .crosstalk-qa__container {
  margin-bottom: 20%;
  padding-top: 190px;
  padding-bottom: 17%;
}

.crosstalk-qa.qa05 .crosstalk-qa__container .image.-image07 {
  position: absolute;
  bottom: 0;
  left: 16.8%;
  width: 538px;
  -webkit-transform: translateY(74%);
  transform: translateY(74%);
}

/* ================================================
CROSSTALK foot
=================================================== */
.crosstalk-foot {
  margin: 72px 0 125px;
}

.crosstalk-foot .c-button {
  margin: 0 auto;
}

.crosstalk-foot .c-button+.c-button {
  margin-top: 23px;
}

/* ================================================
RECRUIT common
=================================================== */
.recruitSecWrap {
  max-width: 1210px;
  margin: 0 auto;
}

.recruit-secMainTitle .en img {
  width: auto;
  height: min(9.918vw, 120px);
}

.recruit-secMainTitle .ja {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.recruit-secMainTitle .ja.-ye {
  color: #FCC800;
}

.recruit-secMainTitle .ja.-aq {
  color: #37BEF0;
}

.recruit-secMainTitle .ja.-wh {
  color: #ffffff;
}

/* ================================================
RECRUIT about
=================================================== */
.recruit-about {
  margin-top: min(24.8vw, 357px);
  background-color: #F7F6F5;
}

.recruit-about__container {
  position: relative;
}

.recruit-about__container .recruit-mainTitle .en {
  position: absolute;
  top: 0;
  left: 0;
  width: 68.2%;
  -webkit-transform: translateY(-73%);
  transform: translateY(-73%);
}

.recruit-about__container .recruit-mainTitle .ja {
  color: #37BEF0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: 71%;
  white-space: nowrap;
  writing-mode: vertical-rl;
  -webkit-transform: translateY(-67%);
  transform: translateY(-67%);
}

.recruit-about__container .recruit-mainTitle .ja>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.recruit-about__container .recruit-mainTitle .ja>span::before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #37BEF0;
  content: "";
}

.recruit-about__container__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
  padding-top: 13.2%;
  gap: 11.8%;
}

.recruit-about__container__column--image {
  width: 54.6%;
}

.recruit-about__container__column__block {
  width: 34%;
  padding-top: 6.5%;
}

.recruit-about__container__column__block--title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.19;
  letter-spacing: 0.06em;
}

/* ================================================
RECRUIT personality
=================================================== */
.recruit-personality {
  position: relative;
  margin-top: max(-13.67%, -164px);
  padding-top: min(6%, 72px);
  overflow: hidden;
  background-color: #37BEF0;
}

.recruit-personality::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 79.5%;
  background-color: #F7F6F5;
  content: "";
}

.recruit-personality__container {
  z-index: 2;
  position: relative;
  padding: 203px 0 143px;
}

.recruit-personality__container::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 8.5%;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  content: "";
}

.recruit-personality__container .recruit-secMainTitle {
  z-index: 3;
  position: absolute;
  top: 0;
  right: min(5vw, 60px);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translate(99.5%, -72.7%) rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transform: translate(99.5%, -72.7%) rotate(90deg);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruit-personality__container .recruit-secMainTitle .en img {
  height: min(11.67vw, 140px);
}

.recruit-personality__container .recruit-secMainTitle .ja {
  -webkit-transform: translate(-17%, 35%) rotate(-90deg);
  transform: translate(-17%, 35%) rotate(-90deg);
}

.recruit-personality--title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-align: center;
}

.recruit-personality__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  justify-content: center;
  margin-top: 80px;
}

.recruit-personality__column::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 224px;
  background-image: url(../images/recruit/personality_border.webp);
  background-position: top center;
  background-size: cover;
  content: "";
  -webkit-transform: translate(-50%, -29%);
  z-index: 4;
  transform: translate(-50%, -29%);
}

.recruit-personality__column__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(375px, 41.4vw, 473px);
  height: clamp(375px, 41.4vw, 473px);
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  position: relative;
  flex-direction: column;
  padding-bottom: 4px;
}

.recruit-personality__column__block::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  mix-blend-mode: multiply;
}

.recruit-personality__column__block.-ye {
  margin-right: -25px;
}

.recruit-personality__column__block.-ye::before {
  background-color: #FFF3C3;
}

.recruit-personality__column__block.-ye .recruit-personality__column__block--category {
  top: min(5.92%, 28px);
  left: min(25.37%, 120px);
  color: #FCC800;
}

.recruit-personality__column__block.-ye .recruit-personality__column__block--title::before {
  width: 65px;
  background-color: #FCC800;
}

.recruit-personality__column__block.-aq {
  margin-left: -25px;
}

.recruit-personality__column__block.-aq::before {
  background-color: #99E3FF;
}

.recruit-personality__column__block.-aq .recruit-personality__column__block--category {
  top: min(7%, 33px);
  left: min(22.2%, 105px);
  color: #37BEF0;
}

.recruit-personality__column__block.-aq .recruit-personality__column__block--title::before {
  width: 189px;
  background-color: #37BEF0;
}

.recruit-personality__column__block--category {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.8;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.recruit-personality__column__block--title {
  position: relative;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.recruit-personality__column__block--title::before {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recruit-personality__column__block--text {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.77;
  letter-spacing: 0.02em;
}

.recruit-personality__column__block--text:last-of-type {
  margin-bottom: 0;
}

/* ================================================
RECRUIT benefit
=================================================== */
.recruit-benefit {
  padding-bottom: 12.5vw;
  background-color: #37BEF0;
}

.recruit-benefit__container {
  padding: 87px 8.4% 105px;
}

.recruit-benefit__container .recruit-secMainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -10%;
  gap: 32px;
}

.recruit-benefit__container .recruit-secMainTitle .ja {
  margin-bottom: 1%;
}

.recruit-benefit__message {
  margin-top: 35px;
}

.recruit-benefit__message--title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.recruit-benefit__message--text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.recruit-benefit__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 2%;
}

.recruit-benefit__column__block {
  width: 31.9933333333%;
  margin-top: 38px;
  padding: 2.3% 2% 1.2%;
  border-radius: 20px;
  background-color: #F7F6F5;
  text-align: center;
}

.recruit-benefit__column__block.-pb01 {
  padding-bottom: 2.2%;
}

.recruit-benefit__column__block.-pb02 {
  padding-bottom: 3%;
}

.recruit-benefit__column__block--title {
  margin-bottom: 8.3%;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.recruit-benefit__column__block--image {
  width: 83.03%;
  margin: 0 auto;
}

.recruit-benefit__column__block--text {
  margin-top: 5.2%;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

/* ================================================
RECRUIT recruit-foot
=================================================== */
.recruit-foot {
  position: relative;
  padding-bottom: 120px;
  background-color: #F7F6F5;
}

.recruit-foot::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 12.5vw;
  background-image: url(../images/common/semicircle_gr.webp);
  background-position: top center;
  background-size: cover;
  content: "";
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.recruit-foot .c-button {
  margin: 122px auto 0;
}

/* ================================================
RECRUIT job
=================================================== */
.recruit-job {
  margin-bottom: 113px;
  padding-top: 52px;
}

.recruit-job__container__head {
  margin-bottom: 133px;
  padding: 2.2% 8.5% 80px;
  background-color: #ffffff;
}

.recruit-job__container .recruit-secMainTitle {
  text-align: center;
  -webkit-transform: translateY(-61%);
  transform: translateY(-61%);
}

.recruit-job__container .recruit-secMainTitle .en {
  margin-bottom: 8px;
}

.recruit-job__container .recruit-secMainTitle .en img {
  margin: 0 auto;
}

.recruit-job__accordion__container {
  margin-top: -50px;
}

.recruit-job__accordion__container+.recruit-job__accordion__container {
  margin-top: 50px;
}

.recruit-job__accordion__container--title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.4;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}

.recruit-job__accordion__block {
  border-top: 1px solid #FCC800;
}

.recruit-job__accordion__block:last-child {
  border-bottom: 1px solid #FCC800;
}

.recruit-job__accordion__block--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0 18px;
  padding-right: 30px;
}

.recruit-job__accordion__block--title .text {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
}

.recruit-job__accordion__block__container {
  max-width: 905px;
  padding-bottom: 19px;
  padding-left: 6.5%;
}

.recruit-job__accordion__block__container p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.recruit-job__accordion__block__container p+p {
  margin-top: 30px;
}

.recruit-job__accordion__block__container a {
  color: #37BEF0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.recruit-job__accordion__block__container a:hover {
  opacity: 0.7;
}

.recruit-job__apply {
  text-align: center;
}

.recruit-job__apply--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 118px;
  height: 52px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.1;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 25px;
  border-radius: 10px;
  background-color: #37BEF0;
}

.recruit-job__apply--text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.recruit-job__apply--text+.recruit-job__apply--text {
  margin-top: 36px;
}

.recruit-job__apply--text .cl-rd {
  color: #AD0303;
}

/* ================================================
RECRUIT qa
=================================================== */
.recruit-qa__container .recruit-secMainTitle {
  margin-bottom: 55px;
  text-align: center;
}

.recruit-qa__container .recruit-secMainTitle .en {
  margin-bottom: 8px;
}

.recruit-qa__container .recruit-secMainTitle .en img {
  margin: 0 auto;
}

.recruit-qa__pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
  gap: 23px;
}

.recruit-qa__pagelink__box {
  width: 148px;
  height: 141px;
}

.recruit-qa__pagelink__box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 29px;
  border-radius: 10px;
  background-color: #fff;
}

.recruit-qa__pagelink__box a .image {
  width: 42px;
  margin: 0 auto 18px;
}

.recruit-qa__pagelink__box a .text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.11;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}

.recruit-qa__pagelink__box a .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 19px;
  -webkit-transform: translate(-50%, 62%);
  transform: translate(-50%, 62%);
  -webkit-transition: bottom 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: bottom 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.recruit-qa__pagelink__box a:hover .arrow {
  bottom: -20px;
}

.recruit-qa__pagelink__box.-oneline .image {
  margin-bottom: 26px;
}

.recruit-qa__category+.recruit-qa__category {
  margin-top: 55px;
}

.recruit-qa__category--title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.11;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
}

.recruit-qa__accordion {
  padding: 0 8.5%;
}

.recruit-qa__accordion__block {
  border-radius: 10px;
  background-color: #ffffff;
}

.recruit-qa__accordion__block+.recruit-qa__accordion__block {
  margin-top: 16px;
}

.recruit-qa__accordion__block--title {
  padding: 10px 18px 10px 21px;
}

.recruit-qa__accordion__block--title .text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.035em;
  display: flex;
}

.recruit-qa__accordion__block--title .text .mark {
  margin-right: 6px;
  color: #FCC800;
  font-family: "Murecho", sans-serif;
}

.recruit-qa__accordion__block--title .item {
  position: relative;
}

.recruit-qa__accordion__block--title .item span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #FCC800;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recruit-qa__accordion__block--title .item span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.recruit-qa__accordion__block__container {
  max-width: 945px;
  padding-bottom: 20px;
  padding-left: 4%;
}

.recruit-qa__accordion__block__container .text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.recruit-qa__accordion__block__container .text .bold {
  display: block;
  font-weight: 700;
}

.recruit-qa__accordion__block__container .text .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.recruit-qa__accordion__block__container .text .list::before {
  display: block;
  position: absolute;
  top: 0.95em;
  left: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #323434;
  content: "";
}

.recruit-qa__accordion__block__container .text .list .listText {
  display: block;
  padding-left: 1.5em;
}

.is-sp {
  display: none !important;
}

/* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.hover-opacity:hover {
  opacity: 0.8;
}

/* float */
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

.fl-none {
  float: none !important;
}

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

.clear-both {
  clear: both !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-sm {
  font-size: 1.4rem !important;
}

.fs-md {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2rem !important;
}

.fs-xxl {
  font-size: 2.2rem !important;
}

/* margin */
.m-auto {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* vertical-align */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

.w-305 {
  width: 305px !important;
}

.w-310 {
  width: 310px !important;
}

.w-315 {
  width: 315px !important;
}

.w-320 {
  width: 320px !important;
}

.w-325 {
  width: 325px !important;
}

.w-330 {
  width: 330px !important;
}

.w-335 {
  width: 335px !important;
}

.w-340 {
  width: 340px !important;
}

.w-345 {
  width: 345px !important;
}

.w-350 {
  width: 350px !important;
}

.w-355 {
  width: 355px !important;
}

.w-360 {
  width: 360px !important;
}

.w-365 {
  width: 365px !important;
}

.w-370 {
  width: 370px !important;
}

.w-375 {
  width: 375px !important;
}

.w-380 {
  width: 380px !important;
}

.w-385 {
  width: 385px !important;
}

.w-390 {
  width: 390px !important;
}

.w-395 {
  width: 395px !important;
}

.w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

/* width auto*/
.w-auto {
  width: auto !important;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

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

@media screen and (max-width: 767px) {
  .slideInWrap .slideIn.-sp_vertical {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  .slideInWrap .slideIn.is-show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  /* ================================================
    header（sp）
    =================================================== */
  .top .header__drawerMenu {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .top .js-fixedHeader.fixed-header .header__drawerMenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header {
    width: 100%;
    height: 73px;
  }

  .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 4%;
  }

  .header__logo {
    z-index: 9999;
    position: relative;
    width: 218px;
    margin-left: 0;
  }

  .header__logo img {
    margin-bottom: 0;
  }

  .header__drawerMenu {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    background-color: #fff;
  }

  .header__drawerMenu__wrap {
    display: grid;
    place-items: center;
    height: 100%;
    padding: 20px 0;
    overflow-y: scroll;
  }

  .header__drawerMenu__inner {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .header__drawerMenu__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 34px;
  }

  .header__drawerMenu .menu {
    text-align: center;
  }

  .header__drawerMenu .menu span {
    display: block;
  }

  .header__drawerMenu .menu .en {
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.4;
    font-family: "Sorts Mill Goudy", serif;
    letter-spacing: 0.1em;
  }

  .header__drawerMenu .menu .ja {
    color: #595757;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.1;
    font-family: "Murecho", sans-serif;
    letter-spacing: 0.06em;
  }

  .header__drawerMenu .menu a {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .header__drawerMenu .menu a:hover {
    opacity: 0.7;
  }

  .header__drawerMenu__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 245px;
    height: 70px;
    color: #ffffff;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.15em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 58px;
    border: 2px solid #FCC800;
    border-radius: 5em;
    background-color: #FCC800;
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .header__drawerMenu__button a:hover {
    background-color: #ffffff;
    color: #FCC800;
  }

  .header__hamburger {
    z-index: 9999;
    position: relative;
  }

  .header__hamburger__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: relative;
    justify-content: center;
  }

  .header__hamburger__inner span {
    width: 100%;
    height: 1px;
    background-color: #323434;
  }

  .header__hamburger__inner span:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__hamburger__inner span:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .header .js-drawer {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .header .js-drawer.active {
    visibility: inherit;
    opacity: 1;
  }

  .header .js-hamburger span {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1), top 0.4s cubic-bezier(0.25, 1, 0.5, 1), left 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1), top 0.4s cubic-bezier(0.25, 1, 0.5, 1), left 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), top 0.4s cubic-bezier(0.25, 1, 0.5, 1), left 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), top 0.4s cubic-bezier(0.25, 1, 0.5, 1), left 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .header .js-hamburger.active span:nth-of-type(2) {
    visibility: hidden;
    opacity: 0;
  }

  .header .js-hamburger.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .header .js-hamburger.active span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }

  /* ================================================
    footer（sp）
    =================================================== */
  .footer__inner {
    padding: 75px 6.4% 16px;
  }

  .footer__logo {
    width: min(100%, 326px);
    margin-bottom: 50px;
  }

  .footer__column {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    margin-bottom: 120px;
  }

  .footer__menu__list .menu {
    margin-top: 26px;
  }

  .footer__menu__list .menu a {
    font-size: 17px;
  }

  .footer__menu__list .menu a::before {
    top: 11px;
  }

  .footer__entry {
    width: 245px;
    margin: 0 auto 30px;
  }

  .footer__company {
    margin-bottom: 50px;
  }

  .footer .copyright {
    display: block;
    text-align: center;
  }

  /* ================================================
  TOP common（sp）
  =================================================== */
  .home-mainTitle.-en img {
    height: 17vw;
  }

  .home-mainTitle.-en.-high img {
    height: 20.8vw;
  }

  .home-mainTitle.-ja {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }

  .home-mainTitle.-ja>span {
    gap: 7px;
  }

  .home-mainTitle.-ja.-c_aq_sp {
    color: #37BEF0;
  }

  .home-mainTitle.-ja.-c_aq_sp>span::before {
    background-color: #37BEF0;
  }

  /* ================================================
  TOP fv（sp）
  =================================================== */
  .home-fv {
    height: calc(100svh + 73px);
    /* header分伸ばす */
  }

  .is-header-scroll {
    display: none;
  }

  .home-fv__scroll {
    top: auto;
    right: 6.2%;
    bottom: 13%;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .home-fv__scroll.is-scroll {
    display: block;
  }

  .home-fv__inner {
    height: 100%;
  }

  .home-fv__inner--image.-image01 {
    top: -1.8%;
    left: -2%;
    width: 32%;
  }

  .home-fv__inner--image.-image02 {
    top: 66%;
    left: -2.2%;
    width: 53.5%;
  }

  .home-fv__inner--image.-image03 {
    top: 77.6%;
    left: 45%;
    width: 30%;
  }

  .home-fv__inner--image.-image04 {
    top: 3.4%;
    left: 38%;
    width: 58%;
  }

  .home-fv__inner--image.-image05 {
    top: 15%;
    left: 22%;
    width: 26%;
  }

  .home-fv__inner--image.-image06 {
    top: 59.5%;
    left: 72%;
    width: 34%;
  }

  .home-fv__inner__textWrap {
    width: 86.94vw;
    height: 69.34vw;
    -webkit-transform: translate(-50%, -68%);
    transform: translate(-50%, -68%);
  }

  .home-fv__inner__text.-text01 {
    top: 0%;
    left: -2.5%;
    width: 38%;
  }

  .home-fv__inner__text.-text01 .item.-item01 {
    top: -91%;
    left: -40%;
    width: 33%;
  }

  .home-fv__inner__text.-text01 .item.-item02 {
    top: 86%;
    left: 107%;
    width: 33%;
  }

  .home-fv__inner__text.-text02 {
    top: -1.5%;
    left: -15.5%;
    width: 52.2%;
  }

  .home-fv__inner__text.-text02 .item.-item01 {
    top: -99%;
    left: -26%;
    width: 24%;
  }

  .home-fv__inner__text.-text02 .item.-item02 {
    top: 93%;
    left: 103%;
    width: 24%;
  }

  .home-fv__inner--item.-item01 {
    top: 64.5%;
    left: 23.7%;
    width: 20.5%;
  }

  .home-fv__inner--item.-item02 {
    top: 8.5%;
    left: 58%;
    width: 20.5%;
  }

  .js-fvAnime-1.-item01 {
    -webkit-transform: translate(17vw, -9vw) scale(1.4);
    transform: translate(17vw, -9vw) scale(1.4);
  }

  .js-fvAnime-1.-item02 {
    -webkit-transform: translate(-20vw, -11vw) scale(1.4);
    transform: translate(-20vw, -11vw) scale(1.4);
  }

  .js-fvAnime-2.-item01 {
    -webkit-transform: translate(18vw, 10vw) scale(1.4);
    transform: translate(18vw, 10vw) scale(1.4);
  }

  .js-fvAnime-2.-item02 {
    -webkit-transform: translate(-7vw, 9vw) scale(1.4);
    transform: translate(-7vw, 9vw) scale(1.4);
  }

  /* ================================================
  TOP about（sp）
  =================================================== */
  .home-about {
    padding-top: 127px;
    padding-bottom: 26%;
  }

  .home-about::before {
    width: 100%;
    height: max(73%, 1250px);
  }

  .home-about__container {
    margin-left: 4.3%;
    padding: 107px 6.7% 117.5%;
  }

  .home-about__container::before {
    width: 100%;
  }

  .home-about__container .home-mainTitle.-en {
    left: 24px;
    -webkit-transform: translate(0, -77%);
    transform: translate(0, -77%);
  }

  .home-about__container .home-mainTitle.-ja {
    top: 8vw;
    left: 25px;
  }

  .home-about__container .c-button {
    margin-top: 48px;
    margin-left: 15%;
  }

  .home-about__container--title {
    margin-bottom: 50px;
    font-size: 2.4rem;
  }

  .home-about__container--text+.home-about__container--text {
    margin-top: 35px;
  }

  .home-about__container--image.-vertical {
    width: 44.6%;
  }

  .home-about__container--image.-horizontal {
    width: 67%;
  }

  .home-about__container--image.-image01 {
    top: auto;
    right: 60.27vw;
    bottom: 42.67vw;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .home-about__container--image.-image02 {
    top: auto;
    bottom: 22.67vw;
    left: 42.7vw;
  }

  .home-about__container--image.-image03 {
    top: auto;
    bottom: -25.34vw;
    left: 23.75vw;
  }

  /* ================================================
  TOP business（sp）
  =================================================== */
  .home-business {
    padding: 53.4% 0 75px 6.7%;
  }

  .home-business__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    gap: 0;
  }

  .home-business__container .home-mainTitle.-en {
    position: relative;
    left: -1.3%;
    -webkit-transform: translateY(0);
    margin-bottom: 4.4%;
    transform: translateY(0);
  }

  .home-business__container .home-mainTitle.-ja {
    margin-bottom: 58px;
  }

  .home-business__container--item {
    width: 53.6vw;
  }

  .home-business__container--item.-item01 {
    top: -38.67vw;
    right: 25.87vw;
  }

  .home-business__container--item.-item02 {
    top: -30.14vw;
    right: 4.8vw;
  }

  .home-business__container--image {
    width: 95%;
  }

  .home-business__container--image img {
    border-radius: 20px;
  }

  .home-business__container--image::before {
    top: 16.5%;
    right: 2%;
    height: 95%;
  }

  .home-business__container--image .home-mainTitle.-ja {
    position: initial;
  }

  .home-business__container--text {
    margin-top: 60px;
    font-size: 1.7rem;
  }

  .home-business__container .c-button {
    margin: 48px auto 0;
  }

  /* ================================================
  TOP people（sp）
  =================================================== */
  .home-people {
    padding-top: 10%;
  }

  .home-people .mask {
    clip-path: ellipse(140% 100% at 50% 100%);
  }

  .home-people__bg {
    height: 178vw;
  }

  .home-people__group {
    padding: 0;
  }

  .home-people__wrap {
    padding: 20% 0 0;
  }

  .home-people .home-mainTitle.-en {
    position: initial;
    -webkit-transform: translate(0, 0);
    margin-bottom: 10px;
    transform: translate(0, 0);
    text-align: center;
  }

  .home-people .home-mainTitle.-ja>span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-people--item {
    top: -8vw;
    right: 2.67vw;
    width: 33.1vw;
  }

  .home-people__message {
    margin-bottom: 60px;
    padding-top: 88px;
  }

  .home-people__message--text {
    font-size: 1.7rem;
  }

  .home-people__message .c-button {
    margin: 12px auto 0;
  }

  .home-people__container {
    padding: 70px 0 130px;
  }

  .home-people__container .peopleTitle {
    font-size: 2.1rem;
  }

  .home-people__container .peopleTitle::before,
  .home-people__container .peopleTitle::after {
    width: 18px;
    height: 21px;
  }

  .home-people__container__head {
    padding: 0 8%;
  }

  .home-people__container__head--title {
    margin-bottom: 140px;
  }

  .home-people__container__head--title::before {
    top: -11px;
    left: -19px;
  }

  .home-people__container__head--title::after {
    right: -18px;
    bottom: -21px;
  }

  .home-people__container__head__column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 13.2%;
  }

  .home-people__container__head__column__block {
    width: 39%;
  }

  .home-people__container__head__column__block:nth-of-type(n + 3) {
    margin-top: 120px;
  }

  .home-people__container__head__column__block .image {
    margin-bottom: 13px;
  }

  .home-people__container__head__column__block .name {
    margin-left: 3%;
  }

  .home-people__container__head__column__block .entryDate {
    margin-left: 3%;
  }

  .home-people__container__head__column__block .hukidasi {
    opacity: 1;
  }

  .home-people__container__head__column__block .hukidasi.-text {
    width: 77px;
    height: 147px;
    padding-bottom: 13px;
    font-size: 1.2rem;
    line-height: 1.6;
    -webkit-transform: translate(61%, -100%);
    top: 27%;
    transform: translate(61%, -100%);
  }

  .home-people__container__head__column__block .hukidasi.-text.-ye {
    background-image: url(../images/common/hukidasi_ye_sp.webp);
  }

  .home-people__container__head__column__block .hukidasi.-text.-aq {
    background-image: url(../images/common/hukidasi_aq_sp.webp);
  }

  .home-people__container__head__column__block .hukidasi.-item {
    display: none;
  }

  .home-people__container__foot {
    margin-top: 74px;
    padding: 0 3.5%;
  }

  .home-people__container__foot--title {
    margin-bottom: 45px;
  }

  .home-people__container__foot--title::before {
    top: -11px;
    left: -28px;
  }

  .home-people__container__foot--title::after {
    right: -26px;
    bottom: -20px;
  }

  .home-people__container__foot__block .c-button {
    bottom: 8.7%;
  }

  /* ================================================
  TOP recruit（sp）
  =================================================== */
  .home-recruit__mainTitle .home-mainTitle.-en {
    top: -9vw;
    left: 5.2%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .home-recruit__mainTitle .home-mainTitle.-ja {
    top: 11.5vw;
    left: 6.7%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .home-recruit__inner {
    padding: 33.34% 0 25px;
  }

  .home-recruit__wrap {
    padding: 0;
  }

  .home-recruit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 4.8%;
    gap: 0;
  }

  .home-recruit__container__text {
    width: 100%;
  }

  .home-recruit__container--image {
    width: 98.24%;
  }

  .home-recruit__container--image::before {
    top: 15.2%;
    left: 2%;
    width: 100vw;
    height: 96%;
  }

  .home-recruit__container--text {
    margin-top: 60px;
    margin-left: 5px;
    font-size: 1.7rem;
    line-height: 2.19;
  }

  .home-recruit__container .c-button {
    margin: 48px auto;
  }

  /* ================================================
  ABOUT common（sp）
  =================================================== */
  .about-secMainTitle .en img {
    height: 54px;
  }

  .about-secMainTitle .en.-sp_twoLines img {
    height: 118px;
  }

  .about-secTitle {
    font-size: 2.4rem;
  }

  .about-secText+.about-secText {
    margin-top: 32px;
  }

  /* ================================================
  ABOUT message（sp）
  =================================================== */
  .about-message {
    margin-top: 165px;
  }

  .about-message__wrap {
    padding: 30px 4% 30px;
  }

  .about-message .about-pageTitle {
    margin-bottom: 60px;
  }

  .about-message .about-pageTitle .en {
    left: 6vw;
    width: 220px;
    -webkit-transform: translateY(-76%);
    transform: translateY(-76%);
  }

  .about-message .about-pageTitle .ja {
    letter-spacing: 0.06em;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    display: block;
    position: initial;
    writing-mode: initial;
    -webkit-transform: translateY(0);
    padding-left: 2.5%;
    transform: translateY(0);
  }

  .about-message .about-pageTitle .ja>span {
    gap: 7px;
  }

  .about-message--text {
    margin-top: 58px;
    margin-right: 0;
    padding: 0 2.4%;
  }

  .about-message--text p {
    font-size: 1.7rem;
  }

  .about-message__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .about-message__column--image {
    width: 97%;
    margin-bottom: 62px;
  }

  .about-message__column__block {
    padding: 0 2.4%;
  }

  .about-message__column__block--title {
    margin-bottom: 28px;
    font-size: 2.4rem;
  }

  .about-message__column__block--text {
    font-size: 2.1rem;
  }

  /* ================================================
  ABOUT about（sp）
  =================================================== */
  .about-about::before {
    height: 88.7%;
  }

  .about-about__wrap {
    padding-top: 25.34%;
  }

  .about-about__container {
    margin-left: 4vw;
    padding: 130px 7% 50px;
  }

  .about-about__container .about-secMainTitle {
    margin-bottom: 45px;
    margin-left: 0;
  }

  .about-about__container .about-secMainTitle .en {
    display: block;
    margin-bottom: 12px;
  }

  .about-about--item {
    width: 53.6vw;
  }

  .about-about--item.-item01 {
    top: 20vw;
    right: 26vw;
  }

  .about-about--item.-item02 {
    top: 28.4vw;
    right: 5vw;
  }

  /* ================================================
  ABOUT mission（sp）
  =================================================== */
  .about-mission {
    padding: 92px 0 70px;
  }

  .about-mission__wrap {
    padding: 0 6%;
  }

  .about-mission__container .about-secMainTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
    gap: 0;
  }

  .about-mission__container .about-secMainTitle .en {
    margin-bottom: 11px;
  }

  .about-mission__container .about-secMainTitle .ja {
    margin-bottom: 0;
  }

  .about-mission__container__text {
    padding-right: 0;
  }

  .about-mission__container__text__wrap {
    margin-right: 0;
  }

  .about-mission__container__text .about-secTitle {
    margin-bottom: 16px;
  }

  .about-mission__container__text .about-secSubTitle {
    margin-bottom: 47px;
    margin-left: 0;
  }

  .about-mission__container__text .about-secText {
    margin-left: 0;
  }

  /* ================================================
  ABOUT value（sp）
  =================================================== */
  .about-value__container {
    margin-bottom: 47px;
    margin-left: 4vw;
    padding: 97px 7% 73px;
  }

  .about-value__container .about-secMainTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 63px;
    gap: 0;
  }

  .about-value__container .about-secMainTitle .en {
    margin-bottom: 12px;
  }

  .about-value__container .about-secMainTitle .ja {
    margin-bottom: 5px;
  }

  .about-value__container .about-secTitle,
  .about-value__container .about-secText {
    margin-left: 0;
  }

  .about-value__container .about-secTitle {
    margin-bottom: 48px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }

  /* ================================================
  ABOUT profile（sp）
  =================================================== */
  .about-profile .mask {
    clip-path: ellipse(182% 100% at 50% 100%);
  }

  .about-profile__wrap {
    padding: 0 6.5%;
  }

  .about-profile__container {
    padding: 70px 0 85px;
  }

  .about-profile__container .about-secMainTitle {
    margin-bottom: 27px;
  }

  .about-profile__container .about-secMainTitle .en {
    margin-bottom: 13px;
  }

  .about-profile__container__info dt {
    width: auto;
    max-width: none;
    padding: 22px 0 12px;
    float: none;
    text-align: left;
  }

  .about-profile__container__info dd {
    padding: 0 0 22px;
    padding-left: 0;
  }

  .about-profile__container__info dd .title {
    margin-bottom: 11px;
  }

  .about-profile__container__info dd .list__item+.list__item {
    margin-top: 11px;
  }

  .about-profile__container__info dd .notes {
    display: block;
    margin-top: 14px;
    margin-bottom: -5px;
    margin-left: 5px;
  }

  .about-profile__container .c-button {
    margin: 66px auto 0;
  }

  /* ================================================
  BUSINESS common（sp）
  =================================================== */
  .business-secMainTitle .en img {
    height: 16vw;
  }

  /* ================================================
  BUSINESS message（sp）
  =================================================== */
  .business-message {
    margin-top: 170px;
  }

  .business-message__container {
    padding: 0;
    padding-bottom: 18%;
  }

  .business-message .business-pageTitle {
    -webkit-transform: translateY(-57%);
    padding-left: 6%;
    transform: translateY(-57%);
  }

  .business-message .business-pageTitle .en {
    position: initial;
    width: 84%;
    -webkit-transform: translateY(0);
    margin-bottom: 13px;
    transform: translateY(0);
  }

  .business-message .business-pageTitle .ja {
    position: initial;
    letter-spacing: 0.06em;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }

  .business-message .business-pageTitle .ja>span {
    gap: 7px;
  }

  .business-message__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
    padding: 0;
    gap: 0;
  }

  .business-message__column--image {
    width: 93.5%;
    padding-left: 4%;
  }

  .business-message__column__block {
    margin-top: 60px;
    padding: 0 6%;
  }

  .business-message__column__block--text {
    font-size: 1.7rem;
    line-height: 2.19;
  }

  /* ================================================
  BUSINESS services（sp）
  =================================================== */
  .business-services {
    margin-top: 0;
    padding-top: 5%;
  }

  .business-services::before {
    height: 85%;
  }

  .business-services .business-secMainTitle {
    margin-bottom: 60px;
    padding-left: 7%;
  }

  .business-services .business-secMainTitle .en {
    position: initial;
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform-origin: initial;
    margin-bottom: 16px;
    transform-origin: initial;
  }

  .business-services .business-secMainTitle .ja {
    position: initial;
  }

  .business-services__container {
    margin-left: 4.5vw;
    padding: 65px 0 60px;
  }

  .business-services__container__block {
    padding: 0 7%;
  }

  .business-services__container__block+.business-services__container__block {
    margin-top: 58px;
  }

  .business-services__container__block--title {
    margin-bottom: 6px;
    gap: 7px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .business-services__container__block--title::before {
    margin-top: 0.65em;
  }

  .business-services__container__block--text {
    margin-left: 0;
  }

  /* ================================================
  BUSINESS work（sp）
  =================================================== */
  .business-work .business-secMainTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 0;
  }

  .business-work .business-secMainTitle .en {
    margin-bottom: 10px;
    margin-left: -3px;
  }

  .business-work .business-secMainTitle .ja {
    margin-bottom: 0;
  }

  .business-work__container {
    padding: 66px 6.4% 83px;
  }

  .business-work__container__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .business-work__container__column__block {
    width: 100%;
    padding: 45px 5% 49px;
  }

  .business-work__container__column__block+.business-work__container__column__block {
    margin-top: 15px;
  }

  .business-work__container__column__block.-ttlTwoLine .business-work__container__column__block--title {
    padding-bottom: 10px;
  }

  .business-work__container__column__block--title {
    margin-bottom: 25px;
    padding-bottom: 22px;
  }

  .business-work__container .c-button {
    margin: 80px auto 0;
  }

  /* ================================================
  PEOPLE common（sp）
  =================================================== */
  .people-secMainTitle .en img {
    height: 16vw;
  }

  /* ================================================
  PEOPLE message（sp）
  =================================================== */
  .people-message {
    margin-top: 165px;
  }

  .people-message .people-pageTitle {
    -webkit-transform: translateY(-52%);
    padding-left: 2.5%;
    transform: translateY(-52%);
  }

  .people-message .people-pageTitle .en {
    position: initial;
    width: 65%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .people-message .people-pageTitle .ja {
    position: initial;
    letter-spacing: 0.06em;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }

  .people-message .people-pageTitle .ja>span {
    gap: 7px;
  }

  .people-message__container {
    padding: 0 3.8% 67px;
  }

  .people-message__container__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    gap: 0;
  }

  .people-message__container__column--image {
    width: 97%;
  }

  .people-message__container__column__block {
    padding-top: 60px;
    padding-left: 2.5%;
  }

  .people-message__container__column__block--title {
    margin-bottom: 0;
    font-size: 2.4rem;
  }

  /* ================================================
  PEOPLE pageHead（sp）
  =================================================== */
  .people-pageHead {
    margin-top: 0;
    padding-bottom: 27%;
  }

  .people-pageHead__wrap {
    padding-top: 12%;
  }

  .people-pageHead__container {
    margin-left: 0;
    padding-top: 20%;
  }

  .people-pageHead__container::before {
    height: 94.4%;
  }

  .people-pageHead__container--item {
    right: 3%;
    width: 32.8%;
    -webkit-transform: translateY(-36%);
    transform: translateY(-36%);
  }

  .people-pageHeadTitle {
    font-size: 2.1rem;
    line-height: 2;
  }

  .people-pageHeadTitle::before,
  .people-pageHeadTitle::after {
    width: 18px;
    height: 21px;
  }

  /* ================================================
  PEOPLE interview（sp）
  =================================================== */
  .people-interview {
    margin: 0 0 82px;
  }

  .people-interview .people-secMainTitle {
    margin-bottom: 55px;
  }

  .people-interview .people-secMainTitle .en {
    position: initial;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-transform-origin: initial;
    margin-bottom: 15px;
    transform-origin: initial;
  }

  .people-interview .people-secMainTitle .en img {
    margin: 0 auto;
  }

  .people-interview .people-secMainTitle .ja {
    position: initial;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-align: center;
  }

  .people-interview--title {
    margin-bottom: 145px;
  }

  .people-interview--title>span::before {
    top: -17px;
    left: -20px;
  }

  .people-interview--title>span::after {
    right: -20px;
    bottom: -30px;
  }

  .people-interview__column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 7.5%;
    gap: 11.2%;
  }

  .people-interview__column__block {
    width: 36.04%;
  }

  .people-interview__column__block:nth-child(n+3) {
    margin-top: 120px;
  }

  .people-interview__column__block .image {
    margin-bottom: 12px;
  }

  .people-interview__column__block__text {
    margin-left: 4.1%;
  }

  .people-interview__column__block .hukidasi {
    opacity: 1;
  }

  .people-interview__column__block .hukidasi.-text {
    width: 76px;
    height: 146px;
    padding-bottom: 11px;
    font-size: 1.2rem;
    -webkit-transform: translate(61%, -100%);
    top: 28%;
    transform: translate(61%, -100%);
  }

  .people-interview__column__block .hukidasi.-text.-ye {
    background-image: url(../images/common/hukidasi_ye_sp.webp);
  }

  .people-interview__column__block .hukidasi.-text.-aq {
    background-image: url(../images/common/hukidasi_aq_sp.webp);
  }

  .people-interview__column__block .hukidasi.-item {
    display: none;
  }

  /* ================================================
  PEOPLE crossTalk（sp）
  =================================================== */
  .people-crossTalk {
    margin: 0;
  }

  .people-crossTalk .people-secMainTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
    gap: 0;
  }

  .people-crossTalk .people-secMainTitle .en {
    margin-bottom: 17px;
  }

  .people-crossTalk .people-secMainTitle .ja {
    margin-bottom: 0;
  }

  .people-crossTalk--title {
    margin-bottom: 52px;
  }

  .people-crossTalk--title>span::before {
    top: -17px;
    left: -27px;
  }

  .people-crossTalk--title>span::after {
    right: -30px;
    bottom: -30px;
  }

  .people-crossTalk__block {
    margin: 0 3.8%;
  }

  .people-crossTalk__block .c-button {
    bottom: 8.7%;
  }

  /* ================================================
  PEOPLE data（sp）
  =================================================== */
  .people-data .mask {
    clip-path: ellipse(400% 100% at 50% 100%);
  }

  .people-data .people-secMainTitle {
    margin-bottom: 37px;
  }

  .people-data .people-secMainTitle .en {
    margin-bottom: 9px;
  }

  .people-data__container {
    padding: 76px 4% 85px;
  }

  .people-data__container--text {
    font-size: 1.7rem;
  }

  .people-data__container .c-button {
    margin: 95px auto 0;
  }

  .people-data__block {
    margin-top: 55px;
  }

  .people-data__block__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 8px;
    gap: 8px;
  }

  .people-data__block__column.-column03 {
    margin-bottom: 0;
  }

  .people-data__block__column.-column04 {
    gap: 8px;
  }

  /* ================================================
  INTERVIEW head（sp）
  =================================================== */
  .interview-head {
    z-index: 3;
    position: relative;
    margin-top: 125px;
  }

  .interview-head .interview-pageTitle {
    padding: 0 25px;
  }

  .interview-head .interview-pageTitle .en {
    margin-left: 0;
  }

  .interview-head .interview-pageTitle .en img {
    height: 13.87vw;
  }

  /* ================================================
  INTERVIEW body（sp）
  =================================================== */
  .interview-body {
    margin-top: -4vw;
    padding-bottom: 16px;
    background-color: transparent !important;
  }

  .interview-body::before {
    display: none;
  }

  .interview-body__wrap {
    padding-top: 0;
  }

  .interview-body__container {
    padding-top: 0;
    padding-bottom: 90px;
  }

  .interview-body__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    position: initial;
    flex-direction: column;
    margin-bottom: 72px;
    padding: 0;
    gap: 0;
  }

  .interview-body__column--image {
    width: 72.5%;
    margin-left: 14vw;
  }

  .interview-body__column--image::before {
    top: 8px;
    left: -8px;
    border-radius: 9px 0 0 14px;
  }

  .interview-body__column__block {
    width: 100%;
  }

  .interview-body__column__block--title {
    margin-top: 85px;
    margin-bottom: 52px;
    font-size: 1.9rem;
  }

  .interview-body__column__block__text {
    margin-top: 26px;
    margin-left: 12vw;
  }

  .interview-body__column__block--item {
    width: 32px;
  }

  .interview-body__column__block--item.-item01 {
    top: 40px;
    left: 45px;
  }

  .interview-body__column__block--item.-item02 {
    top: 157px;
    right: 43px;
  }

  .interview-body__box {
    padding: 0 6.5%;
  }

  .interview-body__box+.interview-body__box {
    margin-top: 64px;
  }

  .interview-body__box--title {
    position: relative;
    margin-bottom: 18px;
    padding: 0;
    padding-left: 23px;
    gap: 0;
    letter-spacing: 0.05em;
  }

  .interview-body__box--title::before {
    position: absolute;
    top: 0;
    left: 0;
  }

  .interview-body__box--text {
    margin-left: 0;
    padding: 0;
  }

  /* ================================================
  INTERVIEW foot（sp）
  =================================================== */
  .interview-foot {
    padding-bottom: 85px;
  }

  .interview-foot__container {
    padding: 56px 6.5% 0 5%;
  }

  .interview-foot__container--title {
    line-height: 1.5;
  }

  .interview-foot__container__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 36px;
    margin-bottom: 86px;
    gap: 0;
  }

  .interview-foot__container__column__block {
    width: 52.8vw;
    margin: 0 auto;
  }

  .interview-foot__container__column__block+.interview-foot__container__column__block {
    margin-top: 42px;
  }

  .interview-foot__container__column__block .hukidasi.-text,
  .interview-foot__container__column__block .hukidasi.-item {
    display: none;
  }

  .interview-foot__container__column__block__text {
    margin-top: 9px;
    margin-left: 5%;
  }

  .interview-foot__container__column__block__text .name {
    margin-bottom: 2px;
  }

  /* ================================================
  CROSSTALK head（sp）
  =================================================== */
  .crosstalk-head {
    margin-top: 85px;
  }

  .crosstalk-head__container {
    margin: 0;
    padding: 0 0 1px;
    background-color: #ffffff;
  }

  .crosstalk-head__container::before {
    display: none;
  }

  /* ================================================
  CROSSTALK about（sp）
  =================================================== */
  .crosstalk-about {
    margin-top: 21%;
    padding: 57px 0 54px;
  }

  .crosstalk-about .crosstalk-mainTitle {
    top: 0.7%;
    left: 6.7%;
  }

  .crosstalk-about .crosstalk-mainTitle .en img {
    height: 14.15vw;
  }

  .crosstalk-about--image {
    width: 93%;
    margin: 0 auto 14px;
  }

  .crosstalk-about__people {
    margin-bottom: 37px;
    padding: 0 6.4%;
    gap: 4%;
  }

  .crosstalk-about__people__text .name {
    font-size: 1.7rem;
    line-height: 1.7;
  }

  .crosstalk-about__people__text .entryDate {
    letter-spacing: 0.08em;
  }

  .crosstalk-about__people__text .post {
    line-height: 1.7;
  }

  .crosstalk-about__topic {
    padding: 0 6.4%;
  }

  .crosstalk-about__topic--title {
    margin-bottom: 7px;
  }

  .crosstalk-about__topic__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .crosstalk-about__topic__column--button {
    margin-top: 8px;
  }

  .crosstalk-about__topic__column--button a {
    width: 100%;
    padding: 0 20px;
  }

  /* ================================================
  CROSSTALK crosstalk-qa（sp）
  =================================================== */
  .crosstalk-qa {
    padding: 0 6.4%;
    /* --- ▼各qa別
    ----------------------------------------- */
  }

  .crosstalk-qa.qa02 .crosstalk-qa__container,
  .crosstalk-qa.qa03 .crosstalk-qa__container,
  .crosstalk-qa.qa04 .crosstalk-qa__container,
  .crosstalk-qa.qa05 .crosstalk-qa__container {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .crosstalk-qa .category {
    margin-bottom: 28px;
    line-height: 1.7;
    text-align: center;
  }

  .crosstalk-qa .category::before {
    display: none;
  }

  .crosstalk-qa .question {
    width: 100%;
    margin-left: 0;
    padding: 14px max(3.37%, 11px);
  }

  .crosstalk-qa .answer {
    margin-bottom: 32px;
    margin-left: 0;
  }

  .crosstalk-qa .answer .name {
    margin-bottom: 4px;
  }

  .crosstalk-qa .answer .text {
    margin-left: 7.2%;
    text-align: justify;
  }

  .crosstalk-qa.qa02 .crosstalk-qa__container {
    padding-top: 48px;
  }

  .crosstalk-qa.qa02 .crosstalk-qa__container .image.-image01 {
    position: initial;
    width: 82%;
    -webkit-transform: translateY(0);
    margin: 0 auto 32px;
    transform: translateY(0);
  }

  .crosstalk-qa.qa02 .crosstalk-qa__container .image.-image02 {
    position: initial;
    width: 52%;
    margin: 0 auto 32px;
  }

  .crosstalk-qa.qa03 {
    position: relative;
  }

  .crosstalk-qa.qa03::before {
    display: block;
    position: absolute;
    top: 3.5%;
    left: 0;
    width: 100%;
    height: 91.6%;
    background-color: #ffffff;
    content: "";
  }

  .crosstalk-qa.qa03 .crosstalk-qa__wrap::before {
    display: none;
  }

  .crosstalk-qa.qa03 .crosstalk-qa__container {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }

  .crosstalk-qa.qa03 .crosstalk-qa__container .category {
    margin-top: -44px;
  }

  .crosstalk-qa.qa03 .crosstalk-qa__container .image.-image03 {
    position: initial;
    width: 92%;
    -webkit-transform: translateY(0);
    margin: 0 auto 94px;
    transform: translateY(0);
  }

  .crosstalk-qa.qa03 .crosstalk-qa__container .image.-image04 {
    position: initial;
    width: 53%;
    -webkit-transform: translateX(-7%);
    margin-top: 100px;
    transform: translateX(-7%);
  }

  .crosstalk-qa.qa03 .crosstalk-qa__container .image.-image05 {
    position: initial;
    width: 107%;
    -webkit-transform: translateY(0);
    margin-top: 9%;
    margin-left: 7.4%;
    transform: translateY(0);
  }

  .crosstalk-qa.qa04 {
    margin-bottom: 65px;
    padding-top: 50px;
  }

  .crosstalk-qa.qa04 .crosstalk-qa__container .image.-image06 {
    width: 78%;
    margin: 0 auto 33px;
  }

  .crosstalk-qa.qa05 {
    position: relative;
  }

  .crosstalk-qa.qa05::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 81.8%;
    background-color: #ffffff;
    content: "";
  }

  .crosstalk-qa.qa05 .crosstalk-qa__wrap::before {
    display: none;
  }

  .crosstalk-qa.qa05 .crosstalk-qa__container {
    margin-bottom: 48px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .crosstalk-qa.qa05 .crosstalk-qa__container .image.-image07 {
    position: initial;
    width: 102.5%;
    -webkit-transform: translateY(2%) translateX(-2.5%);
    transform: translateY(2%) translateX(-2.5%);
  }

  .crosstalk-foot {
    margin: 72px 0 85px;
  }

  .crosstalk-foot .c-button+.c-button {
    margin-top: 21px;
  }

  /* ================================================
  RECRUIT common（sp）
  =================================================== */
  .recruit-secMainTitle .en img {
    height: 16.54vw;
  }

  /* ================================================
  RECRUIT about（sp）
  =================================================== */
  .recruit-about {
    margin-top: 170px;
    padding-bottom: 102px;
  }

  .recruit-about__container .recruit-mainTitle .en {
    width: 60.5%;
    -webkit-transform: translate(10.5%, -84%);
    transform: translate(10.5%, -84%);
  }

  .recruit-about__container .recruit-mainTitle .ja {
    letter-spacing: 0.06em;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    position: initial;
    writing-mode: initial;
    -webkit-transform: translateY(0);
    margin-left: 6.3%;
    padding-top: 24px;
    transform: translateY(0);
  }

  .recruit-about__container .recruit-mainTitle .ja>span {
    gap: 7px;
  }

  .recruit-about__container__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
    gap: 0;
  }

  .recruit-about__container__column--image {
    width: 89.5%;
    margin-left: 4%;
  }

  .recruit-about__container__column__block {
    width: 87%;
    margin: 0 auto;
    padding-top: 62px;
  }

  /* ================================================
  RECRUIT personality（sp）
  =================================================== */
  .recruit-personality {
    margin-top: 0;
    padding-top: 0;
    background-color: #ffffff;
  }

  .recruit-personality::before {
    display: none;
  }

  .recruit-personality__container {
    padding: 44px 0 77px;
  }

  .recruit-personality__container::before {
    display: none;
  }

  .recruit-personality__container .recruit-secMainTitle {
    position: initial;
    -webkit-transform-origin: initial;
    transform-origin: initial;
    -webkit-transform: translate(0, 0) rotate(0);
    display: block;
    transform: translate(0, 0) rotate(0);
    text-align: center;
  }

  .recruit-personality__container .recruit-secMainTitle .en img {
    height: 16.5vw;
    margin: 0 auto;
  }

  .recruit-personality__container .recruit-secMainTitle .ja {
    -webkit-transform: translate(0, 0) rotate(0);
    margin-top: 8px;
    transform: translate(0, 0) rotate(0);
  }

  .recruit-personality--title {
    margin-top: 73px;
    font-size: 1.8rem;
  }

  .recruit-personality__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 473px;
    margin: 107px auto 0;
  }

  .recruit-personality__column::before {
    height: 108px;
    -webkit-transform: translate(-50%, -72%);
    transform: translate(-50%, -72%);
  }

  .recruit-personality__column__block {
    width: 100%;
    max-width: 290px;
    height: auto;
    margin: 0 auto;
    padding: 75px 0 80px;
  }

  .recruit-personality__column__block::before {
    top: 50%;
    left: 50%;
    width: 473px;
    height: 473px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .recruit-personality__column__block.-ye {
    position: relative;
    margin-right: auto;
  }

  .recruit-personality__column__block.-ye::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 62px;
    background-image: url(../images/recruit/personality_border.webp);
    background-position: top center;
    background-size: cover;
    content: "";
    -webkit-transform: translate(-50%, 60%);
    z-index: 4;
    transform: translate(-50%, 60%);
  }

  .recruit-personality__column__block.-ye .recruit-personality__column__block--category {
    top: 5.8%;
    left: 10.2%;
  }

  .recruit-personality__column__block.-aq {
    margin-top: 21px;
    margin-left: auto;
  }

  .recruit-personality__column__block.-aq .recruit-personality__column__block--category {
    top: 7.3%;
    left: 5%;
  }

  .recruit-personality__column__block--title {
    margin-bottom: 17px;
  }

  .recruit-personality__column__block--text {
    margin-bottom: 28px;
  }

  /* ================================================
  RECRUIT benefit（sp）
  =================================================== */
  .recruit-benefit {
    padding-bottom: 25px;
  }

  .recruit-benefit__container {
    padding: 89px 6.4% 123px;
  }

  .recruit-benefit__container .recruit-secMainTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
    gap: 0;
  }

  .recruit-benefit__container .recruit-secMainTitle .ja {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .recruit-benefit__message {
    margin-top: 43px;
  }

  .recruit-benefit__message--title {
    margin-bottom: 13px;
  }

  .recruit-benefit__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 44px;
    gap: 0;
  }

  .recruit-benefit__column__block {
    width: 100%;
    margin-top: 16px;
    padding: 7.2% 2% 7.66%;
    background-color: #F7F6F5;
  }

  .recruit-benefit__column__block.-pb01 {
    padding-bottom: 0;
  }

  .recruit-benefit__column__block.-pb02 {
    padding-bottom: 0;
  }

  .recruit-benefit__column__block.-pb01_sp {
    padding-bottom: 4%;
  }

  .recruit-benefit__column__block.-pb02_sp {
    padding-bottom: 11%;
  }

  .recruit-benefit__column__block.-pb03_sp {
    padding-bottom: 6.5%;
  }

  .recruit-benefit__column__block.-pb04_sp {
    padding-bottom: 15%;
  }

  .recruit-benefit__column__block.-pb05_sp {
    padding-bottom: 9%;
  }

  .recruit-benefit__column__block--title {
    margin-bottom: 23px;
  }

  .recruit-benefit__column__block--image {
    width: 75%;
  }

  .recruit-benefit__column__block--text {
    margin-top: 14px;
  }

  /* ================================================
  RECRUIT recruit-foot（sp）
  =================================================== */
  .recruit-foot {
    padding-bottom: 85px;
  }

  .recruit-foot .c-button {
    margin: 80px auto 0;
  }

  /* ================================================
  RECRUIT job（sp）
  =================================================== */
  .recruit-job {
    margin-bottom: 102px;
    padding-top: 13px;
  }

  .recruit-job__container__head {
    margin-bottom: 60px;
    padding: 0;
    background-color: transparent;
  }

  .recruit-job__container .recruit-secMainTitle {
    -webkit-transform: translateY(0);
    margin-bottom: 30px;
    transform: translateY(0);
  }

  .recruit-job__container .recruit-secMainTitle .en {
    margin-bottom: 8px;
  }

  .recruit-job__container .recruit-secMainTitle .en img {
    height: 33vw;
  }

  .recruit-job__accordion {
    padding: 76px 6.5% 57px;
    background-color: #ffffff;
  }

  .recruit-job__accordion__container+.recruit-job__accordion__container {
    margin-top: 35px;
  }

  .recruit-job__accordion__container--title {
    margin-bottom: 10px;
  }

  .recruit-job__accordion__block--title {
    padding-right: 0;
  }

  .recruit-job__accordion__block--title .text {
    font-size: 1.7rem;
    letter-spacing: 0.02em;
  }

  .recruit-job__accordion__block__container {
    max-width: 89.6%;
    padding-left: 0;
  }

  .recruit-job__apply {
    padding: 0 6.4%;
    text-align: left;
  }

  .recruit-job__apply--title {
    margin: 0 auto 25px;
  }

  .recruit-job__apply--text {
    font-size: 1.6rem;
  }

  .recruit-job__apply--text+.recruit-job__apply--text {
    margin-top: 31px;
  }

  .recruit-job__apply--text.-text02 span {
    padding-left: 1em;
  }

  /* ================================================
  RECRUIT qa（sp）
  =================================================== */
  .recruit-qa__container .recruit-secMainTitle {
    margin-bottom: 35px;
  }

  .recruit-qa__pagelink {
    max-width: 375px;
    margin: 0 auto 60px;
    gap: 7px;
  }

  .recruit-qa__pagelink__box {
    width: 110px;
    height: 126px;
  }

  .recruit-qa__pagelink__box a {
    padding-top: 19px;
    border-radius: 6px;
  }

  .recruit-qa__pagelink__box a .image {
    width: 28px;
    margin: 0 auto 19px;
  }

  .recruit-qa__pagelink__box a .text {
    font-size: 1.4rem;
  }

  .recruit-qa__pagelink__box a .arrow {
    width: 13px;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }

  .recruit-qa__pagelink__box.-oneline .image {
    margin-bottom: 26px;
  }

  .recruit-qa__category+.recruit-qa__category {
    margin-top: 40px;
  }

  .recruit-qa__category--title {
    margin-bottom: 28px;
    font-size: 21px;
  }

  .recruit-qa__accordion {
    padding: 0 6.4%;
  }

  .recruit-qa__accordion__block+.recruit-qa__accordion__block {
    margin-top: 10px;
  }

  .recruit-qa__accordion__block--title {
    padding: 10px 10px 10px 8px;
  }

  .recruit-qa__accordion__block--title .text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
    padding-right: 7px;
  }

  .recruit-qa__accordion__block--title .text .mark {
    margin-right: 9px;
  }

  .recruit-qa__accordion__block__container {
    max-width: 90%;
    padding-left: 9%;
  }

  .recruit-qa__accordion__block__container .text {
    font-size: 1.5rem;
  }

  .recruit-qa__accordion__block__container .text .list::before {
    top: 0.92em;
    width: 4px;
    height: 4px;
  }

  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }

  .sp-fl-none-sp {
    float: none !important;
  }

  .sp-fl-clear-sp {
    clear: both !important;
  }

  .sp-fs-sm {
    font-size: 1.2rem !important;
  }

  .sp-fs-md {
    font-size: 1.4rem !important;
  }

  .sp-fs-lg {
    font-size: 1.6rem !important;
  }

  .sp-fs-xl {
    font-size: 1.8rem !important;
  }

  .sp-fs-xxl {
    font-size: 2rem !important;
  }

  .sp-mt-0 {
    margin-top: 0px !important;
  }

  .sp-mb-0 {
    margin-bottom: 0px !important;
  }

  .sp-ml-0 {
    margin-left: 0px !important;
  }

  .sp-mr-0 {
    margin-right: 0px !important;
  }

  .sp-mt-5 {
    margin-top: 5px !important;
  }

  .sp-mb-5 {
    margin-bottom: 5px !important;
  }

  .sp-ml-5 {
    margin-left: 5px !important;
  }

  .sp-mr-5 {
    margin-right: 5px !important;
  }

  .sp-mt-10 {
    margin-top: 10px !important;
  }

  .sp-mb-10 {
    margin-bottom: 10px !important;
  }

  .sp-ml-10 {
    margin-left: 10px !important;
  }

  .sp-mr-10 {
    margin-right: 10px !important;
  }

  .sp-mt-15 {
    margin-top: 15px !important;
  }

  .sp-mb-15 {
    margin-bottom: 15px !important;
  }

  .sp-ml-15 {
    margin-left: 15px !important;
  }

  .sp-mr-15 {
    margin-right: 15px !important;
  }

  .sp-mt-20 {
    margin-top: 20px !important;
  }

  .sp-mb-20 {
    margin-bottom: 20px !important;
  }

  .sp-ml-20 {
    margin-left: 20px !important;
  }

  .sp-mr-20 {
    margin-right: 20px !important;
  }

  .sp-mt-25 {
    margin-top: 25px !important;
  }

  .sp-mb-25 {
    margin-bottom: 25px !important;
  }

  .sp-ml-25 {
    margin-left: 25px !important;
  }

  .sp-mr-25 {
    margin-right: 25px !important;
  }

  .sp-mt-30 {
    margin-top: 30px !important;
  }

  .sp-mb-30 {
    margin-bottom: 30px !important;
  }

  .sp-ml-30 {
    margin-left: 30px !important;
  }

  .sp-mr-30 {
    margin-right: 30px !important;
  }

  .sp-mt-35 {
    margin-top: 35px !important;
  }

  .sp-mb-35 {
    margin-bottom: 35px !important;
  }

  .sp-ml-35 {
    margin-left: 35px !important;
  }

  .sp-mr-35 {
    margin-right: 35px !important;
  }

  .sp-mt-40 {
    margin-top: 40px !important;
  }

  .sp-mb-40 {
    margin-bottom: 40px !important;
  }

  .sp-ml-40 {
    margin-left: 40px !important;
  }

  .sp-mr-40 {
    margin-right: 40px !important;
  }

  .sp-mt-45 {
    margin-top: 45px !important;
  }

  .sp-mb-45 {
    margin-bottom: 45px !important;
  }

  .sp-ml-45 {
    margin-left: 45px !important;
  }

  .sp-mr-45 {
    margin-right: 45px !important;
  }

  .sp-mt-50 {
    margin-top: 50px !important;
  }

  .sp-mb-50 {
    margin-bottom: 50px !important;
  }

  .sp-ml-50 {
    margin-left: 50px !important;
  }

  .sp-mr-50 {
    margin-right: 50px !important;
  }

  .sp-mt-55 {
    margin-top: 55px !important;
  }

  .sp-mb-55 {
    margin-bottom: 55px !important;
  }

  .sp-ml-55 {
    margin-left: 55px !important;
  }

  .sp-mr-55 {
    margin-right: 55px !important;
  }

  .sp-mt-60 {
    margin-top: 60px !important;
  }

  .sp-mb-60 {
    margin-bottom: 60px !important;
  }

  .sp-ml-60 {
    margin-left: 60px !important;
  }

  .sp-mr-60 {
    margin-right: 60px !important;
  }

  .sp-mt-65 {
    margin-top: 65px !important;
  }

  .sp-mb-65 {
    margin-bottom: 65px !important;
  }

  .sp-ml-65 {
    margin-left: 65px !important;
  }

  .sp-mr-65 {
    margin-right: 65px !important;
  }

  .sp-mt-70 {
    margin-top: 70px !important;
  }

  .sp-mb-70 {
    margin-bottom: 70px !important;
  }

  .sp-ml-70 {
    margin-left: 70px !important;
  }

  .sp-mr-70 {
    margin-right: 70px !important;
  }

  .sp-mt-75 {
    margin-top: 75px !important;
  }

  .sp-mb-75 {
    margin-bottom: 75px !important;
  }

  .sp-ml-75 {
    margin-left: 75px !important;
  }

  .sp-mr-75 {
    margin-right: 75px !important;
  }

  .sp-mt-80 {
    margin-top: 80px !important;
  }

  .sp-mb-80 {
    margin-bottom: 80px !important;
  }

  .sp-ml-80 {
    margin-left: 80px !important;
  }

  .sp-mr-80 {
    margin-right: 80px !important;
  }

  .sp-mt-85 {
    margin-top: 85px !important;
  }

  .sp-mb-85 {
    margin-bottom: 85px !important;
  }

  .sp-ml-85 {
    margin-left: 85px !important;
  }

  .sp-mr-85 {
    margin-right: 85px !important;
  }

  .sp-mt-90 {
    margin-top: 90px !important;
  }

  .sp-mb-90 {
    margin-bottom: 90px !important;
  }

  .sp-ml-90 {
    margin-left: 90px !important;
  }

  .sp-mr-90 {
    margin-right: 90px !important;
  }

  .sp-mt-95 {
    margin-top: 95px !important;
  }

  .sp-mb-95 {
    margin-bottom: 95px !important;
  }

  .sp-ml-95 {
    margin-left: 95px !important;
  }

  .sp-mr-95 {
    margin-right: 95px !important;
  }

  .sp-mt-100 {
    margin-top: 100px !important;
  }

  .sp-mb-100 {
    margin-bottom: 100px !important;
  }

  .sp-ml-100 {
    margin-left: 100px !important;
  }

  .sp-mr-100 {
    margin-right: 100px !important;
  }

  .sp-pt-0 {
    padding-top: 0px !important;
  }

  .sp-pb-0 {
    padding-bottom: 0px !important;
  }

  .sp-pl-0 {
    padding-left: 0px !important;
  }

  .sp-pr-0 {
    padding-right: 0px !important;
  }

  .sp-pt-5 {
    padding-top: 5px !important;
  }

  .sp-pb-5 {
    padding-bottom: 5px !important;
  }

  .sp-pl-5 {
    padding-left: 5px !important;
  }

  .sp-pr-5 {
    padding-right: 5px !important;
  }

  .sp-pt-10 {
    padding-top: 10px !important;
  }

  .sp-pb-10 {
    padding-bottom: 10px !important;
  }

  .sp-pl-10 {
    padding-left: 10px !important;
  }

  .sp-pr-10 {
    padding-right: 10px !important;
  }

  .sp-pt-15 {
    padding-top: 15px !important;
  }

  .sp-pb-15 {
    padding-bottom: 15px !important;
  }

  .sp-pl-15 {
    padding-left: 15px !important;
  }

  .sp-pr-15 {
    padding-right: 15px !important;
  }

  .sp-pt-20 {
    padding-top: 20px !important;
  }

  .sp-pb-20 {
    padding-bottom: 20px !important;
  }

  .sp-pl-20 {
    padding-left: 20px !important;
  }

  .sp-pr-20 {
    padding-right: 20px !important;
  }

  .sp-pt-25 {
    padding-top: 25px !important;
  }

  .sp-pb-25 {
    padding-bottom: 25px !important;
  }

  .sp-pl-25 {
    padding-left: 25px !important;
  }

  .sp-pr-25 {
    padding-right: 25px !important;
  }

  .sp-pt-30 {
    padding-top: 30px !important;
  }

  .sp-pb-30 {
    padding-bottom: 30px !important;
  }

  .sp-pl-30 {
    padding-left: 30px !important;
  }

  .sp-pr-30 {
    padding-right: 30px !important;
  }

  .sp-pt-35 {
    padding-top: 35px !important;
  }

  .sp-pb-35 {
    padding-bottom: 35px !important;
  }

  .sp-pl-35 {
    padding-left: 35px !important;
  }

  .sp-pr-35 {
    padding-right: 35px !important;
  }

  .sp-pt-40 {
    padding-top: 40px !important;
  }

  .sp-pb-40 {
    padding-bottom: 40px !important;
  }

  .sp-pl-40 {
    padding-left: 40px !important;
  }

  .sp-pr-40 {
    padding-right: 40px !important;
  }

  .sp-pt-45 {
    padding-top: 45px !important;
  }

  .sp-pb-45 {
    padding-bottom: 45px !important;
  }

  .sp-pl-45 {
    padding-left: 45px !important;
  }

  .sp-pr-45 {
    padding-right: 45px !important;
  }

  .sp-pt-50 {
    padding-top: 50px !important;
  }

  .sp-pb-50 {
    padding-bottom: 50px !important;
  }

  .sp-pl-50 {
    padding-left: 50px !important;
  }

  .sp-pr-50 {
    padding-right: 50px !important;
  }

  .sp-pt-55 {
    padding-top: 55px !important;
  }

  .sp-pb-55 {
    padding-bottom: 55px !important;
  }

  .sp-pl-55 {
    padding-left: 55px !important;
  }

  .sp-pr-55 {
    padding-right: 55px !important;
  }

  .sp-pt-60 {
    padding-top: 60px !important;
  }

  .sp-pb-60 {
    padding-bottom: 60px !important;
  }

  .sp-pl-60 {
    padding-left: 60px !important;
  }

  .sp-pr-60 {
    padding-right: 60px !important;
  }

  .sp-pt-65 {
    padding-top: 65px !important;
  }

  .sp-pb-65 {
    padding-bottom: 65px !important;
  }

  .sp-pl-65 {
    padding-left: 65px !important;
  }

  .sp-pr-65 {
    padding-right: 65px !important;
  }

  .sp-pt-70 {
    padding-top: 70px !important;
  }

  .sp-pb-70 {
    padding-bottom: 70px !important;
  }

  .sp-pl-70 {
    padding-left: 70px !important;
  }

  .sp-pr-70 {
    padding-right: 70px !important;
  }

  .sp-pt-75 {
    padding-top: 75px !important;
  }

  .sp-pb-75 {
    padding-bottom: 75px !important;
  }

  .sp-pl-75 {
    padding-left: 75px !important;
  }

  .sp-pr-75 {
    padding-right: 75px !important;
  }

  .sp-pt-80 {
    padding-top: 80px !important;
  }

  .sp-pb-80 {
    padding-bottom: 80px !important;
  }

  .sp-pl-80 {
    padding-left: 80px !important;
  }

  .sp-pr-80 {
    padding-right: 80px !important;
  }

  .sp-pt-85 {
    padding-top: 85px !important;
  }

  .sp-pb-85 {
    padding-bottom: 85px !important;
  }

  .sp-pl-85 {
    padding-left: 85px !important;
  }

  .sp-pr-85 {
    padding-right: 85px !important;
  }

  .sp-pt-90 {
    padding-top: 90px !important;
  }

  .sp-pb-90 {
    padding-bottom: 90px !important;
  }

  .sp-pl-90 {
    padding-left: 90px !important;
  }

  .sp-pr-90 {
    padding-right: 90px !important;
  }

  .sp-pt-95 {
    padding-top: 95px !important;
  }

  .sp-pb-95 {
    padding-bottom: 95px !important;
  }

  .sp-pl-95 {
    padding-left: 95px !important;
  }

  .sp-pr-95 {
    padding-right: 95px !important;
  }

  .sp-pt-100 {
    padding-top: 100px !important;
  }

  .sp-pb-100 {
    padding-bottom: 100px !important;
  }

  .sp-pl-100 {
    padding-left: 100px !important;
  }

  .sp-pr-100 {
    padding-right: 100px !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-right {
    text-align: right !important;
  }

  .sp-va-top {
    vertical-align: top !important;
  }

  .sp-va-middle {
    vertical-align: middle !important;
  }

  .sp-va-bottom {
    vertical-align: bottom !important;
  }

  .sp-w-5 {
    width: 5px !important;
  }

  .sp-w-10 {
    width: 10px !important;
  }

  .sp-w-15 {
    width: 15px !important;
  }

  .sp-w-20 {
    width: 20px !important;
  }

  .sp-w-25 {
    width: 25px !important;
  }

  .sp-w-30 {
    width: 30px !important;
  }

  .sp-w-35 {
    width: 35px !important;
  }

  .sp-w-40 {
    width: 40px !important;
  }

  .sp-w-45 {
    width: 45px !important;
  }

  .sp-w-50 {
    width: 50px !important;
  }

  .sp-w-55 {
    width: 55px !important;
  }

  .sp-w-60 {
    width: 60px !important;
  }

  .sp-w-65 {
    width: 65px !important;
  }

  .sp-w-70 {
    width: 70px !important;
  }

  .sp-w-75 {
    width: 75px !important;
  }

  .sp-w-80 {
    width: 80px !important;
  }

  .sp-w-85 {
    width: 85px !important;
  }

  .sp-w-90 {
    width: 90px !important;
  }

  .sp-w-95 {
    width: 95px !important;
  }

  .sp-w-100 {
    width: 100px !important;
  }

  .sp-w-105 {
    width: 105px !important;
  }

  .sp-w-110 {
    width: 110px !important;
  }

  .sp-w-115 {
    width: 115px !important;
  }

  .sp-w-120 {
    width: 120px !important;
  }

  .sp-w-125 {
    width: 125px !important;
  }

  .sp-w-130 {
    width: 130px !important;
  }

  .sp-w-135 {
    width: 135px !important;
  }

  .sp-w-140 {
    width: 140px !important;
  }

  .sp-w-145 {
    width: 145px !important;
  }

  .sp-w-150 {
    width: 150px !important;
  }

  .sp-w-155 {
    width: 155px !important;
  }

  .sp-w-160 {
    width: 160px !important;
  }

  .sp-w-165 {
    width: 165px !important;
  }

  .sp-w-170 {
    width: 170px !important;
  }

  .sp-w-175 {
    width: 175px !important;
  }

  .sp-w-180 {
    width: 180px !important;
  }

  .sp-w-185 {
    width: 185px !important;
  }

  .sp-w-190 {
    width: 190px !important;
  }

  .sp-w-195 {
    width: 195px !important;
  }

  .sp-w-200 {
    width: 200px !important;
  }

  .sp-w-205 {
    width: 205px !important;
  }

  .sp-w-210 {
    width: 210px !important;
  }

  .sp-w-215 {
    width: 215px !important;
  }

  .sp-w-220 {
    width: 220px !important;
  }

  .sp-w-225 {
    width: 225px !important;
  }

  .sp-w-230 {
    width: 230px !important;
  }

  .sp-w-235 {
    width: 235px !important;
  }

  .sp-w-240 {
    width: 240px !important;
  }

  .sp-w-245 {
    width: 245px !important;
  }

  .sp-w-250 {
    width: 250px !important;
  }

  .sp-w-255 {
    width: 255px !important;
  }

  .sp-w-260 {
    width: 260px !important;
  }

  .sp-w-265 {
    width: 265px !important;
  }

  .sp-w-270 {
    width: 270px !important;
  }

  .sp-w-275 {
    width: 275px !important;
  }

  .sp-w-280 {
    width: 280px !important;
  }

  .sp-w-285 {
    width: 285px !important;
  }

  .sp-w-290 {
    width: 290px !important;
  }

  .sp-w-295 {
    width: 295px !important;
  }

  .sp-w-300 {
    width: 300px !important;
  }

  .sp-w-305 {
    width: 305px !important;
  }

  .sp-w-310 {
    width: 310px !important;
  }

  .sp-w-315 {
    width: 315px !important;
  }

  .sp-w-320 {
    width: 320px !important;
  }

  .sp-w-325 {
    width: 325px !important;
  }

  .sp-w-330 {
    width: 330px !important;
  }

  .sp-w-335 {
    width: 335px !important;
  }

  .sp-w-340 {
    width: 340px !important;
  }

  .sp-w-345 {
    width: 345px !important;
  }

  .sp-w-350 {
    width: 350px !important;
  }

  .sp-w-355 {
    width: 355px !important;
  }

  .sp-w-360 {
    width: 360px !important;
  }

  .sp-w-365 {
    width: 365px !important;
  }

  .sp-w-370 {
    width: 370px !important;
  }

  .sp-w-375 {
    width: 375px !important;
  }

  .sp-w-380 {
    width: 380px !important;
  }

  .sp-w-385 {
    width: 385px !important;
  }

  .sp-w-390 {
    width: 390px !important;
  }

  .sp-w-395 {
    width: 395px !important;
  }

  .sp-w-400 {
    width: 400px !important;
  }

  .sp-w-5per {
    width: 5% !important;
  }

  .sp-w-10per {
    width: 10% !important;
  }

  .sp-w-15per {
    width: 15% !important;
  }

  .sp-w-20per {
    width: 20% !important;
  }

  .sp-w-25per {
    width: 25% !important;
  }

  .sp-w-30per {
    width: 30% !important;
  }

  .sp-w-35per {
    width: 35% !important;
  }

  .sp-w-40per {
    width: 40% !important;
  }

  .sp-w-45per {
    width: 45% !important;
  }

  .sp-w-50per {
    width: 50% !important;
  }

  .sp-w-55per {
    width: 55% !important;
  }

  .sp-w-60per {
    width: 60% !important;
  }

  .sp-w-65per {
    width: 65% !important;
  }

  .sp-w-70per {
    width: 70% !important;
  }

  .sp-w-75per {
    width: 75% !important;
  }

  .sp-w-80per {
    width: 80% !important;
  }

  .sp-w-85per {
    width: 85% !important;
  }

  .sp-w-90per {
    width: 90% !important;
  }

  .sp-w-95per {
    width: 95% !important;
  }

  .sp-w-100per {
    width: 100% !important;
  }

  .sp-w-1em {
    width: 1em !important;
  }

  .sp-w-2em {
    width: 2em !important;
  }

  .sp-w-3em {
    width: 3em !important;
  }

  .sp-w-4em {
    width: 4em !important;
  }

  .sp-w-5em {
    width: 5em !important;
  }

  .sp-w-6em {
    width: 6em !important;
  }

  .sp-w-7em {
    width: 7em !important;
  }

  .sp-w-8em {
    width: 8em !important;
  }

  .sp-w-9em {
    width: 9em !important;
  }

  .sp-w-10em {
    width: 10em !important;
  }

  .sp-w-11em {
    width: 11em !important;
  }

  .sp-w-12em {
    width: 12em !important;
  }

  .sp-w-13em {
    width: 13em !important;
  }

  .sp-w-14em {
    width: 14em !important;
  }

  .sp-w-15em {
    width: 15em !important;
  }

  .sp-w-16em {
    width: 16em !important;
  }

  .sp-w-17em {
    width: 17em !important;
  }

  .sp-w-18em {
    width: 18em !important;
  }

  .sp-w-19em {
    width: 19em !important;
  }

  .sp-w-20em {
    width: 20em !important;
  }

  .sp-w-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1112px) {

  /* ================================================
    footer（tab）
    =================================================== */
  .footer__inner {
    padding: 5.85% 2.3% 4.68%;
  }

  .footer__logo {
    width: 45.4%;
    margin-bottom: 4.4%;
  }

  .footer__entry {
    margin-bottom: 8.23%;
  }

  .footer__company {
    margin-bottom: 6.8%;
  }

  /* ================================================
  TOP common（tab）
  =================================================== */
  .home-mainTitle.-en img {
    height: 14.57vw;
  }

  .home-mainTitle.-en.-high img {
    height: 17vw;
  }

  .home-mainTitle.-ja {
    font-size: 1.4rem;
  }

  .is-header-scroll {
    display: none;
  }

  /* ================================================
  TOP fv（tab）
  =================================================== */
  .home-fv__scroll {
    top: auto;
    right: 6%;
    bottom: 14vh;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .home-fv__scroll.is-scroll {
    display: block;
  }

  .home-fv__inner--image.-image01 {
    top: -1.4vh;
    left: -1vw;
    width: 27vw;
  }

  .home-fv__inner--image.-image02 {
    top: 67vh;
    left: -1.5vw;
    width: 41vw;
  }

  .home-fv__inner--image.-image03 {
    top: 82vh;
    left: 36.6vw;
    width: 22vw;
  }

  .home-fv__inner--image.-image04 {
    top: 3vh;
    left: 52vw;
    width: 44vw;
  }

  .home-fv__inner--image.-image05 {
    top: 16vh;
    left: 36vw;
    width: 22vw;
  }

  .home-fv__inner--image.-image06 {
    top: 64vh;
    left: 75vw;
    width: 30vw;
  }

  .home-fv__inner__textWrap {
    top: 45%;
    width: 65vw;
    height: 48vw;
  }

  .home-fv__inner__text.-text01 {
    width: 25vw;
    margin-top: 14%;
    margin-left: 16%;
  }

  .home-fv__inner__text.-text01 .item.-item01 {
    width: 6vw;
  }

  .home-fv__inner__text.-text01 .item.-item02 {
    width: 6vw;
  }

  .home-fv__inner__text.-text02 {
    width: 35vw;
    margin-top: 20%;
    margin-left: 40%;
  }

  .home-fv__inner__text.-text02 .item.-item01 {
    width: 6vw;
  }

  .home-fv__inner__text.-text02 .item.-item02 {
    width: 6vw;
  }

  .home-fv__inner--item.-item01 {
    top: 65vh;
    left: 18vw;
    width: 18vw;
  }

  .home-fv__inner--item.-item02 {
    top: 9vh;
    left: 65vw;
    width: 18vw;
  }

  .js-fvAnime-1 .-item01 {
    -webkit-transform: translate(177%, -65%) scale(1.4);
    transform: translate(177%, -65%) scale(1.4);
  }

  .js-fvAnime-1 .-item02 {
    -webkit-transform: translate(-300%, -110%) scale(1.4);
    transform: translate(-300%, -110%) scale(1.4);
  }

  .js-fvAnime-2 .-item01 {
    -webkit-transform: translate(220%, 90%) scale(1.4);
    transform: translate(220%, 90%) scale(1.4);
  }

  .js-fvAnime-2 .-item02 {
    -webkit-transform: translate(-100%, 65%) scale(1.4);
    transform: translate(-100%, 65%) scale(1.4);
  }

  /* ================================================
  TOP about（tab）
  =================================================== */
  .home-about__container {
    margin-left: 6.2vw;
    padding: 13.1% 0 6.4% 7.19%;
  }

  .home-about__container .home-mainTitle.-ja {
    left: -4vw;
  }

  .home-about__container--image.-vertical {
    width: 18.1vw;
  }

  .home-about__container--image.-horizontal {
    width: 27vw;
  }

  .home-about__container--image.-image01 {
    left: 64.62%;
  }

  .home-about__container--image.-image02 {
    top: 18vw;
  }

  .home-about__container--image.-image03 {
    top: 43vw;
    left: 65.5%;
  }

  /* ================================================
  TOP business（tab）
  =================================================== */
  .home-business {
    padding: 34.45% 3% 28.06%;
  }

  .home-business__container {
    gap: 12%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
  }

  .home-business__container .home-mainTitle.-en {
    left: 1.4%;
  }

  .home-business__container--image {
    width: 40%;
  }

  .home-business__container--image .home-mainTitle.-ja {
    top: 42%;
    right: -16.6%;
  }

  .home-business__container--text {
    margin-top: 22.7%;
  }

  .home-business__container .c-button {
    margin-top: 53px;
  }

  /* ================================================
  TOP people（tab）
  =================================================== */
  .home-people {
    padding-top: 7%;
  }

  .home-people.mask {
    clip-path: ellipse(139% 100% at 50% 100%);
  }

  .home-people__bg {
    height: 86.1%;
  }

  .home-people__group {
    padding: 0 3%;
  }

  .home-people__group::before {
    height: 27vw;
  }

  .home-people--item {
    width: 14.3%;
  }

  .home-people__message {
    margin-bottom: 4.3%;
    padding-top: 13.12%;
  }

  .home-people__container .home-mainTitle.-ja {
    top: 2.53%;
    left: 4%;
  }

  .home-people__container__foot {
    margin-top: 9.24%;
    padding: 0 7.67%;
  }

  .home-people__container__foot__block .c-button {
    bottom: 12.4%;
  }

  /* ================================================
  TOP recruit（tab）
  =================================================== */
  .home-recruit__mainTitle .home-mainTitle.-en {
    left: 7.65%;
  }

  .home-recruit__mainTitle .home-mainTitle.-ja {
    left: 4.05vw;
  }

  .home-recruit__inner {
    padding: 9.9% 0 12.6%;
  }

  .home-recruit__wrap {
    padding: 0 3%;
  }

  .home-recruit__container {
    padding-bottom: 4.79%;
    gap: 10%;
  }

  .home-recruit__container--image {
    width: 45%;
  }

  .home-recruit__container--text {
    margin-top: 28.1%;
  }

  /* ================================================
  ABOUT common（tab）
  =================================================== */
  .about-secMainTitle .en img {
    height: 10.08vw;
  }

  /* ================================================
  ABOUT message（tab）
  =================================================== */
  .about-message__wrap {
    padding-right: 3.6%;
    padding-left: 3.6%;
  }

  .about-message__column--image {
    width: 42%;
  }

  /* ================================================
  ABOUT about（tab）
  =================================================== */
  .about-about__container {
    margin-left: 8%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .about-about .about-secMainTitle {
    margin-left: -15%;
  }

  .about-mission__wrap {
    padding-left: 8%;
  }

  .about-mission__container__text {
    padding-right: 11%;
  }

  .about-value__container {
    margin-left: 5.9%;
    padding-right: 5%;
    padding-left: 5.9%;
  }

  .about-value__container .about-secTitle,
  .about-value__container .about-secText {
    margin-left: 11%;
  }

  /* ================================================
  BUSINESS common（tab）
  =================================================== */
  .business-secMainTitle .en img {
    height: 10.8vw;
  }

  .business-message__column {
    padding-left: 5%;
    gap: 5%;
  }

  .business-message__column--image {
    width: 45%;
  }

  .business-services .business-secMainTitle .en {
    right: 9vw;
    -webkit-transform: translate(100%, -5%) rotate(90deg);
    transform: translate(100%, -5%) rotate(90deg);
  }

  .business-services .business-secMainTitle .ja {
    top: 52vw;
    right: 10.1vw;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .business-services__container {
    margin-left: 8vw;
    padding-right: 17%;
    padding-left: 8%;
  }

  .business-work__container__column__block {
    width: calc(50% - 10px);
  }

  /* ================================================
  PEOPLE message（tab）
  =================================================== */
  .people-message__container__column {
    gap: 3.5%;
  }

  .people-message__container__column--image {
    width: 46%;
  }

  /* ================================================
  INTERVIEW body（tab）
  =================================================== */
  .interview-body__column__block {
    width: 47%;
  }

  .interview-body__column--image {
    width: 45.5%;
  }

  /* ================================================
  RECRUIT about（tab）
  =================================================== */
  .recruit-about__container__column {
    gap: 8.8%;
  }

  .recruit-about__container__column--image {
    width: 47.7%;
  }

  .recruit-about__container__column__block {
    width: 42.5%;
  }

  .recruit-personality {
    margin-top: -12%;
  }

  .recruit-personality--title {
    margin-right: 1%;
  }

  .recruit-personality__container {
    padding-top: 283px;
  }

  .recruit-personality__container::before {
    left: 3%;
  }

  .recruit-personality__container .recruit-secMainTitle {
    -webkit-transform: translate(97.5%, -72.7%) rotate(90deg);
    transform: translate(97.5%, -72.7%) rotate(90deg);
  }

  .recruit-personality__column {
    margin-right: 1%;
  }

  .recruit-personality__column__block.-ye {
    margin-right: -3%;
  }

  .recruit-personality__column__block.-aq {
    margin-left: -3%;
  }

  .recruit-personality__column__block.-aq .recruit-personality__column__block--category {
    top: 11%;
    left: 14%;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
  }

  .recruit-personality__column__block--title {
    margin-bottom: 2.3%;
  }
}

@media screen and (max-height: 844px) {

  /* ================================================
  TOP fv（縦550px以下）
  =================================================== */

  .home-fv__inner__textWrap {
    transform: translate(-50%, -65%);
  }

  .home-fv__inner__text.-text01 {
    top: 1%;
    left: 2%;
    width: 30%;
  }

  .home-fv__inner__text.-text02 {
    left: -13.5%;
    width: 44.2%;
  }
}