@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 400;
  color: #424242;
  background-color: #080808;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #424242;
  line-height: normal;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #a3a3a3;
  border-radius: 0.25rem;
  resize: vertical;
  min-height: 11.5625rem;
  width: 100%;
}

input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

summary {
  list-style: none;
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  z-index: 10000 !important;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  background-color: #0f0e0e;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 0 1.875rem;
}
.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  z-index: 102;
}
.header__logo a {
  display: block;
  position: relative;
  z-index: 110;
  aspect-ratio: 228/47.4;
  width: 14.25rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__logo a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__wrap {
  display: flex;
  align-items: center;
}

.header__menu {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 110;
}

.footer {
  padding-top: 3.75rem;
  padding-bottom: 4.1875rem;
  border-top: 1px solid #ffffff;
}

.footer__inner {
  max-width: 85rem !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2rem;
}

.footer__logo {
  width: 19rem;
  height: 4rem;
}
.footer__logo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  width: 100%;
}

.footer-nav__item a {
  display: block;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: all 0.3s ease;
}
.footer-nav__item a:hover {
  color: #FF2020;
}

.footer-nav__item--first a {
  padding-left: 0;
}

.footer-nav__item--last a {
  padding-right: 0;
}

.footer-nav__item--pp {
  margin-top: 1rem;
}
.footer-nav__item--pp a {
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.footer__copy {
  margin-top: 3.75rem;
  max-width: 85rem !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.footer__copyright {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  display: block;
  color: #ffffff;
}

.inner {
  max-width: 1260px;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.hamburger {
  display: none;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav__items {
  display: flex;
  align-items: center;
}

.header-nav__item:first-child a {
  padding-left: 0;
}
.header-nav__item:last-child a {
  padding-right: 0;
}

.header-nav__item a {
  display: block;
  padding: 1.9375rem 0.9375rem;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}
.header-nav__item a:hover {
  color: #FF2020;
}

.header__contact {
  margin-left: 2.5rem;
}

.header__contact--btn {
  padding: 1.875rem 3rem;
  background-color: #FF2020;
  transition: opacity 0.3s ease;
  height: 100%;
  display: block;
}
.header__contact--btn span {
  display: inline-block;
  width: 3.375rem;
  height: auto;
}
.header__contact--btn span img {
  width: 100%;
  height: 100%;
}
.header__contact--btn:hover {
  opacity: 0.7;
}

.section-title--1-en {
  font-family: "Cormorant Unicase", serif;
  font-size: 4.375rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
}
.section-title--1-ja {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: -0.25rem;
  display: block;
}

.section-title--2-en {
  font-family: "Cormorant Unicase", serif;
  font-size: 5.625rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #474747;
  display: block;
}
.section-title--2-ja {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 2.1875;
  color: #ffffff;
  display: block;
}

.btn {
  margin-top: 3.125rem;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--txt {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: normal;
  display: block;
  transition: all 0.3s ease;
}
.btn--arrow {
  height: auto;
  margin-left: 0.75rem;
}
.btn--arrow svg {
  width: 4.125rem;
  height: 3rem;
}
.btn--arrow svg circle {
  transition: all 0.3s ease;
}
.btn--arrow svg line {
  transition: all 0.3s ease;
}
.btn a:hover .btn--txt {
  color: #FF2020;
}
.btn a:hover .btn--arrow svg circle {
  stroke: #FF2020 !important;
}
.btn a:hover .btn--arrow svg .arrow-circle1 {
  fill: #FF2020 !important;
}
.btn a:hover .btn--arrow svg .arrow-circle2 {
  r: 22.5 !important;
}
.btn a:hover .btn--arrow svg .arrow-circle3 {
  r: 12.5 !important;
}
.btn a:hover .btn--arrow svg line {
  stroke: #FF2020 !important;
}

.parts-entry {
  margin-top: 14.125rem;
  padding-bottom: 7.5rem;
}
.parts-entry__inner {
  margin-left: auto;
  margin-right: auto;
}
.parts-entry a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6.375rem 7.6875rem 6.375rem 5rem;
  background: linear-gradient(90deg, #232323 0%, #636363 50%, #232323 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.parts-entry a h2 {
  font-family: "Cormorant Unicase", serif;
  font-size: 8.125rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: #606060;
}
.parts-entry a p {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 2.5;
}
.parts-entry a:hover {
  background-position: 100% 0;
}

.parts-entry .parts-entry__arrow {
  background-color: #ffffff;
  padding: 0.0625rem 0.9375rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #424242;
  border-radius: 1.3125rem;
  margin-left: auto;
  margin-top: 1.4375rem;
}

.sub-parts-entry {
  margin-top: 6.625rem;
}

.page-title {
  background-image: url("../../assets/images/distImg/page-title-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3.125rem 0 5rem 11.25rem;
  width: 78%;
}
.page-title--en {
  font-family: "Cormorant Unicase", serif;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  color: #8e8e8e;
}
.page-title--ja {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.8333333333;
  letter-spacing: 0.08em;
  display: block;
  color: #ffffff;
}

.page-title--2 {
  margin-top: 6.375rem;
}
.page-title--2-title {
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(4.5625rem, 18.75vw, 16.875rem);
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: #8e8e8e;
  text-align: center;
}

.page-title--3 {
  padding-top: 10.1875rem;
  margin: 0 auto;
}
.page-title--3-title {
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(4rem, 8.3333333333vw, 7.5rem);
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: #8e8e8e;
}

.sliderArea {
  max-width: 1000px;
  width: 100%;
  margin: 1.5rem auto 0;
}

.slick-slider {
  width: 90%;
  margin: 0 auto;
}

.slick-slide {
  max-width: 600px !important;
  width: 80% !important;
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-slide img {
  max-width: 600px !important;
  width: 100% !important;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #ffffff !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.slick-prev:before,
.slick-next:before {
  content: url("../../assets/images/srcImg/slider-arrow.svg") !important;
  color: #ffffff !important;
  display: block;
}

.slick-next:before {
  rotate: 180deg;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.top-mv {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.top-mv__bg {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-mv__title {
  margin-top: 0.625rem;
  max-width: 1374px;
  width: 100%;
  margin: 0.625rem auto 0;
  padding-left: 1.5rem;
  order: 2;
}

.top-mv__title--main {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: block;
}

.top-mv__title--main--red {
  color: #da1616;
}

.top-mv__title--sub {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #ffffff;
  display: block;
  margin-top: 0.25rem;
  padding-left: 4.375rem;
  position: relative;
}

.top-mv__title--sub::before {
  content: "";
  display: block;
  width: 2.3125rem;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.1875rem;
}

.top-mv__cont {
  margin: 18.75rem auto 10rem;
  order: 3;
}

.top-mv__cont p {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 2.7777777778;
  margin-top: 2.5rem;
  text-align: center;
}

.top-mv__cont p:first-child {
  margin-top: 0;
}

.top-mv__slideBox {
  margin-top: 7.4375rem;
  order: 1;
}

.top-mv__slideCont {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.top-mv__page {
  display: flex;
}

.top-mv__page2 {
  display: none;
}

.top-mv__slide--back {
  display: none;
}

.top-mv__slide1 {
  margin-top: 3.625rem;
  margin-right: 3.5625rem;
}

.top-mv__slide1 .top-mv__slide1--front {
  margin-right: 3.5625rem;
  max-width: 25.4375rem;
  width: 100%;
}

.top-mv__slide1 .top-mv__slide1--back {
  width: 80vw;
  max-width: 25.4375rem;
}

.top-mv__slide1 .top-mv__slide1--back.active {
  margin-right: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  display: flex;
  align-items: start;
}

.top-mv__slide1 .top-mv__slide1--back.active img {
  position: absolute;
  top: 10.9375rem;
  left: 0rem;
  width: 29%;
  max-width: 25.4375rem;
  height: auto;
}

.top-mv__slide1 .top-mv__slide1--back.active [class*="--text"] {
  position: absolute;
  top: 9.1875rem;
  left: 26.125rem;
  width: 80%;
  height: auto;
}

.top-mv__slide2 {
  margin-top: 6.875rem;
  margin-right: 1.1875rem;
}

.top-mv__slide2 .top-mv__slide2--front {
  max-width: 24.375rem;
  width: 100%;
}

.top-mv__slide2 .top-mv__slide2--back {
  margin-right: 1.1875rem;
  width: 75vw;
  max-width: 24.375rem;
}

.top-mv__slide2 .top-mv__slide2--back.active {
  margin-right: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  transform: none !important;
}

.top-mv__slide2 .top-mv__slide2--back.active img {
  position: absolute;
  top: 25.875rem;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 23.125rem;
  height: auto;
}

.top-mv__slide2 .top-mv__slide2--back.active [class*="--text"] {
  position: absolute;
  top: 13.5625rem;
  right: -0.5rem;
  height: auto;
}

.top-mv__slide3 .top-mv__slide3--front {
  width: 100%;
  max-width: 23.375rem;
}

.top-mv__slide3 .top-mv__slide3--back {
  width: 70vw;
  max-width: 23.375rem;
}

.top-mv__slide3 .top-mv__slide3--back.active {
  width: 100vw !important;
  max-width: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  transform: none !important;
}

.top-mv__slide3 .top-mv__slide3--back.active img {
  position: absolute;
  top: 7.125rem;
  right: 1.0625rem;
  width: 80%;
  max-width: 23.125rem;
  height: auto;
}

.top-mv__slide3 .top-mv__slide3--back.active [class*="--text"] {
  position: absolute;
  top: 8.125rem;
  right: 9.25rem;
  transform: translateX(-50%);
  height: auto;
}

.top-mv__slide1 .top-mv__slide4--back.active img {
  position: absolute;
  top: 10.9375rem;
  left: 0rem;
  width: 29%;
  max-width: 25.4375rem;
  height: auto;
}

.top-mv__slide1--backinner {
  max-width: 1304px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: start;
  position: relative;
}

.top-mv__slide {
  width: calc((100% - 57px - 19px) / 3);
}

.top-mv__slide--back.active {
  display: block;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  backdrop-filter: blur(8px);
  box-sizing: border-box;
  animation: fadeIn 0.3s ease-in-out;
}

.top-mv__slide--back.active img {
  width: 80%;
  max-width: 25.4375rem;
  height: auto;
}

.top-mv__slide--back.active [class*="--text"] {
  color: #ffffff;
  z-index: 1001;
  width: 90%;
  max-width: 27.75rem;
}

.top-mv__slide--back.active [class*="--text"] h2 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.5142857143;
  letter-spacing: -0.01em;
  text-align: left;
}

.top-mv__slide--back.active [class*="--text"] p {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin-top: 1.5rem;
}

.top-mv__slide--back.active .top-mv__slide--back--btn {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #ffffff;
  line-height: 2.4285714286;
  margin-top: 1.5625rem;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

.top-mv__slide--back.active .top-mv__slide--back--btn:hover {
  color: #da1616;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-mv__back {
  position: absolute;
  top: 30.625rem;
  right: 5rem;
  z-index: -1;
}
.top-mv__back h3 {
  font-size: 18.125rem;
  font-weight: 300;
  font-family: "Cormorant Unicase", serif;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
}

.top-mv__slide--frontimg {
  cursor: url(../images/srcImg/top-interview-cur.png) 80 80, pointer !important;
}

/* =========================
  sp用設定
========================= */
.top-mv__btn {
  position: absolute;
  top: 529px;
  right: -3px;
  background-color: rgba(218, 22, 22, 0.4);
  border-radius: 7px 0 0 7px;
  border: 3px solid #da1616;
  padding: 19px 23px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-mv__btn span {
  height: 13px;
  width: auto;
}
.top-mv__btn span img {
  height: 100%;
  width: auto;
  display: block;
}

.top-mv__btn--next {
  display: block;
}

.top-mv__btn--before {
  display: none;
}

.top-mv__page2 ~ .top-mv__btn .top-mv__btn--next {
  display: none;
}

.top-mv__page2 ~ .top-mv__btn .top-mv__btn--before {
  display: block;
}

.top-mv__tap {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #676767;
  line-height: normal;
  margin-top: 0.3125rem;
}
.top-mv__tap span {
  font-size: 0.4375rem;
}

.top-about {
  position: relative;
  overflow: hidden;
}

.top-about__bg {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-about__bg img {
  aspect-ratio: 1572/881;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-about__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 11.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-about__inner h2 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
  line-height: 2.1428571429;
}

.top-service {
  position: relative;
  padding-top: 22.9375rem;
  overflow: hidden;
}
.top-service__bg--img {
  position: absolute;
  top: 7.3125rem;
  right: 1.6875rem;
  width: 49.5588125rem;
  height: 44.0260625rem;
  transform: rotate(-14.85deg);
  flex-shrink: 0;
  z-index: -1;
  filter: blur(9px);
}
.top-service__bg--img img {
  aspect-ratio: 792.941/704.417;
  width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: rotate(-14.85deg);
}
.top-service__bg--title {
  position: absolute;
  top: 20.625rem;
  left: -2.3125rem;
  font-family: "Cormorant Unicase", serif;
  font-size: 18.125rem;
  font-weight: 300;
  letter-spacing: normal;
  background: linear-gradient(88deg, #262626 38.13%, #171717 68.78%, #262626 87.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  z-index: -1;
}

.top-service__title {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
  line-height: 2.1428571429;
  padding-bottom: 14.8125rem;
}

.top-service__bottom {
  margin-top: 1.25rem;
  position: relative;
}

.top-service__btn {
  position: absolute;
  top: 54%;
  left: 44%;
}

.top-interview {
  position: relative;
  padding-top: 24.4375rem;
  overflow: hidden;
}
.top-interview__bg--img {
  position: absolute;
  top: -324px;
  left: 50%;
  transform: translateX(-50%);
  width: 2148px;
  flex-shrink: 0;
  z-index: -1;
}
.top-interview__bg h2 {
  font-family: "Cormorant Unicase", serif;
  font-size: 16.8125rem;
  font-weight: 300;
  line-height: normal;
  position: absolute;
  top: 23.3125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background: linear-gradient(89deg, #262626 31.21%, #161616 96.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-align: center;
}

.top-interview__cont {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-interview__cont h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
}

.top-interview__list {
  display: flex;
  max-width: 75rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 3.8125rem;
}
.top-interview__list li a {
  width: 33.3333333333%;
  cursor: url(../images/srcImg/top-interview-cur.png) 80 80, pointer !important;
}

.top-workplace {
  position: relative;
  padding-bottom: 7.3125rem;
  margin-top: 30rem;
}

.top-workplace__bg {
  position: absolute;
  top: 25.3125rem;
  right: 21rem;
  z-index: -1;
}
.top-workplace__bg h2 {
  font-family: "Cormorant Unicase", serif;
  font-size: 13.75rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  background: linear-gradient(89deg, #262626 31.21%, #161616 96.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-workplace__bg .top-workplace__bg--title {
  position: absolute;
  top: 11.3125rem;
  left: 13rem;
  display: block;
  background: linear-gradient(89deg, #262626 31.21%, #161616 96.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-workplace__cont {
  display: flex;
  gap: 7.5rem;
}
.top-workplace__cont picture {
  aspect-ratio: 548/724;
  width: 34.25rem;
}
.top-workplace__cont .top-workplace__textBox {
  margin-top: 8.8125rem;
}
.top-workplace__cont .top-workplace__textBox h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.top-workplace__btn a {
  justify-content: flex-start;
}

.top-recruite {
  position: relative;
  padding-top: 13.75rem;
  padding-bottom: 16rem;
  overflow: hidden;
}

.top-recruite__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 54.25rem;
}

.top-recruite__cont {
  margin: 0 auto;
}
.top-recruite__cont h2 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
}
.top-recruite__cont picture {
  width: 31.625rem;
  margin: 1.0625rem auto 0;
  display: block;
}
.top-recruite__cont picture img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-recruite__btn {
  margin-top: 1.875rem;
  text-align: center;
}
.top-recruite__btn a {
  display: inline-flex;
  justify-content: center;
  text-align: center;
}

.top-recruite__bottomBg {
  position: absolute;
  top: 46.625rem;
  left: 2.1875rem;
  z-index: -1;
}
.top-recruite__bottomBg h3 {
  font-family: "Cormorant Unicase", serif;
  font-size: 16.8125rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  z-index: -1;
  background: linear-gradient(89deg, #262626 31.21%, #161616 96.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-recruite {
  padding-bottom: 20.375rem;
}

.about-about__inner {
  position: relative;
  margin: 4.375rem auto 8.1875rem;
}
.about-about p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  line-height: 2.75;
  padding-left: 1.875rem;
}
.about-about__bg {
  position: absolute;
  top: 5.8125rem;
  left: 29.25rem;
  width: 17.25rem;
  z-index: -1;
}

.about-mission {
  margin-bottom: 17.6875rem;
}
.about-mission__titleBox {
  background-image: url("../../assets/images/distImg/about-mission-title-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5.625rem 0 6.125rem 6.25rem;
  width: 87.5%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.about-mission__titleBox p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  line-height: 2.75;
  margin-top: 2.875rem;
}

.about-mission__img {
  width: 100vw;
  margin-top: -7.1875rem;
  position: relative;
  z-index: 1;
}
.about-mission__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-mission__inner {
  margin: -1.75rem auto 0;
  position: relative;
  z-index: 2;
}
.about-mission__inner .about-mission__cont h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1.6176470588;
  text-align: center;
}
.about-mission__inner .about-mission__cont p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  line-height: 2.75;
  margin-top: 1.0625rem;
  text-align: center;
}

.about-mission__bg {
  position: absolute;
  top: 11.375rem;
  left: 11.0625rem;
  width: 17.25rem;
  z-index: -1;
}

.about-profile__inner {
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
}

.about-profile__title--en {
  line-height: 110%;
}

.about-profile__cont {
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.about-profile__item {
  display: flex;
  gap: 5.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
.about-profile__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-profile__item--title {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  line-height: normal;
  width: 5.625rem;
}
.about-profile__item--txt {
  flex: 1;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  line-height: normal;
}
.about-profile__item--txt span {
  display: block;
}
.about-profile__item--txt a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-profile__item--map {
  margin-top: 0.625rem;
}
.about-profile__item--map iframe {
  width: 21.375rem;
  height: 7.625rem;
}

.about-profile__item--txt--title {
  display: flex !important;
  justify-content: space-between;
  width: 19.625rem;
}

.about-profile__item--txt--num {
  width: 2.875rem;
  text-align: right;
}

.service-about__inner {
  margin: 6.25rem auto 5.375rem;
  position: relative;
}
.service-about__inner h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1.71875;
  text-align: center;
}
.service-about__inner ul {
  display: flex;
  gap: 0.5rem;
  max-width: 44.5rem;
  width: 100%;
  margin: 3.5rem auto 0;
}
.service-about__inner ul li {
  width: calc((100% - 1rem) / 3);
}
.service-about__inner ul li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-about__inner p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.75;
  color: #ffffff;
  text-align: center;
  max-width: 50.75rem;
  width: 100%;
  margin: 2.5rem auto 0;
}

.service-about__bg {
  position: absolute;
  top: 33.875rem;
  right: 3.75rem;
  width: 17.25rem;
  z-index: -1;
}

.service-works {
  margin-top: 6.875rem;
  padding-bottom: 12.5rem;
}

.service-works__titleBox {
  background-image: url("../../assets/images/distImg/service-works-title-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6.0625rem 0 6.0625rem 9.375rem;
  width: 87.5%;
}
.service-works__titleBox p {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1.71875;
  margin-top: 2.25rem;
}

.service-works__cont {
  max-width: 62rem;
  width: 100%;
  margin: 5rem auto 0;
}

.service-works__item {
  margin-top: 6.25rem;
}
.service-works__item:first-of-type {
  margin-top: 0;
}
.service-works__item h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1.71875;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.27);
}
.service-works__item p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  line-height: 1.6666666667;
  margin-top: 1.5rem;
}
.service-works__item p strong {
  font-weight: 600;
  font-size: 1.25rem;
}
.service-works__item ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 3.125rem;
  margin-top: 3.5rem;
}
.service-works__item ul li {
  width: calc((100% - 3rem) / 2);
}
.service-works__item ul li h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #8e8e8e;
  line-height: normal;
  margin-top: 1.25rem;
}
.service-works__item ul li p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.875;
  margin-top: 1rem;
}

.works-data__inner {
  margin: 6.25rem auto 0;
}
.works-data__inner h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1.71875;
  text-align: center;
}
.works-data__inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  max-width: 69.25rem;
  width: 100%;
  margin: 3.125rem auto 0;
}
.works-data__inner ul li {
  width: calc((100% - 2.5rem) / 3);
}
.works-data__inner ul img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-culture {
  position: relative;
  overflow: hidden;
  padding-top: 12.5rem;
}

.works-culture__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.works-culture__titleBox p {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1.71875;
  margin-top: 2.125rem;
}

.works-culture__cont {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.works-culture__item {
  display: flex;
  gap: 3.5rem;
  justify-content: space-between;
}
.works-culture__item:nth-of-type(2) {
  flex-direction: row-reverse;
}

.works-culture__textBox {
  max-width: 42.625rem;
  width: 100%;
}
.works-culture__textBox h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: normal;
  padding-bottom: 0.53125rem;
  border-bottom: 1px solid #ffffff;
}
.works-culture__textBox p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  color: #ffffff;
  line-height: normal;
  margin-top: 1rem;
}

.works-culture__imgBox {
  width: 35.36%;
}
.works-culture__imgBox img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-culture__bg {
  position: absolute;
  top: -18.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2370px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}
.works-culture__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.works-career {
  margin-top: 9.375rem;
}

.works-career__imgBox {
  width: 100%;
}
.works-career__imgBox img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-welfare {
  margin-top: 12rem;
  padding-top: 50px;
}

.works-welfare__img {
  width: 100%;
}

.works-welfare__inner {
  margin: 5rem auto 0;
  max-width: 59.1875rem;
  width: 100%;
}
.works-welfare__inner h2 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: normal;
  text-align: center;
}
.works-welfare__inner p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  line-height: normal;
  margin-top: 2.5rem;
}
.works-welfare__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 2.25rem;
}
.works-welfare__inner ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  line-height: normal;
  padding: 0.5rem 1.5rem;
  border: 1px solid #ffffff;
  border-radius: 1.375rem;
}

.works-field {
  margin-top: 8.75rem;
  padding-bottom: 6.9375rem;
}

.works-field__titleBox {
  background-image: url("../../assets/images/distImg/works-field-title-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.25rem 3.75rem;
  width: 100vw;
}
.works-field__titleBox h2 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: normal;
  text-align: center;
}

.works-field__inner {
  margin-top: 4rem;
}

.works-field__item {
  background-color: #181818;
}
.works-field__item h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: normal;
  text-align: center;
}
.works-field__item--field {
  margin-top: 4.4375rem;
}

.interview-page {
  margin-top: 6rem;
}

.interview-page__inner {
  max-width: 66.1875rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 8.6875rem;
}

.interview-page__imgList {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.interview-page__img {
  aspect-ratio: 939/971.43;
}
.interview-page__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-page__img--3 {
  aspect-ratio: 800/971.43;
  width: 86%;
}

.interview-movie {
  margin-top: 6.25rem;
}

.interview-movie__inner {
  max-width: 57.5rem;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.interview-movie__inner iframe {
  width: 100%;
  height: 100%;
}

.interview-career {
  margin-top: 10rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.interview-career__inner {
  margin: 0 auto;
}

.interview-career__imgBox {
  width: 100%;
}
.interview-career__imgBox img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-career__bg {
  position: absolute;
  top: -35.75rem;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.works-career__bg img {
  width: 100%;
}

.interview-other {
  margin-top: 11.25rem;
  padding-bottom: 12.5rem;
  position: relative;
  z-index: 1;
}

.interview-other__title {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1.71875;
  text-align: center;
}

.interview-career__otherList {
  display: flex;
  max-width: 50rem;
  width: 100%;
  margin: 1.25rem auto 0;
}

.interview-career__otherItem {
  width: 50%;
}

.interview-career__otherItem img {
  width: 100%;
}

.privacy-main {
  position: relative;
}

.privacy-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.privacy-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.privacy-cont {
  margin-top: 5.625rem;
  margin-bottom: 9.375rem;
}

.privacy-cont__inner {
  max-width: 72.5rem;
  width: 100%;
  margin: 0 auto;
}

.privacy-cont__item {
  margin-top: 3.125rem;
}
.privacy-cont__item:first-child {
  margin-top: 0;
}

.privacy-cont__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5833333333;
  color: #ffffff;
}

.privacy-cont__txt {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2.375;
  color: #ffffff;
}

.privacy-cont__list h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2.375;
  color: #ffffff;
}
.privacy-cont__list ul li {
  list-style: disc;
  margin-left: 1em;
}

.recruit-mv {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 17.75rem;
  overflow: hidden;
}

.recruit-mv__card {
  width: 43.889%;
  max-width: 632px;
  position: absolute;
  top: 14.25rem;
  left: 53.96%;
  transform: rotate(7deg);
}
.recruit-mv__card img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-info {
  margin-top: 5.5rem;
}

.recruit-info__inner {
  max-width: 57.5rem;
  width: 100%;
  margin: 0 auto;
}

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

.recruit-info__item {
  margin-top: 1.25rem;
}
.recruit-info__item:first-of-type {
  margin-top: 3.5rem;
}
.recruit-info__item::details-content {
  transition: opacity 0.3s, content-visibility 0.3s allow-discrete;
  opacity: 0;
  overflow: clip;
}
.recruit-info__item[open]::details-content {
  opacity: 1;
}
.recruit-info__item[open] .recruit-info__arrow {
  transform: rotate(180deg);
}

.recruit-info__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1.75rem;
  background-color: #323232;
  border-radius: 0.3125rem;
  list-style-type: none;
}

.recruit-info__summaryTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1.4583333333;
}

.recruit-info__arrow {
  transition: all 0.3s ease;
}

.recruit-info__cont {
  margin-top: 2.5rem;
}

.recruit-info__cont dl {
  display: flex;
  gap: 6.25rem;
  border-bottom: 1px solid rgba(163, 163, 163, 0.25);
  padding: 1rem 0;
}
.recruit-info__cont dl dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #ffffff;
  line-height: normal;
  width: 5.625rem;
}
.recruit-info__cont dl dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  line-height: normal;
  white-space: pre-wrap;
}
.recruit-info__cont dl dd p {
  margin-top: 0.25rem;
  white-space: pre-wrap;
}

