@charset "UTF-8";
body.recruit {
  background: #E8F5FF;
}
body.recruit .before-footer-spacer {
  height: 0;
}
@media screen and (max-width: 767px) {
  body.recruit .header {
    background-color: #fff;
  }
}
body.recruit section {
  overflow-x: clip;
}

body.recruit-top {
  background: linear-gradient(180deg, #FFFFFF 2%, #EFFCFF 12.01%, #DEFFFD 19.99%, #D8EAFF 32.01%, #DBF6FF 43.5%, #E7F5FF 60%);
}

body.recruit-interview-detail {
  background: linear-gradient(180deg, #E8F5FF 6.26%, #EFFCFF 17.52%, #DEFFFD 24.99%, #D8EAFF 36.27%, #DBF6FF 47.03%, #E7F5FF 62.5%);
}

img {
  max-width: 100%;
  height: auto;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.downAnime {
  opacity: 0;
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
h1.recruit-heading {
  overflow-x: clip;
  margin: 0 auto;
  padding: 23rem 12rem 14rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  h1.recruit-heading {
    padding: 19rem 2.6rem 14rem;
  }
}
@media screen and (min-width: 768px) {
  h1.recruit-heading.double {
    padding-bottom: 24rem;
  }
}
h1.recruit-heading::before {
  content: "";
  display: block;
  width: 100vw;
  height: 57.4rem;
  background: url("../img/interview/header-bg.webp") no-repeat center/cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  h1.recruit-heading::before {
    background: url("../img/interview/header-bg_sp.webp") no-repeat center/cover;
  }
}
h1.recruit-heading .title {
  display: block;
  max-width: 120rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 4rem;
  line-height: 120%;
  color: #1860CE;
  position: relative;
}
h1.recruit-heading .title .en {
  font-family: "Lato";
  font-weight: 700;
  font-size: 12rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 8rem;
  top: -5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  h1.recruit-heading .title .en {
    font-size: 5.6rem;
    left: 4.4rem;
  }
}

h2.recruit-heading {
  margin: 0 0 4.8rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 500;
  font-size: 4rem;
  line-height: 120%;
  color: #4C5E73;
}
@media screen and (max-width: 767px) {
  h2.recruit-heading {
    margin: 0 0 4.8rem;
    font-size: 2.6rem;
  }
}
h2.recruit-heading::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/h2-mark.webp") no-repeat center/contain;
}
h2.recruit-heading:not(:first-child) {
  margin-top: 14rem;
}

main {
  overflow: clip;
}

section.recruit-top h3 {
  margin-bottom: 5rem;
  font-weight: 700;
  font-size: 4rem;
  color: #1860CE;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.recruit-top h3 {
    line-height: 140%;
    font-size: 3.2rem;
  }
}
section.recruit-top h3 .en {
  font-family: "Lato";
  font-weight: 700;
  font-size: 10rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: -8rem;
  top: -4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.recruit-top h3 .en {
    font-size: 7.2rem;
    left: -5rem;
  }
}

.recruit-top-fv {
  margin: 0 auto;
  aspect-ratio: 1440/792;
  background: url("../img/top/fv-bg.webp") no-repeat center/cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-top-fv {
    aspect-ratio: 390/852;
    background: url("../img/top/fv-bg_sp.webp") no-repeat center/cover;
    display: block;
  }
}
.recruit-top-fv .splide {
  position: absolute;
  left: 0;
  top: 0;
}
.recruit-top-fv .splide__slide img {
  transition: 8s ease-out;
  height: auto;
  width: 100%;
}
.recruit-top-fv .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}
.recruit-top-fv__inner {
  width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-top-fv__inner {
    width: auto;
    padding: 12rem 3rem 2rem;
    display: block;
  }
}
.recruit-top-fv h2 {
  margin-bottom: 4rem;
  color: #fff;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 140%;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .recruit-top-fv h2 {
    font-size: 3.6rem;
  }
}
.recruit-top-fv p {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 180%;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .recruit-top-fv p {
    font-size: 1.6rem;
  }
}
.recruit-top-fv .c-btn {
  display: flex;
  width: 44rem;
  height: 10rem;
  margin-top: 5rem;
  padding: 0;
  border-radius: 10rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .recruit-top-fv .c-btn {
    width: 100%;
    height: 8rem;
    margin-top: 2rem;
  }
}
.recruit-top-fv .c-btn::before {
  border-radius: 100px;
}
.recruit-top-fv .c-btn a {
  width: 100%;
  padding: 0 5rem;
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-top-fv .c-btn a {
    font-size: 2rem;
  }
}
.recruit-top-fv .c-btn:nth-child(1) {
  background: linear-gradient(90deg, #50A1FF 10%, #106EDB 100%);
}
@media screen and (max-width: 767px) {
  .recruit-top-fv .c-btn:nth-child(1) {
    margin-top: 5rem;
  }
}
.recruit-top-fv .c-btn:nth-child(1)::before {
  background: linear-gradient(90deg, #106EDB 10%, #50A1FF 100%);
}
.recruit-top-fv .c-btn:nth-child(2) {
  background: linear-gradient(90deg, #4AC6FA 10%, #0B91BC 100%);
}
.recruit-top-fv .c-btn:nth-child(2)::before {
  background: linear-gradient(90deg, #0B91BC 10%, #4AC6FA 100%);
}
.recruit-top-fv .c-btn-circles {
  right: 3rem;
}

.recruit-top-about {
  position: relative;
  margin: 17rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-top-about {
    margin: 0;
    aspect-ratio: 390/812;
    background: url("../img/top/about-bg_sp.svg") no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .recruit-top-about::before {
    content: "";
    width: 139.9rem;
    height: 62.9rem;
    background: url("../img/top/about-bg.svg") no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 0px), calc(-50% - 0px));
    z-index: -1;
  }
}
.recruit-top-about__inner {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-top-about__inner {
    padding: 7rem 3rem 0;
  }
}
.recruit-top-about p {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 190%;
}
@media screen and (max-width: 767px) {
  .recruit-top-about p {
    text-align: left;
    font-size: 1.7rem;
  }
}

.recruit-top-pdb {
  margin: 15rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-top-pdb {
    margin: 5rem auto 0;
  }
}
.recruit-top-pdb__inner {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-top-pdb__inner {
    padding: 0 3.2rem;
  }
}
.recruit-top-pdb p {
  margin: -2rem 0 5rem;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}
.recruit-top-pdb__img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-top-pdb__img img {
    height: auto;
  }
}

.recruit-top-message {
  position: relative;
  margin: 0 auto;
  padding-left: 43%;
}
@media screen and (max-width: 767px) {
  .recruit-top-message {
    margin: 14rem auto 0;
    padding-left: 0;
    aspect-ratio: 390/556;
    background: url("../img/top/message-bg_sp.svg") no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .recruit-top-message::before {
    content: "";
    width: 79.7rem;
    height: 74.5rem;
    background: url("../img/top/message-bg.svg") no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 80rem), calc(-50% - 18rem));
    z-index: -1;
  }
}
.recruit-top-message__inner {
  max-width: 56rem;
  margin: 0;
  padding-top: 23rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-top-message__inner {
    padding: 0 3.2rem;
  }
}
.recruit-top-message__img {
  margin-bottom: 4rem;
}
.recruit-top-message__img img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-top-message h3 .en {
    top: -2rem !important;
  }
}
.recruit-top-message p {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 2.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-top-message p {
    font-size: 1.5rem;
    line-height: 180%;
  }
}
.recruit-top-message .c-btn {
  margin: 4rem 0 0;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-message .c-btn {
    margin: 4rem auto 0;
    width: 24rem;
  }
}

.recruit-top-numbers {
  position: relative;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-top-numbers {
    margin: 8rem auto 0;
    aspect-ratio: 390/820;
    background: url("../img/top/numbers-bg_sp.svg") no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .recruit-top-numbers::before {
    content: "";
    width: 139.3rem;
    height: 98.9rem;
    background: url("../img/top/numbers-bg.svg") no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 15rem), calc(-50% - 0px));
    z-index: -1;
  }
}
.recruit-top-numbers__inner {
  max-width: 104rem;
  margin: 0 auto;
  padding: 50rem 0 27rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-top-numbers__inner {
    padding: 32rem 3rem 27rem;
  }
}
.recruit-top-numbers__img1 {
  position: absolute;
  left: -12rem;
  top: 6.8rem;
  z-index: 1;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-numbers__img1 {
    left: 0;
    z-index: 2;
    width: 32rem;
  }
}
.recruit-top-numbers__img1 img {
  height: auto;
}
.recruit-top-numbers__img2 {
  position: absolute;
  right: -8.8rem;
  bottom: 8.8rem;
  z-index: 1;
  width: 44rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-numbers__img2 {
    right: 0;
    bottom: 4.4rem;
    z-index: 2;
    width: 26rem;
  }
}
.recruit-top-numbers__img2 img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-top-numbers h3 {
    margin-bottom: 3rem !important;
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top-numbers h3 .en {
    left: -4rem !important;
    top: -6rem !important;
  }
}
.recruit-top-numbers p {
  margin-bottom: 5rem;
  max-width: 64rem;
  font-size: 1.6rem;
  line-height: 180%;
  position: relative;
  z-index: 1;
}
.recruit-top-numbers .c-btn {
  margin: 4rem 0 0;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-numbers .c-btn {
    width: 24rem;
    margin: 4rem auto 0;
  }
}

