@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: 768px) {
  br.is-pc {
    display: none;
  }
}

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

/*======================================
    layout
======================================*/
.overflow-hidden {
  overflow: hidden;
}

.inner {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 87.67%;
  }
}

.bg__type01--wrap {
  overflow-x: hidden;
}

.bg__type01 {
  position: relative;
  margin: 35.375em 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .bg__type01 {
    margin: 40em 0;
  }
}
@media screen and (max-width: 768px) {
  .bg__type01 {
    margin: 6.875em 0;
  }
}
.bg__type01::before, .bg__type01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 70.75em);
  min-width: 120em;
  width: 100%;
  clip-path: polygon(0 35.375em, 100% 0%, 100% calc(100% - 35.375em), 0% 100%);
}
@media screen and (max-width: 768px) {
  .bg__type01::before, .bg__type01::after {
    min-width: 22.8125em;
    height: calc(100% + 13.75em);
    clip-path: polygon(0 6.875em, 100% 0%, 100% calc(100% - 6.875em), 0% 100%);
  }
}
.bg__type01::before {
  mix-blend-mode: multiply;
  background-color: #f6ebf5;
  z-index: -1;
}
.bg__type01::after {
  z-index: -2;
}
.bg__type01.-color::before, .bg__type01.-color::after {
  height: calc(66% + 70.75em);
  transform: translate(-50%, -57.75%);
}
@media screen and (max-width: 768px) {
  .bg__type01.-color::before, .bg__type01.-color::after {
    height: calc(78% + 13.75em);
    transform: translate(-50%, -54.5%);
  }
}
.bg__type01.-color::before {
  background-color: #900781;
}

.webp .bg__type01::after {
  background: url(../img/top_bg.webp) repeat 3840px 2160px;
}

.no-webp .bg__type01::after {
  background: url(../img/top_bg.jpg) repeat 3840px 2160px;
}

/*======================================
    button
======================================*/
.entry__btn {
  position: fixed;
  top: 1.475em;
  right: 0;
  z-index: 300;
  font-size: 5.625em;
  width: 2.67em;
  height: 0.96em;
  border-top: 0.09em solid #900781;
  border-left: 0.09em solid #900781;
  border-bottom: 0.09em solid #900781;
  background-color: #fff;
  border-radius: 0.11em 0 0 0.11em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  padding-right: 0.1em;
}
@media screen and (max-width: 768px) {
  .entry__btn {
    font-size: 3.0625em;
    top: 1.35em;
    height: 1em;
    width: 2.7em;
  }
}
.entry__btn:hover {
  opacity: 0.7;
}
.entry__btn:hover span::before {
  right: -0.05em;
}
.entry__btn span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.045em;
  font-family: "garage-gothic", sans-serif;
  font-weight: 700;
  padding-right: 0.45em;
}
.entry__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.45em;
  height: 0.86em;
  background: url(../img/entry_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .entry__btn span::before {
    height: 0.75em;
    width: 0.425em;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  color: #fff;
  background-color: #900781;
  width: 23.75em;
  max-width: 100%;
  height: 4em;
  border-radius: 10em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: opacity 0.3s ease;
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover::before {
  right: 1.65em;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.75em;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.1em;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}

/*======================================
    text
======================================*/
.underline {
  display: inline;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 90%, #900781 90%, #900781 100%);
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768px) {
  .underline {
    padding-bottom: 0.15em;
  }
}

.main {
  font-size: min(1.3333333333vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .main {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

.section-ttl__center {
  text-align: center;
}

.section-ttl {
  font-size: 10.625em;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  font-family: "garage-gothic", sans-serif;
  color: #900781;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: 4.375em;
  }
}

.section__text {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.6363636364;
  margin-top: 1.4em;
}
@media screen and (max-width: 768px) {
  .section__text {
    width: 87.67%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
    margin-top: 1.6em;
  }
}

/*======================================
    contact
======================================*/
.top-contact {
  margin-top: -16em;
}
@media screen and (max-width: 768px) {
  .top-contact {
    margin-top: -2em;
  }
}

.contact__container {
  background-color: #fff;
  padding: 3.75em 6.25em 4.75em 4.75em;
}
@media screen and (max-width: 768px) {
  .contact__container {
    padding: 1.5em 1em 0 1em;
  }
}

.contact__lead {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.875;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .contact__lead {
    font-size: 1.1875em;
  }
}

.contact__text {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin-top: 1.2em;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 1.5em;
    line-height: 1.7083333333;
    margin-top: 0.75em;
  }
}

.contact__wrap {
  display: grid;
  grid-template-columns: auto 15em;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .contact__wrap {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    margin-top: 1.7em;
    row-gap: 1em;
  }
}

.contact__info {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .contact__info {
    row-gap: 1em;
  }
}

.contact__underline {
  font-size: 4.0625em;
  font-weight: 700;
  font-family: "garage-gothic", sans-serif;
  color: #900781;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact__underline {
    font-size: 1.875em;
    white-space: nowrap;
  }
}
.contact__underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.06em;
  background-color: #fff000;
  z-index: -1;
}
.contact__underline a {
  font-weight: inherit;
}

.contact__mail {
  padding-left: 1.1em;
  position: relative;
}
.contact__mail::before {
  bottom: 0.05em;
}
.contact__mail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.57em;
  background: url(../img/icon_email.svg) no-repeat center/contain;
}