.recruit-info__salary {
  display: flex;
  gap: 1.25rem;
  margin-top: 0.3125rem;
}
.recruit-info__salary:first-of-type {
  margin-top: 0;
}
.recruit-info__salary--title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  line-height: normal;
  /* width: 10rem; */
  display: block;
}
.recruit-info__salary--salary {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  line-height: normal;
  display: block;
}

.recruit-flow {
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

.recruit-flow__inner {
  max-width: 57.75rem;
  width: 100%;
  margin: 0 auto;
}

.recruit-flow__title {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.71875;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
}

.recruit-flow__cont {
  margin-top: 3.75rem;
}
.recruit-flow__cont ul {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  position: relative;
}
.recruit-flow__cont ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.recruit-flow__cont ul li {
  display: flex;
  gap: 1.6875rem;
}
.recruit-flow__cont ul .recruit-flow__cont--img {
  width: 10rem;
  height: 10rem;
}
.recruit-flow__cont ul .recruit-flow__cont--img h3 {
  color: #ffffff;
}

.recruit-flow__cont--text--num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #FF2020;
  line-height: normal;
}
.recruit-flow__cont--text h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #ffffff;
  line-height: normal;
  margin-top: 0.8125rem;
}
.recruit-flow__cont--text--text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1.875;
  margin-top: 1rem;
}

