@charset "UTF-8";
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.md2-show {
  display: none;
}
@media screen and (max-width: 970px) {
  .md2-show {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .mds-none {
    display: none;
  }
}

.mds-show {
  display: none;
}
@media screen and (max-width: 375px) {
  .mds-show {
    display: block;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

/*16px＝1rem*/
.recruit_lp .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.recruit_lp .header--scrolled {
  background-color: #12A8A4;
}
@media screen and (max-width: 970px) {
  .recruit_lp .header {
    padding: 20px 0;
  }
}
.recruit_lp .nav {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-right: 7px;
}
@media screen and (max-width: 970px) {
  .recruit_lp .nav {
    display: none;
  }
}
.recruit_lp .header-logo {
  max-width: 140px;
  width: 100%;
  height: auto;
  aspect-ratio: 432/140;
  margin-left: 10px;
}
.recruit_lp .header-logo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .container {
  height: inherit;
  display: flex;
  justify-content: end;
  width: 100%;
}
@media screen and (max-width: 970px) {
  .recruit_lp .container {
    justify-content: space-between;
  }
}
.recruit_lp .nav-lists {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
.recruit_lp .nav-lists li {
  height: inherit;
  position: relative;
}
.recruit_lp .nav-lists li a {
  color: #fff;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  padding: 0 5px;
}
.recruit_lp .nav-lists li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -10px;
  top: 68%;
  transform: translateY(-50%);
  color: #fff;
}
.recruit_lp .entry-btn {
  max-width: 166px;
  width: 100%;
  height: 60px;
  margin-left: 75px;
  background-color: #000;
  margin-right: 8px;
}
@media screen and (max-width: 1050px) {
  .recruit_lp .entry-btn {
    max-width: 140px;
    margin-left: 10px;
  }
}
.recruit_lp .entry-btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
}
.recruit_lp .entry-btn-2 {
  max-width: 90px;
  width: 100%;
  height: 40px;
  background-color: #000;
  margin-right: 49px;
}
.recruit_lp .entry-btn-2 a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  font-size: 0.875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
}
.recruit_lp .hamburger {
  display: none;
  position: fixed;
  top: 14px;
  right: 6px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1001;
}
.recruit_lp .hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 5px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.recruit_lp .hamburger span:nth-child(1) {
  top: 10px;
}
.recruit_lp .hamburger span:nth-child(2) {
  top: 24px;
}
.recruit_lp .hamburger span:nth-child(3) {
  top: 38px;
}
.recruit_lp .hamburger.is-active span:nth-child(1) {
  transform: translateY(16px) rotate(-45deg);
  background-color: #000;
}
.recruit_lp .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.recruit_lp .hamburger.is-active span:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
  background-color: #000;
}
@media screen and (max-width: 970px) {
  .recruit_lp .hamburger {
    display: block;
  }
}
.recruit_lp .drawer-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
}
.recruit_lp .drawer-menu__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.recruit_lp .drawer-menu-nav-lists {
  text-align: center;
}
.recruit_lp .drawer-menu__list {
  margin-bottom: 20px;
}
.recruit_lp .drawer-menu__list a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 970px) {
  .recruit_lp .drawer-menu.is-active {
    display: block;
  }
}
.recruit_lp .drawer-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
}
.recruit_lp .drawer-menu__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.recruit_lp .drawer-menu-nav-lists {
  text-align: center;
}
.recruit_lp .drawer-menu__list {
  margin-bottom: 20px;
}
.recruit_lp .drawer-menu__list a {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 970px) {
  .recruit_lp .drawer-menu.is-active {
    display: block;
  }
}
.recruit_lp .mv {
  width: 100%;
  height: auto;
  background-color: #12A8A4;
}
.recruit_lp .mv__inner {
  width: 100%;
  max-width: 1300px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 240px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .recruit_lp .mv__inner {
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .mv__inner {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.recruit_lp .mv-bg-logo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 788px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 788/843;
}
@media screen and (max-width: 1000px) {
  .recruit_lp .mv-bg-logo__img {
    max-width: 500px;
    width: 100%;
    height: auto;
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .mv-bg-logo__img {
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 70px;
  }
}
.recruit_lp .mv-bg-logo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .recruit_lp .mv__title-wrap {
    order: 2;
    margin-top: 70px;
    text-align: center;
  }
}
.recruit_lp .mv__title {
  font-size: clamp(1.875rem, 1.268rem + 2.589vw, 4.375rem);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.2142857143;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit_lp .mv__title {
    font-size: 2.125rem;
  }
}
.recruit_lp .mv__copy {
  font-size: 1.5rem;
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .mv__copy {
    font-size: 1rem;
  }
}
.recruit_lp .cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
}
.recruit_lp .mv-logo__img {
  max-width: 432px;
  width: 100%;
  height: auto;
  aspect-ratio: 432/140;
}
@media screen and (max-width: 970px) {
  .recruit_lp .mv-logo__img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .recruit_lp .mv-logo__img {
    max-width: 240px;
    margin-top: 20px;
  }
}
.recruit_lp .mv__logo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .cta-text {
  font-size: 1.5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  padding-top: 34px;
  text-align: center;
}
.recruit_lp .mv-cta__btn {
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  margin-top: 34px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .recruit_lp .mv-cta__btn {
    width: 100%;
  }
}
.recruit_lp .mv-cta__btn a {
  display: block;
  color: #000;
  font-size: 1.125rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 41px;
  padding-right: 80px;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .recruit_lp .mv-cta__btn a {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .mv-cta__btn a {
    padding: 20px 30px;
  }
}
.recruit_lp .mv-cta__btn a::after {
  content: url(../images/cta-btn.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 375px) {
  .recruit_lp .mv-cta__btn a::after {
    right: 15px;
  }
}
.recruit_lp .mv-cta__btn a:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.recruit_lp .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .swiper {
    margin-top: 100px;
  }
}
.recruit_lp .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}
.recruit_lp .card {
  max-width: 420px;
  width: 100%;
  height: 100%;
  aspect-ratio: 420/560;
  border-radius: 15px;
  overflow: hidden;
}
.recruit_lp .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .about {
  background-color: #12A8A4;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .about {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .about {
    padding-top: 0;
  }
}
.recruit_lp .about__inner {
  max-width: 1800px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .about__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.recruit_lp .about__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 128px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .about__container {
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.recruit_lp .about__title {
  text-align: end;
  text-transform: uppercase;
  font-size: clamp(3rem, 0.451rem + 10.874vw, 13.5rem);
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
.recruit_lp .about-img__wrap {
  position: relative;
}
.recruit_lp .about-thank-en__img {
  max-width: 1066px;
  width: 100%;
  height: auto;
  aspect-ratio: 1066/408;
  position: absolute;
  top: -35%;
  left: 6%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .about-thank-en__img {
    top: -27%;
    left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .about-thank-en__img {
    max-width: 400px;
    width: 100%;
    height: auto;
    aspect-ratio: 557/306;
    top: -19%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .recruit_lp .about-thank-en__img {
    top: -38%;
    left: 50%;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .about-thank-en__img {
    max-width: 270px;
    width: 100%;
    height: auto;
    aspect-ratio: 270/152;
    top: -33%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit_lp .about-thank-en__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .about-thank-ja__img {
  max-width: 557px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit_lp .about-thank-ja__img {
    max-width: 270px;
    width: 100%;
    height: auto;
    padding: 5px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .about-thank-ja__img {
    max-width: 135px;
    width: 100%;
    height: auto;
  }
}
.recruit_lp .about-thank-ja__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .about__img {
  position: relative;
  width: 100%;
  max-width: 901px;
  height: auto;
}
.recruit_lp .about__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .about-text__wrap {
  align-self: end;
  padding-bottom: 200px;
}
@media screen and (max-width: 1440px) {
  .recruit_lp .about-text__wrap {
    padding-bottom: 0px;
    align-self: center;
  }
}
.recruit_lp .about-text__container {
  margin-top: 102px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .about-text__container {
    margin-top: 30px;
  }
}
.recruit_lp .about__text {
  font-size: 1.25rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .recruit_lp .about__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.recruit_lp .about__text:not(:first-child) {
  padding-top: 20px;
}
.recruit_lp .works {
  width: 100%;
  height: auto;
  background-image: url(../images/works-bg-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 22.25%;
}
@media screen and (max-width: 768px) {
  .recruit_lp .works {
    background-position: 60% top;
  }
}
.recruit_lp .works__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit_lp .works__title {
  font-size: clamp(3rem, 0.451rem + 10.874vw, 13.5rem);
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  position: absolute;
  top: 105px;
  right: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 970px) {
  .recruit_lp .works__title {
    writing-mode: horizontal-tb;
    top: 0px;
    left: 0px;
  }
}
.recruit_lp .works__container {
  text-align: left;
  padding-top: 213px;
  padding-left: 12vw;
}
@media screen and (max-width: 970px) {
  .recruit_lp .works__container {
    padding-top: 170px;
    padding-left: 0px;
  }
}
.recruit_lp .works-title-text {
  font-size: clamp(1.875rem, 1.572rem + 1.294vw, 3.125rem);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.28;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .recruit_lp .works-title-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .works-title-text {
    font-size: 1.5rem;
  }
}
.recruit_lp .works-text__wrap {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .works-text__wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .works-text__wrap {
    margin-top: 30px;
  }
}
.recruit_lp .works-text {
  max-width: 664px;
  width: 100%;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recruit_lp .works-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.recruit_lp .works-text:not(:first-child) {
  padding-top: 1.5rem;
}
.recruit_lp .interview {
  width: 100%;
  height: auto;
  background-color: #12A8A4;
  padding-top: 163px;
  padding-bottom: 130px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .recruit_lp .interview {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .interview {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .interview {
    padding-top: 0;
  }
}
.recruit_lp .interview__inner {
  max-width: 1700px;
  width: 100%;
  height: auto;
  padding-left: 65px;
  padding-right: 25px;
}
@media screen and (max-width: 970px) {
  .recruit_lp .interview__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.recruit_lp .interview__title {
  font-size: clamp(3rem, 0.451rem + 10.874vw, 13.5rem);
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  transform: rotate(180deg);
  text-align: end;
  line-height: 0.2314814815;
  margin-left: 110px;
  overflow: visible;
  transition: transform 0.3s ease, writing-mode 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .recruit_lp .interview__title {
    writing-mode: horizontal-tb;
    transform: rotate(0deg) !important;
    text-align: right;
    margin-left: 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 970px) {
  .recruit_lp .interview__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .interview__title {
    line-height: 1.6666666667;
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 50px;
  }
}
.recruit_lp .interview__cards {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 970px) {
  .recruit_lp .interview__cards {
    align-items: center;
  }
}
.recruit_lp .interview__card {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: relative;
  align-items: flex-start;
  padding-top: 108px;
}
@media screen and (max-width: 1280px) {
  .recruit_lp .interview__card {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .interview__card {
    padding-top: 90px;
  }
}
.recruit_lp .interview__card:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .recruit_lp .interview__card:nth-child(2n) {
    flex-direction: column;
  }
}
.recruit_lp .interview-card-text__wrap-2 {
  max-width: 882px;
  width: 100%;
  position: relative;
}
.recruit_lp .interview__card-text__wrap {
  max-width: 882px;
  width: 100%;
  position: relative;
}
.recruit_lp .interview-card__img {
  width: 100%;
  max-width: 882px;
  height: auto;
  aspect-ratio: 882/473;
}
.recruit_lp .interview__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .recruit_lp .interview__card-image {
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}
.recruit_lp .interview-card-text__img {
  max-width: 316px;
  width: 100%;
  height: auto;
  aspect-ratio: 316/121;
  transform: rotate(19deg);
  position: absolute;
  top: -17%;
  right: 5%;
}
@media screen and (max-width: 1440px) {
  .recruit_lp .interview-card-text__img {
    top: -5%;
    right: -1%;
    max-width: 190px;
  }
}
@media screen and (max-width: 1280px) {
  .recruit_lp .interview-card-text__img {
    top: 11%;
    right: -4%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_lp .interview-card-text__img {
    top: 10%;
    right: 0;
  }
}
.recruit_lp .interview-card-text__img-2 {
  top: -10%;
  left: 61%;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .interview-card-text__img-2 {
    top: 7%;
    left: 73%;
  }
}
.recruit_lp .interview-card-text__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .interview__card-text-number {
  font-size: 1.25rem;
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.recruit_lp .interview-card-text__title {
  font-size: 1.875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit_lp .interview-card-text__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .recruit_lp .interview-card-text__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 400px) {
  .recruit_lp .interview-card-text__title {
    font-size: 1.125rem;
  }
}
.recruit_lp .interview__card-text__tabs {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-top: 36px;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit_lp .interview__card-text__tabs {
    padding-top: 15px;
  }
}
.recruit_lp .interview__card-text-tag {
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.625;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  padding: 5px 29px;
}
@media screen and (max-width: 375px) {
  .recruit_lp .interview__card-text-tag {
    font-size: 0.75rem;
    padding: 5px 15px;
  }
}
.recruit_lp .interview__card-text-name {
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
.recruit_lp .interview__card-text__text {
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.05em;
  width: 100%;
  padding-top: 50px;
  max-width: 664px;
}
@media screen and (max-width: 1280px) {
  .recruit_lp .interview__card-text__text {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .interview__card-text__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-top: 25px;
  }
}
.recruit_lp .interview-links {
  display: flex;
  justify-content: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  /* フォントファミリーを指定 */
  font-size: 1rem;
  /* フォントサイズを指定 */
  color: #fff;
  /* テキストカラーを指定 */
  letter-spacing: 0.1em;
  /* 文字間隔を指定 */
  text-transform: uppercase;
  /* テキストを大文字に変換 */
}
@media screen and (max-width: 1440px) {
  .recruit_lp .interview-links {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-top: 25px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .recruit_lp .interview-links {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }
}
.recruit_lp .interview-links__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit_lp .interview-links__text {
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.625;
  letter-spacing: 0.1em;
  padding-right: 50px;
}
@media screen and (max-width: 970px) {
  .recruit_lp .interview-links__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-top: 25px;
    padding-right: 10px;
  }
}
.recruit_lp .interview-links a {
  color: #fff;
  /* リンクのテキストカラーを指定 */
  text-decoration: none;
  /* リンクの下線を削除 */
  margin-right: 50px;
  /* 右マージンを指定 */
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 970px) {
  .recruit_lp .interview-links a {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-top: 25px;
    margin-right: 10px;
  }
}
.recruit_lp .interview-links a:hover {
  text-decoration: underline;
  /* ホバー時に下線を表示 */
}
.recruit_lp .career {
  width: 100%;
  height: auto;
  background-image: url(../images/career-bg-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 22.25%;
}
.recruit_lp .career__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit_lp .career__title {
  font-size: clamp(3rem, 0.451rem + 10.874vw, 13.5rem);
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  position: absolute;
  top: 105px;
  right: 20px;
}
@media screen and (max-width: 970px) {
  .recruit_lp .career__title {
    writing-mode: horizontal-tb;
    top: 0px;
    left: 0px;
  }
}
.recruit_lp .career__container {
  text-align: left;
  padding-top: 213px;
  padding-left: 12vw;
}
@media screen and (max-width: 1440px) {
  .recruit_lp .career__container {
    padding-left: 10vw;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_lp .career__container {
    padding-left: 6vw;
  }
}
@media screen and (max-width: 970px) {
  .recruit_lp .career__container {
    padding-top: 170px;
    padding-left: 0px;
  }
}
.recruit_lp .career-title-text {
  font-size: 3.125rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.28;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .recruit_lp .career-title-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_lp .career-title-text {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .career-title-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .career-title-text {
    font-size: 1.5rem;
  }
}
.recruit_lp .career-text__wrap {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .career-text__wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .career-text__wrap {
    margin-top: 30px;
  }
}
.recruit_lp .career-text {
  max-width: 664px;
  width: 100%;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recruit_lp .career-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.recruit_lp .career-text:not(:first-child) {
  padding-top: 1.5rem;
}
.recruit_lp .career-cards {
  width: 100%;
  padding-top: 62px;
  background-color: #12A8A4;
}
.recruit_lp .career-cards__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .career-cards__inner {
    padding: 0 15px;
  }
}
.recruit_lp .career-cards__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit_lp .career-cards__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 50px;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .career-cards__cards {
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 25px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .career-cards__cards {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .career-cards__cards {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.recruit_lp .career-card {
  max-width: 650px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 28px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit_lp .career-card {
    padding: 28px 15px;
  }
}
.recruit_lp .career-card__capture {
  font-size: 1rem;
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 3.125;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit_lp .career-card__title {
  font-size: 1.25rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #12A8A4;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit_lp .career-card__title {
    text-align: left;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
.recruit_lp .career-card__img {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-top: 32px;
}
.recruit_lp .career-card__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .career-card__text {
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .career-card__text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .career-cards__cards {
    flex-direction: column;
    align-items: center;
  }
  .recruit_lp .career-card {
    width: 100%;
    max-width: 480px;
  }
}
.recruit_lp .recruit {
  background-color: #12A8A4;
  padding-top: 100px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .recruit {
    padding-top: 0;
  }
}
.recruit_lp .recruit__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__inner {
    padding: 0 15px;
  }
}
.recruit_lp .recruit__title {
  font-size: clamp(1.875rem, -0.225rem + 10.5vw, 12.375rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
  overflow: hidden;
}
.recruit_lp .recruit-info__wrap {
  margin-bottom: 40px;
}
.recruit_lp .recruit-info__title {
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit_lp .recruit-info__text {
  font-size: 1rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit-info__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.recruit_lp .recruit__container {
  max-width: 1480px;
  width: 100%;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__container {
    padding: 10px 10px 20px 10px;
  }
}
.recruit_lp .recruit__tab-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.recruit_lp .recruit__tab-text-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #12A8A4;
  line-height: 1.5;
  letter-spacing: 0.3em;
  padding-bottom: 10px;
  padding-left: 16px;
  border-bottom: 1px solid #12A8A4;
  position: relative;
  white-space: nowrap;
}
.recruit_lp .recruit__tab-text-title-3 {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #12A8A4;
  line-height: 1.5;
  letter-spacing: 0.25em;
  padding-bottom: 10px;
  padding-left: 16px;
  border-bottom: 1px solid #12A8A4;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .recruit_lp .recruit__tab-text-title-3 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 400px) {
  .recruit_lp .recruit__tab-text-title-3 {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}
.recruit_lp .recruit__tab-text-title::before {
  content: "・";
  margin-right: 10px;
  font-size: 2.3em;
  position: absolute;
  top: -19px;
  left: -19px;
}
@media screen and (max-width: 500px) {
  .recruit_lp .recruit__tab-text-title::before {
    margin-right: 0px;
    font-size: 2em;
    top: -14px;
    left: -13px;
  }
}
.recruit_lp .recruit__tab-text-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 970px) {
  .recruit_lp .recruit__tab-text-wrap {
    flex-direction: column-reverse;
  }
}
.recruit_lp .recruit__tab-text-text {
  font-size: 1rem;
  font-weight: 300;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  line-height: 1.875;
  letter-spacing: 0.05em;
  width: 60%;
}
@media screen and (max-width: 970px) {
  .recruit_lp .recruit__tab-text-text {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.recruit_lp .recruit__tab-text-text-1 {
  font-size: 1rem;
  font-weight: 300;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-text-text-1 {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.recruit_lp .recruit__tab-text-text-2 {
  font-size: 1rem;
  font-weight: 300;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-text-text-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.recruit_lp .recruit__tab-text-img {
  flex: 1;
  max-width: 462px;
  width: 100%;
  height: auto;
  aspect-ratio: 462/239;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .recruit__tab-text-img {
    max-width: 650px;
    align-self: center;
  }
}
.recruit_lp .recruit__tab-text-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .rectuit__tab-info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .rectuit__tab-info-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .rectuit__tab-info-container {
    margin-top: 20px;
  }
}
.recruit_lp .recruit__tab-info-term-sub {
  display: inline-block;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.recruit_lp .recruit__tab-info-wrap-1 {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .recruit__tab-info-wrap-1 {
    width: 100%;
  }
}
.recruit_lp .recruit__tab-info-wrap-2 {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .recruit__tab-info-wrap-2 {
    width: 100%;
  }
}
.recruit_lp .recruit__tab-info-list {
  width: 100%;
  margin-top: 25px;
}
.recruit_lp .recruit__tab-info-item {
  display: flex;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-info-item {
    flex-direction: column;
    border: none;
  }
}
.recruit_lp .recruit__tab-info-term {
  width: 30%;
  font-weight: 700;
  background-color: #E2ECEA;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-info-term {
    width: 100%;
    justify-content: left;
    padding: 20px 10px;
  }
}
.recruit_lp .recruit__tab-info-description {
  width: 70%;
  padding: 20px 20px 20px 5px;
  font-size: 0.875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-info-description {
    width: 100%;
    justify-content: left;
    padding: 10px 10px;
  }
}
.recruit_lp .recruit__tab-info-brocks {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .recruit__tab-info-brocks {
    row-gap: 5px;
  }
}
.recruit_lp .recruit__tab-info-brock {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-direction: column;
  max-width: 510px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #12A8A4;
  padding: 40px 40px 10px 40px;
  box-shadow: 10px 10px #12A8A4;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-info-brock {
    padding: 20px 20px 10px 20px;
    box-shadow: 5px 5px #12A8A4;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .recruit__tab-info-brock {
    padding: 20px 15px;
  }
}
.recruit_lp .recruit__tab-info-brock-title-wrap {
  display: flex;
  position: relative;
}
.recruit_lp .recruit__tab-info-brock-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.788rem + 0.906vw, 1.875rem);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .recruit__tab-info-brock-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-info-brock-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .recruit__tab-info-brock-title {
    font-size: 16px;
  }
}
.recruit_lp .recruit__tab-info-brock-ratio {
  display: flex;
  align-items: end;
  gap: 10px;
  justify-content: center;
  padding-top: 30px;
}
@media screen and (max-width: 375px) {
  .recruit_lp .recruit__tab-info-brock-ratio {
    padding-top: 10px;
  }
}
.recruit_lp .recruit__tab-info-img {
  width: 100%;
  max-width: clamp(3.125rem, 2.458rem + 2.848vw, 5.875rem);
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: -71%;
  right: -5%;
}
@media screen and (max-width: 1024px) {
  .recruit_lp .recruit__tab-info-img {
    max-width: 94px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-info-img {
    top: -55%;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .recruit_lp .recruit__tab-info-img {
    max-width: 70px;
    right: -2px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .recruit__tab-info-img {
    max-width: 50px;
  }
}
.recruit_lp .recruit__tab-info-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .recruit__tab-info-brock-ratio-men-number,
.recruit_lp .recruit__tab-info-brock-ratio-women-number,
.recruit_lp .recruit__tab-info-brock-ratio-text {
  font-size: clamp(1.875rem, -1.63rem + 18.692vi, 4.375rem);
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #12A8A4;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .recruit_lp .recruit__tab-info-brock-ratio-men-number,
.recruit_lp .recruit__tab-info-brock-ratio-women-number,
.recruit_lp .recruit__tab-info-brock-ratio-text {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-info-brock-ratio-men-number,
.recruit_lp .recruit__tab-info-brock-ratio-women-number,
.recruit_lp .recruit__tab-info-brock-ratio-text {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  .recruit_lp .recruit__tab-info-brock-ratio-men-number,
.recruit_lp .recruit__tab-info-brock-ratio-women-number,
.recruit_lp .recruit__tab-info-brock-ratio-text {
    font-size: 50px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .recruit__tab-info-brock-ratio-men-number,
.recruit_lp .recruit__tab-info-brock-ratio-women-number,
.recruit_lp .recruit__tab-info-brock-ratio-text {
    font-size: 30px;
  }
}
.recruit_lp .recruit__tab-info-brock-ratio-men-number-text,
.recruit_lp .recruit__tab-info-brock-ratio-women-number-text {
  font-size: clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem);
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #12A8A4;
  letter-spacing: 0.05em;
}
.recruit_lp .recruit__tab-info-brock-ratio-line {
  font-size: clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem);
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #12A8A4;
  letter-spacing: 0.05em;
  padding-bottom: 25px;
}
.recruit_lp .recruit__tab-info-brock-ratio-men-text,
.recruit_lp .recruit__tab-info-brock-ratio-women-text,
.recruit_lp .recruit__tab-info-brock-ratio-men-text,
.recruit_lp .recruit__tab-info-brock-ratio-women-text {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.recruit_lp .recruit-tab-info-brock-ratio-men-text-2,
.recruit_lp .recruit-tab-info-brock-ratio-women-text-2 {
  font-size: 14px;
}
@media screen and (max-width: 375px) {
  .recruit_lp .recruit-tab-info-brock-ratio-men-text-2,
.recruit_lp .recruit-tab-info-brock-ratio-women-text-2 {
    font-size: 0.75rem;
  }
}
.recruit_lp .recruit__tab-info-brock-ratio-copy {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  text-align: left;
}
.recruit_lp .recruit__tab-info-img-5 {
  top: 0;
}
@media screen and (max-width: 500px) {
  .recruit_lp .recruit__tab-info-brock-5 {
    padding: 20px 25px;
  }
}
.recruit_lp .recruit__tab-text-img-2 {
  max-width: 370px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-text-img-2 {
    margin: 0 auto;
  }
}
.recruit_lp .recruit__tab-text-title-2 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-text-title-2 {
    margin-top: 20px;
  }
}
.recruit_lp .recruit__tab-text-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__tab-info-container {
    flex-direction: column;
  }
  .recruit_lp .recruit__tab-info-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit_lp .js-tab-content {
  display: none;
}
.recruit_lp .js-tab-content.is-active {
  display: block;
}
.recruit_lp .recruit-tab__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 66px;
}
.recruit_lp .recruit-tab__button {
  width: 100%;
  max-width: 740px;
  background-color: #000;
  color: #fff;
  padding: 10px 5px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.675rem + 1vw, 1.875rem);
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 2.1333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 375px) {
  .recruit_lp .recruit-tab__button {
    font-size: 0.75rem;
  }
}
.recruit_lp .recruit-tab__button.is-active {
  background-color: #fff;
  color: #12A8A4;
}
.recruit_lp .recruit__voice-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #12A8A4;
}
@media screen and (max-width: 768px) {
  .recruit_lp .recruit__voice-text-container {
    padding-top: 30px;
    flex-direction: column;
  }
}
.recruit_lp .recruit__voice-text-img {
  max-width: 100px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.recruit_lp .recruit__voice-text-img-2 {
  max-width: 100px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.recruit_lp .recruit__voice-text-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit_lp .faq {
  padding-top: 100px;
  padding-bottom: 130px;
  background-color: #12A8A4;
}
@media screen and (max-width: 768px) {
  .recruit_lp .faq {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .faq {
    padding-top: 0;
  }
}
.recruit_lp .faq__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .faq__inner {
    padding: 0 15px;
  }
}
.recruit_lp .faq__title {
  font-size: clamp(3rem, 0.451rem + 10.874vw, 13.5rem);
  font-weight: 700;
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_lp .faq__title {
    padding-bottom: 2rem;
  }
}
.recruit_lp .faq__title::after {
  content: "よくあるご質問";
  color: #fff;
  margin-left: 20px;
  font-size: clamp(1.25rem, 0.875rem + 1.875vi, 3.125rem);
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1.28;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 970px) {
  .recruit_lp .faq__title::after {
    display: block;
    margin-left: 0;
    top: 50%;
    left: 33%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lp .faq__title::after {
    display: block;
    margin-left: 0;
    top: 75%;
    left: 0;
  }
}
.recruit_lp .faq__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
.recruit_lp .faq__list-questions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .recruit_lp .faq__list-questions {
    flex-direction: column;
  }
}
.recruit_lp .faq__list:not(:first-child) {
  margin-top: 50px;
}
.recruit_lp .faq__list-question-number {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit_lp .faq__list-question-number {
    width: 100%;
  }
}
.recruit_lp .fqa__list-question-text {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .fqa__list-question-text {
    font-size: 1.25rem;
    margin-left: 0px;
    width: 100%;
  }
}
.recruit_lp .faq__list-answer {
  font-size: 1rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-left: 60px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .faq__list-answer {
    margin-left: 0px;
    width: 100%;
    padding-right: 0;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}
.recruit_lp .form {
  background-color: #12A8A4;
  padding-top: 100px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .form {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .recruit_lp .form {
    padding-top: 0;
  }
}
.recruit_lp .form__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .form__inner {
    padding: 0 15px;
  }
}
.recruit_lp .form__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .form__container {
    padding: 0;
  }
}
.recruit_lp .form__title {
  font-size: clamp(3rem, 0.451rem + 10.874vw, 13.5rem);
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.recruit_lp .form__title-sub {
  font-size: clamp(1.25rem, 0.875rem + 1.875vi, 3.125rem);
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  line-height: 1.28;
  letter-spacing: 0.1em;
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit_lp .form__title-sub {
    margin-top: 20px;
  }
}
.recruit_lp .faq__lists {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .faq__lists {
    padding-left: 0;
  }
}
.recruit_lp .form__text {
  font-size: 1rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .form__text {
    margin-top: 30px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: -0.05em;
  }
}
.recruit_lp .form__form {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 150px 20px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .form__form {
    padding: 60px 0;
    margin-top: 20px;
  }
}
.recruit_lp .application-form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 768px) {
  .recruit_lp .application-form {
    padding: 0 5px;
  }
}
.recruit_lp .application-form .form-group {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .application-form .form-group {
    flex-direction: column;
  }
}
.recruit_lp .application-form .form-group-privacy-policy {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  border: 1px solid #12A8A4;
  padding: 20px 20px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .application-form .form-group-privacy-policy {
    padding: 20px 10px;
  }
}
.recruit_lp .application-form .privacy-policy-label {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .application-form .privacy-policy-label {
    margin-bottom: 0;
  }
}
.recruit_lp .application-form .form-group-label {
  display: flex;
  width: 30%;
  align-items: center;
  min-width: 171px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .application-form .form-group-label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.recruit_lp .application-form label {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .recruit_lp .application-form label {
    margin-bottom: 0;
    width: auto;
  }
}
.recruit_lp .application-form .required {
  background-color: #ff4b4b;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 0.8rem;
  padding: 2px 5px;
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .application-form .required {
    margin-left: 20px;
    margin-right: 0;
  }
}
.recruit_lp .application-form input[type=text],
.recruit_lp .application-form input[type=tel],
.recruit_lp .application-form input[type=email],
.recruit_lp .application-form input[type=date],
.recruit_lp .application-form select,
.recruit_lp .application-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #12A8A4;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  letter-spacing: 0.043em;
}
.recruit_lp .application-form .select-wrapper {
  position: relative;
  width: 100%;
}
.recruit_lp .application-form .select-wrapper::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
.recruit_lp .application-form .select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding-right: 30px;
}
.recruit_lp .application-form textarea {
  resize: none;
  width: 100%;
  height: 235px;
}
.recruit_lp .application-form .privacy-policy-text {
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
  font-size: 0.875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.043em;
}
@media screen and (max-width: 768px) {
  .recruit_lp .application-form .privacy-policy-text {
    padding: 10px 0 0 0;
  }
}
.recruit_lp .application-form .privacy-policy-text::-webkit-scrollbar {
  display: none;
}
.recruit_lp .application-form input[type=checkbox] {
  margin-right: 5px;
}
.recruit_lp .application-form .submit-button {
  display: block;
  width: 45%;
  padding: 15px;
  background-color: #ff4b4b;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
}
.recruit_lp .application-form .submit-button:hover {
  background-color: #ff1818;
}
@media screen and (max-width: 500px) {
  .recruit_lp .application-form .submit-button {
    width: 100%;
  }
}
.recruit_lp .application-form .checkbox-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit_lp .application-form input[type=checkbox] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #12A8A4;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  display: block;
}
.recruit_lp .application-form input[type=checkbox]:checked {
  background-color: #12A8A4;
  position: relative;
}
.recruit_lp .application-form input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit_lp .application-form .checkbox-group-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit_lp .application-form .checkbox-group label {
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}
.recruit_lp .application-form .form-group-button {
  display: flex;
  justify-content: center;
}
.recruit_lp .thanks {
  width: 100%;
  background-color: #12A8A4;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 25px;
}
@media screen and (max-width: 768px) {
  .recruit_lp .thanks {
    padding: 100px 15px;
  }
}
.recruit_lp .thanks-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit_lp .thanks-inner {
    padding: 0 15px;
  }
}
.recruit_lp .thanks-title {
  font-size: clamp(1.25rem, 0.9rem + 1.75vw, 3rem);
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #12A8A4;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 100px;
}
.recruit_lp .thanks-text-wrap {
  text-align: center;
}
.recruit_lp .thanks-text {
  font-size: 1rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: 10px;
  text-align: left;
}
.recruit_lp .thanks-text-address {
  font-size: 1rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: 10px;
  text-align: left;
  display: inline-block;
}
.recruit_lp .thanks-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  background-color: #12A8A4;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 100px;
}
.recruit_lp .thanks-button:hover {
  background-color: #fff;
}
.recruit_lp .thanks-button a {
  color: #fff;
  padding: 10px 105px;
}
.recruit_lp .thanks-button a:hover {
  color: #12A8A4;
}
@media screen and (max-width: 375px) {
  .recruit_lp .thanks-button a {
    padding: 10px 50px;
  }
}
.recruit_lp .inner {
  width: 100%;
  max-width: 1970px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .recruit_lp .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.recruit_lp .section__title {
  font-size: 13.5rem;
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  cursor: pointer;
  color: #000;
  height: 100%;
  min-height: 40px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #12A8A4;
  width: 100%;
  box-sizing: border-box;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  color: transparent;
  background: transparent;
  z-index: 1;
}

input[type=date]:after {
  content: url(../images/crender-icon.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

select #position {
  position: relative;
  cursor: pointer;
  color: #000;
}

select #position:after {
  content: "<";
  position: absolute;
  top: 23%;
  right: 0;
  margin-right: 10px;
  transform: rotate(90deg);
}

.select-wrapper select {
  color: #000;
}
.select-wrapper select option {
  color: #000;
}
.select-wrapper select option:first-child {
  color: #000;
}
.select-wrapper select option:checked {
  color: #000;
}

html.scroll-prevent {
  overflow: hidden;
}