.contact__person {
  position: relative;
  transform: translateY(6.5em);
}
@media screen and (max-width: 768px) {
  .contact__person {
    transform: translateY(1em);
    max-width: 20em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__img {
  margin-top: -6.5em;
}
@media screen and (max-width: 768px) {
  .contact__img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact__img {
    width: 11em;
  }
}

.contact__name {
  position: absolute;
  top: -15%;
  right: 0;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  column-gap: 0.2em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .contact__name {
    top: unset;
    bottom: 20%;
    right: 10%;
  }
}
.contact__name span {
  font-size: 0.75em;
  display: block;
  margin-bottom: 0.5em;
}

.contact__message {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(39%, -220%);
}
@media screen and (max-width: 768px) {
  .contact__message {
    transform: translate(10%, 0);
  }
}
.contact__message span.message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.6em;
  height: 7em;
  font-size: 0.9375em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.175em;
  line-height: 1.8;
  background-color: #900781;
  clip-path: polygon(10% 0%, 90% 0%, 100% 15%, 100% 85%, 90% 100%, 10% 100%, 0% 85%, 0% 15%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__message span.message {
    font-size: 0.75em;
  }
}
.contact__message span.arrow {
  position: absolute;
  bottom: 0;
  left: 2em;
  width: 1.73em;
  height: 2em;
  clip-path: polygon(30% 0%, 0% 100%, 100% 0);
  background-color: #900781;
  transform: translateY(90%);
}

/*======================================
    page
======================================*/
.page {
  padding-top: 12.5em;
}
.page .contact {
  margin-top: 8.125em;
}
.page .contact .contact__container {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p-ttl__container {
  text-align: center;
  margin-bottom: 5em;
}

.p-ttl__en {
  font-size: 3.9375em;
  font-weight: 700;
  font-family: "garage-gothic", sans-serif;
  letter-spacing: 0.045em;
}

.p-ttl {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.125em;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  font-size: min(1.3333333333vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .header {
    font-size: min(4.3835616438vw, 1.6rem);
  }
}

.h__inner {
  max-width: 117.25em;
  width: 97.875%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  column-gap: 4.25em;
  padding: 1.75em 0;
}
@media screen and (max-width: 768px) {
  .h__inner {
    column-gap: 1em;
  }
}

.h__logo--recruit {
  width: 10.375em;
}
@media screen and (max-width: 768px) {
  .h__logo--recruit {
    width: 6em;
  }
}

.h__logo {
  width: 22.875em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .h__logo {
    width: 12em;
    margin-top: 0;
  }
}

.footer {
  font-family: "garage-gothic", sans-serif;
  padding: 6em 1.25em 5.625em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5.25em 1.25em 5.625em;
  }
}

.f__logo {
  width: 17.9375em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .f__logo {
    width: 10.75em;
  }
}

.f__link {
  text-align: center;
  margin-top: 3.2em;
}
@media screen and (max-width: 768px) {
  .f__link {
    margin-top: 2.2em;
  }
}
.f__link a {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  border: 0.08em solid #900781;
  border-radius: 2em;
  padding: 0.1em 0.5em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .f__link a {
    font-size: 1.3125em;
  }
}
.f__link a:hover {
  opacity: 0.7;
}

.copyright {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 2.5em;
  }
}

/*======================================
    TOP
======================================*/
.webp .top-bg {
  background: url(../img/top_bg.webp) repeat 3840px 2160px;
}

.no-webp .top-bg {
  background: url(../img/top_bg.jpg) repeat 3840px 2160px;
}

.mv {
  position: relative;
}
.mv video {
  width: 100%;
}
.mv__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 56.4%;
  transform: translate(-0.5%, -0.5%);
}
@media screen and (max-width: 768px) {
  .mv__text {
    top: 11.25%;
    left: 6.165%;
    transform: translate(3%, 0);
    width: 16em;
  }
}

.mv__logo {
  position: absolute;
  bottom: 2%;
  right: 2.25%;
  width: 22.75em;
}
@media screen and (max-width: 768px) {
  .mv__logo {
    width: 12.9375em;
    right: unset;
    bottom: unset;
    top: 0.75em;
    left: 0.75em;
  }
}

.lead {
  padding: 9.625em 0 3.8em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 2.5em 0;
  }
}

.lead__bg {
  position: absolute;
  bottom: 7.5%;
  right: 0;
  width: 34.64%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lead__bg {
    bottom: unset;
    top: 20%;
    width: 66%;
    transform: translateX(35%);
  }
}

.lead__text {
  font-size: 1.375em;
  letter-spacing: 0.08em;
  line-height: 2.6363636364;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lead__text {
    font-size: 1em;
    line-height: 2.625;
    letter-spacing: 0.125em;
    font-feature-settings: "palt";
  }
}
.lead__text:nth-child(n+2) {
  margin-top: 2.625em;
}
@media screen and (max-width: 768px) {
  .lead__text:nth-child(n+2) {
    margin-top: 2.85em;
  }
}