.recruit-flow__cont--text--link--a {
  -webkit-text-decoration: underline #8e8e8e;
  text-decoration: underline #8e8e8e;
}

.recruit-flow__bg {
  position: absolute;
  top: 2.125rem;
  left: 2.4375rem;
  z-index: -1;
  width: 60.3125rem;
}
.recruit-flow__bg img {
  width: 100%;
  height: 100%;
}

.recruit-qa {
  padding-top: 14.375rem;
  margin-bottom: 12.5rem;
  position: relative;
}

.recruit-qa__inner {
  max-width: 57.75rem;
  width: 100%;
  margin: 0 auto;
}

.recruit-qa__title {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
}

.recruit-qa__cont {
  margin-top: 4.375rem;
}

.recruit-qa__item {
  margin-top: 0.75rem;
  background-color: #ffffff;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  border-radius: 0.3125rem;
}
.recruit-qa__item::details-content {
  transition: opacity 0.3s, content-visibility 0.3s allow-discrete;
  opacity: 0;
  overflow: clip;
}
.recruit-qa__item[open]::details-content {
  opacity: 1;
}
.recruit-qa__item[open] .recruit-qa__arrowLine {
  transform: rotate(90deg);
  transform-origin: center;
}

.recruit-qa__arrowLine {
  transition: all 0.3s ease;
}

