header {
  background: #fff;
}

.recruit__fv {
  position: relative;
  height: 100vh;
  background: linear-gradient(to right, #D32E53, #B86AE5);
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .recruit__fv {
    height: auto;
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}
.recruit__fv--imgs {
  position: absolute;
  left: 40px;
  top: 0;
  width: 45%;
  display: flex;
  gap: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit__fv--imgs {
    position: unset;
    width: 100%;
    margin-bottom: 13.3333333333vw;
  }
}
.recruit__fv--imgs .img01 {
  width: 48%;
  height: 100vh;
}
.recruit__fv--imgs .img01 .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .recruit__fv--imgs .img01 {
    width: 100%;
    height: auto;
  }
}
.recruit__fv--imgs .img02 {
  width: 48%;
  height: 100vh;
}
.recruit__fv--imgs .img02 .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .recruit__fv--imgs .img02 {
    width: 100%;
    height: auto;
  }
}
.recruit__fv--imgs .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.recruit__fv--imgs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit__fv--inner {
  width: 46%;
  margin-left: auto;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .recruit__fv--inner {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.recruit__fv--title h2 {
  font-size: 48px;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1320px) {
  .recruit__fv--title h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__fv--title h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 8.5333333333vw;
  }
}
.recruit__fv--text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit__fv--text {
    font-size: 5.3333333333vw;
  }
}
.recruit__fv--news {
  width: 100%;
}
.recruit__fv--news .news__lists {
  width: 100%;
  border-top: 1px solid #fff;
}
.recruit__fv--news .news__list {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .recruit__fv--news .news__list {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.recruit__fv--news .news__list--detail {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .recruit__fv--news .news__list--detail {
    width: 100%;
  }
}
.recruit__fv--news .news__list--date {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.recruit__fv--news .news__list--tag {
  font-size: 12px;
  color: #fff;
  padding: 9px 10px;
  background: #383838;
  border-radius: 30px;
  white-space: nowrap;
}
.recruit__fv--news .news__list--title {
  width: 76%;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .recruit__fv--news .news__list--title {
    width: 100%;
  }
}

.message {
  padding: 140px 40px 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.message::after {
  content: "";
  width: 706px;
  height: 396px;
  background: url(../img/recruit/ashirai-message.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.message__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message__inner {
    display: block;
  }
}
.message__title {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .message__title {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.message__contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
  }
  .message__contents .moreBtn {
    margin-left: auto;
    margin-right: auto;
  }
}
.message__contents h3 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message__contents h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.message__contents p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .message__contents p {
    font-size: 4.2666666667vw;
  }
}
.message__contents p span {
  font-weight: bold;
}

.interviews {
  padding: 70px 40px 130px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interviews {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.interviews__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.interviews__title {
  position: relative;
}
.interviews__title .moreBtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .interviews__title .moreBtn {
    display: none;
  }
}
.interviews__slider {
  margin-top: 30px;
  position: relative;
}
.interviews__slider .swiper-controls {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 5%;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .interviews__slider .swiper-controls {
    bottom: 36%;
  }
}
.interviews__slider .swiper-button-next,
.interviews__slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  position: unset;
}
@media screen and (max-width: 768px) {
  .interviews__slider .swiper-button-next,
  .interviews__slider .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
}
.interviews__slider .swiper-slide {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 320px;
}
.interviews__slider .swiper-slide .contents {
  width: 100%;
  display: none;
  background: linear-gradient(to right, #E7516D, #D32E53);
  color: #fff;
  justify-content: center;
  flex-direction: column;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .interviews__slider .swiper-slide .contents {
    padding: 30px 0;
    background: none;
  }
}
.interviews__slider .swiper-slide .contents h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interviews__slider .swiper-slide .contents h3 {
    font-size: 22px;
  }
}
.interviews__slider .swiper-slide .contents .name {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .interviews__slider .swiper-slide .contents .name {
    font-size: 16px;
  }
}
.interviews__slider .swiper-slide .contents .position {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .interviews__slider .swiper-slide .contents .position {
    font-size: 16px;
  }
}
.interviews__slider .swiper-slide .contents .moreBtn {
  max-width: 100%;
  margin-top: 40px;
}
.interviews__slider .swiper-slide .img {
  width: 100%;
}
.interviews__slider .swiper-slide.swiper-slide-active {
  width: 750px;
  display: flex;
}
.interviews__slider .swiper-slide.swiper-slide-active .img {
  width: 54%;
}
.interviews__slider .swiper-slide.swiper-slide-active .img img {
  aspect-ratio: unset;
}
.interviews__slider .swiper-slide.swiper-slide-active .contents {
  display: flex;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .interviews__slider .swiper-wrapper {
    gap: 0;
    display: flex;
  }
  .interviews__slider .contents {
    display: none;
  }
  .interviews__slider .contents h3 {
    color: #383838;
  }
  .interviews__slider .contents p {
    color: #383838;
  }
  .interviews__slider .img {
    padding-top: 29.3333333333vw;
  }
  .interviews__slider .img img {
    border-radius: 14px;
  }
  .interviews__slider .swiper-slide {
    display: block;
  }
  .interviews__slider .contents {
    display: block;
    width: 100% !important;
  }
  .interviews__slider .img {
    width: 100% !important;
    aspect-ratio: unset;
  }
  .interviews__slider .img img {
    aspect-ratio: 1.3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .interviews__slider .swiper-slide-active {
    flex-direction: column-reverse;
  }
  .interviews__slider .swiper-slide-active .contents {
    display: block;
    width: 100% !important;
  }
  .interviews__slider .swiper-slide-active .img {
    padding-top: 0;
    width: 100% !important;
  }
  .interviews__slider .swiper-slide-active .img img {
    aspect-ratio: 0.8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.interviews .section__title {
  text-align: center;
  position: relative;
}

.flow {
  background: #fff;
  border-radius: 100px;
  padding: 100px 40px 160px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 21.3333333333vw 0 13.3333333333vw;
    border-radius: 50px;
    overflow: visible;
  }
  .flow .section__title {
    margin-top: -120px;
    text-align: center;
    margin-bottom: 8vw;
  }
}
.flow__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    display: block;
  }
}
.flow__img {
  width: 50%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .flow__img {
    overflow: hidden;
    height: auto;
    position: unset;
    transform: translate(0);
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.flow__img .swiper-slide {
  width: 27vw;
  transition: 0.3s ease;
}
.flow__img .swiper-slide img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .flow__img .swiper-slide {
    width: auto;
  }
}
.flow__img .swiper-slide-active {
  z-index: 5;
  transform: scale(1.3) translateX(40%);
}
@media screen and (max-width: 768px) {
  .flow__img .swiper-slide-active {
    transform: scale(1.05);
  }
}
.flow__contents {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .flow__contents {
    padding: 0 5.3333333333vw;
    width: 100%;
    margin-top: 40vw;
  }
}
.flow__contents h3 {
  margin: 40px 0 20px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow__contents h3 {
    font-size: 5.8666666667vw;
    margin: 0 0 5.3333333333vw;
  }
}
.flow__contents p {
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .flow__contents p {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.flow__btns {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .flow__btns {
    flex-direction: column;
    align-items: center;
  }
}

.benefit {
  padding: 130px 40px;
}
@media screen and (max-width: 768px) {
  .benefit {
    padding: 16vw 5.3333333333vw;
  }
}
.benefit__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.benefit .section__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefit .section__title {
    margin-bottom: 8vw;
  }
}
.benefit h3 {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .benefit h3 {
    font-size: 5.8666666667vw;
  }
}
.benefit p {
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .benefit p {
    text-align: left;
    font-size: 4.2666666667vw;
  }
}
.benefit__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .benefit__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 8vw;
  }
}
.benefit__list {
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 0 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .benefit__list {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 0;
  }
}
.benefit__list h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .benefit__list h3 {
    font-size: 4.2666666667vw;
  }
}
.benefit__list p {
  line-height: 1.7;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .benefit__list p {
    font-size: 3.7333333333vw;
  }
}

.page__fv {
  padding-bottom: 120px;
}
@media screen and (min-width: 1500px) {
  .page__fv.interview__fv {
    padding-bottom: 20%;
  }
}
.page__fv.interview__fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9%;
  width: 559px;
  height: 462px;
  background: url(../img/ashirai-page-fv.svg);
  display: none;
}
@media screen and (max-width: 768px) {
  .page__fv.interview__fv::after {
    display: block;
    left: unset;
    right: -70%;
    bottom: -5%;
  }
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding-bottom: 21.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .page__fv--text {
    margin-top: 5.3333333333vw;
  }
}

.faq {
  padding: 100px 40px;
}
@media screen and (min-width: 1700px) {
  .faq {
    margin-top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.faq__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.faq__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .faq__lists {
    gap: 10px;
  }
}
.faq__list {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    padding: 20px;
  }
}
.faq__list--title {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    padding-right: 40px;
    background: url(../img/icon_plus.svg) no-repeat;
    background-size: 20px;
    background-position: top 5px right;
    cursor: pointer;
  }
  .faq__list--title.is_active {
    background: url(../img/icon_minus.svg) no-repeat;
    background-size: 20px;
    background-position: top 14px right;
  }
}
.faq__list--title span {
  color: #E62F63;
  font-size: 36px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .faq__list--title span {
    font-size: 26px;
  }
}
.faq__list--title p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .faq__list--title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq__list--text {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }
}
.faq__list--textWrap {
  padding: 20px 0 0;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  border-top: 1px solid #DDDDDD;
}
.faq__list--text span {
  color: #E62F63;
  font-size: 36px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .faq__list--text span {
    font-size: 26px;
  }
}
.faq__list--text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .faq__list--text p {
    font-size: 14px;
  }
}

