@charset "UTF-8";
/*========================
ここから追加分
========================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 899.5px) and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  background: #EBE8E3 !important;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

p,
h2,
h3,
h4 {
  font-family: "Noto Serif JP" !important;
}

.inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
  color: #27241E;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 30px;
  }
}

.recruit__fv {
  background: url(../assets/img/recruit/recruit-fv.jpg) center center/cover;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .recruit__fv {
    height: 130px;
    background: url(../assets/img/recruit/recruit-fv-sp.jpg) center center/cover;
  }
}
.recruit__fv .inner {
  max-width: 900px;
}
.recruit__fv h1 {
  color: white !important;
  font-family: "paganini", serif !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin: 0;
  padding-top: 210px;
}
@media screen and (max-width: 767px) {
  .recruit__fv h1 {
    font-size: 32px;
    padding-top: 65px;
    line-height: normal;
  }
}
.recruit__fv p {
  color: white !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 767px) {
  .recruit__fv p {
    font-size: 16px;
    line-height: normal;
  }
}

section.bg {
  background: #DDD6CE;
}

.recruit-top .inner {
  max-width: 1195px;
}

.recruit-top__message {
  max-width: 595px;
  margin: 0 auto;
  padding: 150px 0 105px;
}
@media screen and (max-width: 767px) {
  .recruit-top__message {
    padding: 70px 0;
  }
}
.recruit-top__message h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 57.6px */
  letter-spacing: 0.64px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit-top__message h2 {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.recruit-top__message p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .recruit-top__message p {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}

.recruit-top__img {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-top__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: none;
  }
}
.recruit-top__img img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .recruit-top__img img {
    border-radius: 0;
  }
}

.recruit-top__message-bottom {
  max-width: 900px;
  margin: 0 auto;
  padding: 133px 0 70px;
}
@media screen and (max-width: 767px) {
  .recruit-top__message-bottom {
    padding: 70px 0;
  }
}
.recruit-top__message-bottom .jp {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
}
.recruit-top__message-bottom .en {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-family: "paganini", serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: white;
  margin-bottom: 30px;
}
.recruit-top__message-bottom p {
  letter-spacing: 0.14px;
  line-height: 28px;
  /* 200% */
}
@media screen and (max-width: 767px) {
  .recruit-top__message-bottom p {
    font-size: 14px;
  }
}