.recruit-qa__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}

.recruit-qa__summaryTitle {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #424242;
  line-height: normal;
}

.recruit-qa__summaryTitle--q {
  color: #386e36;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  margin-right: 0.25rem;
}

.recruit-qa__arrow {
  transition: all 0.3s ease;
}

.recruit-qa__text {
  display: block;
  margin-top: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #424242;
  line-height: 1.8125;
}
.recruit-qa__text span a {
  -webkit-text-decoration: underline #8e8e8e;
  text-decoration: underline #8e8e8e;
}

.recruit-qa__text--a {
  color: #FF2020;
  font-size: 1.125rem;
  line-height: 1.6111111111;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

.recruit-qa__bg {
  position: absolute;
  top: 2.75rem;
  right: 0;
  max-width: 41.0625rem;
  width: 100%;
  z-index: -1;
}
.recruit-qa__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.entry-mv {
  margin: 0 auto;
  padding-top: 6.375rem;
}

.entry-form {
  background-color: #ffffff;
  padding: 2.375rem 2.0625rem 6.25rem 2.6875rem;
  margin: 6rem auto 0;
  max-width: 57.5rem;
}
.entry-form h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5357142857;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 3.3125rem;
}
.entry-form h3::after {
  content: "";
  display: flex;
  width: 100%;
  height: 0.175rem;
  background-color: #c9c9c9;
  flex: 1;
}
.entry-form form {
  margin-top: 2.625rem;
}