.lead__lg {
  font-size: 4.0625em;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.1076923077;
  font-feature-settings: "palt";
  margin-top: 1.15em;
}
@media screen and (max-width: 768px) {
  .lead__lg {
    font-size: 2.6875em;
    white-space: nowrap;
    margin-top: 1.45em;
  }
}

.lead__arrow--container {
  position: relative;
  margin-top: 6.75em;
}
@media screen and (max-width: 768px) {
  .lead__arrow--container {
    margin-top: 3em;
  }
}

.lead__arrow {
  width: 28.9%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lead__arrow {
    width: 13.375em;
    transform: translate(0);
    margin-left: auto;
    margin-right: auto;
  }
}

.lead__arrow--text {
  font-family: "garage-gothic", sans-serif;
  font-size: 2.5em;
  line-height: 1.15;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  font-weight: 700;
  position: absolute;
  top: 14%;
  left: 0;
  transform: translateX(22%);
}
@media screen and (max-width: 768px) {
  .lead__arrow--text {
    font-size: 1.5em;
    line-height: 1.1666666667;
    top: 8%;
    left: 49.5%;
  }
}

.top-voice {
  padding-bottom: 11.5em;
}
@media screen and (max-width: 768px) {
  .top-voice {
    padding-bottom: 4.55em;
  }
}

.voice-swiper__container {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .voice-swiper__container {
    margin-top: 2.2em;
  }
}

.voice-swiper {
  padding-bottom: 7.5em;
}
@media screen and (max-width: 768px) {
  .voice-swiper {
    padding-bottom: 2.4em;
  }
}

.voice-swiper__slide.swiper-slide-active .voice-swiper__slide--link .voice-swiper__slide--img {
  border-radius: 0 1.25em 1.25em 0;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide.swiper-slide-active .voice-swiper__slide--link .voice-swiper__slide--img {
    border-radius: 0 0.4375em 0.4375em 0;
  }
}

.voice-swiper__slide--link {
  display: grid;
  grid-template-columns: 52.2% auto;
  column-gap: 2.5em;
  transition: opacity 0.3s ease;
  font-size: min(0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--link {
    grid-template-columns: 1fr;
    font-size: min(4.3835616438vw, 1.6rem);
  }
}
.voice-swiper__slide--link:hover {
  opacity: 0.7;
}
.voice-swiper__slide--link:hover .voice-swiper__slide--more span::before {
  width: calc(100% + 0.2em);
}
.voice-swiper__slide--link:hover .voice-swiper__slide--more span::after {
  transform: skew(45deg) translateX(calc(-145% + 0.2em));
}

.voice-swiper__slide--img {
  position: relative;
  border-radius: 1.25em;
  overflow: hidden;
  transition: border-radius 0.3s ease;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--img {
    border-radius: 0.4375em;
  }
}
.voice-swiper__slide--img::before {
  content: "";
  display: block;
  padding-top: 74.8192771084%;
  background-color: lightgray;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--img::before {
    padding-top: 74.7440273038%;
  }
}
.voice-swiper__slide--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-swiper__slide--contents {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--contents {
    padding-left: 1.3em;
  }
}

.voice-swiper__slide--text {
  font-size: 2.125em;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.9117647059;
  margin-top: -0.4558823529em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--text {
    font-size: 0.75em;
    line-height: 2;
    margin-top: 1.3em;
  }
}

.voice-swiper__slide--person {
  margin-top: 2.25em;
  display: flex;
  column-gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--person {
    margin-top: 0.4em;
  }
}

.voice-swiper__slide--number {
  font-size: 15.875em;
  font-weight: 400;
  font-family: "garage-gothic", sans-serif;
  letter-spacing: 0.095em;
  font-feature-settings: "palt";
  color: #900781;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--number {
    font-size: 6.5em;
  }
}

.voice-swiper__slide--name {
  font-size: 3.9375em;
  font-weight: 700;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  font-family: "garage-gothic", sans-serif;
  margin-top: 0.45em;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--name {
    font-size: 1.625em;
  }
}

.voice-swiper__slide--department {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--department {
    font-size: 0.75em;
  }
}

.voice-swiper__slide--name__jp {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.155em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--name__jp {
    font-size: 1.0625em;
  }
}

.voice-swiper__slide--since {
  font-size: 1.375em;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: 0.7em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--since {
    font-size: 0.75em;
  }
}

.voice-swiper__slide--more {
  text-align: right;
  margin-top: auto;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--more {
    text-align: left;
    margin-top: 1.25em;
    padding-right: 0;
  }
}
.voice-swiper__slide--more span {
  display: inline-block;
  font-size: 5.125em;
  font-family: "garage-gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.095em;
  color: #900781;
  mix-blend-mode: multiply;
  padding-right: 2.3em;
  padding-bottom: 0.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice-swiper__slide--more span {
    font-size: 1.625em;
  }
}
.voice-swiper__slide--more span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.06em;
  background-color: #900781;
  transition: width 0.3s ease;
  mix-blend-mode: multiply;
}
.voice-swiper__slide--more span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.45em;
  height: 1.85em;
  transform: skew(45deg) translateX(-145%);
  border: 0.09em solid #900781;
  border-bottom: none;
  transition: transform 0.3s ease;
  mix-blend-mode: multiply;
}

