@charset "UTF-8";
/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

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

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .container {
    font-size: max(1.5609756098vw, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .container {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

.inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.25em;
}
.inner.-md {
  max-width: 67.5em;
}
.inner.-lg {
  max-width: 88.75em;
}

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .pc-vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/*======================================
    section
======================================*/
.section-title {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.225em;
  font-size: 2.375em;
  line-height: 2.0526315789;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.75em;
  }
}

.section-title2 {
  font-weight: 500;
  font-size: 1.875em;
  letter-spacing: 0.225em;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title2 {
    font-size: 1.25em;
  }
}

.section-text {
  line-height: 2.9375;
  letter-spacing: 0.125em;
  text-align: justify;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-text {
    font-size: 0.875em;
    line-height: 2;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}

.h__logo--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.75em;
  height: 11.75em;
  background-color: #898989;
}
@media screen and (max-width: 1400px) {
  .h__logo--link {
    width: 8em;
    height: 8em;
  }
}
@media screen and (max-width: 767px) {
  .h__logo--link {
    width: 5em;
    height: 5em;
  }
}
.h__logo--link img {
  width: 40.96%;
  height: auto;
}

.p-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1.5em;
  padding: 1.625em 2.85em 1.25em;
}
@media screen and (max-width: 767px) {
  .p-head {
    padding: 0.625em;
    column-gap: 0.625em;
    height: 5em;
  }
}

.p-head__recruit {
  letter-spacing: 0.125em;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  line-height: 2.1875;
  padding: 0 0.5em;
  min-width: 11.25em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-head__recruit {
    font-size: 0.75em;
  }
}

.p-head__recruit--text {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.185em;
}
@media screen and (max-width: 767px) {
  .p-head__recruit--text {
    font-size: 0.875em;
  }
}

.footer {
  margin-top: 6.5em;
  padding-bottom: 3em;
}
.footer.-page {
  margin-top: 5.25em;
}

.f__top {
  margin-bottom: 6em;
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 6.5em;
}
@media screen and (max-width: 767px) {
  .f__top {
    flex-direction: column;
    row-gap: 5em;
    margin-bottom: 3em;
  }
}
.f__top a {
  display: inline-block;
  font-weight: 500;
  font-size: 1.75em;
  letter-spacing: 0.225em;
  font-family: "Zen Maru Gothic", serif;
  transition: opacity 0.3s ease;
}
.f__top a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .f__top a {
    font-size: 1em;
  }
}

.f__logo {
  width: 6.25em;
  margin-left: auto;
  margin-right: auto;
}

.f__link {
  text-align: center;
  margin-top: 1em;
}
.f__link a {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.235em;
  font-feature-settings: "palt";
  transition: opacity 0.3s ease;
}
.f__link a:hover {
  opacity: 0.7;
}

.f__copy {
  text-align: center;
  margin-top: 4em;
}
.f__copy small {
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #898989;
}

.fixed-button {
  display: block;
  position: fixed;
  top: 8.125em;
  right: min(3.75%, 4.5em);
  z-index: 300;
  width: clamp(5em, 13%, 15.625em);
  transition: all 0.3s ease;
}
.fixed-button.-top {
  top: unset;
  bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .fixed-button.-top {
    bottom: 0.625em;
  }
}
@media screen and (max-width: 767px) {
  .fixed-button {
    right: 0.625em;
    top: 6.25em;
  }
}
.fixed-button.active {
  transform: scale(0.8);
}
.fixed-button:hover {
  scale: 1.05;
  filter: brightness(1.1);
}

.fv {
  display: grid;
}

.fv__img {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv__img {
    height: 37.5em;
  }
  .fv__img img {
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
  }
}
.fv__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 78.5%);
  width: 100%;
  height: 34.75em;
  background: url(../img/fv_bottom.svg) no-repeat center top/cover;
}

.fv__texts {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
  padding: 5.25em 0 0;
}
@media screen and (max-width: 767px) {
  .fv__texts {
    padding-top: 5.5em;
  }
}

.fv__inner {
  max-width: 76.35em;
}

.fv__text {
  font-size: 2.125em;
  line-height: 2.1176470588;
  font-weight: 500;
  letter-spacing: 0.28em;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 1.5em;
  }
}
.fv__text span.mark {
  display: block;
  width: 6.38em;
  margin-top: 0.4em;
  transform: translateX(5%);
}

.video {
  padding: 7.5em 0;
}
@media screen and (max-width: 767px) {
  .video {
    padding: 2.5em 0;
    margin-top: 5em;
  }
}

.video__inner {
  max-width: 103.5em;
}
@media screen and (max-width: 767px) {
  .video__inner {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}

.video__lead {
  font-size: 1.25em;
  letter-spacing: 0.125em;
  line-height: 2.55;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video__lead {
    font-size: 1em;
  }
}

.video__wrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .video__wrap {
    margin-top: -5em;
  }
}
@media screen and (max-width: 767px) {
  .video__wrap {
    display: contents;
  }
}

.video__link {
  width: 46.38%;
  aspect-ratio: 768/432;
  max-width: 48em;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .video__link {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 30em;
    margin-top: 3em;
  }
}
.video__link img {
  height: 100%;
  object-fit: cover;
}
.video__link iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .video__img--left {
    width: 24.88%;
    transform: translateY(-1.5em);
  }
}
@media screen and (max-width: 767px) {
  .video__img--left {
    width: 8em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-170%, -40%);
    z-index: -1;
  }
}