.entry-form__item {
  display: flex;
  align-items: center;
  gap: 1.9375rem;
  margin-top: 1rem;
}
.entry-form__item label {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  width: 10.4375rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #424242;
  line-height: normal;
  display: flex;
  align-items: center;
}
.entry-form__item--required {
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: normal;
  padding: 0.125rem 0.375rem;
  background-color: #FF2020;
  margin-left: 0.5rem;
  display: block;
}
.entry-form__item--optional {
  color: #a3a3a3;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: normal;
  margin-left: 0.5rem;
  display: block;
}
.entry-form__item--half {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: normal;
  display: block;
  color: #a3a3a3;
}
.entry-form__item--textarea {
  flex-direction: column;
  gap: 1rem;
  align-items: start;
}

.entry-form__short {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

input {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #424242;
  line-height: normal;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #a3a3a3;
  border-radius: 0.25rem;
}
input::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 500;
}
input::placeholder {
  color: #a3a3a3;
  font-weight: 500;
}

#your-name,
#your-company,
#your-department,
#your-position {
  flex: 1;
}

.entry-form__privacy {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: normal;
  color: #424242;
  margin-top: 2.75rem;
  text-align: center;
}
.entry-form__privacy a {
  color: #FF2020;
}

input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #a3a3a3;
  border-radius: 0.25rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding: 0;
}
input[type=checkbox]:checked {
  background-color: #FF2020;
}

.entry-form__checkbox .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.entry-form__btn {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
}
.entry-form__btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.entry-form__btn:hover .entry-form__btn--txt {
  color: #FF2020;
}
.entry-form__btn:hover .entry-form__btn--arrow svg circle {
  stroke: #FF2020;
}
.entry-form__btn:hover .entry-form__btn--arrow line {
  stroke: #FF2020;
}
.entry-form__btn:hover .entry-form__btn--arrow .arrow-circle1 {
  fill: #FF2020;
}
.entry-form__btn:hover .entry-form__btn--arrow .arrow-circle2 {
  r: 22.5;
}
.entry-form__btn:hover .arrow-circle3 {
  r: 12.5;
}

.entry-form__btn--txt {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #424242;
  line-height: normal;
  display: block;
  transition: all 0.3s ease;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item label {
  align-items: center;
  display: flex;
  gap: 8px;
}

.entry-reservation {
  margin-top: 5rem;
}
.entry-reservation__inner {
  max-width: 57.75rem;
  margin: 0 auto;
}
.entry-reservation ul {
  display: flex;
  gap: 2.875rem;
  justify-content: center;
}
.entry-reservation a {
  background-image: url("../../assets/images/distImg/entry-reservation-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.625rem 3.875rem;
  display: block;
  width: 100%;
}
.entry-reservation a:hover .entry-reservation__btn--txt {
  color: #FF2020;
}
.entry-reservation a:hover .entry-reservation__btn--arrow svg circle {
  stroke: #FF2020;
}
.entry-reservation a:hover .entry-reservation__btn--arrow line {
  stroke: #FF2020;
}
.entry-reservation a:hover .arrow-circle1 {
  fill: #FF2020;
}
.entry-reservation a:hover .arrow-circle2 {
  r: 22.5;
}
.entry-reservation a:hover .arrow-circle3 {
  r: 12.5;
}
.entry-reservation h2 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: normal;
  text-align: center;
}
.entry-reservation p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  margin-top: 2.25rem;
}
.entry-reservation p .entry-reservation__btn--txt {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: normal;
  display: block;
}

.entry-line {
  margin-top: 6.125rem;
  margin-bottom: 7.5rem;
}

.entry-line__inner {
  max-width: 57.75rem;
  margin: 0 auto;
}
.entry-line__inner h2 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 2.0416666667;
  text-align: center;
}

.entry-line__cont {
  margin-top: 1.5625rem;
  display: flex;
  gap: 2.875rem;
}

.entry-line__qr {
  background-color: #ffffff;
  padding: 1.5rem 3.5625rem;
  width: 100%;
}
.entry-line__qr h3 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
}

.entry-line__add--txt,
.entry-line__qr--txt {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #386E36;
  line-height: normal;
}

.entry-line__qr--img {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto;
  margin-top: 0.8125rem;
}

.entry-line__add {
  background-color: #ffffff;
  padding: 1.5rem 1.375rem;
  width: 100%;
}
.entry-line__add h3 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
}

.entry-line__add--btnText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #424242;
  line-height: normal;
  text-align: center;
  margin-top: 1.25rem;
}

.line-it-button {
  margin: 1.25rem auto 0;
  display: block;
  scale: 1.6;
}