.voice-swiper-pagination {
  bottom: 0 !important;
}
.voice-swiper-pagination .swiper-pagination-bullet {
  width: 9.875em;
  height: 0.4375em;
  background-color: #c8c8c8;
  border-radius: 0;
  margin: 0 0.5625em !important;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .voice-swiper-pagination .swiper-pagination-bullet {
    width: 4.625em;
    height: 0.1875em;
    margin: 0 0.25em !important;
  }
}
.voice-swiper-pagination .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active.start::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #900781;
  animation: pagination 3.3s linear forwards;
}
.voice-swiper-pagination .swiper-pagination-bullet:nth-child(n+2).swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #900781;
  animation: pagination 3.3s linear forwards;
}
.voice-swiper-pagination .swiper-pagination-bullet-active {
  height: 1.25em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice-swiper-pagination .swiper-pagination-bullet-active {
    height: 0.5625em;
  }
}

@keyframes pagination {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.working {
  color: #fff;
  background-color: #900781;
  padding: 9em 0 14.25em;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .working {
    padding: 4.2em 0 4.5em;
  }
}
.working .section-ttl {
  color: #fff;
  transform: translateX(-0.25%);
  letter-spacing: 0.035em;
  font-feature-settings: "palt";
  mix-blend-mode: unset;
}
@media screen and (max-width: 768px) {
  .working .section-ttl {
    line-height: 0.8;
  }
}

.working-modal__content dt {
  font-size: 2.6875em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.working-modal__content dd {
  line-height: 2.2;
  font-size: 0.9375em;
  text-align: left;
  margin-top: 3em;
}

.working__lists--container {
  margin-top: 8.5em;
  display: flex;
  flex-direction: column;
  row-gap: 3em;
}
@media screen and (max-width: 768px) {
  .working__lists--container {
    margin-top: 3.25em;
    row-gap: 1em;
  }
}

.flowing__container {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.flowing__container.-fast .working__lists {
  animation: slideLoopLeft 20s infinite linear 0.5s both;
}
.flowing__container.-slow .working__lists {
  animation: slideLoopLeft 50s infinite linear 0.5s both;
}

.working__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.25em;
  height: 100%;
  animation: slideLoopLeft 30s infinite linear 0.5s both;
}
@media screen and (max-width: 768px) {
  .working__lists {
    font-size: 2.125em;
  }
}
.working__lists:nth-child(1) {
  transform: translateX(10.5%);
}
.working__lists:nth-child(2) {
  transform: translateX(13.5%);
}
.working__lists:nth-child(3) {
  transform: translateX(7%);
}

.working__list {
  margin-left: 1.15em;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.working__list:hover {
  color: #900781;
  background-color: #000;
}
.working__list .modal-open {
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-feature-settings: "palt";
}

@keyframes slideLoopLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.working__img {
  margin-top: -1px;
}

.modal {
  background-color: rgba(12, 12, 12, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 600;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 860px;
  width: 95%;
}

.modal-content {
  color: #fff;
}

.modal-open:hover {
  cursor: pointer;
}

.future {
  padding: 8.2em 0 7.5em;
}
@media screen and (max-width: 768px) {
  .future {
    padding: 3.5em 0 3em;
  }
}

.future-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: -1.5em;
}
@media screen and (max-width: 1439px) {
  .future-lists {
    margin-top: 2.7em;
  }
}
@media screen and (max-width: 768px) {
  .future-lists {
    grid-template-columns: 1fr;
  }
}

.future-list {
  border-top: 1px solid #900781;
  padding-top: 4.6875em;
  padding-bottom: 2.25em;
}
@media screen and (max-width: 768px) {
  .future-list {
    padding-top: 2.2em;
    padding-bottom: 1.5em;
  }
}
.future-list:nth-child(odd) {
  padding-left: 1.5em;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  .future-list:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
}
.future-list:nth-child(even) {
  padding-left: 3.25em;
  padding-right: 0.625em;
  border-left: 1px solid #900781;
}
@media screen and (max-width: 768px) {
  .future-list:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .future-list:nth-child(1) .future-list__img {
    width: 16.875em;
    margin-left: 1em;
  }
}
.future-list:nth-child(2) .future-list__img {
  width: 94.5%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .future-list:nth-child(2) .future-list__img {
    width: 16.625em;
    margin-right: auto;
  }
}
.future-list:nth-child(3) .future-list__img {
  width: 48.24%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .future-list:nth-child(3) .future-list__img {
    width: 8.3125em;
  }
}
.future-list:nth-child(4) .future-list__img {
  width: 90.13%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .future-list:nth-child(4) .future-list__img {
    width: 15.5em;
  }
}
.future-list:nth-child(5) .future-list__img {
  width: 49.56%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .future-list:nth-child(5) .future-list__img {
    width: 8.5em;
  }
}
.future-list:nth-child(6) .future-list__img {
  width: 87%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .future-list:nth-child(6) .future-list__img {
    width: 15.8125em;
    margin-left: auto;
  }
}
.future-list:nth-last-child(-n+2) {
  border-bottom: 1px solid #900781;
}
@media screen and (max-width: 768px) {
  .future-list:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.future-list:nth-last-child(-n+2) .future-list__head {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .future-list:nth-last-child(-n+2) .future-list__head {
    margin-top: 4em;
  }
}
@media screen and (max-width: 768px) {
  .future-list:nth-last-child(1) {
    border-bottom: 1px solid #900781;
  }
}

.future-list__head {
  margin-top: 3.5em;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .future-list__head {
    margin-top: 2.25em;
  }
}

.future-list__ttl {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.125em;
  padding-left: 0.25em;
  border-left: 0.39em solid #900781;
  font-feature-settings: "palt";
  line-height: 1.3611111111;
  margin: -0.1805555556em 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .future-list__ttl {
    font-size: 1.3775em;
    line-height: 1.3636363636;
  }
}

.future-list__lead {
  font-size: 1.25em;
  letter-spacing: 0.125em;
  font-weight: 700;
  margin-top: 0.75em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .future-list__lead {
    font-size: 0.75em;
    letter-spacing: 0.05em;
  }
}

.future-list__head--number {
  font-size: 2.5625em;
  font-weight: 700;
  letter-spacing: 0.125em;
  color: #900781;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .future-list__head--number {
    font-size: 1.5625em;
  }
}
.future-list__head--number span {
  font-family: "garage-gothic", sans-serif;
  font-size: 4.17em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.045em;
  line-height: 0.2397660819;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .future-list__head--number span {
    font-size: 4.16em;
  }
}

.future-list__text {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 2;
  margin-top: 1.5em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .future-list__text {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 1.5833333333;
  }
}

.learning {
  position: relative;
}
.learning::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(146%, -96%);
  width: 15.125em;
  height: 20.375em;
  background: url(../img/compas.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .learning::before {
    width: 8.375em;
    height: 11.25em;
    transform: translate(122%, -72%);
  }
}
.learning .section-ttl__center {
  padding-top: 1px;
}
@media screen and (max-width: 768px) {
  .learning .section-ttl__center {
    padding-top: 0.5em;
  }
  .learning .section-ttl__center .section__text {
    margin-top: 2.25em;
  }
}
.learning .section-ttl__center .section-ttl {
  margin-top: -0.5em;
}
@media screen and (max-width: 768px) {
  .learning .section-ttl__center .section-ttl {
    margin-top: 0;
  }
}

.learning__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.875em;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .learning__lists {
    grid-template-columns: 1fr;
    margin-top: 8em;
    row-gap: 5.5em;
  }
}

.learning__list:nth-child(1) {
  margin-top: 21em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .learning__list:nth-child(1) {
    margin-top: 0;
  }
}
.learning__list:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-86%, -88%);
  width: 9.0625em;
  height: 23.375em;
  background: url(../img/learning_person.png) no-repeat center bottom/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .learning__list:nth-child(1)::before {
    width: 6.4375em;
    height: 16.5625em;
    transform: translate(-145%, -48%);
  }
}
.learning__list:nth-child(2) {
  margin-top: 10.5em;
}
@media screen and (max-width: 768px) {
  .learning__list:nth-child(2) {
    margin-top: 0;
  }
}