.video__img--right {
  width: 24.4%;
}
@media screen and (min-width: 768px) {
  .video__img--right {
    margin-left: 1em;
    transform: translateY(-9.5em);
  }
}
@media screen and (max-width: 767px) {
  .video__img--right {
    width: 7.5em;
    position: absolute;
    top: 6em;
    left: 50%;
    transform: translate(70%, 0);
    z-index: -1;
  }
}

.people {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .people {
    margin-top: 2em;
  }
}

.people__inner {
  width: 94%;
  max-width: 111.875em;
  margin-left: auto;
  margin-right: auto;
}
.people__inner.-card4 {
  max-width: 86.5em;
}

.people-swiper-container {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.people-swiper__wrap {
  max-width: 111.875em;
  position: relative;
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .people-swiper__wrap {
    margin-left: calc(50% - 50vw);
  }
}

.people-swiper {
  overflow: visible;
}

.people-swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .people-swiper-slide {
    width: 21.875em;
  }
  .people-swiper-slide:nth-child(even) {
    padding-top: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .people-swiper-slide {
    width: 18.75em;
  }
}

.people-swiper-slide__link {
  border-radius: 4em 0 4em 0;
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 350/470;
  padding: 1.5em 1.75em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .people-swiper-slide__link {
    font-size: 0.75em;
  }
}
.people-swiper-slide__link:hover {
  opacity: 0.7;
}
.people-swiper-slide__link:hover .people-swiper-slide__img img {
  transform: scale(1.05);
}

.people-swiper-slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.people-swiper-slide__img img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.people-swiper-slide__texts {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: start;
  z-index: 2;
}

.people-swiper-slide__texts--head {
  color: #ffff00;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.3125em;
  text-align: center;
  padding-bottom: 0.5em;
  position: relative;
}
.people-swiper-slide__texts--head::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2.76em;
  height: 0.38em;
  background-color: #ffff00;
}
.people-swiper-slide__texts--head .number {
  display: block;
  font-size: 3.1em;
  letter-spacing: 0.02em;
  margin-top: -0.1em;
}

.people-swiper-slide__position {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1.2333333333;
  font-size: 1.875em;
  margin-top: 0.6em;
}

.people-swiper-pagination {
  bottom: 0 !important;
}
.people-swiper-pagination .swiper-pagination-bullet {
  height: 0.25em;
  width: 3em;
  background-color: gray;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.5em !important;
}
@media screen and (max-width: 767px) {
  .people-swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.25em !important;
    width: 2.5em;
  }
}
.people-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffcb00;
}

.promise {
  margin-top: 6.5em;
}
@media screen and (max-width: 767px) {
  .promise {
    margin-top: 5em;
  }
}

.promise__lead {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .promise__lead {
    margin-top: 1em;
  }
}

.promise__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30em, 1fr));
  gap: 1.25em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .promise__lists {
    grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
  }
}

.promise__list {
  background-color: #ffff00;
  border-radius: 1.25em;
  padding: 2.5em 1.25em 1.5em;
}
@media screen and (min-width: 768px) {
  .promise__list {
    min-height: 20em;
  }
}
@media screen and (max-width: 767px) {
  .promise__list {
    padding: 2.5em 1.25em;
  }
}

.promise__list--head {
  letter-spacing: 0.1em;
}

.promise__list--text {
  text-align: center;
  line-height: 2;
  margin-top: 1.25em;
  letter-spacing: normal;
}

.promise__sublists {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 0.625em;
  max-width: 22.75em;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 767px) {
  .promise__sublists {
    grid-template-columns: 1fr;
    width: fit-content;
  }
}
.promise__sublists li {
  position: relative;
  margin-top: 0;
  text-align: left;
  font-weight: 700;
  padding-left: 1em;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .promise__sublists li {
    font-size: 0.875em;
  }
}
.promise__sublists li::before {
  content: "◯";
  position: absolute;
  top: 0;
  left: 0;
}

.message {
  margin-top: 11.75em;
  padding: 9em 0 9.5em;
  background-color: #e5e5d8;
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 5em;
    padding: 5em 0;
  }
}

.message__title {
  position: relative;
  z-index: 1;
}
.message__title span.en {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.42em;
  font-weight: 700;
  letter-spacing: 0.125em;
  color: #ffff00;
  z-index: -1;
  opacity: 0.5;
}

.message__container {
  display: grid;
  grid-template-columns: auto 26.25em;
  column-gap: 5.35em;
  margin-top: 3.2em;
}
@media screen and (max-width: 767px) {
  .message__container {
    grid-template-columns: 1fr;
    row-gap: 2.5em;
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
  }
}

.message__text {
  line-height: 2.9375;
  margin-top: -0.96875em;
}

.message__name {
  font-size: 1.25em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.225em;
  margin-top: 1.25em;
}

.voice {
  padding: 11em 0;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 5em 0;
  }
}

.voice-lists {
  margin-top: 5.75em;
}
@media screen and (max-width: 767px) {
  .voice-lists {
    margin-top: 2.5em;
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice-list:nth-child(n+2) {
  margin-top: 11.25em;
}
@media screen and (max-width: 767px) {
  .voice-list:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .voice-list:nth-child(odd) {
    margin-left: calc(50% - 50vw);
  }
  .voice-list:nth-child(even) {
    margin-right: calc(50% - 50vw);
  }
  .voice-list:nth-child(even) .voice-list__link {
    flex-direction: row-reverse;
  }
}

.voice-list__link {
  display: flex;
  column-gap: 3.125em;
}
@media screen and (max-width: 767px) {
  .voice-list__link {
    flex-direction: column;
    align-items: start;
  }
}
.voice-list__link:hover .voice-list__img img {
  transform: scale(1.05);
}
.voice-list__link:hover .voice-list__more span::before {
  transform: translateX(0.25em);
}

.voice-list__img {
  flex: 1;
  background-color: gray;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice-list__img {
    aspect-ratio: 962/600;
    order: 2;
    width: 100%;
    margin-top: 1.25em;
  }
}
.voice-list__img img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.voice-list__contents {
  width: 41.125em;
  min-height: 37.5em;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 3.4em;
}
@media screen and (max-width: 767px) {
  .voice-list__contents {
    display: contents;
  }
}
.voice-list__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.05em;
  background-color: #ffff00;
  transform: translateY(-50%);
}

.voice-list__texts {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .voice-list__texts {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .voice-list__texts--head {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .voice-list__texts--head {
    display: flex;
    align-items: flex-end;
    order: 1;
  }
}

.voice-list__number {
  font-size: 2.625em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice-list__number {
    font-size: 1.25em;
  }
}
.voice-list__number .number {
  display: block;
  font-size: 3.07em;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: -0.08em;
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-color: #000;
}

.voice-list__position {
  font-size: 3.75em;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1.2333333333;
  margin-right: 1.2em;
}
@media screen and (max-width: 767px) {
  .voice-list__position {
    font-size: 2em;
    margin-left: 0.5em;
  }
}

br.is-top {
  display: none;
}

.voice-list__lead {
  font-size: 2.1875em;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.9428571429;
  font-family: "Zen Maru Gothic", serif;
  margin-right: 1.25em;
  margin-top: 0.25em;
}
.voice-list__lead br.is-top {
  display: block;
}
@media screen and (max-width: 767px) {
  .voice-list__lead {
    font-size: 1.5em;
    margin-top: 0.5em;
    order: 3;
  }
}

.voice-list__by {
  font-size: 0.9375em;
  margin-right: auto;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .voice-list__by {
    order: 4;
    margin-top: 1em;
  }
}

.voice-list__by--position {
  letter-spacing: 0.125em;
  line-height: 2.1333333333;
  font-weight: 700;
}

.voice-list__by--name {
  font-size: 1.33em;
  letter-spacing: 0.425em;
  line-height: 1.6;
  font-weight: 700;
  margin-right: 0.15em;
}

.voice-list__by--from {
  font-size: 0.933em;
  font-weight: 500;
  line-height: 2.2857142857;
  margin-right: 0.25em;
}
.voice-list__by--from span {
  text-combine-upright: all;
}

.voice-list__more {
  margin-top: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .voice-list__more {
    order: 5;
    margin-top: 1.25em;
    width: 100%;
  }
}
.voice-list__more span {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 1.75em;
  padding-right: 1em;
  letter-spacing: 0.235em;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-list__more span {
    font-size: 0.875em;
  }
}
.voice-list__more span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.5em;
  width: 11.25em;
  height: 1.3125em;
  background: url(../img/arrow_more.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.environment {
  margin-top: 3.5em;
  padding: 6em 0 9em;
  background-color: #ffff00;
  position: relative;
}
@media screen and (max-width: 767px) {
  .environment {
    padding: 5em 0 8em;
  }
}
.environment::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
  width: 100%;
  height: 13.875em;
  background: url(../img/fv_bottom.svg) no-repeat center top/cover;
}
.environment-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6.25em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .environment-lists {
    grid-template-columns: 1fr;
    row-gap: 2.5em;
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
  }
}

.environment-list__img {
  aspect-ratio: 450/170;
}
.environment-list__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.environment-list__title {
  font-size: 1.875em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.225em;
  line-height: 1.7;
  margin-top: 1.2em;
}

.environment-list__text {
  margin-top: 0.75em;
  line-height: 2.3125;
}

.search {
  margin-top: 6.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .search {
    margin-top: 1em;
  }
}

.search__container {
  background-color: #e5e5e6;
  border-radius: 1.25em;
  padding: 3.75em 1.25em;
  margin-top: 2em;
}

.search-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5em, 1fr));
  column-gap: 2.25em;
  row-gap: 1.25em;
  max-width: 52.1875em;
  margin: 3.25em auto 0;
}
@media screen and (max-width: 767px) {
  .search-buttons {
    column-gap: 0.625em;
  }
}

.search-button__link {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 13.5em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.3em;
  height: 3.67em;
  background-color: #ffff00;
  padding-left: 0.5em;
  filter: drop-shadow(0.23em 0.23em 0.17em rgba(0, 0, 0, 0.4));
  transition: opacity 0.3s ease;
}
.search-button__link:hover {
  opacity: 0.7;
}

/*======================================
    voice
======================================*/
.s-voice {
  padding-top: 11.5em;
}
@media screen and (max-width: 767px) {
  .s-voice {
    padding-top: 1.5em;
  }
}
.s-voice img {
  height: auto;
}

.s-voice__inner {
  max-width: 75em;
}

.s-voice__head {
  display: grid;
  grid-template-columns: 15em auto;
}
@media screen and (min-width: 768px) {
  .s-voice__head {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .s-voice__head {
    grid-template-columns: 4em auto;
    column-gap: 0.5em;
  }
}

.s-voice__head--number {
  font-size: 2.625em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  display: inline-block;
  justify-self: start;
  padding-right: 1.5em;
  position: relative;
}
.s-voice__head--number::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0.4em;
  background-color: #ffff00;
}
@media screen and (max-width: 767px) {
  .s-voice__head--number {
    font-size: 1em;
    padding-right: 1em;
  }
}
.s-voice__head--number .number {
  display: block;
  font-size: 3.07em;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: -0.08em;
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-color: #000;
}

.s-voice__head--texts {
  padding-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .s-voice__head--texts {
    padding-bottom: 0;
  }
}

.s-voice__head--title {
  font-size: 3.75em;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1.2333333333;
}
@media screen and (max-width: 767px) {
  .s-voice__head--title {
    font-size: 1.5em;
  }
}

.s-voice__head--by {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 0.5em;
  margin-top: 0.5em;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .s-voice__head--by {
    padding-left: 0;
  }
}

.s-voice__head--name {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .s-voice__head--name {
    font-size: 1em;
  }
}

.s-voice__head--from {
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .s-voice__head--from {
    font-size: 0.875em;
  }
}

.s-voice__lead {
  font-size: 2.1875em;
  font-weight: 500;
  letter-spacing: 0.225em;
  line-height: 1.8857142857;
  font-family: "Zen Maru Gothic", serif;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .s-voice__lead {
    font-size: 1.5em;
    margin-top: 1em;
  }
}

.s-voice__eye {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 73.6%, #ffff00 73.6%, #ffff00 100%);
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .s-voice__eye {
    margin-top: 1.25em;
  }
}

.s-voice__eye--img {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.s-voice__bg--yellow {
  background-color: #ffff00;
  padding: 7.2em 0 5em;
}
@media screen and (max-width: 767px) {
  .s-voice__bg--yellow {
    padding: 3.125em 0;
  }
}

.s-voice__interview {
  display: grid;
}
@media screen and (min-width: 768px) {
  .s-voice__interview {
    margin-left: -4.375em;
    grid-template-columns: 4.375em auto;
  }
}
@media screen and (max-width: 767px) {
  .s-voice__interview {
    grid-template-columns: 1fr;
    row-gap: 1.875em;
  }
}

.s-voice__interview--head {
  margin-right: auto;
  padding-top: 0.5em;
}

.s-voice__interview--number {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: "Zen Maru Gothic", serif;
  color: #d8c900;
}
@media screen and (max-width: 767px) {
  .s-voice__interview--number {
    font-size: 1em;
  }
}

.s-voice__interview--contents.-row {
  display: grid;
  grid-template-columns: 22em auto;
  column-gap: 3.5em;
}
@media screen and (min-width: 768px) {
  .s-voice__interview--contents.-row .s-voice__interview--text {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-voice__interview--contents.-row {
    grid-template-columns: 1fr;
  }
}

.s-voice__interview--wrap {
  margin-top: 3.5em;
  display: flex;
  column-gap: 4em;
}
@media screen and (max-width: 767px) {
  .s-voice__interview--wrap {
    flex-direction: column;
    margin-top: 1.5em;
    row-gap: 1.25em;
  }
}

.s-voice__interview--content {
  flex: 1;
}

.s-voice__interview--img {
  width: 28.9375em;
}
@media screen and (max-width: 767px) {
  .s-voice__interview--img {
    width: 100%;
  }
}

.s-voice__interview--title {
  text-align: left;
  line-height: 2;
}
.s-voice__interview--title span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(100% - 0.09em), #000 calc(100% - 0.09em), #000 100%);
  padding: 0 0 0.25em 0;
}

.s-voice__interview--lead {
  font-size: 1.5625em;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.56;
  font-family: "Zen Maru Gothic", serif;
  margin-right: -1em;
}
@media screen and (max-width: 767px) {
  .s-voice__interview--lead {
    font-size: 1.125em;
  }
}

.s-voice__interview--text {
  line-height: 2.3125;
  margin-top: 1.5em;
}

.s-voice__column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 9em;
  padding: 7.8em 0 7.5em;
}
@media screen and (max-width: 767px) {
  .s-voice__column2 {
    grid-template-columns: 1fr;
    row-gap: 5em;
    padding: 3.125em 0;
  }
}

.s-voice__center {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #e5e5d8 45%, #e5e5d8 100%);
}
@media screen and (max-width: 767px) {
  .s-voice__center .inner {
    width: 100%;
  }
}

.s-voice__brown {
  background-color: #e5e5d8;
  padding: 6.5em 0;
}
@media screen and (max-width: 767px) {
  .s-voice__brown {
    padding: 3.125em 0;
  }
}

.s-voice__bottom {
  padding: 7.5em 0;
}
@media screen and (max-width: 767px) {
  .s-voice__bottom {
    padding: 3.125em 0;
  }
}

.s-voice__favorite {
  border: 0.3125em solid #720000;
  border-radius: 1.125em;
  max-width: 32.5em;
  margin: 6.2em auto 0;
  position: relative;
  padding-bottom: 1.25em;
}
@media screen and (min-width: 768px) {
  .s-voice__favorite {
    min-height: 26.25em;
  }
}
@media screen and (max-width: 767px) {
  .s-voice__favorite {
    border-width: 0.1875em;
  }
}