.about-main,
.interview-main,
.service-main,
.work-main {
  background-color: #181818;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-max451 {
  display: none;
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 1260px) {
  html {
    font-size: 1.2698412698vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .header__logo a {
    width: 9.0625rem;
  }
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .footer {
    padding-top: 2rem;
    padding-bottom: 1.6875rem;
  }
  .footer__inner {
    flex-direction: column;
    align-items: start;
    gap: initial;
  }
  .footer__logo {
    width: 16.1875rem;
    height: 3.375rem;
  }
  .footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 3.25rem;
  }
  .footer-nav__item a {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .footer-nav__item--pp {
    margin-top: 0;
  }
  .footer__copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 4.5625rem;
    text-align: center;
  }
  .inner {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: auto;
    margin-left: auto;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.5rem 1.125rem;
  }
  .hamburger span {
    display: block;
    width: 1.875rem;
    height: 0.0625rem;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  .hamburger.open span:first-child {
    transform: translateY(0.5rem) rotate(45deg);
  }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-0.625rem) rotate(-45deg);
  }
  .header-nav {
    height: 100vh;
    overflow-y: auto;
    background-color: #0f0e0e;
  }
  .header-nav__items {
    flex-direction: column;
    background-color: initial;
    border-radius: 0;
    gap: 0;
    padding-top: 11.5625rem;
    overflow-y: auto;
    align-items: start;
    width: 186px;
    margin: 0 auto;
  }
  .header-nav__item:first-child a {
    padding-left: 1.25rem;
  }
  .header-nav__item:last-child a {
    padding-right: 1.25rem;
  }
  .header-nav__item a {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .header__contact {
    margin-left: 0;
    margin-top: 2.375rem;
  }
  .header__contact--btn {
    width: 15.8125rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    border: none;
  }
  .header__contact--sp a {
    background-color: #FF2020;
    padding: 1.4375rem 1.4375rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: none;
  }
  .header__contact--sp a span {
    display: inline-block;
    width: 4rem;
    height: auto;
  }
  .header__contact--sp a span img {
    width: 100%;
    height: 100%;
  }
  .section-title--1-en {
    font-size: 3.5rem;
  }
  .section-title--1-ja {
    font-size: 0.875rem;
    margin-top: 0rem;
  }
  .section-title--2-en {
    font-size: 2.9375rem;
    text-align: center;
  }
  .section-title--2-ja {
    font-size: 0.875rem;
    line-height: normal;
    text-align: center;
  }
  .btn {
    margin-top: 2.4375rem;
  }
  .btn--txt {
    font-size: 16px;
    line-height: normal;
    color: #FF2020;
    text-shadow: 0 0 10px rgb(0, 0, 0);
  }
  .btn--arrow {
    margin-left: 1.125rem;
    height: 1.75rem;
  }
  .btn--arrow svg {
    width: 2.40625rem;
    height: 1.75rem;
  }
  .btn--arrow svg circle {
    stroke: #FF2020 !important;
  }
  .btn--arrow svg line {
    stroke: #FF2020 !important;
  }
  .btn--arrow svg .arrow-circle1 {
    fill: #FF2020 !important;
  }
  .parts-entry {
    margin-top: 0;
    margin-bottom: 11rem;
  }
  .parts-entry a {
    padding: 2.0625rem 1.0625rem;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .parts-entry a h2 {
    font-size: 5.25rem;
  }
  .parts-entry a p {
    font-size: 1rem;
    line-height: 2.125;
  }
  .page-title {
    padding: 2.0625rem 1.0625rem 2.5rem 1.0625rem;
    width: 94.87%;
  }
  .page-title--en {
    font-size: 3rem;
  }
  .page-title--ja {
    font-size: 1.25rem;
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .page-title--2 {
    margin-top: 6.6875rem;
  }
  .page-title--2-title {
    font-size: clamp(3rem, 18.75vw, 4.5625rem);
  }
  .page-title--3 {
    padding-top: 6.6875rem;
  }
  .page-title--3-title {
    font-size: clamp(3rem, 8.3333333333vw, 4rem);
  }
  .slick-slide {
    width: 300px !important;
  }
  .slick-slide img {
    max-width: 300px !important;
    width: 100% !important;
  }
  .slick-prev,
  .slick-next {
    width: 36px !important;
    height: 36px !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  .slick-next {
    right: 0 !important;
  }
  .top-mv__title {
    margin-top: 2.5rem;
  }
  .top-mv__title--main {
    font-size: 2.5rem;
  }
  .top-mv__title--sub {
    font-size: 1rem;
    margin-top: 0.875rem;
    padding-left: 2.25rem;
  }
  .top-mv__title--sub::before {
    width: 1.375rem;
    height: 1px;
    left: 0;
  }
  .top-mv__back {
    top: 37.6875rem;
    right: 25px;
  }
  .top-mv__back h3 {
    font-size: 7.5625rem;
  }
  .top-mv__cont {
    margin: 10rem auto 10rem;
  }
  .top-mv__cont p {
    font-size: 0.875rem;
    line-height: 2.4285714286;
    margin-top: 2rem;
  }
  .top-mv__slideCont {
    margin: 0 auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 390px;
  }
  .top-mv__page {
    cursor: default;
    flex-direction: column;
    width: 100%;
  }
  .top-mv__arrow--prev {
    margin-right: 1.25rem;
    transition: opacity 0.3s ease;
    margin-top: 101px;
  }
  .top-mv__arrow--prev svg {
    width: 0.4375rem;
    height: 0.875rem;
  }
  .top-mv__arrow--next {
    margin-left: 0;
    transition: opacity 0.3s ease;
    margin-top: 101px;
  }
  .top-mv__arrow--next svg {
    width: 0.4375rem;
    height: 0.875rem;
  }
  .top-mv__slideBox {
    margin-top: 6.875rem;
  }
  .top-mv__slide {
    width: 50%;
    max-width: 157px;
  }
  .top-mv__slide1 {
    margin-top: 0;
    margin-right: initial;
  }
  .top-mv__slide1 .top-mv__slide1--front {
    margin-left: 30px;
  }
  .top-mv__slide1 .top-mv__slide1--back {
    max-width: 13.25rem;
  }
  .top-mv__slide1 .top-mv__slide1--back.active img {
    top: 6.875rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 59% !important;
    max-width: 250px;
  }
  .top-mv__slide1 .top-mv__slide1--back.active [class*="--text"] {
    top: 23.5625rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 290px !important;
  }
  .top-mv__slide2 {
    margin-top: -3.6875rem;
    margin-right: initial;
    margin-left: auto;
  }
  .top-mv__slide2 .top-mv__slide2--back {
    max-width: 13.25rem;
  }
  .top-mv__slide2 .top-mv__slide2--back.active img {
    top: 6.875rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 59% !important;
    max-width: 250px;
  }
  .top-mv__slide2 .top-mv__slide2--back.active [class*="--text"] {
    top: 23.5625rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 290px !important;
  }
  .top-mv__slide3 {
    margin-top: -1rem;
    margin-left: 2.0625rem;
  }
  .top-mv__slide3 .top-mv__slide3--back {
    max-width: 13.25rem;
  }
  .top-mv__slide3 .top-mv__slide3--back.active img {
    top: 6.875rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 59% !important;
    max-width: 250px;
  }
  .top-mv__slide3 .top-mv__slide3--back.active [class*="--text"] {
    top: 23.5625rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 290px !important;
  }
  .top-mv__slide--back.active {
    overflow: auto;
  }
  .top-mv__slide--back.active [class*="--text"] {
    width: 100%;
    max-width: initial;
    padding-left: 1.25rem;
  }
  .top-mv__slide--back.active [class*="--text"] h2 {
    font-size: 20px;
  }
  .top-mv__slide--back.active [class*="--text"] p {
    font-size: 0.875rem;
    line-height: 1.9;
  }
  .top-mv__btn {
    top: 429px;
    right: -3px;
    padding: 15px 13px 12px;
  }
  .top-mv__btn span {
    height: 10px;
  }
  .top-about {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .top-about__bg img {
    aspect-ratio: 778/437;
    object-position: center;
  }
  .top-about__inner {
    padding-top: 2.8125rem;
    position: initial;
    transform: initial;
  }
  .top-about__inner h2 {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .top-service {
    padding-top: 7.375rem;
  }
  .top-service__bg--img {
    width: 23.4375rem;
    height: 21rem;
    top: 0.5625rem;
    right: -3.375rem;
  }
  .top-service__bg--title {
    top: 15.5rem;
    left: 0;
    font-size: 5.5625rem;
  }
  .top-service__title {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    padding-bottom: 5.5rem;
  }
  .top-service__btn {
    top: 55%;
    left: 38%;
  }
  .top-service__btn--txt {
    font-size: 0.75rem;
    line-height: normal;
  }
  .top-interview {
    padding-top: 7.5rem;
    padding-bottom: 0;
    overflow: hidden;
  }
  .top-interview__bg {
    width: 100%;
  }
  .top-interview__bg--img {
    top: -5.25rem;
    width: 155%;
  }
  .top-interview__bg h2 {
    font-size: 4.5625rem;
    top: 8.875rem;
  }
  .top-interview__cont h3 {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .top-interview__list {
    margin-top: 1.875rem;
    flex-direction: column;
    gap: 0;
  }
  .top-interview__list li a {
    width: 80%;
    max-width: 327px;
    display: block;
    margin: 0 auto;
    transform: translateX(1.75rem);
  }
  .top-workplace {
    margin-top: 7.5rem;
    padding-bottom: 0;
  }
  .top-workplace__bg {
    top: 12.8125rem !important;
    right: 4.25rem !important;
  }
  .top-workplace__bg h2 {
    font-size: 4.5625rem;
  }
  .top-workplace__bg .top-workplace__bg--title {
    top: 3.75rem;
    left: 4.3125rem;
  }
  .top-workplace__cont {
    gap: 7.3125rem;
    flex-direction: column-reverse;
  }
  .top-workplace__cont picture {
    width: 14.875rem;
  }
  .top-workplace__cont .top-workplace__textBox {
    margin-top: 0;
  }
  .top-workplace__cont .top-workplace__textBox h3 {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    text-align: center;
  }
  .top-workplace__btn a {
    justify-content: center;
    margin-top: 2.125rem;
  }
  .top-recruite {
    padding-top: 9.25rem;
    padding-bottom: 12.9375rem;
  }
  .top-recruite__bg {
    display: none;
  }
  .top-recruite__cont h2 {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .top-recruite__cont picture {
    width: 17.25rem;
    margin: 1.6875rem auto 0;
  }
  .top-recruite__btn {
    margin-top: 1.75rem;
  }
  .top-recruite__bottomBg {
    top: 31.4375rem;
    left: 0;
  }
  .top-recruite__bottomBg h3 {
    font-size: 5.5rem;
    width: 100%;
  }
  .about-about__inner {
    margin-top: 3rem;
    margin-bottom: 9.875rem;
  }
  .about-about p {
    font-size: 0.9375rem;
    line-height: 2.5333333333;
    padding-left: 0;
  }
  .about-about__bg {
    top: 17.375rem;
    left: initial;
    right: 1.25rem;
    width: 10.875rem;
  }
  .about-mission {
    margin-bottom: 9.375rem;
  }
  .about-mission__titleBox {
    padding: 2.375rem 1.25rem 3.375rem 1.1875rem;
    width: 94.87%;
    background-image: url("../../assets/images/distImg/about-mission-title-bg-sp.webp");
  }
  .about-mission__titleBox p {
    font-size: 0.9375rem;
    line-height: 2.5333333333;
    margin-top: 2.25rem;
  }
  .about-mission__img {
    margin-top: -4.125rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .about-mission__img img {
    width: 59.1875rem;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .about-mission__inner {
    margin-top: -1.6875rem;
  }
  .about-mission__inner .about-mission__cont h3 {
    font-size: 1.5rem;
    line-height: 1.8333333333;
  }
  .about-mission__inner .about-mission__cont p {
    font-size: 0.9375rem;
    line-height: 2.5333333333;
    margin-top: 2.375rem;
  }
  .about-mission__bg {
    top: 30.875rem;
    left: 1.25rem;
    width: 10.875rem;
  }
  .about-profile__cont {
    margin-top: 2.25rem;
  }
  .about-profile__item {
    gap: 0.5rem;
    flex-direction: column;
  }
  .service-about__inner {
    margin-top: 5rem;
    margin-bottom: 6.25rem;
  }
  .service-about__inner h3 {
    font-size: 1.25rem;
    line-height: 1.5833333333;
  }
  .service-about__inner ul {
    margin-top: 2.25rem;
    flex-direction: column;
    gap: 1rem;
  }
  .service-about__inner ul li {
    width: 70%;
    margin: 0 auto;
  }
  .service-about__inner p {
    font-size: 0.9375rem;
    line-height: 2.5333333333;
    margin-top: 3.3125rem;
    text-align: left;
  }
  .service-about__bg {
    bottom: -6.25rem;
    top: initial;
    right: 1.25rem;
    width: 10.875rem;
  }
  .service-works {
    padding-bottom: 6.5rem;
    margin-top: 11.25rem;
  }
  .service-works__titleBox {
    padding: 2.375rem 1.25rem 3.375rem 1.1875rem;
    width: 94.87%;
    background-image: url("../../assets/images/distImg/service-works-title-bg-sp.webp");
  }
  .service-works__titleBox p {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-top: 2.5rem;
  }
  .service-works__item h3 {
    font-size: 1.25rem;
    line-height: 1.5833333333;
    padding-bottom: 0.5rem;
  }
  .service-works__item p {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: 1rem;
  }
  .service-works__item ul {
    margin-top: 2.75rem;
    flex-direction: column;
    row-gap: 2.25rem;
    column-gap: initial;
  }
  .service-works__item ul li {
    width: 100%;
  }
  .service-works__item ul li h4 {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
  .service-works__item ul li p {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.5rem;
  }
  .works-data__inner {
    margin-top: 4rem;
  }
  .works-data__inner h3 {
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
  .works-data__inner ul {
    margin-top: 2.25rem;
    max-width: 31.25rem;
  }
  .works-data__inner ul li {
    width: calc((100% - 1.25rem) / 2);
  }
  .works-culture {
    margin-top: 5.5rem;
    padding-top: 0;
  }
  .works-culture__titleBox p {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-top: 2.5rem;
  }
  .works-culture__cont {
    margin-top: 2.75rem;
    gap: 2.25rem;
  }
  .works-culture__item {
    gap: 1.5rem;
    flex-direction: column;
  }
  .works-culture__item:nth-of-type(2) {
    flex-direction: column;
  }
  .works-culture__textBox h3 {
    font-size: 1.25rem;
    line-height: normal;
    padding-bottom: 0.5rem;
  }
  .works-culture__textBox p {
    font-size: 0.9375rem;
  }
  .works-culture__imgBox {
    width: 100%;
  }
  .works-culture__title--en {
    font-size: 46px !important;
    line-height: 1.0869565217 !important;
  }
  .works-career__imgBox {
    margin-top: 1.5rem;
  }
  .works-welfare {
    margin-top: 5.9375rem;
  }
  .works-welfare__inner h2 {
    font-size: 1.5rem;
  }
  .works-welfare__inner p {
    font-size: 1rem;
    margin-top: 2.125rem;
  }
  .works-welfare__inner ul {
    margin-top: 2rem;
    justify-content: start;
    gap: 0.5rem;
  }
  .works-welfare__inner ul li {
    padding: 0.5rem 1rem;
  }
  .works-field {
    margin-top: 8.75rem;
  }
  .works-field__titleBox {
    background-image: url("../../assets/images/distImg/works-field-title-bg-sp.webp");
    padding: 3.375rem 1.25rem;
  }
  .works-field__titleBox h2 {
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
  .works-field__inner {
    margin-top: 2.75rem;
  }
  .works-field__item h3 {
    font-size: 1.25rem;
  }
  .works-field__item--field {
    margin-top: 2rem;
  }
  .interview-page {
    margin-top: 2.625rem;
  }
  .interview-page__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .interview-page__img {
    max-height: initial;
    width: 100%;
    position: initial;
    aspect-ratio: initial;
    max-width: 25rem;
    width: 100%;
    margin: 1.5rem auto 0;
  }
  .interview-page__img:first-child {
    margin-top: 0;
  }
  .interview-page__img--3 {
    top: initial;
    transform: initial;
    aspect-ratio: initial;
  }
  .interview-movie {
    margin-top: 2.75rem;
  }
  .interview-career {
    margin-top: 4.125rem;
  }
  .interview-culture__title--en {
    font-size: 2.875rem;
  }
  .interview-career__imgBox {
    margin: 1.5rem auto 0;
  }
  .interview-other {
    margin-top: 6.6875rem;
    padding-bottom: 8.75rem;
  }
  .interview-other__title {
    font-size: 1.5rem;
  }
  .interview-career__otherList {
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .interview-career__otherItem {
    width: 79.4%;
    margin: 0 auto;
  }
  .privacy-cont {
    margin-top: 3.75rem;
    margin-bottom: 8.75rem;
  }
  .privacy-cont__item {
    margin-top: 2.25rem;
  }
  .privacy-cont__title {
    font-size: 1.25rem;
    line-height: 1.9;
  }
  .recruit-mv {
    padding-top: 4.0625rem;
    padding-bottom: 3.75rem;
  }
  .recruit-mv__card {
    position: initial;
    width: 80%;
    margin: 0 auto;
  }
  .recruit-info {
    margin-top: 6.3125rem;
  }
  .recruit-info__title--en {
    font-size: 3rem;
  }
  .recruit-info__item {
    margin-top: 1rem;
  }
  .recruit-info__item:first-of-type {
    margin-top: 2.5rem;
  }
  .recruit-info__summary {
    padding: 1rem;
  }
  .recruit-info__summaryTitle {
    font-size: 1rem;
  }
  .recruit-info__cont {
    margin-top: 0.125rem;
  }
  .recruit-info__cont dl {
    flex-direction: column;
    gap: 0.5rem;
  }
  .recruit-flow {
    padding-top: 5.375rem;
  }
  .recruit-flow__title {
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0.06em;
  }
  .recruit-flow__cont {
    margin-top: 2.5rem;
  }
  .recruit-flow__cont ul {
    gap: 2.5rem;
  }
  .recruit-flow__cont ul::before {
    display: none;
  }
  .recruit-flow__cont ul li {
    gap: 1rem;
    flex-direction: column;
  }
  .recruit-flow__cont ul .recruit-flow__cont--img {
    width: initial;
    height: initial;
    display: flex;
    align-items: center;
    gap: 1.75rem;
  }
  .recruit-flow__cont ul .recruit-flow__cont--img img {
    width: 7.375rem;
    height: 7.375rem;
    object-fit: cover;
  }
  .recruit-flow__cont--text h3 {
    font-size: 1.25rem;
  }
  .recruit-flow__cont--text--text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: 0;
  }
  .recruit-flow__cont--text--link {
    margin-top: 0.5rem;
  }
  .recruit-flow__cont--text--tel {
    margin-top: 0.5rem;
  }
  .recruit-flow__bg {
    top: 0;
    left: -6.25rem;
    width: 31.25rem;
  }
  .recruit-qa {
    padding-top: 8.3125rem;
    margin-bottom: 8.75rem;
  }
  .recruit-qa__title {
    font-size: 1.5rem;
  }
  .recruit-qa__cont {
    margin-top: 3.25rem;
  }
  .recruit-qa__item {
    margin-top: 1.25rem;
    padding: 1.125rem 1rem;
  }
  .recruit-qa__summaryTitle {
    font-size: 1rem;
  }
  .recruit-qa__text {
    font-size: 0.875rem;
    line-height: 2.0714285714;
    margin-top: 1rem;
  }
  .recruit-qa__text--a {
    font-size: 1rem;
    line-height: 1.8125;
  }
  .recruit-qa__bg {
    top: 2.5625rem;
    max-width: 17.0625rem;
  }
  .entry-form {
    margin: 2.625rem auto 0;
  }
  .entry-form h3 {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    gap: 2.0625rem;
  }
  .entry-form form {
    margin-top: 1.25rem;
  }
  .entry-form__item {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    align-items: start;
  }
  .entry-form__item label {
    font-size: 0.875rem;
    width: 100%;
  }
  .entry-form__short {
    flex-direction: column;
    gap: 0.375rem;
    align-items: start;
  }
  input {
    font-size: 0.875rem;
    padding: 0.5rem 0.625rem;
  }
  textarea {
    font-size: 0.875rem;
    padding: 0.5rem 0.625rem;
  }
  #your-name,
  #your-company,
  #your-department,
  #your-position {
    width: 100%;
  }
  .entry-form__btn {
    margin-top: 2.4375rem;
  }
  .entry-form__btn--txt {
    font-size: 0.875rem;
    line-height: normal;
  }
  .entry-reservation {
    margin-top: 7.125rem;
  }
  .entry-reservation ul {
    flex-direction: column;
    gap: 1.25rem;
  }
  .entry-reservation h2 {
    font-size: 1.25rem;
  }
  .entry-reservation p {
    margin-top: 1rem;
  }
  .entry-line {
    margin-top: 4.25rem;
    margin-bottom: 8.75rem;
  }
  .entry-line__inner h2 {
    font-size: 1.125rem;
    line-height: 2.1111111111;
  }
  .entry-line__cont {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
  .entry-line__qr {
    padding: 1.375rem 3.25rem;
  }
  .entry-line__add--txt,
  .entry-line__qr--txt {
    font-size: 1.125rem;
    line-height: normal;
  }
  .entry-line__qr--img {
    margin-top: 0.75rem;
    width: 4.5rem;
    height: 4.5rem;
  }
  .entry-line__add {
    padding: 1.375rem 0;
    width: 100%;
  }
  .entry-line__add--btnText {
    font-size: 1.125rem;
    margin-top: 1.125rem;
  }
  .line-it-button {
    margin: 1.125rem auto 0;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (min-width: 1920px) {
  .top-mv__slide1 .top-mv__slide1--back.active img {
    top: 10.6875rem;
    left: 0;
  }
  .top-mv__slide1 .top-mv__slide4--back.active img {
    top: 10.6875rem;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .top-mv__slide1 .top-mv__slide1--back.active img {
    left: 58px;
    width: 25%;
  }
  .top-mv__slide2 .top-mv__slide2--back.active img {
    width: 25%;
    top: 345px;
  }
  .top-mv__slide2 .top-mv__slide2--back.active [class*="--text"] {
    right: 0.5rem;
  }
  .top-mv__slide3 .top-mv__slide3--back.active img {
    right: 82px;
    width: 25%;
  }
  .top-mv__slide3 .top-mv__slide3--back.active [class*="--text"] {
    right: 158px;
  }
  .top-workplace__bg {
    right: 13.75rem;
  }
}

@media (min-width: 1441px) {
  .top-mv__btn {
    padding: 22px 32px 20px;
  }
  .top-mv__btn span {
    height: 16px;
  }
}

@media screen and (max-width: 451px) {
  .u-max451 {
    display: block;
  }
}

.cf7-cf-turnstile{
  margin-right: auto;
  margin-left: auto;
}
/*# sourceMappingURL=style.css.map */