.learning__list--img {
  margin-bottom: 1em;
}

.learning__lead {
  font-size: 1.25em;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .learning__lead {
    font-size: 0.75em;
    letter-spacing: 0.12em;
    line-height: 2;
    font-feature-settings: "palt";
  }
}

.learning__texts {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .learning__texts {
    margin-top: 0;
  }
}
.learning__texts dt {
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2.2307692308;
}
@media screen and (max-width: 768px) {
  .learning__texts dt {
    font-size: 1.375em;
    letter-spacing: 0.125em;
    font-feature-settings: "palt";
  }
}
.learning__texts dd {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.8571428571;
  text-align: justify;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .learning__texts dd {
    font-size: 0.6875em;
    line-height: 1.8181818182;
    font-feature-settings: "palt";
    margin-top: 0.8em;
  }
}

.top-qa {
  padding-top: 6.5em;
}

.top-qa__container {
  margin: 0 calc(50% - 50vw) 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}

.qa-flowing__container {
  animation: slideLoopLeft 40s infinite linear 0.5s both;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 3em;
}

.top-qa__area {
  position: relative;
  width: 140em;
  height: 100%;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-qa__area {
    font-size: 0.55em;
  }
}
.top-qa__area::before {
  content: "";
  display: block;
  padding-top: 36.5031982942%;
  z-index: -1;
}