.recruit-top__imgs {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .recruit-top__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 80px;
  }
}
.recruit-top__imgs .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .recruit-top__imgs .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 290px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.recruit-top__imgs .img img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .recruit-top__imgs .img img {
    border-radius: 25px 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top__imgs .img:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top__imgs .img:first-child {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .recruit-top__imgs .img:first-child img {
    border-radius: 0 25px 25px 0;
  }
}

.recruit-top__story {
  border-radius: 8px;
  background: #F9F8F7;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 100px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-top__story {
    margin: 0 -10px;
    padding: 100px 25px;
  }
}
.recruit-top__story h2 {
  margin-bottom: 70px;
}
.recruit-top__story h2 .en {
  color: #8B847C;
  font-family: "paganini", serif !important;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
.recruit-top__story h2 .jp {
  color: #27241E;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.16px;
}
.recruit-top__story p.top {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit-top__story p.top {
    font-size: 14px;
  }
}
.recruit-top__story .img {
  margin: 50px auto 70px;
  max-width: 447px;
}
@media screen and (max-width: 767px) {
  .recruit-top__story .img {
    margin: 98px -25px 70px;
  }
}
.recruit-top__story h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 180%;
  /* 43.2px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .recruit-top__story h3 {
    text-align: left;
  }
}
.recruit-top__story .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
  margin-top: 60px;
}
@media screen and (max-width: 899.5px) and (min-width: 768px) {
  .recruit-top__story .items {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top__story .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    margin: 60px -5px 0;
  }
}
.recruit-top__story .item {
  background: white;
  border-radius: 8px;
  padding: 50px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 270px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 899.5px) and (min-width: 768px) {
  .recruit-top__story .item {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top__story .item {
    padding: 50px 20px;
    max-width: none;
  }
}
.recruit-top__story .item .num {
  font-family: "Avenir", sans-serif;
  font-size: 30px;
  line-height: normal;
  color: #DDD6CE;
  position: absolute;
  top: -20px;
  left: 16px;
}
.recruit-top__story .item h4 {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #DDD6CE;
  margin-bottom: 20px;
}
.recruit-top__story .item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.7px;
}

.recruit-top__interview {
  padding: 100px 0 152px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-top__interview {
    max-width: 500px;
    padding: 100px 0 59px;
  }
}
.recruit-top__interview h2 {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .recruit-top__interview h2 {
    margin-bottom: 56px;
  }
}
.recruit-top__interview h2 .jp {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .recruit-top__interview h2 .jp {
    margin-bottom: 10px;
  }
}
.recruit-top__interview h2 .en {
  color: #F9F8F7;
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.72px;
}

.recruit-member-interview {
  font-family: "Noto Sans JP", sans-serif !important;
}
.recruit-member-interview p {
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .recruit-member-interview p {
    font-size: 14px;
  }
}

#recruit .recruit-member-interview > li {
  margin-bottom: 0;
}
@media screen and (max-width: 899.5px) and (min-width: 768px) {
  #recruit .recruit-member-interview > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-member-interview > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

#recruit .recruit-member-interview-inner li:first-child {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-member-interview-inner li:first-child {
    margin-bottom: 23px;
  }
}
#recruit .recruit-member-interview-inner li:nth-child(2) {
  font-size: inherit;
}
#recruit .recruit-member-interview-inner li:nth-child(2) p {
  margin-bottom: 5px;
}
@media screen and (max-width: 899.5px) and (min-width: 768px) {
  #recruit .recruit-member-interview-inner li:nth-child(2) p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-member-interview-inner li:nth-child(2) p {
    font-size: 16px;
    line-height: 2.2;
  }
}
#recruit .recruit-member-interview-inner li:last-child {
  margin-top: 29px;
}

.more-interview h2 {
  text-align: center;
  font-family: "Avenir", sans-serif !important;
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 899.5px) and (min-width: 768px) {
  .more-interview .inner {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .more-interview .inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0;
  }
}

#recruit .recruit-fellow {
  max-width: 870px;
  margin: 24px auto 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-fellow {
    margin: 20px auto 0;
  }
}

#recruit .recruit-fellow-group {
  margin: 0 auto !important;
  max-width: none;
}

#recruit .recruit-fellow-group-item {
  background: white;
  width: 92%;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-fellow-group-item {
    width: calc(100% - 60px);
    padding: 12px 19px 35px;
  }
}

#recruit .recruit-fellow-txt-wrp p:first-child {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-fellow-txt-wrp p:first-child {
    margin-bottom: 17px;
  }
}

#recruit .recruit-fellow-txt-wrp p:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-fellow-txt-wrp p:nth-child(2) {
    margin-bottom: 21px;
  }
}

#recruit .recruit-read-btn a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
}

#recruit .recruit-read-btn {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-read-btn {
    margin-bottom: 0;
  }
}

#recruit .recruit-fellow .fellow-img-box {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-fellow .fellow-img-box {
    margin-bottom: 16px;
  }
}

#recruit .recruit-fellow .slick-next {
  right: -40px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-fellow .slick-next {
    right: 0px;
  }
}

#recruit .recruit-fellow .slick-prev {
  left: -40px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-fellow .slick-prev {
    left: 0;
  }
}

/*========================
movie
========================*/
.movie {
  padding: 80px 0 97px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 60px 0 80px;
  }
}
.movie .inner {
  max-width: 900px;
}
.movie__h2 {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .movie__h2 {
    margin-bottom: 22px;
  }
}
.movie__h2 .en {
  font-family: "Avenir", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.96px;
}
.movie__h2 .jp {
  color: white;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
}

.movie__item {
  width: 100%;
  aspect-ratio: 572/294;
  max-width: 572px;
  margin: 0 auto;
}
.movie__item iframe {
  width: 100%;
  height: 100%;
}

/*========================
mission
========================*/
#recruit .recruit-mission {
  padding-bottom: 97px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-mission {
    padding-bottom: 68px;
    padding-top: 101px;
  }
}

#recruit .recruit-mission-wrp {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#recruit .recruit-mission-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0.9)), color-stop(39.99%, rgba(48, 48, 48, 0.1)), color-stop(98.75%, rgba(120, 120, 120, 0))), rgba(18, 18, 18, 0.6) !important;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.9) 0%, rgba(48, 48, 48, 0.1) 39.99%, rgba(120, 120, 120, 0) 98.75%), rgba(18, 18, 18, 0.6) !important;
}

#recruit .recruit-mission-ttl {
  margin-left: 0;
}

@media screen and (max-width: 899.5px) and (min-width: 768px) {
  #recruit .recruit-mission h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-mission h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 138.462% */
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 899.5px) and (min-width: 768px) {
  #recruit .recruit-mission .recruit-mission-txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-mission .recruit-mission-txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    /* 200% */
    letter-spacing: 0.14px;
  }
}

.footerMovie__img {
  max-width: 529px;
  aspect-ratio: 529/297;
  width: 100%;
  padding-top: 0;
}
.footerMovie__img iframe {
  width: 100%;
  height: 100%;
}

/*========================
recruit
========================*/
.recruit {
  padding: 168px 0 150px;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 82px 0 100px;
    margin-bottom: 80px;
  }
}
.recruit .inner {
  max-width: 900px;
}
.recruit h2 {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .recruit h2 {
    margin-bottom: 60px;
  }
}

.recruit__h2 .en {
  font-family: "Avenir", sans-serif !important;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .recruit__h2 .en {
    font-size: 24px;
  }
}
.recruit__h2 .jp {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: white;
}

.recruit__item {
  background: #EBE8E3;
}
.recruit__item:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .recruit__item:not(:first-child) {
    margin-top: 27px;
  }
}
.recruit__item .occupation {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  padding: 24px 24px 21px 74px;
}
@media screen and (max-width: 767px) {
  .recruit__item .occupation {
    padding: 24px 24px 25px 26px;
  }
}
.recruit__item .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  background: url(../assets/img/recruit/arrow-down.png) no-repeat center center/contain;
  width: 18px;
  height: 8px;
}
.recruit__item .arrow.is-active {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.recruit__item .arrow::after {
  display: none;
}
.recruit__item .items {
  display: none;
  padding: 20px 38px 71px;
}
@media screen and (max-width: 767px) {
  .recruit__item .items {
    padding: 20px 14px 58px;
  }
}
.recruit__item .item {
  border-bottom: 1px solid #27241E;
  padding: 20px 36px;
}
@media screen and (max-width: 767px) {
  .recruit__item .item {
    padding: 20px 6px;
  }
}
.recruit__item .item h3 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  /* 214.286% */
  letter-spacing: 0.42px;
  color: #8B847C;
  margin-bottom: 10px;
}
.recruit__item .item p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.16px;
}

/*========================
member-message
========================*/
.member-message {
  padding-bottom: 100px;
}
.member-message .inner {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .member-message .inner {
    padding: 0 10px;
  }
}
.member-message h2 {
  margin-left: 160px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .member-message h2 {
    margin-left: 35px;
    margin-bottom: 46px;
  }
}

#recruit .recruit-message-img img:last-child {
  -webkit-transform: none;
          transform: none;
}

.recruit-message-shop,
.recruit-message-name,
.recruit-message-txt,
.recruit-message-link {
  font-family: "Noto Sans JP", sans-serif !important;
}

.recruit-message-shop {
  display: inline-block;
  width: auto !important;
}

#recruit .recruit-message-name {
  display: inline-block;
  width: auto !important;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-message-name {
    display: block;
    margin: 0;
  }
}

#recruit .recruit-message-inner {
  min-height: 313px;
  padding-top: 42px;
  padding-right: 60px;
  padding-left: 104px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
  border-radius: 17px;
}
@media screen and (max-width: 899.5px) and (min-width: 768px) {
  #recruit .recruit-message-inner {
    padding-left: 120px;
  }
}
@media screen and (max-width: 799px) {
  #recruit .recruit-message-inner {
    padding: 97px 50px 35px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-message-inner {
    padding: 97px 35px 35px;
    height: auto;
    -webkit-transform: none;
            transform: none;
    min-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  #recruit .recruit-message-wrp li {
    padding-top: 0;
  }
}

#recruit .recruit-message-txt {
  margin: 31px 0 19px;
  height: 112px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-message-txt {
    height: auto;
    margin: 15px 0;
    min-height: 100px;
  }
}

#recruit .recruit-message-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-message-img {
    margin-bottom: -71px;
  }
}

#recruit .recruit-message-img img:last-child {
  right: 0;
}

.recruit-form-entry-btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .recruit-form-entry-btn {
    margin-top: 19px;
  }
}

.recruit-form-entry-wrp {
  width: 100%;
  margin-top: 40px;
}

#recruit .recruit-message .slick-prev {
  left: -40px;
}
@media screen and (max-width: 899.5px) and (min-width: 768px) {
  #recruit .recruit-message .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-message .slick-prev {
    left: 0px;
  }
}

#recruit .recruit-message .slick-next {
  right: -40px;
}
@media screen and (max-width: 899.5px) and (min-width: 768px) {
  #recruit .recruit-message .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-message .slick-next {
    right: 0px;
  }
}

.recruit-form-entry-btn label {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit-form-entry-btn label {
    width: calc(100% - 40px);
  }
}

/*========================
recruit-news
========================*/
.recruit-news {
  padding: 86px 0;
}
@media screen and (max-width: 767px) {
  .recruit-news {
    padding: 100px 0 76px;
  }
}
.recruit-news .inner {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .recruit-news h2 {
    margin-bottom: 33px;
  }
}

.recruit-news__outer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.recruit-news__outer .slick-list {
  padding-top: 6px !important;
}

.recruit-news__wrap {
  max-width: 1246px;
  margin: 0 auto;
  margin-top: 33px;
}
.recruit-news__wrap li.new {
  position: relative;
}
.recruit-news__wrap li.new::before {
  font-family: "Noto Sans JP", sans-serif !important;
  content: "NEW";
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  padding: 5px 14px;
  background: #8B8484;
  color: white;
  left: 16px;
  top: -6px;
  z-index: 1000;
}
.recruit-news__wrap.slide-1-3 {
  max-width: 940px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.recruit-news__wrap.slide-1-3 li {
  max-width: 474px;
  width: 100%;
}
.recruit-news__wrap .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 195px;
}
.recruit-news__wrap .body {
  background: white;
  padding: 15px 20px;
}
.recruit-news__wrap .title {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 15px;
}
.recruit-news__wrap .date {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif !important;
}
.recruit-news__wrap .slick-slide {
  pointer-events: none;
  opacity: 0.3;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  position: relative;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
}
.recruit-news__wrap .slick-center {
  pointer-events: inherit;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#recruit .recruit-news .slick-prev {
  left: 20.833vw;
}

#recruit .recruit-news .slick-next {
  right: 20.833vw;
}

#recruit .recruit-message {
  margin-bottom: 0;
}

.recruit-news__sp .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 195px;
}
.recruit-news__sp .body {
  background: white;
  padding: 15px 20px;
}
.recruit-news__sp .title {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 15px;
}
.recruit-news__sp .date {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif !important;
}
.recruit-news__sp .top a.new {
  position: relative;
}
.recruit-news__sp .top a.new::before {
  font-family: "Noto Sans JP", sans-serif !important;
  content: "NEW";
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  padding: 5px 14px;
  background: #8B8484;
  color: white;
  left: 16px;
  top: -6px;
  z-index: 1000;
}

.recruit-news__bottom-sp {
  margin-top: 33px;
  width: calc(100% + (100vw - 100%) / 2);
}
.recruit-news__bottom-sp a {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
  display: inline-block;
  margin-right: 30px;
  width: 52.2666666vw;
}
.recruit-news__bottom-sp.slide-1-3 {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  gap: 4%;
}
.recruit-news__bottom-sp.slide-1-3::before, .recruit-news__bottom-sp.slide-1-3::after {
  display: none;
}
.recruit-news__bottom-sp.slide-1-3 .slick-current {
  display: block;
}
.recruit-news__bottom-sp.slide-1-3 a {
  width: 100%;
  margin: 0;
}

/*========================
recruit-faq
========================*/
.recruit-faq {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit-faq {
    padding: 100px 0 120px;
  }
}
.recruit-faq .inner {
  max-width: 900px;
}
.recruit-faq .recruit-form-entry-btn {
  margin-bottom: 0;
}
.recruit-faq .recruit-form-entry-btn label {
  margin-bottom: 0;
}
.recruit-faq h2 {
  margin-bottom: 18px;
}

.recruit-faq ul li {
  padding: 32px 0;
}

.recruit-faq ul li p {
  font-size: 14px;
}

.recruit-faq ul li:last-child {
  border-bottom: 1px solid #121212;
}