.s-voice__favorite--title {
  font-size: 1.375em;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.9090909091;
  background-color: #fff;
  font-family: "Zen Maru Gothic", serif;
  padding: 0 1.5em;
  color: #720000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s-voice__favorite--title {
    font-size: 1.125em;
    padding: 0 0.5em;
  }
}

.s-voice__favorite--img {
  position: relative;
  z-index: -1;
  aspect-ratio: 520/324;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.s-voice__favorite--img img {
  height: 100%;
  object-fit: cover;
}

.s-voice__favorite--name {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.125em;
  color: #720000;
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .s-voice__favorite--name {
    font-size: 1em;
  }
}

.s-voice__others {
  background-color: #ffff00;
  padding: 4em 0 2em;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .s-voice__others {
    margin-top: 2em;
    padding: 3.125em 0 1.25em;
  }
}

.s-voice__others--title {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.235em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .s-voice__others--title {
    font-size: 1em;
  }
}

.s-voice__others--contents {
  margin-top: 2.5em;
}

/*======================================
    recruit
======================================*/
.s-recruit {
  padding-top: 6em;
}
@media screen and (max-width: 767px) {
  .s-recruit {
    padding-top: 2em;
  }
}

.s-recruit__bg {
  background-color: #e5e5d8;
  padding: 6em 0 4em;
  margin-top: 3em;
  margin-bottom: 6.5em;
}
.s-recruit__bg.-mb0 {
  margin-bottom: 0;
}
.s-recruit__bg.-main {
  background-color: #ffff00;
  margin-bottom: 4.75em;
}
.s-recruit__bg.-search {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .s-recruit__bg {
    padding: 3.125em 0;
  }
}

.s-recruit__inner {
  max-width: 58.75em;
}
@media screen and (max-width: 767px) {
  .s-recruit__inner {
    max-width: 30em;
  }
}

.s-recruit__title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8125em;
  font-weight: 500;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 767px) {
  .s-recruit__title {
    font-size: 2em;
  }
  .s-recruit__title.-sp {
    font-size: 1.5em;
  }
}

.s-recruit__result {
  text-align: center;
  font-size: 1.25em;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.225em;
  font-weight: 500;
  margin-bottom: 1em;
}

.s-recruit__head {
  background-color: #fff;
  border: 1px solid #000;
  padding: 1.125em 0.5em;
  font-size: 2em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.225em;
  line-height: 1.75;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.s-recruit__head.-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.s-recruit__head.-result span.result {
  display: inline-block;
}
.s-recruit__head.-result span.result:not(:last-child) {
  padding-right: 1em;
  position: relative;
}
.s-recruit__head.-result span.result:not(:last-child)::before {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-25%);
}
@media screen and (max-width: 767px) {
  .s-recruit__head {
    font-size: 1.25em;
  }
  .s-recruit__head span.is-pc {
    display: none;
  }
}

.s-recruit-text {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 2.35;
}
@media screen and (max-width: 767px) {
  .s-recruit-text {
    font-size: 0.875em;
  }
}

.s-recruit__lead {
  text-align: center;
  margin-top: 1.5em;
}

.s-recruit__points {
  display: grid;
  grid-template-columns: 15.25em auto;
  column-gap: 3em;
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .s-recruit__points {
    grid-template-columns: 1fr;
    row-gap: 1.25em;
    margin-top: 2em;
  }
}

.s-recruit__points--title {
  font-weight: 700;
  letter-spacing: 0.225em;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 6.92em;
  height: 6.92em;
  border: 1px solid #000;
  text-align: center;
  border-radius: 50%;
  margin-left: auto;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .s-recruit__points--title {
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
  }
}

.s-recruit__points--text {
  padding-top: 0.5em;
}

.s-recruit__title2 {
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: 0.225em;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .s-recruit__title2 {
    font-size: 1.25em;
  }
}

.s-recruit__descriptions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.8em;
  background-color: #fff;
  padding: 2em 5em 2em 6.1em;
  max-width: 46.25em;
  margin: 1.5em auto 0;
}
@media screen and (max-width: 767px) {
  .s-recruit__descriptions {
    padding: 2.5em 1.25em;
    column-gap: 1.25em;
    grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
  }
}

.s-recruit__description {
  padding-left: 1.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-recruit__description {
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.s-recruit__description::before {
  content: "▢";
  position: absolute;
  top: 0;
  left: 0;
}

.s-recruit__description--message {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 2.25;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .s-recruit__description--message {
    font-size: 0.875em;
  }
}

.s-recruit__details {
  margin-top: 2.25em;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .s-recruit__details {
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
  }
}

.s-recruit__details--detail:not(:last-child) {
  border-bottom: 1px solid #000;
}
.s-recruit__details--detail dl {
  display: grid;
  grid-template-columns: 21.25em auto;
}
@media screen and (max-width: 767px) {
  .s-recruit__details--detail dl {
    grid-template-columns: 1fr;
  }
}
.s-recruit__details--detail dl dt {
  background-color: #e5e5d8;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.125em;
  padding: 1.5em 0.5em 1.5em 2.1em;
}
@media screen and (min-width: 768px) {
  .s-recruit__details--detail dl dt {
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .s-recruit__details--detail dl dt {
    border-bottom: 1px solid #000;
    padding: 1em 1.5em;
    font-size: 1em;
  }
}
.s-recruit__details--detail dl dd {
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.125em;
  padding: 1.3em 2em;
}
.s-recruit__details--detail dl dd dl.company {
  display: grid;
  grid-template-columns: 6em auto;
}
.s-recruit__details--detail dl dd dl.company dt, .s-recruit__details--detail dl dd dl.company dd {
  padding: 0;
  background-color: unset;
  border: none;
  font-size: 1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .s-recruit__details--detail dl dd {
    font-size: 0.875em;
    padding: 1em 1.5em;
  }
}

.s-recruit__button {
  font-size: 1.0625em;
  font-weight: 700;
  font-weight: 700;
  display: flex;
  align-items: center;
  max-width: 43.53em;
  height: 8.24em;
  background-color: #ffcb00;
  color: #720000;
  margin: 5.65em auto 0;
  border-radius: 1.75em;
  padding: 0 5.5em;
  column-gap: 1em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .s-recruit__button {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    row-gap: 0.75em;
    padding: 0 1.5em;
    height: 6em;
    font-size: 1em;
    margin-top: 3em;
    max-width: 25em;
  }
}
.s-recruit__button:hover {
  opacity: 0.7;
}
.s-recruit__button:hover::before {
  transform: translate(0.25em, -50%);
}
.s-recruit__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4em;
  transform: translateY(-50%);
  width: 9em;
  height: 1.3em;
  background: url(../img/button_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .s-recruit__button::before {
    right: 1em;
    width: 6em;
  }
}
.s-recruit__button span {
  font-size: 1.7em;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 767px) {
  .s-recruit__button span {
    font-size: 1.5em;
  }
}

.a-recruit__inner {
  max-width: 70.75em;
}

.a-recruit__not-find {
  font-weight: 700;
  line-height: 1.75;
  margin-top: 3em;
  letter-spacing: 0.125em;
}

.a-staff__section {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  .a-staff__section {
    margin-top: 6.25em;
  }
}

.a-staff-lists {
  margin-top: 3em;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.375em;
}
.a-staff-lists.-column2 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2em;
  row-gap: 3em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .a-staff-lists.-column2 {
    grid-template-columns: repeat(auto-fill, minmax(18.75em, 1fr));
    column-gap: 1.5em;
    margin-top: 1.25em;
    row-gap: 2em;
  }
}
@media screen and (max-width: 767px) {
  .a-staff-lists {
    margin-top: 2.5em;
    margin: 2.5em auto 0;
    max-width: 32em;
  }
}

.a-staff-list__link {
  display: block;
  transition: opacity 0.3s ease;
  padding: 1.6em 2.25em 2.25em;
  background-color: #fff;
  height: 100%;
}
.a-staff-list__link.-bg {
  background-color: #e5e5d8;
}
@media screen and (max-width: 767px) {
  .a-staff-list__link {
    padding: 1.5em 1.25em;
    display: flex;
    flex-direction: column;
  }
}
.a-staff-list__link:hover {
  opacity: 0.7;
}
.a-staff-list__link:hover .a-staff-list__head--more::before {
  transform: translate(0.25em, -50%);
}

.a-staff-list__head {
  display: flex;
  column-gap: 0.625em;
}
@media screen and (max-width: 767px) {
  .a-staff-list__head {
    display: contents;
  }
}

.a-staff-list__head--title {
  font-size: 1.875em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
  line-height: 1.6333333333;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a-staff-list__head--title {
    order: 1;
    font-size: 1.25em;
  }
}
.a-staff-list__head--title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.13em;
  height: 80%;
  background-color: #000;
}

.a-staff-list__head--more {
  letter-spacing: 0.235em;
  font-feature-settings: "palt";
  padding-right: 1.8em;
  font-weight: 700;
  margin-left: auto;
  position: relative;
  margin-top: 1.25em;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .a-staff-list__head--more {
    order: 3;
    font-size: 0.875em;
  }
}
.a-staff-list__head--more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.3125em;
  height: 1.3125em;
  background: url(../img/recruit_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.a-staff-list__contents {
  border: 1px solid #000;
  margin-top: 1.25em;
  padding: 1.5em 2em;
  display: grid;
  background-color: #fff;
}
.a-staff-list__contents.-row {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5em;
}
@media screen and (max-width: 767px) {
  .a-staff-list__contents.-row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .a-staff-list__contents {
    order: 2;
    padding: 1.5em 1.25em;
    grid-template-columns: 1fr;
  }
}

.a-staff-list__details {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .a-staff-list__details.-row {
    min-height: 9.375em;
  }
}

.a-staff-list__detail dl {
  display: grid;
  grid-template-columns: 4.5em auto;
}
@media screen and (max-width: 767px) {
  .a-staff-list__detail dl {
    grid-template-columns: 3.75em auto;
  }
}
.a-staff-list__detail dl dt, .a-staff-list__detail dl dd {
  font-size: 1.125em;
  line-height: 1.5;
  padding: 0.3em 0;
}
@media screen and (max-width: 767px) {
  .a-staff-list__detail dl dt, .a-staff-list__detail dl dd {
    font-size: 0.875em;
  }
}
.a-staff-list__detail dl dt {
  font-weight: 700;
  display: block;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph; /* Edge */
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.a-staff-list__detail dl dd {
  font-weight: 500;
  margin-left: 1.15em;
  padding-left: 1em;
  border-left: 1px solid #000;
}
.a-staff-list__detail:last-child {
  height: 100%;
}
.a-staff-list__detail:last-child dl {
  height: 100%;
}

.a-part {
  margin-bottom: 9em;
}
@media screen and (max-width: 767px) {
  .a-part {
    margin-bottom: 6em;
  }
}

.a-staff__head {
  display: flex;
  align-items: flex-start;
  column-gap: 2em;
}
@media screen and (max-width: 767px) {
  .a-staff__head {
    flex-direction: column;
  }
}

.a-staff__title {
  min-width: 8.92em;
  font-size: 1.625em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.5em;
  border: 0.15em solid #000;
  height: 2.8em;
}
@media screen and (max-width: 767px) {
  .a-staff__title {
    font-size: 1.25em;
  }
}
.a-staff__title:hover {
  cursor: pointer;
}

.a-staff__terms {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
  row-gap: 0.25em;
  margin-top: 0.5em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .a-staff__terms {
    margin-top: 1.5em;
  }
}

.a-staff__term {
  font-size: 2em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .a-staff__term {
    font-size: 1.125em;
  }
}
.a-staff__term:hover {
  cursor: pointer;
}
.a-staff__term.show {
  color: #ffcb00;
}

.tab-area {
  display: none;
}
.tab-area.show {
  display: block;
}

.s-part {
  max-width: 80em;
  width: 90%;
  margin: 4em auto 0;
}

.s-part__list {
  background-color: #fff;
  padding: 2.8em 6em;
  display: grid;
  grid-template-columns: 12.5em auto;
}
@media screen and (max-width: 767px) {
  .s-part__list {
    grid-template-columns: 1fr;
    row-gap: 0.625em;
    padding: 1.5em 1.25em;
  }
}
.s-part__list:nth-child(n+2) {
  margin-top: 1em;
}

.s-part__list--title {
  font-size: 1.625em;
  font-weight: 500;
  line-height: 2.1153846154;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .s-part__list--title {
    font-size: 1.25em;
  }
}

.s-part__list--cats {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.1875em;
  row-gap: 1.5625em;
}
@media screen and (max-width: 767px) {
  .s-part__list--cats {
    column-gap: 0.625em;
    row-gap: 0.75em;
  }
}

.s-part__list--cat input {
  display: none;
}
.s-part__list--cat input:checked + span.cat {
  background-color: #ffcb00;
}
.s-part__list--cat .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75em;
  min-width: 7.35em;
  padding: 0 0.5em;
  border-radius: 3em;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  background-color: #e5e5d8;
  color: #231815;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .s-part__list--cat .cat {
    font-size: 0.875em;
  }
}
.s-part__list--cat .cat:hover {
  cursor: pointer;
}

.s-part__submit {
  margin-top: 5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .s-part__submit {
    margin-top: 2em;
    margin-bottom: 0;
  }
}

.a-recruit__button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1.875em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.225em;
  background-color: #720000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 13.23em;
  height: 3.67em;
  border-radius: 1em;
  border: none;
  box-shadow: none;
  filter: drop-shadow(0.23em 0.23em 0.17em rgba(0, 0, 0, 0.4));
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.a-recruit__button:hover {
  filter: brightness(1.2) drop-shadow(0.23em 0.23em 0.17em rgba(0, 0, 0, 0.4));
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .a-recruit__button {
    font-size: 1.25em;
  }
}

.a-recruit__button--wrap {
  margin-top: 5em;
}
.a-recruit__button--wrap a {
  font-size: 1em;
}

/*======================================
    apply
======================================*/
.apply__lead {
  font-size: 0.9375em;
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  margin-top: 4em;
}
.apply__lead a {
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .apply__lead {
    margin-top: 2em;
  }
}

.check_area,
.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.apply-bg {
  background-color: #e5e5d8;
  margin: -1px calc(50% - 50vw) 0;
  padding: 2.75em 0 8em;
}
@media screen and (max-width: 767px) {
  .apply-bg {
    padding: 0 0 2.5em;
  }
}

.apply-list:nth-child(n+2) {
  margin-top: 0.9em;
}
@media screen and (max-width: 767px) {
  .apply-list:nth-child(n+2) {
    margin-top: 1.5em;
  }
}

.apply-list__item {
  display: grid;
  grid-template-columns: 16em auto;
  column-gap: 1.5em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .apply-list__item {
    grid-template-columns: 1fr;
    row-gap: 0.625em;
  }
}
.apply-list__item dt {
  font-size: 1.0625em;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .apply-list__item dt {
    font-size: 0.875em;
    justify-content: start;
    column-gap: 0.625em;
    align-items: center;
  }
}
.apply-list__item dd input[type=text],
.apply-list__item dd select,
.apply-list__item dd span.check {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: #fff;
  font-family: inherit;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 700;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  font-size: 1em;
  width: 100%;
  padding: 1em 1.75em;
}
@media screen and (max-width: 767px) {
  .apply-list__item dd input[type=text],
  .apply-list__item dd select,
  .apply-list__item dd span.check {
    font-size: 0.875em;
    padding: 1em 1em;
  }
}
.apply-list__item dd input[type=text]:focus,
.apply-list__item dd select:focus,
.apply-list__item dd span.check:focus {
  outline: none;
}
.apply-list__item dd input[type=text]::placeholder,
.apply-list__item dd select::placeholder,
.apply-list__item dd span.check::placeholder {
  color: #d6d6d6;
}
.apply-list__item dd select {
  background: #fff url(../img/form_select.svg) no-repeat center right 1.5em/0.875em 0.5em;
  color: #d6d6d6;
}
@media screen and (max-width: 767px) {
  .apply-list__item dd select {
    background: #fff url(../img/form_select.svg) no-repeat center right 1em/0.875em 0.5em;
  }
}
.apply-list__item dd select:hover {
  cursor: pointer;
}
.apply-list__item dd span.check {
  min-height: 3.5em;
  display: flex;
  align-items: center;
}
.apply-list__item dd .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.75em;
  row-gap: 0.625em;
  padding: 1em 0 1em 1.25em;
}
@media screen and (max-width: 767px) {
  .apply-list__item dd .wpcf7-checkbox {
    padding-left: 0;
  }
}
.apply-list__item dd .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0 !important;
}
.apply-list__item dd .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.apply-list__item dd .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background-color: #ffcb00;
}
.apply-list__item dd .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #7b7b7b;
  display: inline-block;
  padding-left: 1.25em;
  position: relative;
}
.apply-list__item dd .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.85em;
  height: 0.85em;
  border-radius: 0.25em;
  border: 1px solid #000;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.apply-list__item dd.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.125em;
  row-gap: 0.625em;
}
@media screen and (max-width: 767px) {
  .apply-list__item dd.column2 {
    grid-template-columns: 1fr;
  }
}

.birth {
  display: flex;
}

.year {
  display: block;
  width: 10.25em;
}
@media screen and (max-width: 767px) {
  .year {
    max-width: 8em;
    width: 100%;
    flex: 1;
  }
}

.date {
  display: block;
  margin-left: 2.8125em;
  width: 7.125em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .date {
    width: 5em;
    margin-left: 2em;
  }
}
.date::before {
  content: "／";
  position: absolute;
  top: 1.5em;
  left: -1.40625em;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .date::before {
    top: 1.3125em;
    left: -1em;
  }
}

.select {
  max-width: 23.625em;
}

.required {
  font-size: 0.7647em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #720000;
  width: 3.23em;
  height: 1.746em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.5em;
}
.required.-not {
  background-color: #898989;
}

.apply-privacy {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  line-height: 2.1333333333;
  font-size: 0.9375em;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .apply-privacy {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
  }
}
.apply-privacy input {
  display: none;
}
.apply-privacy input:checked + span.privacy::after {
  opacity: 1;
  transform: rotate(-45deg);
}
.apply-privacy span.privacy {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.apply-privacy span.privacy:hover {
  cursor: pointer;
}
.apply-privacy span.privacy::before {
  content: "";
  position: absolute;
  top: 0.567em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 0.25em;
  background-color: #fff;
}
.apply-privacy span.privacy::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1.25em;
  height: 0.35em;
  border-bottom: 4px solid #ffcb00;
  border-left: 4px solid #ffcb00;
  transform: rotate(-30deg);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.apply-privacy span.privacy a {
  display: inline-block;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  font-weight: inherit;
}
.apply-privacy span.privacy a:hover {
  opacity: 0.7;
}

.email-check-error,
.wpcf7-not-valid-tip {
  font-size: 0.875em;
  color: #dc3232;
  display: block;
  margin-top: 0.5em;
  font-weight: 500;
}

.apply__message {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  line-height: 2.2;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .apply__message {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75em;
  }
}

.apply-submit {
  margin-top: 3em;
}

.apply-back {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .apply-back {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
}

.apply-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  font-family: inherit;
  border-radius: 1em;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.325em;
  font-size: 1.8em;
  font-weight: 700;
  color: #720000;
  max-width: 25.5em;
  width: 100%;
  height: 4.86em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 3.15em 1em;
  background: #ffcb00 url(../img/button_arrow.svg) no-repeat center right 2.2em/5.3em 0.79em;
  transition: all 0.3s ease;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .apply-button {
    font-size: 1.25em;
    padding: 0 1.25em 1em;
    background: #ffcb00 url(../img/button_arrow.svg) no-repeat center right 1em/3em 0.79em;
  }
}
.apply-button:disabled {
  filter: grayscale(1);
}
.apply-button.-submit, .apply-button.-back {
  padding-bottom: 0;
  justify-content: center;
}
.apply-button.-back {
  background: #d6d6d6;
  color: #000;
  text-align: center;
  align-items: center;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .apply-button.-back {
    font-size: 0.875em;
  }
}
.apply-button.-back:hover {
  background: #d6d6d6;
}
.apply-button:focus {
  outline: none;
}
.apply-button:hover {
  background: #ffcb00 url(../img/button_arrow.svg) no-repeat center right 1.75em/5.3em 0.79em;
  filter: brightness(1.05);
}
@media screen and (max-width: 767px) {
  .apply-button:hover {
    background: #ffcb00 url(../img/button_arrow.svg) no-repeat center right 0.75em/3em 0.79em;
  }
}
.apply-button span.sm {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: normal;
  font-size: 0.6em;
  margin-top: 0.5em;
}

.apply-val {
  display: none;
}

/*======================================
    privacy policy
======================================*/
.privacy {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-top: 2.5em;
  }
}

.privacy__text {
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 2.1333333333;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}
.privacy__text.-mt {
  margin-top: 3em;
}
.privacy__text a {
  font-weight: inherit;
}

.privacy__title {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.7777777778;
  font-feature-settings: "palt";
  margin-top: 2em;
}

.privacy__lists {
  list-style: disc;
  margin-left: 1em;
}

/*# sourceMappingURL=style.css.map */