.top-qa__wrap {
  position: absolute;
}
.top-qa__wrap.qa01 {
  top: 4%;
  left: 0;
}
.top-qa__wrap.qa01 .top-qa__contents {
  width: 23.0625em;
  height: 18.1875em;
  position: relative;
}
.top-qa__wrap.qa02 {
  top: 9.5%;
  left: 32%;
}
.top-qa__wrap.qa02 .top-qa__contents {
  width: 21.25em;
  height: 18.0625em;
  position: relative;
}
.top-qa__wrap.qa03 {
  top: 36%;
  left: 45.5%;
}
.top-qa__wrap.qa03 .top-qa__contents {
  width: 21.0625em;
  height: 20em;
  position: relative;
}
.top-qa__wrap.qa04 {
  top: 9.5%;
  left: 58.5%;
}
.top-qa__wrap.qa04 .top-qa__contents {
  width: 23.5em;
  height: 16.75em;
  position: relative;
}
.top-qa__wrap.qa04 .top-qa__answer-container {
  top: 62%;
  left: 50%;
  transform: translateX(-55%);
}
.top-qa__wrap.qa04 .top-qa__answer-container .top-qa__dl {
  width: 32.125em;
  height: 32.5em;
}
.top-qa__wrap.qa05 {
  top: 50%;
  left: 63.5%;
}
.top-qa__wrap.qa05 .top-qa__contents {
  width: 20.875em;
  height: 21.25em;
  position: relative;
}
.top-qa__wrap.qa06 {
  top: 0;
  left: 77.75%;
}
.top-qa__wrap.qa06 .top-qa__contents {
  width: 21.25em;
  height: 17.125em;
  position: relative;
}
.top-qa__wrap.qa07 {
  top: 32%;
  left: 13%;
}
.top-qa__wrap.qa07 .top-qa__contents {
  width: 23.0625em;
  height: 21.0625em;
  position: relative;
}
.top-qa__wrap.qa08 {
  top: 50%;
  left: 29%;
}
.top-qa__wrap.qa08 .top-qa__contents {
  width: 21.25em;
  height: 17.125em;
  position: relative;
}
.top-qa__wrap.qa09 {
  top: 43%;
  right: 3%;
}
.top-qa__wrap.qa09 .top-qa__contents {
  width: 20.875em;
  height: 21.25em;
  position: relative;
}
.top-qa__wrap.qa10 {
  bottom: 2%;
  left: 0;
}
.top-qa__wrap.qa10 .top-qa__contents {
  width: 21.0625em;
  height: 18em;
  position: relative;
}

.top-qa__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease;
}
.top-qa__contents:hover {
  transform: scale(1.1);
}
.top-qa__contents::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10.6875em;
  font-weight: 700;
  font-family: "garage-gothic", sans-serif;
  color: rgba(144, 7, 129, 0.12);
}

.top-qa__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(1.5em 1.1875em 0 #900781);
  z-index: -1;
}

.top-qa__question {
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 1.8235294118;
  letter-spacing: 0.05em;
  color: #900781;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.top-qa__answer-container {
  position: absolute;
  z-index: 3;
}

.top-qa__answer--wrap {
  position: relative;
}

.top-qa__answer--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(49px 34px 0 #fff);
}

.top-qa__dl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 3em;
  color: #fff;
  transform: translateY(-2em);
}
.top-qa__dl dt {
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 1.8235294118;
  letter-spacing: 0.05em;
}
.top-qa__dl dd {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 2;
}

.qa__more {
  text-align: center;
  margin-top: 3em;
}
.qa__more a {
  display: inline-block;
}
.qa__more a:hover span::before {
  width: calc(100% + 0.2em);
}
.qa__more a:hover span::after {
  transform: skew(45deg) translateX(calc(-145% + 0.2em));
}
.qa__more a span {
  display: inline-block;
  font-size: 2.625em;
  font-family: "garage-gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.095em;
  color: #900781;
  padding-right: 2.3em;
  padding-bottom: 0.2em;
  position: relative;
}
.qa__more a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.06em;
  background-color: #900781;
  transition: width 0.3s ease;
}
.qa__more a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.45em;
  height: 1.85em;
  transform: skew(45deg) translateX(-145%);
  border: 0.09em solid #900781;
  border-bottom: none;
  transition: transform 0.3s ease;
}

.top-news {
  margin-top: -1em;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 0;
    padding-top: 1.575em;
    padding-bottom: 1.5em;
  }
}

.top-news__sp--wrap {
  position: relative;
}
.top-news__sp--wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-16%, -99%);
  width: 13.875em;
  height: 29.125em;
  background: url(../img/news_person.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .top-news__sp--wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(3%, -94%);
    width: 5.9375em;
    height: 12.875em;
    background: url(../img/news_person.png) no-repeat center/contain;
    z-index: 2;
  }
}

.news__cards {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .news__cards {
    margin-right: calc(50% - 50vw);
    margin-top: 2.5em;
    position: relative;
    z-index: 2;
  }
}

.news__card--link {
  display: block;
  transition: opacity 0.3s ease;
}
.news__card--link:hover {
  opacity: 0.7;
}
.news__card--link:hover .news__card--more::before {
  right: -0.1em;
}