.recruit-top-interview {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-top-interview {
    margin: 5rem auto 0;
    aspect-ratio: 39/420;
    background: url("../img/top/interview-bg_sp.svg") no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .recruit-top-interview::before {
    content: "";
    width: 208rem;
    height: 208rem;
    background: url("../img/top/interview-bg.svg") no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 20rem), calc(-50% + 15rem));
    z-index: -1;
  }
}
.recruit-top-interview__inner {
  max-width: 112rem;
  margin: 0 auto;
  padding: 28rem 0 0;
}
@media screen and (max-width: 767px) {
  .recruit-top-interview__inner {
    padding: 14rem 5.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top-interview h3 {
    margin-bottom: 3rem !important;
  }
}
.recruit-top-interview h3 .en {
  color: #D9F3FF !important;
}
@media screen and (max-width: 767px) {
  .recruit-top-interview h3 .en {
    left: -10rem !important;
    top: -3rem !important;
  }
}
.recruit-top-interview p {
  margin-bottom: 90px;
  max-width: 640px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-top-interview p {
    font-size: 1.5rem;
    line-height: 180%;
  }
}
.recruit-top-interview .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10rem;
  column-gap: 8rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-interview .items {
    row-gap: 6rem;
  }
}
.recruit-top-interview .items .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 16rem) / 3);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .recruit-top-interview .items .item {
    width: 100%;
  }
}
.recruit-top-interview .items .item:hover {
  opacity: 0.5;
}
.recruit-top-interview .items .item .name {
  margin-top: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.recruit-top-interview .items .item .position {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.6rem;
}
.recruit-top-interview .items .item .description {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.recruit-top-interview .c-btn {
  margin: 7rem auto 0;
  width: 240px;
}

.recruit-top-interview + .recruit-top-blocks1 {
  margin-top: 36rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-interview + .recruit-top-blocks1 {
    margin-top: 7rem;
  }
}

.recruit-message + .recruit-top-blocks1 {
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .recruit-message + .recruit-top-blocks1 {
    margin-top: 7rem;
  }
}

.recruit-top-blocks1 {
  max-width: 136rem;
  margin: 20rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks1 {
    margin: 7rem auto;
    padding: 0 3.2rem;
    gap: 4.2rem;
  }
}
.recruit-top-blocks1 .block {
  aspect-ratio: 44/40;
  width: calc((100% - 4rem) / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks1 .block {
    aspect-ratio: 326/296;
    width: 100%;
  }
}
.recruit-top-blocks1 .block.thin {
  aspect-ratio: 44/32;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks1 .block.thin {
    aspect-ratio: 326/296;
  }
}
.recruit-top-blocks1 .block.workplace {
  background: url("../img/common/block-workplace.webp") no-repeat center/cover;
}
.recruit-top-blocks1 .block.selection {
  background: url("../img/common/block-selection.webp") no-repeat center/cover;
}
.recruit-top-blocks1 .block.qa {
  background: url("../img/common/block-qa.webp") no-repeat center/cover;
}
.recruit-top-blocks1 .block.interview {
  background: url("../img/common/block-interview.webp") no-repeat center/cover;
}
.recruit-top-blocks1 .block.document {
  background: url("../img/common/block-document.webp") no-repeat center/cover;
}
.recruit-top-blocks1 .block.pdb {
  background: url("../img/common/block-pdb.webp") no-repeat center/cover;
}
.recruit-top-blocks1 .block.message {
  background: url("../img/common/block-message.webp") no-repeat center/cover;
}
.recruit-top-blocks1 .block.numbers {
  background: url("../img/common/block-numbers.webp") no-repeat center/cover;
}
.recruit-top-blocks1 .block .heading {
  width: 100%;
  padding: 0 2rem;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 140%;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.recruit-top-blocks1 .block .heading.only {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 9rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks1 .block .heading {
    font-size: 2.6rem;
  }
}
.recruit-top-blocks1 .block p {
  width: 100%;
  min-height: 7.7rem;
  margin-top: 4rem;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 160%;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks1 .block p {
    margin-top: 2rem;
  }
}
.recruit-top-blocks1 .block .c-btn {
  margin-top: 4rem;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks1 .block .c-btn {
    margin-top: 2rem;
    width: 24rem;
  }
}

.recruit-top-blocks2 {
  max-width: 136rem;
  margin: 0 auto;
  padding-bottom: 8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem;
}
.recruit-top-blocks2 .block {
  aspect-ratio: 67/48;
  width: calc((100% - 4.2rem) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks2 .block {
    aspect-ratio: 39/32;
    width: 100%;
    padding: 0 2rem;
  }
}
.recruit-top-blocks2 .block.career {
  background: url("../img/common/block-career.webp") no-repeat center/cover;
}
.recruit-top-blocks2 .block.career .c-btn {
  background: linear-gradient(90deg, #50A1FF 10%, #106EDB 100%);
}
.recruit-top-blocks2 .block.career .c-btn::before {
  background: linear-gradient(90deg, #106EDB 10%, #50A1FF 100%);
}
.recruit-top-blocks2 .block.fresh {
  background: url("../img/common/block-fresh.webp") no-repeat center/cover;
}
.recruit-top-blocks2 .block.fresh .c-btn {
  background: linear-gradient(90deg, #4AC6FA 10%, #0B91BC 100%);
}
.recruit-top-blocks2 .block.fresh .c-btn::before {
  background: linear-gradient(90deg, #0B91BC 10%, #4AC6FA 100%);
}
.recruit-top-blocks2 .block .heading {
  width: 100%;
  padding: 0 6rem;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks2 .block .heading {
    padding: 0;
    font-size: 3rem;
  }
}
.recruit-top-blocks2 .block p {
  width: 100%;
  margin-top: 3rem;
  padding: 0 6rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 160%;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks2 .block p {
    margin-top: 1.5rem;
    padding: 0;
    font-size: 1.5rem;
  }
}
.recruit-top-blocks2 .block .c-btn {
  display: flex;
  width: 44rem;
  height: 10rem;
  margin-top: 5rem;
  padding: 0;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks2 .block .c-btn {
    margin-top: 2rem;
    width: 100%;
    height: 8rem;
  }
}
.recruit-top-blocks2 .block .c-btn::before {
  border-radius: 10rem;
  pointer-events: none;
}
.recruit-top-blocks2 .block .c-btn a {
  width: 100%;
  padding: 0 5rem;
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks2 .block .c-btn a {
    font-size: 2rem;
  }
}
.recruit-top-blocks2 .block .c-btn-circles {
  right: 3rem;
}

.recruit-top-blocks3 {
  max-width: 136rem;
  margin: 0 auto 4rem;
}
.recruit-top-blocks3 .block {
  aspect-ratio: 136/40;
  background: url("../img/common/block-entry.webp") no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks3 .block {
    aspect-ratio: 39/40;
    background: url("../img/common/block-entry_sp.webp") no-repeat center/cover;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
  }
}
.recruit-top-blocks3 .block .heading h3 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 140%;
  color: #1860CE;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks3 .block .heading h3 {
    font-size: 3rem;
  }
}
.recruit-top-blocks3 .block .heading h3::before {
  content: "ENTRY";
  display: inline-block;
  font-weight: 700;
  font-size: 12rem;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-7rem, -90%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks3 .block .heading h3::before {
    font-size: 7rem;
    transform: translate(-3.5rem, -76%);
  }
}
.recruit-top-blocks3 .block .heading p {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks3 .block .heading p {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
.recruit-top-blocks3 .block .body {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks3 .block .body {
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
.recruit-top-blocks3 .block .body .c-btn {
  width: 22.6rem;
}
.recruit-top-blocks3 .block .body .rikunabi {
  width: 22.6rem;
  transition: 0.3s;
}
.recruit-top-blocks3 .block .body .rikunabi:hover {
  opacity: 0.8;
}

.recruit-top-blocks4 {
  max-width: 136rem;
  margin: 0 auto 4rem;
}
.recruit-top-blocks4 .block {
  aspect-ratio: 136/40;
  background: url("../img/common/block-listings.webp") no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16rem;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks4 .block {
    aspect-ratio: 39/40;
    background: url("../img/common/block-listings_sp.webp") no-repeat center/cover;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
  }
}
.recruit-top-blocks4 .block .heading h3 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 140%;
  color: #1860CE;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks4 .block .heading h3 {
    font-size: 3rem;
  }
}
.recruit-top-blocks4 .block .heading h3::before {
  content: "JOB LISTINGS";
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12rem;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-7rem, -90%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks4 .block .heading h3::before {
    font-size: 7rem;
    transform: translate(-3.5rem, -76%);
  }
}
.recruit-top-blocks4 .block .heading p {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks4 .block .heading p {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top-blocks4 .block .body {
    margin-top: 3rem;
  }
}
.recruit-top-blocks4 .block .body .c-btn {
  width: 22.6rem;
}

.recruit-interview {
  position: relative;
  margin: 0 auto;
}
.recruit-interview__inner {
  max-width: 112rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .recruit-interview__inner {
    padding: 0 3.2rem;
  }
}
.recruit-interview__inner::before {
  content: "";
  width: 162rem;
  height: 100.8rem;
  background: url("../img/interview/interview-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 0px), calc(-50% + 20rem));
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-interview__inner::before {
    width: 55rem;
    height: 199.6rem;
    background: url("../img/interview/interview-bg_sp.svg") no-repeat center/contain;
    transform: translate(calc(-50% - 0px), calc(-50% + 0px));
  }
}
.recruit-interview .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10rem;
  column-gap: 8rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview .items {
    row-gap: 6rem;
    padding: 0 2.3rem;
  }
}
.recruit-interview .items .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 16rem) / 3);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .recruit-interview .items .item {
    width: 100%;
  }
}
.recruit-interview .items .item:hover {
  opacity: 0.5;
}
.recruit-interview .items .item .name {
  margin-top: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.recruit-interview .items .item .position {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.6rem;
}
.recruit-interview .items .item .description {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

section.recruit-interview-detail {
  padding-bottom: 10rem;
}

.recruit-interview-detail__inner {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__inner {
    padding: 0 3.2rem;
  }
}
.recruit-interview-detail__inner h2 {
  margin: 0 0 4rem;
  display: flex;
  gap: 3rem;
  align-items: flex-end;
  line-height: 1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__inner h2 {
    flex-wrap: wrap;
  }
}
.recruit-interview-detail__inner h2 .name {
  font-weight: 700;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__inner h2 .name {
    font-size: 2.4rem;
  }
}
.recruit-interview-detail__inner h2 .year {
  font-weight: 700;
  font-size: 1.5rem;
  color: #2E85EC;
}
.recruit-interview-detail__inner h2 .position {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__inner h2 .position {
    display: block;
    width: 100%;
    line-height: 1.4;
  }
}
.recruit-interview-detail__img1 {
  position: relative;
  margin-bottom: 14rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img1 {
    margin-bottom: 0;
    padding-bottom: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img1.manabe {
    padding-bottom: 21rem;
  }
}
.recruit-interview-detail__img1::before {
  content: "";
  display: block;
  width: 128.1rem;
  height: 15.4rem;
  background: url("../img/interview/img1-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img1::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img1 img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3.2rem;
  }
}
.recruit-interview-detail__img1 .heading {
  position: absolute;
  left: 4rem;
  bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img1 .heading {
    left: -2rem;
    bottom: auto;
    top: 20.5rem;
  }
}
.recruit-interview-detail__img1 h3 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.1em 0.3em;
  line-height: 2;
  background-color: #fff;
  font-weight: 700;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img1 h3 {
    padding: 0.05em 0.3em 0.1em;
    font-size: 3.4rem;
    line-height: 1.8;
  }
}
.recruit-interview-detail__img2 {
  margin: 14rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img2 {
    margin-bottom: 4rem;
  }
}
.recruit-interview-detail__img2 img {
  width: 89.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img2 img {
    aspect-ratio: 326/240;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3.2rem;
  }
}
.recruit-interview-detail__img2::before {
  content: "";
  display: block;
  width: 159.5rem;
  height: 44.7rem;
  background: url("../img/interview/img2-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img2::before {
    content: none;
  }
}
.recruit-interview-detail__img2 .heading {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img2 .heading {
    right: auto;
    top: auto;
    left: 2rem;
    bottom: 1rem;
    transform: translateY(0);
  }
}
.recruit-interview-detail__img2 h4 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.1em 0.3em;
  line-height: 2;
  background-color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img2 h4 {
    font-size: 1.8rem;
  }
}
.recruit-interview-detail__img2 h4 > span {
  display: inline-block;
  background: linear-gradient(90deg, #50A1FF 10%, #106EDB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-interview-detail__img3 {
  margin: 14rem 0 6rem;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img3 {
    margin-bottom: 4rem;
  }
}
.recruit-interview-detail__img3 img {
  width: 89.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img3 img {
    aspect-ratio: 326/240;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3.2rem;
  }
}
.recruit-interview-detail__img3::before {
  content: "";
  display: block;
  width: 38.1rem;
  height: 38.4rem;
  background: url("../img/interview/img3-bg.svg") no-repeat center/contain;
  position: absolute;
  right: -10rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img3::before {
    content: none;
  }
}
.recruit-interview-detail__img3 .heading {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img3 .heading {
    top: auto;
    left: 2rem;
    bottom: 1rem;
    transform: translateY(0);
  }
}
.recruit-interview-detail__img3 h4 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.1em 0.3em;
  line-height: 2;
  background-color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__img3 h4 {
    font-size: 1.8rem;
  }
}
.recruit-interview-detail__img3 h4 > span {
  display: inline-block;
  background: linear-gradient(90deg, #50A1FF 10%, #106EDB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-interview-detail__text {
  max-width: 88rem;
  margin: 0 auto;
}
.recruit-interview-detail__text .heading {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__text .heading {
    margin-top: 4rem;
  }
}
.recruit-interview-detail__text h4 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.1em 0.3em;
  line-height: 2;
  background-color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__text h4 {
    font-size: 1.8rem;
  }
}
.recruit-interview-detail__text h4 > span {
  display: inline-block;
  background: linear-gradient(90deg, #50A1FF 10%, #106EDB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-interview-detail__text .block:not(:first-child) {
  margin-top: 4rem;
}
.recruit-interview-detail__text .block p {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
}
.recruit-interview-detail__text .block p.q {
  margin-bottom: 1rem;
  font-weight: 700;
}
.recruit-interview-detail__schedule {
  position: relative;
  max-width: 88rem;
  margin: 28rem auto 0;
}
.recruit-interview-detail__schedule::before {
  content: "";
  display: block;
  width: 184rem;
  height: 145.4rem;
  background: url("../img/interview/schedule-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -20rem;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__schedule::before {
    width: 116.7rem;
    height: 123.2rem;
    background: url("../img/interview/schedule-bg_sp.svg") no-repeat center/contain;
    top: -18rem;
  }
}
.recruit-interview-detail__schedule h3 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__schedule h3 {
    font-size: 2.4rem;
  }
}
.recruit-interview-detail__schedule .timeline {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__schedule .timeline {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__schedule .timeline::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: url("../img/interview/schedule-separator.webp") repeat-y center/contain;
    position: absolute;
    left: 7.7rem;
    top: 0.7rem;
    z-index: -1;
  }
}
.recruit-interview-detail__schedule .timeline .line {
  display: flex;
  align-items: center;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__schedule .timeline .line {
    align-items: flex-start;
  }
}
.recruit-interview-detail__schedule .timeline .line .time {
  font-weight: 700;
  font-size: 3.2rem;
  color: #1860CE;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__schedule .timeline .line .time {
    font-size: 2rem;
    width: 7rem;
    flex-shrink: 0;
  }
}
.recruit-interview-detail__schedule .timeline .line .separator {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/interview/schedule-mark.svg") no-repeat center/contain;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__schedule .timeline .line .separator {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
    margin-top: 1rem;
  }
}
.recruit-interview-detail__schedule .timeline .line .separator::before {
  content: "";
  display: block;
  width: 2px;
  height: 6.6rem;
  background: url("../img/interview/schedule-separator.webp") no-repeat center/contain;
  position: absolute;
  left: 1rem;
  bottom: -7.2rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__schedule .timeline .line .separator::before {
    content: none;
  }
}
.recruit-interview-detail__schedule .timeline .line .action {
  font-weight: 500;
  font-size: 1.6rem;
  margin-left: 7rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail__schedule .timeline .line .action {
    margin-left: 2rem;
  }
}
.recruit-interview-detail .c-btn {
  width: auto;
  max-width: 32rem;
  margin: 12rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-interview-detail .c-btn {
    max-width: 28rem;
  }
}
.recruit-interview-detail .c-btn a {
  border: 1px solid #d10868;
  border-radius: 8px;
  background: #fff;
  color: #d10868;
  justify-content: center;
  padding: 1rem 1.4rem 1.1rem 0;
}
.recruit-interview-detail .c-btn a .c-btn-circle {
  background-color: #d10868;
}

@keyframes fvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recruit-fresh-fv {
  animation-name: fvFadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin: 0 auto;
  aspect-ratio: 1440/792;
  background: url("../img/fresh/fv.webp") no-repeat center/contain;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-fv {
    aspect-ratio: 390/785;
    background: url("../img/fresh/fv_sp.webp") no-repeat top center/contain;
  }
}
.recruit-fresh-fv__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.recruit-fresh-fv__inner .heading {
  position: absolute;
  left: 8.263%;
  bottom: 8vw;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-fv__inner .heading {
    width: calc(100% - 4rem);
    left: 2rem;
    bottom: 12.4rem;
  }
}
.recruit-fresh-fv__inner .heading .shoulder {
  display: block;
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(90deg, #4AC6FA 10%, #0B91BC 100%);
  font-weight: 700;
  font-size: 1.389vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-fv__inner .heading .shoulder {
    padding: 0.2rem 1rem;
    font-size: 2rem;
  }
}
.recruit-fresh-fv__inner .heading h1 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  margin: 0;
  padding: 0 0.3em 0.1em;
  line-height: 1.8;
  background-color: #fff;
  font-weight: 700;
  font-size: 3.334vw;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-fv__inner .heading h1 {
    line-height: 1.7;
    font-size: 3.4rem;
  }
}
.recruit-fresh-fv__inner .heading h1 .animation {
  opacity: 0;
  display: inline-block;
  animation-name: textAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.recruit-fresh-fv__inner .heading h1 .animation.row1 {
  animation-delay: 0;
}
.recruit-fresh-fv__inner .heading h1 .animation.row2 {
  animation-delay: 0.5s;
}
.recruit-fresh-fv__inner .heading h1 .animation.row3 {
  animation-delay: 1s;
}
.recruit-fresh-fv__inner .heading h1 .animation.row4 {
  animation-delay: 1.5s;
}
.recruit-fresh-fv__inner .heading h1 .animation.row5 {
  animation-delay: 2s;
}
.recruit-fresh-fv .c-btn {
  display: flex;
  width: 44rem;
  height: 10rem;
  margin-top: 5rem;
  padding: 0;
  border-radius: 10rem;
  position: absolute;
  right: 4rem;
  bottom: 12rem;
  background: linear-gradient(90deg, #4AC6FA 10%, #0B91BC 100%);
}
@media screen and (max-width: 767px) {
  .recruit-fresh-fv .c-btn {
    width: calc(100% - 4rem);
    height: 8rem;
    right: auto;
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%);
  }
}
.recruit-fresh-fv .c-btn::before {
  border-radius: 10rem;
  background: linear-gradient(90deg, #0B91BC 10%, #4AC6FA 100%);
}
.recruit-fresh-fv .c-btn a {
  width: 100%;
  padding: 0 5rem;
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-fv .c-btn a {
    font-size: 2rem;
  }
}
.recruit-fresh-fv .c-btn-circles {
  right: 3rem;
}

.recruit-fresh-about {
  position: relative;
  margin: 17rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-about {
    margin: 0;
  }
}
.recruit-fresh-about::before {
  content: "";
  width: 139.8rem;
  height: 54.8rem;
  background: url("../img/fresh/about-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 7rem), calc(-50% - 2rem));
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-about::before {
    width: 9.6rem;
    height: 36.8rem;
    background: url("../img/fresh/about-bg_sp.svg") no-repeat center/contain;
    transform: translate(calc(-50% + 17rem), calc(-50% - 6rem));
  }
}
.recruit-fresh-about__inner {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-about__inner {
    padding: 7rem 3rem 0;
  }
}
.recruit-fresh-about p {
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 190%;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-about p {
    font-size: 1.8rem;
  }
}
.recruit-fresh-about p .small {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .recruit-fresh-about p .small {
    font-size: 1.7rem;
  }
}
.recruit-fresh-about .c-btn {
  margin: 8rem auto 0;
  width: 24rem;
}

.recruit-requirements__inner {
  max-width: 112rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-requirements__inner {
    padding: 0 3.2rem;
  }
}
.recruit-requirements__inner::before {
  content: "";
  display: block;
  width: 145.8rem;
  height: 94.3rem;
  background: url("../img/fresh/requirements-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 20rem);
  z-index: -1;
}
.recruit-requirements .shoulder {
  margin: 5rem 0 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-requirements .shoulder {
    margin-top: 0;
  }
}
.recruit-requirements .shoulder .category {
  color: #2E85EC;
}
.recruit-requirements .shoulder .area.tokyo {
  color: #D10868;
}
.recruit-requirements .shoulder .area.osaka {
  color: #EA360E;
}
.recruit-requirements .shoulder + h2 {
  margin-top: 0;
}
.recruit-requirements .p-info-table {
  max-width: 88rem;
  margin: 0 auto;
}
.recruit-requirements .p-info-table table td {
  line-height: 1.8;
}
.recruit-requirements .p-info-table table td .heading {
  margin-bottom: 1rem;
}
.recruit-requirements .step {
  text-align: center;
}
.recruit-requirements .entry {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .recruit-requirements .entry {
    margin: 6rem 0;
  }
}
.recruit-requirements .entry .c-btn.large {
  display: flex;
  width: 44rem;
  height: 10rem;
  margin: 0 auto;
  padding: 0;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit-requirements .entry .c-btn.large {
    margin-top: 2rem;
    width: 100%;
    height: 8rem;
  }
}
.recruit-requirements .entry .c-btn.large::before {
  border-radius: 10rem;
  pointer-events: none;
}
.recruit-requirements .entry .c-btn.large a {
  width: 100%;
  padding: 0 5rem;
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-requirements .entry .c-btn.large a {
    font-size: 2rem;
  }
}
.recruit-requirements .entry .c-btn.large.career {
  background: linear-gradient(90deg, #50A1FF 10%, #106EDB 100%);
}
.recruit-requirements .entry .c-btn.large.career::before {
  background: linear-gradient(90deg, #106EDB 10%, #50A1FF 100%);
}
.recruit-requirements .entry .c-btn.large.fresh {
  background: linear-gradient(90deg, #4AC6FA 10%, #0B91BC 100%);
}
.recruit-requirements .entry .c-btn.large.fresh::before {
  background: linear-gradient(90deg, #0B91BC 10%, #4AC6FA 100%);
}
.recruit-requirements .entry .c-btn-circles {
  right: 3rem;
}
.recruit-requirements .entry .c-btn.back {
  width: auto;
  max-width: 32rem;
  margin: 12rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-requirements .entry .c-btn.back {
    margin: 6rem auto 0;
    max-width: 28rem;
  }
}
.recruit-requirements .entry .c-btn.back a {
  border: 1px solid #d10868;
  border-radius: 8px;
  background: #fff;
  color: #d10868;
  justify-content: center;
  padding: 1rem 1.4rem 1.1rem 0;
}
.recruit-requirements .entry .c-btn.back a .c-btn-circle {
  background-color: #d10868;
}

.recruit-entry__inner {
  max-width: 112rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-entry__inner {
    padding: 0 3.2rem;
  }
}
.recruit-entry__inner::before {
  content: "";
  display: block;
  width: 157.6rem;
  height: 73.9rem;
  background: url("../img/fresh/entry-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(calc(-50% - 10rem), 10rem);
  z-index: -1;
}
.recruit-entry__inner.confirm::before, .recruit-entry__inner.complete::before {
  content: none;
}
.recruit-entry h2.recruit-heading {
  position: relative;
}
.recruit-entry h2.recruit-heading.has-illust-fresh::after {
  content: "";
  display: block;
  width: 31.4rem;
  height: 16.1rem;
  background: url("../img/fresh/h2-illust.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-12rem, 50%);
}
@media screen and (max-width: 767px) {
  .recruit-entry h2.recruit-heading.has-illust-fresh::after {
    width: 20.7rem;
    height: 10.6rem;
    transform: translate(0, -50%);
  }
}
.recruit-entry h2.recruit-heading.has-illust-career::after {
  content: "";
  display: block;
  width: 33.5rem;
  height: 21.2rem;
  background: url("../img/career/h2-illust.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-12rem, 35%);
}
@media screen and (max-width: 767px) {
  .recruit-entry h2.recruit-heading.has-illust-career::after {
    width: 15.8rem;
    height: 10rem;
    transform: translate(0, -50%);
  }
}
.recruit-entry h3 {
  max-width: 88rem;
  margin: 8rem auto 2rem;
  font-size: 2.4rem;
}
.recruit-entry .p-contact__table {
  width: 88rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-entry .p-contact__table {
    width: 100%;
  }
}
.recruit-entry .p-contact__table tr:not(:first-child) td,
.recruit-entry .p-contact__table tr:not(:first-child) th {
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .recruit-entry .p-contact__table tr:last-child th {
    border-bottom: 1px solid #000;
  }
}
.recruit-entry .p-contact__table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.recruit-entry .p-contact input[type=text], .recruit-entry .p-contact input[type=email], .recruit-entry .p-contact input[type=tel] {
  height: 5rem;
}
.recruit-entry__complete {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-entry__complete {
    width: 100%;
  }
}
.recruit-entry__complete .c-btn {
  width: auto;
  max-width: 24rem;
  margin: 12rem auto 6rem;
}
@media screen and (max-width: 767px) {
  .recruit-entry__complete .c-btn {
    max-width: 24rem;
  }
}
.recruit-entry__complete .c-btn a {
  border: 1px solid #d10868;
  border-radius: 8px;
  background: #fff;
  color: #d10868;
  justify-content: center;
  padding: 1rem 1.4rem 1.1rem;
}
.recruit-entry__complete .c-btn a .c-btn-circle {
  background-color: #d10868;
}
.recruit-entry .select-styled {
  display: inline-block;
  position: relative;
}
.recruit-entry .select-styled::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.2rem;
  background: url("../img/common/triangle.svg") no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.recruit-entry select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none #fff;
  vertical-align: middle;
  font-size: 1.4rem;
  color: inherit;
  min-width: 12rem;
  padding: 1.3rem 5rem 1.3rem 1.6rem;
  border: 1px solid #D9D9D9;
}
.recruit-entry select option {
  background-color: #fff;
}
.recruit-entry td.--address > span {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.recruit-entry td.--address > span > span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.recruit-entry td.--address span.postal-code input {
  width: 12rem;
}
.recruit-entry td.--address span.adress input {
  max-width: 46rem;
}
@media screen and (max-width: 767px) {
  .recruit-entry td.--birth > span {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .recruit-entry td.--birth > span > span {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit-entry td.--birth span:not([class*=wpcf7-]) {
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-entry .p-contact__privacy,
  .recruit-entry .p-contact__confirm {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit-entry .p-contact__confirm label {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-entry .p-contact__confirm .wpcf7-list-item {
    margin-left: 0;
  }
}
.recruit-entry .p-contact__submit {
  margin: 0 auto;
  margin-top: 8rem;
}
.recruit-entry .p-contact__confirm__btn {
  margin-top: 8rem;
}
.recruit-entry .p-contact__confirm__btn .p-contact__submit {
  margin: 0;
  margin-top: 0;
}
.recruit-entry section.p-contact {
  padding-bottom: 8rem;
}

.recruit-career-jobs:last-child {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .recruit-career-jobs:last-child {
    padding-bottom: 8rem;
  }
}
.recruit-career-jobs__inner {
  max-width: 112rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .recruit-career-jobs__inner {
    padding: 0 3.2rem;
  }
}
.recruit-career-jobs .p-btn-group {
  position: relative;
}
.recruit-career-jobs .p-btn-group::before {
  content: "";
  display: block;
  width: 169.6rem;
  height: 107.9rem;
  background: url("../img/career/listings-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(calc(-50% - 10rem), 30%);
  z-index: -1;
}
.recruit-career-jobs .p-btn-group__item {
  position: relative;
}
.recruit-career-jobs .p-btn-group__item.is-inactive {
  display: none;
}
.recruit-career-jobs .p-btn-group__item.disabled:active {
  pointer-events: none;
}
.recruit-career-jobs .p-ir-btn-group .c-nav-btn {
  border: 1px solid #2E85EC;
  color: #2E85EC;
}
.recruit-career-jobs .p-ir-btn-group .c-nav-btn.is-active,
.recruit-career-jobs .p-ir-btn-group .c-nav-btn:hover {
  background: #2E85EC;
  color: #fff;
}
.recruit-career-jobs .c-btn-white {
  transition: 0.2s;
}
.recruit-career-jobs .p-btn-group__item.disabled .c-btn-white {
  opacity: 0.5;
  pointer-events: none;
}
.recruit-career-jobs .p-btn-group__item.disabled .c-ttl--more {
  display: none;
}
.recruit-career-jobs .p-btn-group__item.disabled::before {
  content: "現在、募集はありません。";
  display: block;
  width: fit-content;
  padding: 0.5rem 2rem;
  background: #999;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
.recruit-career-jobs .p-btn-group__item.disabled:hover::before {
  opacity: 1;
}
.recruit-career-jobs .p-btn-group__item.disabled:hover .c-btn-circle-01,
.recruit-career-jobs .p-btn-group__item.disabled:hover .c-btn-circle-02 {
  transform: translate(0, 0);
}
.recruit-career-jobs .p-btn-group__item.disabled:hover .c-btn-circle-03 {
  transform: translate(0, 6px);
}
.recruit-career-jobs .c-btn-white::before {
  background-color: #1F7AE4;
}
.recruit-career-jobs .c-btn-white:hover::before {
  background-color: #fff;
}
.recruit-career-jobs .c-btn-white__en::before {
  background-color: #1F7AE4;
}
.recruit-career-jobs .c-btn-white .c-btn-circle {
  background-color: #1F7AE4;
}
.recruit-career-jobs .c-btn-white .c-btn {
  color: #1F7AE4;
}
.recruit-career-jobs .c-btn-white:hover {
  background-color: #1F7AE4;
}
.recruit-career-jobs .c-btn-white:hover .c-btn {
  color: #fff;
}
.recruit-career-jobs .c-btn-white:hover .c-btn-circle {
  background-color: #fff;
}
.recruit-career-jobs .category {
  color: #2E85EC;
}
.recruit-career-jobs .area.tokyo {
  color: #D10868;
}
.recruit-career-jobs .area.osaka {
  color: #EA360E;
}
.recruit-career-jobs .c-btn-white:hover .category,
.recruit-career-jobs .c-btn-white:hover .area {
  color: #fff;
}

@keyframes textAnime {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.recruit-career-fv {
  animation-name: fvFadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin: 0 auto;
  aspect-ratio: 1440/792;
  background: url("../img/career/fv-bg.webp") no-repeat center/cover;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-career-fv {
    aspect-ratio: 390/785;
    background: url("../img/career/fv-bg_sp.webp") no-repeat top center/contain;
  }
}
.recruit-career-fv .splide {
  position: absolute;
  left: 0;
  top: 0;
}
.recruit-career-fv .splide__slide img {
  transition: 8s ease-out;
  height: auto;
  width: 100%;
}
.recruit-career-fv .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}
.recruit-career-fv__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.recruit-career-fv__inner .heading {
  position: absolute;
  left: 8.263%;
  bottom: 8vw;
}
@media screen and (max-width: 767px) {
  .recruit-career-fv__inner .heading {
    width: calc(100% - 4rem);
    left: 2rem;
    bottom: 15rem;
  }
}
.recruit-career-fv__inner .heading .shoulder {
  display: block;
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(90deg, #50A1FF 10%, #106EDB 100%);
  font-weight: 700;
  font-size: 1.389vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-career-fv__inner .heading .shoulder {
    padding: 0.2rem 1rem;
    font-size: 2rem;
  }
}
.recruit-career-fv__inner .heading h1 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  margin: 0;
  padding: 0 0.3em 0.1em;
  line-height: 1.8;
  background-color: #fff;
  font-weight: 700;
  font-size: 3.334vw;
}
@media screen and (max-width: 767px) {
  .recruit-career-fv__inner .heading h1 {
    line-height: 1.7;
    font-size: 3.4rem;
  }
}
.recruit-career-fv__inner .heading h1 .animation {
  opacity: 0;
  display: inline-block;
  animation-name: textAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.recruit-career-fv__inner .heading h1 .animation.row1 {
  animation-delay: 0;
}
.recruit-career-fv__inner .heading h1 .animation.row2 {
  animation-delay: 0.5s;
}
.recruit-career-fv__inner .heading h1 .animation.row3 {
  animation-delay: 1s;
}
.recruit-career-fv__inner .heading h1 .animation.row4 {
  animation-delay: 1.5s;
}
.recruit-career-fv__inner .heading h1 .animation.row5 {
  animation-delay: 2s;
}
.recruit-career-fv .c-btn {
  display: flex;
  width: 44rem;
  height: 10rem;
  margin-top: 5rem;
  padding: 0;
  border-radius: 10rem;
  position: absolute;
  right: 4rem;
  bottom: 12rem;
  background: linear-gradient(90deg, #50A1FF 10%, #106EDB 100%);
}
@media screen and (max-width: 767px) {
  .recruit-career-fv .c-btn {
    width: calc(100% - 4rem);
    height: 8rem;
    right: auto;
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%);
  }
}
.recruit-career-fv .c-btn::before {
  border-radius: 10rem;
  background: linear-gradient(90deg, #106EDB 10%, #50A1FF 100%);
}
.recruit-career-fv .c-btn a {
  width: 100%;
  padding: 0 5rem;
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-career-fv .c-btn a {
    font-size: 2rem;
  }
}
.recruit-career-fv .c-btn-circles {
  right: 3rem;
}

.recruit-career-about {
  position: relative;
  margin: 17rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-career-about {
    margin: 0;
  }
}
.recruit-career-about::before {
  content: "";
  width: 139.9rem;
  height: 62.9rem;
  background: url("../img/top/about-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 0px), calc(-50% - 0px));
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-career-about::before {
    width: 10.8rem;
    height: 47rem;
    background: url("../img/career/about-bg_sp.svg") no-repeat center/contain;
    transform: translate(calc(-50% + 15rem), calc(-50% - 0px));
  }
}
.recruit-career-about__inner {
  max-width: 104rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-career-about__inner {
    padding: 7rem 2rem 0;
  }
}
.recruit-career-about p {
  text-align: left;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .recruit-career-about p {
    font-size: 1.6rem;
  }
}
.recruit-career-about p span {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .recruit-career-about p span {
    font-size: 1.6rem;
  }
}
.recruit-career-about .c-btn {
  margin: 8rem 0 0;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .recruit-career-about .c-btn {
    margin: 8rem auto 0;
  }
}

.recruit-career h3 {
  margin-bottom: 5rem;
  font-weight: 700;
  font-size: 4rem;
  color: #1860CE;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-career h3 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit-career h3 {
    transform: translateX(-8rem);
  }
}
.recruit-career h3 .en {
  font-family: "Lato";
  font-weight: 700;
  font-size: 10rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 6rem;
  top: -4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-career h3 .en {
    font-size: 7.2rem;
    left: 3.6rem;
  }
}

.recruit-career-statue {
  position: relative;
  margin: 17rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-career-statue {
    margin: 10rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-career-statue::before {
    content: "";
    width: 16.7rem;
    height: 16.3rem;
    background: url("../img/career/illust-statue_sp.svg") no-repeat center/contain;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-2rem, 100%);
    z-index: -1;
  }
}
.recruit-career-statue__inner {
  max-width: 104rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-career-statue__inner {
    padding: 7rem 3rem 0;
  }
}
.recruit-career-statue ul li {
  margin-top: 2rem;
  display: flex;
  gap: 3rem;
}
.recruit-career-statue ul li .num {
  color: #4C5E73;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  flex-shrink: 0;
  transform: translateY(-1rem);
}
@media screen and (max-width: 767px) {
  .recruit-career-statue ul li .num {
    font-size: 3.2rem;
    transform: translateY(0);
  }
}
.recruit-career-statue ul li .text {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-career-statue ul li .text {
    font-size: 1.6rem;
  }
}
.recruit-career-statue ul li .text strong {
  color: #2E85EC;
}
.recruit-career-statue p {
  text-align: left;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 200%;
}

.recruit-career-skill {
  position: relative;
  margin: 27rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-career-skill {
    margin: 27rem auto 0;
  }
}
.recruit-career-skill::before {
  content: "";
  width: 170.7rem;
  height: 109.7rem;
  background: url("../img/career/skill-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 0px), calc(-50% - 0px));
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-career-skill::before {
    width: 121.4rem;
    height: 121.4rem;
    background: url("../img/career/skill-bg_sp.svg") no-repeat center/contain;
    transform: translate(calc(-50% - 14rem), calc(-50% - 0px));
  }
}
.recruit-career-skill__inner {
  max-width: 104rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-career-skill__inner {
    padding: 7rem 3rem 0;
  }
}
.recruit-career-skill h3 .en {
  color: #E9F5FF;
}
.recruit-career-skill ul li {
  margin-top: 4rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-career-skill ul li {
    flex-direction: column;
    gap: 2rem;
  }
}
.recruit-career-skill ul li .skill {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 37%;
  color: #2E85EC;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-career-skill ul li .skill {
    width: 100%;
  }
}
.recruit-career-skill ul li .skill::before {
  content: "SKILL";
  display: flex;
  padding: 0.5rem 2rem;
  border-radius: 10rem;
  background: #2E85EC;
  color: #fff;
  font-family: "Lato";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
.recruit-career-skill ul li .text {
  width: 63%;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-career-skill ul li .text {
    width: 100%;
    margin-left: 1.2rem;
  }
}
.recruit-career-skill p {
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .recruit-career-skill p {
    font-size: 1.7rem;
  }
}
.recruit-career-skill p span {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .recruit-career-skill p span {
    font-size: 1.6rem;
  }
}

.recruit-qa {
  position: relative;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-qa {
    margin: 0;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  .recruit-qa::before {
    content: "";
    width: 162.6rem;
    height: 87rem;
    background: url("../img/qa/qa-bg.svg") no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(calc(-50% - 0px), 5rem);
    z-index: -1;
  }
}
.recruit-qa__inner {
  max-width: 104rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-qa__inner {
    padding: 0 3rem;
  }
}

.c-accordion__item {
  background: #fff;
  border-radius: 1.6rem;
}
.c-accordion__item:not(.is-open):hover {
  opacity: 0.5;
  transition: 0.2s;
}

.c-accordion__item:not(:first-child) {
  margin-top: 2.4rem;
}

.c-accordion__header {
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}

@media screen and (max-width: 767px) {
  .c-accordion__header {
    padding: 1.5rem 5rem 1.5rem 2rem;
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
.c-accordion__header .i-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.7rem;
  height: 1.2rem;
  transform: translateY(-50%);
  transform-origin: center center;
  transition-duration: 0.2s;
}

@media screen and (max-width: 767px) {
  .c-accordion__header .i-box {
    right: 2rem;
  }
}
.c-accordion__header .i-box .item-i {
  display: block;
  width: 1.7rem;
  height: 1.2rem;
}

.c-accordion__header .i-box .item-i::before {
  display: flex;
  content: "";
  width: 1.7rem;
  height: 1.2rem;
  background: url("../img/qa/toggle.webp") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}

.c-accordion__header.is-open .i-box {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center center;
}

.c-accordion__header::before {
  content: "Q";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: #4C5E73;
  line-height: 1;
  flex-shrink: 0;
}

.c-accordion__content {
  padding: 0 2.4rem 2rem;
}
.c-accordion__content a {
  color: #d10868;
}

.c-accordion__inner {
  border-top: 1px solid #E3E3E3;
  padding: 2rem 4.6rem 0;
  line-height: 1.8;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-accordion__inner {
    padding: 2rem 0 0;
    line-height: 1.6;
    font-size: 1.5rem;
  }
}
.c-accordion__inner > *:first-child {
  margin-top: 0;
}

.c-accordion__inner > *:last-child {
  margin-bottom: 0;
}

.recruit-message__inner {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-message__inner {
    padding: 0 3.2rem;
  }
}
.recruit-message__img1 {
  position: relative;
  opacity: 0;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-message__img1 {
    margin-top: -7rem;
    padding-bottom: 17rem;
  }
}
.recruit-message__img1::before {
  content: "";
  display: block;
  width: 128.1rem;
  height: 15.4rem;
  background: url("../img/interview/img1-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-message__img1 img {
    width: 31rem;
  }
}
.recruit-message__img1 .heading {
  position: absolute;
  left: 4rem;
  bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit-message__img1 .heading {
    left: -2rem;
    bottom: auto;
    top: 20.5rem;
  }
}
.recruit-message__img1 h3 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.1em 0.3em;
  line-height: 2;
  background-color: #fff;
  font-weight: 700;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-message__img1 h3 {
    padding: 0.05em 0.3em 0.1em;
    font-size: 3.4rem;
    line-height: 1.8;
  }
}
.recruit-message__img2 {
  margin: 10rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-message__img2 img {
    aspect-ratio: 326/240;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3.2rem;
  }
}
.recruit-message__img2::before {
  content: "";
  display: block;
  width: 159.5rem;
  height: 44.7rem;
  background: url("../img/interview/img2-bg.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .recruit-message__img2 + .recruit-message__text {
    transform: translate(20rem, -30rem);
  }
}
.recruit-message__text {
  max-width: 88rem;
  margin: 0 auto;
}
.recruit-message__text h4 {
  margin-top: 10rem;
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .recruit-message__text h4 {
    margin-top: 5rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.recruit-message__text .block:not(:first-child) {
  margin-top: 4rem;
}
.recruit-message__text .block p {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
}
.recruit-message__text .block p.q {
  font-weight: 700;
}

.recruit-numbers__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-numbers__inner {
    padding: 0 3.2rem;
  }
}
.recruit-numbers h2.recruit-heading.workplace {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .recruit-numbers h2.recruit-heading.workplace {
    margin-top: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-numbers .item-img3,
  .recruit-numbers .item-img4,
  .recruit-numbers .item-img7 {
    margin: 0 auto;
    width: 50vw;
  }
  .recruit-numbers .item-img6 {
    margin: 0 auto;
    width: 55vw;
    transform: translateX(-1rem);
  }
}

.number-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.number-wrap + h2 {
  margin-top: 140px;
}

.number-wrap .item {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
}

.number-wrap .item.column {
  flex-direction: column;
}

.number-wrap .item.column.ratio {
  align-items: baseline;
}

.number-wrap .item.column.ratio .img-wrap {
  margin: 0 auto;
}

.number-wrap .item.around {
  justify-content: space-around;
}

.number-wrap .item.start {
  align-items: flex-start;
  gap: 20px;
}

.number-wrap .item.gap200 {
  gap: 200px;
}

.number-wrap .item .img-wrap {
  margin: auto 0;
}

.number-wrap .item .img-wrap.w-260 img {
  width: 260px;
}

.number-wrap .item .img-wrap.w-330 img {
  width: 33rem;
  transform: translateX(20%);
}
@media screen and (max-width: 767px) {
  .number-wrap .item .img-wrap.w-330 img {
    transform: translateX(0);
  }
}

.number-wrap .item .img-wrap.holiday {
  width: 30%;
}

.number-wrap .item .img-wrap.walk {
  width: 45%;
}

.number-wrap .half {
  display: flex;
  gap: 2.4rem;
}

.number-wrap .half .item {
  width: calc(50% - 5px);
  justify-content: flex-start;
}

.text-wrap {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.text-wrap.column {
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.text-wrap.column .data {
  font-size: 2.625rem;
}

.text-wrap.column .data .big {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .text-wrap.column .data .big {
    font-size: 16vw;
  }
}

.text-wrap.start {
  align-items: flex-start;
}

.text-wrap small {
  font-size: 1rem;
}

.number-wrap .title {
  font-size: 2rem;
  font-weight: bold;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 767px) {
  .number-wrap .title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.number-wrap .data {
  color: #2E85EC;
  font-size: 8rem;
  font-weight: 500;
}

.number-wrap .data span {
  font-size: 2.4rem;
}

.number-wrap .data strong {
  font-weight: normal;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.number-wrap .data strong.big {
  font-size: 3.3em;
}

.number-wrap .data strong.sub {
  font-size: 2em;
  margin-left: 10px;
}

.number-wrap .text {
  font-size: 1.6rem;
  transform: rotate(0.05deg);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .number-wrap .text {
    font-size: 1.2rem;
  }
}

.number-wrap .add-text {
  margin-top: 15px;
  transform: rotate(0.05deg);
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .number-wrap .add-text {
    font-size: 1rem;
  }
}

.number-wrap .add-text.info {
  text-align: right;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .number-wrap .note {
    font-size: 1.2rem;
  }
}

.environment .graph {
  margin-top: 75px;
  position: relative;
  text-align: center;
}

.environment .graph ~ .graph {
  margin-top: 120px;
}

.environment .graph .sub-img {
  width: 350px;
  position: absolute;
  top: -35px;
  right: 0;
}

.environment .graph .img-wrap {
  margin-top: 80px;
}

.environment .graph .img-wrap.mt50 {
  margin-top: 50px;
}

.environment .graph-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.environment .time {
  padding-top: 85px;
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .number-wrap {
    padding-top: 25px;
  }
  .number-wrap .item {
    padding: 20px;
    gap: 15px;
  }
  .number-wrap .item.column {
    flex-direction: column;
  }
  .number-wrap .item.column.ratio {
    align-items: center;
    flex-direction: column;
  }
  .number-wrap .item.column.ratio .img-wrap img {
    width: 250px;
  }
  .number-wrap .item.sales {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
  }
  .number-wrap .item.sales .img-wrap {
    margin: 0 auto;
    position: absolute;
    z-index: 0;
    top: 20px;
    right: 20px;
    width: 85px;
  }
  .number-wrap .item.gap200 {
    gap: 15px;
  }
  .number-wrap .item.around {
    flex-direction: column-reverse;
  }
  .number-wrap .item.around .text-wrap {
    align-items: center;
  }
  .number-wrap .inner {
    width: 55%;
  }
  .number-wrap .middle {
    flex-direction: column;
  }
  .number-wrap .middle .item.column {
    width: 100%;
  }
  .number-wrap .middle .item-wrap {
    width: 100%;
  }
  .number-wrap .half {
    flex-direction: column;
  }
  .number-wrap .half .item {
    width: 100%;
  }
  .number-wrap .img-wrap {
    text-align: right;
  }
  .number-wrap .img-wrap img {
    width: 130px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .number-wrap .img-wrap img.sp-200 {
    width: 200px;
  }
  .text-wrap {
    gap: 15px;
    flex-direction: column;
    align-items: baseline;
  }
  .text-wrap.column {
    gap: 5px;
  }
  .text-wrap.column .data {
    font-size: 1.25rem;
  }
  .title {
    font-size: 1.125rem;
  }
  .data {
    font-size: 1rem;
  }
  .text {
    font-size: 0.875rem;
  }
  .environment .graph {
    margin-top: 50px;
  }
  .environment .graph ~ .graph {
    margin-top: 50px;
  }
  .environment .graph .sub-img {
    width: 180px;
    top: 45px;
  }
  .environment .graph .img-wrap {
    width: 100%;
    margin-top: 20px;
  }
  .environment .graph .img-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .environment .graph .img-wrap.has-img {
    margin-top: 100px;
  }
  .environment .time {
    padding-top: 50px;
    flex-direction: column;
    gap: 20px;
  }
  .environment .time img {
    width: 60%;
  }
}
.recruit-selection__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-selection__inner {
    padding: 0 3.2rem;
  }
}
.recruit-selection__blocks1 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.recruit-selection__blocks1 .block {
  width: calc((100% - 4rem) / 2);
  padding: 30px;
  background: #fff;
  border-radius: 1.6rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-selection__blocks1 .block {
    width: 100%;
    padding: 30px 15px;
    gap: 2rem;
  }
}
.recruit-selection__blocks1 .block .icon {
  width: 12rem;
}
.recruit-selection__blocks1 .block .text {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-selection__blocks1 .block .text {
    font-size: 1.6rem;
  }
}
.recruit-selection__blocks2 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.recruit-selection__blocks2 .block {
  width: 100%;
  padding: 3rem 3rem 3rem 8rem;
  background: #fff;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-selection__blocks2 .block {
    padding: 3rem 3rem 3rem 6rem;
  }
}
.recruit-selection__blocks2 .block p {
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-selection__blocks2 .block p {
    font-size: 1.5rem;
  }
}
.recruit-selection__blocks2 .block p::before {
  content: "“";
  font-weight: 500;
  font-size: 8rem;
  color: #DBDBDB;
  position: absolute;
  top: -4rem;
  left: -6rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-selection__blocks2 .block p::before {
    font-size: 6rem;
    top: -3rem;
    left: -4rem;
  }
}
.recruit-selection__step + .recruit-selection__step {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .recruit-selection__step + .recruit-selection__step {
    margin-top: 8rem;
  }
}
.recruit-selection__step h3 {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .recruit-selection__step h3 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
}
.recruit-selection__step .step {
  text-align: center;
}
.recruit-selection__step .c-btn {
  display: flex;
  width: 44rem;
  height: 10rem;
  margin: 5rem auto 0;
  padding: 0;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit-selection__step .c-btn {
    width: 100%;
    height: 8rem;
    margin: 4rem auto 0;
  }
}
.recruit-selection__step .c-btn::before {
  border-radius: 10rem;
}
.recruit-selection__step .c-btn a {
  width: 100%;
  padding: 0 5rem;
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-selection__step .c-btn a {
    font-size: 2rem;
    padding: 1rem 3rem;
  }
}
.recruit-selection__step .c-btn.career {
  background: linear-gradient(90deg, #50A1FF 10%, #106EDB 100%);
}
.recruit-selection__step .c-btn.career::before {
  background: linear-gradient(90deg, #106EDB 10%, #50A1FF 100%);
}
.recruit-selection__step .c-btn.fresh {
  background: linear-gradient(90deg, #4AC6FA 10%, #0B91BC 100%);
}
.recruit-selection__step .c-btn.fresh::before {
  background: linear-gradient(90deg, #0B91BC 10%, #4AC6FA 100%);
}
.recruit-selection__step .c-btn-circles {
  right: 3rem;
}
.recruit-selection__blocks4 {
  margin-top: -8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit-selection__blocks4 {
    margin-top: -5rem;
    gap: 0;
  }
}
.recruit-selection__blocks4 .block {
  width: calc((100% - 4rem) / 2);
  padding: 3rem;
  border-radius: 1.6rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-selection__blocks4 .block {
    width: 100%;
    padding: 0;
  }
}
.recruit-selection__blocks4 .block .icon {
  width: 12rem;
}
.recruit-selection__blocks4 .block .text {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 140%;
  text-align: center;
}

.recruit-workplace__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__inner {
    padding: 0 3.2rem;
  }
}
.recruit-workplace p {
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .recruit-workplace p {
    font-size: 1.7rem;
  }
}
.recruit-workplace p span {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .recruit-workplace p span {
    font-size: 1.6rem;
  }
}

.recruit-workplace-skill {
  margin-top: 7rem;
}
.recruit-workplace-skill__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-skill__inner {
    padding: 0 2rem;
  }
}
.recruit-workplace-skill h2.recruit-heading {
  position: relative;
}
.recruit-workplace-skill h2.recruit-heading.has-illust::after {
  content: "";
  display: block;
  width: 26rem;
  height: 26.5rem;
  background: url("../img/workplace/h2-illust.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(8rem, 40%);
}
@media screen and (max-width: 767px) {
  .recruit-workplace-skill h2.recruit-heading.has-illust::after {
    width: 10.8rem;
    height: 11rem;
    transform: translate(0, -80%);
  }
}
.recruit-workplace-skill ul li {
  margin-top: 4rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-skill ul li {
    flex-direction: column;
    gap: 2rem;
  }
}
.recruit-workplace-skill ul li .skill {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 37%;
  color: #2E85EC;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-skill ul li .skill {
    width: 100%;
    font-size: 2rem;
  }
}
.recruit-workplace-skill ul li .skill::before {
  content: "challenge!!";
  display: flex;
  padding: 0.9rem 2.4rem;
  border-radius: 10rem;
  background: #2E85EC;
  color: #fff;
  font-family: "Lato";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
.recruit-workplace-skill ul li .text {
  width: 63%;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-skill ul li .text {
    width: 100%;
    margin-left: 1.2rem;
    font-size: 1.5rem;
  }
}

.recruit-workplace-enquete {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete {
    margin-top: 10rem;
  }
}
.recruit-workplace-enquete__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete__inner {
    padding: 0 3.2rem;
  }
}
.recruit-workplace-enquete .items {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3.4rem;
}
.recruit-workplace-enquete .items .item {
  margin: 0;
  width: calc((100% - 3.4rem) / 2);
  border-radius: 1.6rem;
  background: #fff;
}
.recruit-workplace-enquete .items .item.full {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item.full {
    flex-direction: column;
  }
}
.recruit-workplace-enquete .items .item.full .heading {
  width: 44rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item.full .heading {
    width: 100%;
    padding: 0 1rem;
  }
}
.recruit-workplace-enquete .items .item.full .body {
  width: calc(100% - 46rem);
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item.full .body {
    width: 100%;
    padding-top: 0;
  }
}
.recruit-workplace-enquete .items .item.full .body ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item.full .body ul {
    font-size: 1.5rem;
  }
}
.recruit-workplace-enquete .items .item.full .body ul.round {
  gap: 1.2rem;
}
.recruit-workplace-enquete .items .item.full .body ul.round li {
  min-width: 12rem;
  padding: 0.5rem 2rem;
  border: 1px solid #004098;
  border-radius: 10rem;
  color: #004098;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item.full .body ul.round li {
    min-width: 10rem;
    padding: 0.5rem 1.5rem;
  }
}
.recruit-workplace-enquete .items .item.full .body ul.point {
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item.full .body ul.point {
    gap: 1rem;
  }
}
.recruit-workplace-enquete .items .item.full .body ul.point li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item.full .body ul.point li {
    text-align: left;
  }
}
.recruit-workplace-enquete .items .item.full .body ul.point li::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #2E85EC;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item {
    width: 100%;
  }
}
.recruit-workplace-enquete .items .item .heading {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 3rem 0 1rem;
  height: 20rem;
  background: url("../img/workplace/enquete-q.webp") no-repeat 1rem center/12.4rem 14rem;
  color: #4C5E73;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item .heading {
    padding: 0 1rem;
  }
}
.recruit-workplace-enquete .items .item .heading .num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  width: 12rem;
  flex-grow: 0;
  flex-shrink: 0;
  transform: translateY(-1rem);
}
.recruit-workplace-enquete .items .item .heading .question {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  transform: translate(-2rem, -1rem);
}
.recruit-workplace-enquete .items .item .body {
  padding-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item .body {
    padding: 0 1rem 4rem;
  }
}
.recruit-workplace-enquete .items .item .body img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item .body.circle img {
    width: 18rem;
  }
}
.recruit-workplace-enquete .items .item .body.q4 img {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item .body.q4 img {
    width: 22.5rem;
  }
}
.recruit-workplace-enquete .items .item:nth-child(1) img, .recruit-workplace-enquete .items .item:nth-child(2) img {
  width: 28rem;
}
.recruit-workplace-enquete .items .item:nth-child(3) img {
  width: 41.9rem;
}
.recruit-workplace-enquete .items .item:nth-child(4) img {
  width: 47.6rem;
}
.recruit-workplace-enquete .items .item:nth-child(5) .body {
  padding-bottom: 0;
}
.recruit-workplace-enquete .items .item:nth-child(5) .body img {
  width: 48rem;
  transform: translateY(5px);
}
.recruit-workplace-enquete .items .item:nth-child(6) img {
  width: 42.8rem;
}
.recruit-workplace-enquete .items .item:nth-child(8) .heading::after {
  content: "";
  display: block;
  width: 12.5rem;
  height: 16.7rem;
  background: url("../img/workplace/enquete-img8.webp") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(5rem, 70%);
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item:nth-child(8) .heading::after {
    width: 6.2rem;
    height: 8.3rem;
    left: auto;
    right: 0;
    transform: translate(-50%, 0);
  }
}
.recruit-workplace-enquete .items .item:nth-child(9) .heading::after {
  content: "";
  display: block;
  width: 11.7rem;
  height: 7.6rem;
  background: url("../img/workplace/enquete-img9.webp") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-13rem, 0);
}
@media screen and (max-width: 767px) {
  .recruit-workplace-enquete .items .item:nth-child(9) .heading::after {
    width: 7.1rem;
    height: 4.6rem;
    transform: translate(-50%, -80%);
  }
}

.recruit-workplace-education {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-education {
    margin-top: 10rem;
  }
}
.recruit-workplace-education__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-education__inner {
    padding: 0 3.2rem;
  }
}
.recruit-workplace-education .items {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
.recruit-workplace-education .items .item {
  margin: 0;
  width: calc((100% - 5rem) / 3);
}
@media screen and (max-width: 767px) {
  .recruit-workplace-education .items .item {
    width: 100%;
  }
}

.recruit-workplace-welfare {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-welfare {
    margin-top: 10rem;
  }
}
.recruit-workplace-welfare__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-welfare__inner {
    padding: 0 3.2rem;
  }
}
.recruit-workplace-welfare .items {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
.recruit-workplace-welfare .items .item {
  margin: 0;
  width: calc((100% - 5rem) / 3);
}
@media screen and (max-width: 767px) {
  .recruit-workplace-welfare .items .item {
    width: 100%;
  }
}

.recruit-workplace-personnel {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-personnel {
    margin-top: 10rem;
  }
}
.recruit-workplace-personnel__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-personnel__inner {
    padding: 0 3.2rem;
  }
}
.recruit-workplace-personnel .items {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-personnel .items {
    flex-direction: column;
  }
}
.recruit-workplace-personnel .items .item {
  margin: 0;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-personnel .items .item {
    width: 18rem;
  }
}
.recruit-workplace-personnel .items .item.by {
  width: 3.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-personnel .items .item.by {
    width: 3.6rem;
  }
}

.recruit-workplace-style {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-style {
    margin-top: 10rem;
  }
}
.recruit-workplace-style__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-style__inner {
    padding: 0 3.2rem;
  }
}
.recruit-workplace-style .items {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9rem;
}
.recruit-workplace-style .items .item {
  margin: 0;
  width: 26rem;
}

.recruit-workplace-office {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-office {
    margin-top: 10rem;
  }
}
.recruit-workplace-office__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-office__inner {
    padding: 0 3.2rem;
  }
}
.recruit-workplace-office .items {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.recruit-workplace-office .items .item {
  margin: 0;
  width: calc((100% - 2rem) / 3);
}
.recruit-workplace-office .items .item.full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-office .items .item {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */