@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

header {
  z-index: 9999;
  position: relative;
}

.recruit {
  color: #4d4d4d;
}
.recruit p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .recruit p {
    font-size: 14px;
  }
}
.recruit .c-ttl {
  text-align: center;
}
.recruit .c-ttl .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  color: #4d4d4d;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1023px) {
  .recruit .c-ttl .jp {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .c-ttl .jp {
    font-size: 26px;
  }
}
.recruit .c-ttl .en img {
  display: block;
  margin: 8px auto 0;
  width: auto;
  height: 12px !important;
}
@media only screen and (max-width: 1023px) {
  .recruit .c-ttl .en img {
    height: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .c-ttl .en img {
    height: 9px;
  }
}
.recruit .l-container {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 9;
}
.recruit .l-mv {
  aspect-ratio: 768/629;
  width: 100%;
  background: url(../img/recruit/bg_mv.webp) no-repeat center top/cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit .l-mv {
    background: url(../img/recruit/bg_mv_sp.webp) no-repeat center top/cover;
    aspect-ratio: 375/806;
  }
}
.recruit .l-mv .img-mv01 {
  position: absolute;
  left: 0;
  width: 66.9%;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .recruit .l-mv .img-mv01 {
    display: none;
  }
}
.recruit .l-mv .img-mv02 {
  position: absolute;
  right: -1.3%;
  top: 33.3%;
  width: 30.9%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .recruit .l-mv .img-mv02 {
    display: none;
  }
}
.recruit .l-mv .mv-txt {
  position: absolute;
  z-index: 9;
  top: 12.7%;
  width: 39%;
  left: 44.6%;
}
@media only screen and (max-width: 767px) {
  .recruit .l-mv .mv-txt {
    width: 80.8%;
    left: 50%;
    left: 4%;
    top: 37.7%;
  }
}
.recruit .l-mv .bg-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.recruit .l-mv .nav-recruit {
  max-width: 1030px;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 63.6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1023px) {
  .recruit .l-mv .nav-recruit {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .l-mv .nav-recruit {
    top: 66.3%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.recruit .l-mv .nav-recruit li a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  height: 70px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(245, 196, 106, 0.6);
          box-shadow: 0 0 10px rgba(245, 196, 106, 0.6);
  color: #4d4d4d;
}
@media only screen and (max-width: 1023px) {
  .recruit .l-mv .nav-recruit li a {
    height: 50px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .l-mv .nav-recruit li a {
    font-size: 14px;
    -webkit-box-shadow: 0 0 5px rgba(245, 196, 106, 0.6);
            box-shadow: 0 0 5px rgba(245, 196, 106, 0.6);
    height: 36px;
  }
}
.recruit .l-mv .nav-recruit li a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 10px rgba(244, 98, 0, 0.6);
          box-shadow: 0 0 10px rgba(244, 98, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .recruit .l-mv .nav-recruit li a:hover {
    -webkit-box-shadow: 0 0 5px rgba(244, 98, 0, 0.6);
            box-shadow: 0 0 5px rgba(244, 98, 0, 0.6);
  }
}
.recruit .p-charm {
  position: relative;
  z-index: 9;
  margin-top: -70px;
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .recruit .p-charm {
    margin-top: -20px;
    padding-bottom: 40px;
  }
}
.recruit .p-charm::before {
  content: "";
  display: block;
  position: absolute;
  width: 610px;
  height: 267px;
  left: -5px;
  bottom: 0;
  background: url(../img/recruit/txt_charm.webp) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .recruit .p-charm::before {
    width: 267px;
    height: 117px;
  }
}
.recruit .p-charm__list {
  display: grid;
  gap: 30px 50px;
  margin-top: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1023px) {
  .recruit .p-charm__list {
    gap: 20px;
    gap: 20px 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.recruit .p-charm__list li h3 {
  color: #ab8d5f;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1023px) {
  .recruit .p-charm__list li h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .p-charm__list li h3 {
    font-size: 18px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    line-height: 1.44444444;
  }
}
.recruit .p-charm__list li p {
  margin-top: 10px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .recruit .p-charm__list li p {
    margin-top: 7px;
  }
}
.recruit .p-curriculum {
  padding: 80px 0;
  background-color: #fffcf8;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit .p-curriculum {
    padding: 60px 0 70px 0;
  }
}
.recruit .p-curriculum::before {
  content: "";
  display: block;
  position: absolute;
  width: 867px;
  height: 118px;
  right: 0;
  bottom: 0;
  background: url(../img/recruit/txt_curriculum.webp) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .recruit .p-curriculum::before {
    width: 380px;
    height: 52px;
    right: -5px;
  }
}
.recruit .p-curriculum__wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .recruit .p-curriculum__wrap {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .p-curriculum__wrap img {
    width: 940px;
    display: block;
    max-width: none;
    min-width: 940px;
  }
}
.recruit .p-staffvoice {
  padding: 174px 0 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice {
    padding: 50px 0;
  }
}
.recruit .p-staffvoice::before {
  content: "";
  display: block;
  position: absolute;
  width: 440px;
  height: 680px;
  left: 0;
  top: 0;
  background: url(../img/recruit/txt_staff.webp) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice::before {
    background: url(../img/recruit/txt_staff_sp.webp) no-repeat center/contain;
    width: 118px;
    height: 183px;
    top: 20px;
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice::after {
    content: "";
    display: block;
    position: absolute;
    width: 118px;
    height: 380px;
    right: 0;
    bottom: 10px;
    background: url(../img/recruit/txt_flow_sp.webp) no-repeat center/contain;
  }
}
.recruit .p-staffvoice .l-container {
  max-width: 830px;
}
.recruit .p-staffvoice__list {
  margin-top: 40px;
  position: relative;
  margin-bottom: 240px;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list {
    margin-top: 30px;
    margin-bottom: 90px;
    padding: 0 30px;
  }
}
.recruit .p-staffvoice__list::before {
  position: absolute;
  width: 1044px;
  height: 940px;
  top: 45%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: url(../img/recruit/bg_staff.webp) no-repeat center/contain;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list::before {
    display: none;
  }
}
.recruit .p-staffvoice__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.recruit .p-staffvoice__list li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recruit .p-staffvoice__list li:not(:last-of-type) {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list li:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
.recruit .p-staffvoice__list li:nth-of-type(1) {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list li:nth-of-type(1)::before {
    position: absolute;
    content: "";
    width: 477px;
    height: 590px;
    top: 45%;
    left: 62%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/recruit/bg_staff_sp01.webp) no-repeat center/cover;
    z-index: -1;
  }
}
.recruit .p-staffvoice__list li:nth-of-type(2) {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list li:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 509px;
    height: 580px;
    top: 58%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/recruit/bg_staff_sp02.webp) no-repeat center/cover;
    z-index: -1;
  }
}
.recruit .p-staffvoice__list li .img {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list li .img {
    width: 100%;
  }
}
.recruit .p-staffvoice__list li .txt {
  width: 59%;
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list li .txt {
    width: 100%;
  }
}
.recruit .p-staffvoice__list li .txt h3 {
  color: #ab8d5f;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .recruit .p-staffvoice__list li .txt h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list li .txt h3 {
    margin-top: 15px;
    line-height: 1.6;
  }
}
.recruit .p-staffvoice__list li .txt h3::before, .recruit .p-staffvoice__list li .txt h3::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #ab8d5f;
}
.recruit .p-staffvoice__list li .txt h3::before {
  height: 2px;
  bottom: 4px;
}
.recruit .p-staffvoice__list li .txt h3::after {
  height: 1px;
  bottom: 0;
}
.recruit .p-staffvoice__list li .txt p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.77777778;
}
@media only screen and (max-width: 1023px) {
  .recruit .p-staffvoice__list li .txt p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .p-staffvoice__list li .txt p {
    line-height: 1.625;
  }
}
.recruit .p-staffvoice__list li .txt label {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #4d4d4d;
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .recruit .p-staffvoice__list li .txt label {
    font-size: 18px;
    margin-top: 10px;
  }
}
.recruit .p-staffvoice .img-flow {
  max-width: 498px;
  margin: 20px auto 0;
}
.recruit .p-requirements {
  background-color: #f7f2eb;
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit .p-requirements {
    padding: 50px 0 60px 0;
  }
}
.recruit .p-requirements::before {
  content: "";
  display: block;
  position: absolute;
  width: 310px;
  height: 1077px;
  left: -45px;
  top: -10px;
  background: url(../img/recruit/txt_requirements.webp) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .recruit .p-requirements::before {
    width: 135px;
    height: 471px;
    left: -15px;
    top: -5px;
  }
}
.recruit .p-requirements .l-container {
  max-width: 830px;
}
.recruit .p-requirements__wrap:first-of-type {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .recruit .p-requirements__wrap:first-of-type {
    margin-top: 20px;
  }
}
.recruit .p-requirements__wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .recruit .p-requirements__wrap:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.recruit .p-requirements__wrap h3 {
  font-size: 24px;
  margin: 0 auto;
  background-color: #fff;
  color: #a6885b;
  padding: 12px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit .p-requirements__wrap h3 {
    max-width: 278px;
    font-size: 18px;
    padding: 7px;
  }
}
.recruit .p-profile {
  padding: 80px 0 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit .p-profile {
    padding: 70px 0 50px 0;
  }
}
.recruit .p-profile::before {
  content: "";
  display: block;
  position: absolute;
  width: 1293px;
  height: 158px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 110px;
  background: url(../img/recruit/txt_profile.webp) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .recruit .p-profile::before {
    bottom: 150px;
    width: 295px;
    height: 117px;
    background: url(../img/recruit/txt_profile_sp.webp) no-repeat center/contain;
  }
}
.recruit .p-profile .l-container {
  max-width: 650px;
  position: relative;
  z-index: 9;
}
.recruit .p-profile__button {
  max-width: 500px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 1023px) {
  .recruit .p-profile__button {
    max-width: 400px;
  }
}
.recruit .p-profile__button a {
  display: block;
}
.recruit .p-requirements .c-ttl .en img,
.recruit .p-profile .c-ttl .en img {
  height: 15px !important;
}
.recruit .p-requirements__list,
.recruit .p-profile__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recruit .p-requirements__list,
  .recruit .p-profile__list {
    margin: 10px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.recruit .p-requirements__list dt,
.recruit .p-requirements__list dd,
.recruit .p-profile__list dt,
.recruit .p-profile__list dd {
  line-height: 1.5625;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .recruit .p-requirements__list dt,
  .recruit .p-requirements__list dd,
  .recruit .p-profile__list dt,
  .recruit .p-profile__list dd {
    padding: 10px 15px !important;
  }
}
.recruit .p-requirements__list dt:not(:last-of-type),
.recruit .p-requirements__list dd:not(:last-of-type),
.recruit .p-profile__list dt:not(:last-of-type),
.recruit .p-profile__list dd:not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0;
}
.recruit .p-requirements__list dt,
.recruit .p-profile__list dt {
  width: 136px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .recruit .p-requirements__list dt,
  .recruit .p-profile__list dt {
    width: 103px;
    white-space: nowrap;
  }
}
.recruit .p-requirements__list dd,
.recruit .p-profile__list dd {
  width: calc(100% - 136px);
}
@media only screen and (max-width: 767px) {
  .recruit .p-requirements__list dd,
  .recruit .p-profile__list dd {
    width: calc(100% - 103px);
  }
}/*# sourceMappingURL=recruit.css.map */