.news__card--img {
  position: relative;
}
.news__card--img::before {
  content: "";
  display: block;
  padding-top: 67.0886075949%;
  background-color: #900781;
}
.news__card--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__card--date {
  font-size: 0.8125em;
  letter-spacing: 0.1em;
  line-height: 2.1538461538;
  font-weight: 700;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .news__card--date {
    font-size: 0.625em;
    letter-spacing: 0.05em;
    line-height: 2.4;
  }
}

.news__card--ttl {
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .news__card--ttl {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 0;
  }
}

.news__card--more {
  display: inline-block;
  font-size: 2.625em;
  font-weight: 700;
  font-family: "garage-gothic", sans-serif;
  letter-spacing: 0.095em;
  color: #900781;
  padding-right: 0.5em;
  position: relative;
  margin-top: 0.5em;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .news__card--more {
    font-size: 1.8125em;
  }
}
.news__card--more::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-40%) rotate(-45deg);
  width: 0.48em;
  height: 0.48em;
  border-bottom: 1px solid #900781;
  border-right: 1px solid #900781;
  transition: right 0.3s ease;
}

.flow {
  color: #fff;
}
.flow .section-ttl__center {
  position: relative;
  transform: translateY(-80%);
}
@media screen and (max-width: 768px) {
  .flow .section-ttl__center {
    transform: translate(0);
    padding-top: 4.2em;
  }
}
.flow .section-ttl__center::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-33%, -16%);
  width: 13.625em;
  height: 22.625em;
  background: url(../img/flow_person.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow .section-ttl__center::before {
    width: 8em;
    height: 13.125em;
    transform: translate(-44%, -10%);
  }
}
.flow .section-ttl {
  color: #fff;
  mix-blend-mode: unset;
}

.flow__steps {
  margin-top: -9.5em;
  padding-bottom: 7em;
  position: relative;
}
@media (min-width: 769px) {
  .flow__steps {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flow__steps {
    margin: 0 calc(50% - 50vw) 0;
    padding-top: 5em;
    overflow-y: visible;
  }
}
.flow__steps::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 12.75em);
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -11.25em) rotate(-16.75deg);
}
.flow__steps::after {
  content: "1month";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -240%);
  font-family: "garage-gothic", sans-serif;
  font-weight: 700;
  font-size: 2.6875em;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
}

.flow__step:nth-child(1) {
  padding-top: 15.75em;
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(1) {
    padding-top: 0;
  }
}
.flow__step:nth-child(2) {
  padding-top: 10.5em;
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(2) {
    padding-top: 0;
  }
}
.flow__step:nth-child(3) {
  padding-top: 5.25em;
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(3) {
    padding-top: 0;
  }
}
.flow__step:nth-child(1), .flow__step:nth-child(4) {
  position: relative;
}
.flow__step:nth-child(1)::before, .flow__step:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 5.75em;
  background-color: #fff;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(1)::before, .flow__step:nth-child(4)::before {
    height: 3.875em;
  }
}
@media screen and (max-width: 768px) {
  .flow__step {
    transition: padding-bottom 0.3s ease, transform 0.3s ease;
  }
  .flow__step.swiper-slide-prev {
    transform: translateY(3em);
  }
  .flow__step.swiper-slide-active {
    transform: translateY(0);
  }
  .flow__step.swiper-slide-next {
    transform: translateY(-3em);
  }
}

.flow__step--texts {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  row-gap: 1em;
}
@media screen and (max-width: 768px) {
  .flow__step--texts {
    row-gap: 0.5em;
  }
}
.flow__step--texts dt {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  width: 9.83em;
  height: 9.83em;
  border: 0.25em solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .flow__step--texts dt {
    font-size: 1em;
    width: 10.5em;
    height: 10.5em;
  }
}
.flow__step--texts dd {
  text-align: center;
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  .flow__step--texts dd {
    font-size: 0.625em;
  }
}

/*======================================
    entry
======================================*/
.entry__contents {
  display: flex;
  flex-direction: column;
  row-gap: 4.5em;
}

.entry__lists {
  width: 100%;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}

.entry__list {
  border-bottom: 1px solid #2e2e2e;
}
.entry__list:first-child {
  border-top: 1px solid #2e2e2e;
}
.entry__list.noborder {
  border-top: none;
}
.entry__list dl {
  display: grid;
  grid-template-columns: 15.625em auto;
}
@media screen and (max-width: 768px) {
  .entry__list dl {
    grid-template-columns: 1fr;
    padding: 0.75em 0;
  }
}
.entry__list dl dt, .entry__list dl dd {
  padding: 0.4375em 0;
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.75;
  font-feature-settings: "palt";
}
.entry__list dl dt {
  column-gap: 1/2;
}
.entry__list dl dd {
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .entry__list dl dd {
    grid-column: 1/2;
  }
}
.entry__list dl dd.border {
  border-top: 1px solid #2e2e2e;
}
@media screen and (max-width: 768px) {
  .entry__list dl dd.border {
    border-top: 1px solid rgba(46, 46, 46, 0.2);
  }
}

.entry-btn {
  margin-top: 5.25em;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .entry-btn {
    font-size: 0.875em;
  }
}

.entry__note {
  font-size: 0.8125em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.005em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 2.2em;
}
@media screen and (max-width: 768px) {
  .entry__note {
    font-size: 0.75em;
  }
}

/*======================================
    voice
======================================*/
.voice__contents {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}

.voice__img {
  position: relative;
}
.voice__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.voice__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice__lead {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.9583333333;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .voice__lead {
    font-size: 0.75em;
    line-height: 2;
  }
}

.voice__info {
  display: flex;
}

.voice__number {
  font-size: 15.8125em;
  letter-spacing: 0.095em;
  font-feature-settings: "palt";
  color: #900781;
  font-family: "garage-gothic", sans-serif;
  transform: translateX(-6%);
}
@media screen and (max-width: 768px) {
  .voice__number {
    font-size: 6.5625em;
  }
}

.voice__name--en {
  font-size: 3.9375em;
  font-weight: 700;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
  font-family: "garage-gothic", sans-serif;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .voice__name--en {
    font-size: 1.625em;
  }
}

.voice__department,
.voice__since {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .voice__department,
  .voice__since {
    font-size: 0.75em;
  }
}

.voice__name {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .voice__name {
    font-size: 1.0625em;
  }
}

.voice__lists {
  margin-top: 1.25em;
}

.voice__list {
  background-color: #f0f0f0;
  padding: 2.75em 3.25em 3.2em;
}
@media screen and (max-width: 768px) {
  .voice__list {
    padding: 2.5em 1.25em;
  }
}
.voice__list:nth-child(n+2) {
  margin-top: 1.875em;
}
.voice__list dl dt {
  font-size: 1.25em;
  font-weight: 700;
  color: #900781;
  line-height: 1.75;
  letter-spacing: 0.005em;
  font-feature-settings: "palt";
  padding-left: 1.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice__list dl dt {
    font-size: 1.125em;
  }
}
.voice__list dl dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.voice__list dl dd {
  font-size: 0.875em;
  line-height: 2.2142857143;
  letter-spacing: 0.005em;
  font-weight: 700;
  margin-top: 1.2em;
  font-feature-settings: "palt";
}

.schedule {
  border: 1px solid #f0f0f0;
  margin-top: 2em;
  padding: 3.75em 0 4.75em;
}

.schedule__container h2 {
  font-size: 1.25em;
  font-weight: 700;
  color: #900781;
  letter-spacing: 0.005em;
  font-feature-settings: "palt";
  text-align: center;
}

.schedule__wrap {
  max-width: 455px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.schedule__lists {
  margin-top: 2em;
}

.schedule__list {
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.schedule__list:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.schedule__list dl {
  display: grid;
  grid-template-columns: 7.5em auto;
}
@media screen and (max-width: 768px) {
  .schedule__list dl {
    grid-template-columns: 4em auto;
  }
}
.schedule__list dl dt, .schedule__list dl dd {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 700;
}

.schedule__note {
  font-size: 0.75em;
  line-height: 1.75;
  margin-top: 1.25em;
}

.kome {
  padding-left: 1.1em;
  position: relative;
}
.kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*======================================
    Q&A
======================================*/
.qa__lists {
  width: 90%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.5em;
}
@media screen and (max-width: 768px) {
  .qa__lists {
    margin-top: 5em;
  }
}

.qa__list:nth-child(n+2) {
  margin-top: 2.375em;
}
@media screen and (max-width: 768px) {
  .qa__list:nth-child(n+2) {
    margin-top: 1.75em;
  }
}
.qa__list dl dt {
  font-size: 1.0625em;
  font-weight: 700;
  color: #900781;
  line-height: 1.8235294118;
  padding: 1.44em 4em 1.44em 2em;
  border-radius: 0.59em;
  border: 1px solid #900781;
  position: relative;
  transition: border-radius 0.3s ease;
}
@media screen and (max-width: 768px) {
  .qa__list dl dt {
    font-size: 0.875em;
    padding: 1.44em 3em 1.44em 1.5em;
  }
}
.qa__list dl dt.is-active {
  border-radius: 0.59em 0.59em 0 0;
}
.qa__list dl dt.is-active::after {
  transform: translateY(-50%) rotate(90deg);
}
.qa__list dl dt::before, .qa__list dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.76em;
  transform: translateY(-50%);
  width: 1.47em;
  height: 1px;
  background-color: #900781;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .qa__list dl dt::before, .qa__list dl dt::after {
    right: 1.25em;
  }
}
.qa__list dl dt span {
  display: block;
  padding-left: 1.25em;
  position: relative;
}
.qa__list dl dt span::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
}
.qa__list dl dd {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 2;
  font-feature-settings: "palt";
  border-radius: 0 0 0.5em 0.5em;
  background-color: #900781;
  color: #fff;
  padding: 1.7em;
  display: none;
}
@media screen and (max-width: 768px) {
  .qa__list dl dd {
    font-size: 1em;
    padding: 1.7em 1.25em;
  }
}
.qa__list dl dd.show {
  display: block;
}

#parallax {
  position: relative;
  background: url(../img/working_img.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #parallax {
    background: url(../img/working_img_sp.jpg) no-repeat center/cover;
  }
}

.parallax__container {
  position: relative;
  overflow: hidden;
}
.parallax__container::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
}