.process {
  padding: 0 40px 100px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1700px) {
  .process {
    margin-top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .process {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
}
.process__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.process__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
}
.process__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.process__list {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  .process__list {
    flex-direction: column;
    padding: 40px 20px 40px;
  }
}
.process__list--num {
  width: 14%;
  position: relative;
  font-size: 32px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  padding: 10px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .process__list--num {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.process__list--num span {
  display: block;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #fff;
}
.process__list--num::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 76px;
  background: url(../img/num-bg.png) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .process__list--num::after {
    width: 100px;
    height: 56px;
  }
}
.process__list--contents {
  width: 86%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .process__list--contents {
    width: 100%;
    flex-direction: column;
  }
}
.process__list--title {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .process__list--title {
    width: 100%;
    text-align: center;
  }
}
.process__list--title span {
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .process__list--title span {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.process__list--title h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .process__list--title h3 {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.process__list--title h3::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .process__list--title h3::after {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.process__list--text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .process__list--text {
    width: 100%;
  }
}
.process__list--text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .process__list--text p {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.process__list--text .moreBtn {
  margin-top: 20px;
  border: 1px solid #E62F63;
  padding: 20px 0;
  padding-left: 30px;
  background-image: url(../img/icon_mail_pink.svg);
  background-repeat: no-repeat;
  background-position: top 55% left 12%;
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  .process__list--text .moreBtn {
    margin: 20px auto 0;
  }
}
.process__list--text .moreBtn:hover {
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: top 55% left 12%;
  background-size: 20px;
}

.join {
  padding: 180px 40px 340px;
  background: url(../img/recruit/join-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .join {
    margin-bottom: -100px;
    padding: 180px 5.3333333333vw 77.3333333333vw;
  }
}
.join__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.join .section__title {
  text-align: center;
  color: #fff;
}
.join .section__title h2 {
  color: #fff;
}
.join__text {
  margin-top: 50px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .join__text {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}

.description {
  padding: 80px 40px 100px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .description {
    padding: 21.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.description::after {
  content: "";
  width: 586px;
  height: 690px;
  background: url(../img/recruit/ashirai-message.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .description::after {
    left: -90px;
    width: 281px;
    top: -30px;
    background-size: contain;
  }
}
.description__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .description__inner {
    max-width: 100%;
  }
}
.description__lists {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 40px auto 0;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .description__lists {
    max-width: 100%;
    gap: 60px;
    margin-top: 14.6666666667vw;
  }
}
.description__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .description__list {
    flex-direction: column;
  }
}
.description__list--num {
  width: 25%;
  position: relative;
  font-size: 150px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(230, 47, 99, 0.2);
  font-family: "futura-pt", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .description__list--num {
    font-size: 28vw;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
  }
}
.description__list--num span {
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  font-size: 32px;
  font-weight: 500;
  color: #E62F63;
  padding: 2px 0;
  white-space: nowrap;
  font-family: "futura-pt", sans-serif;
  background: #EDF1F5;
}
@media screen and (max-width: 768px) {
  .description__list--num span {
    font-size: 5.8666666667vw;
  }
}
.description__list:nth-child(1) .description__list--num span {
  background: #EDF1F5;
}
.description__list--contents {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .description__list--contents {
    width: 100%;
  }
}
.description__list--contents h3 {
  color: #E62F63;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .description__list--contents h3 {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 20px;
  }
}
.description__list--contents p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .description__list--contents p {
    font-size: 3.7333333333vw;
  }
}

.ideal {
  padding: 120px 40px;
  background: #fff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 768px) {
  .ideal {
    padding: 18.6666666667vw 5.3333333333vw;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-radius: 50px;
  }
}
.ideal__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ideal__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ideal__box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ideal__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .ideal__box:nth-of-type(even) {
    flex-direction: column;
  }
}
.ideal__box + .ideal__box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .ideal__box + .ideal__box {
    margin-top: 10.6666666667vw;
  }
}
.ideal__box.top {
  align-items: flex-start;
}
.ideal__contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .ideal__contents {
    width: 100%;
  }
}
.ideal__contents h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}
.ideal__contents p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.7;
}
.ideal__img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .ideal__img {
    width: 90%;
    margin: 0 auto 8vw;
  }
}

.joy {
  padding: 280px 40px 210px;
  margin-top: -80px;
  background: url(../img/recruit/joy-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .joy {
    padding: 32vw 5.3333333333vw 106.6666666667vw;
    background: url(../img/recruit/joy-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.joy__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.joy .section__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .joy .section__title {
    display: flex;
    flex-direction: column-reverse;
  }
}
.joy .section__title span,
.joy .section__title h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .joy .section__title h2 {
    font-size: 16vw;
  }
}
.joy .section__title span {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .joy .section__title span {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 5.3333333333vw;
  }
}

.newgraduates {
  padding: 120px 40px 150px;
  margin-bottom: -100px;
  background: url(../img/recruit/newgraduates-bg.png) no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .newgraduates {
    padding: 21.3333333333vw 5.3333333333vw 37.3333333333vw;
    margin-bottom: -50px;
    background: url(../img/recruit/newgraduates-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.newgraduates__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.newgraduates__contents {
  margin-top: 60px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .newgraduates__contents {
    width: 70%;
    margin-top: 10.6666666667vw;
  }
}
.newgraduates__contents p {
  line-height: 1.7;
  font-weight: 500;
  font-size: 16px;
}

.career {
  padding: 220px 40px 150px;
  margin-top: -100px;
  background: url(../img/recruit/career-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .career {
    padding: 26.6666666667vw 5.3333333333vw 48vw;
    background: url(../img/recruit/career-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: -50px;
  }
}
.career__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.career__contents {
  margin-top: 60px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .career__contents {
    width: 70%;
    margin-top: 10.6666666667vw;
  }
}
.career__contents p {
  line-height: 1.7;
  font-weight: 500;
  font-size: 16px;
}/*# sourceMappingURL=recruit.css.map */