@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
.occupation {
  background: #FAF7F7;
  padding-bottom: 105px;
}

.occupation .pc-only {
  display: block;
}

@media screen and (max-width: 1024px) {
  .occupation {
    padding-bottom: 96px;
  }

  .occupation .pc-only {
    display: none;
  }
}

.occupation__inner {
  max-width: 1380px;
}
.occupation__ttl {
  padding-top: 86px;
  width: fit-content;
  font-size: 4rem;
  line-height: 2;
  color: #585757;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1024px) {
  .occupation__ttl {
    padding-top: 33px;
    font-size: 2rem;
    letter-spacing: 4px;
    padding-bottom: 11px;
    padding-inline: 11px;
  }
}
.occupation__para {
  margin-top: 74px;
  font-size: 2rem;
  letter-spacing: 5px;
  color: #808080;
  max-width: 880px;
  font-family: 'Noto Sans JP';
  line-height: 200%;
  letter-spacing: 0.3em;
  color: #585757;
}
@media screen and (max-width: 1024px) {
  .occupation__para {
    margin-top: 31px;
    font-size: 1.4rem;
    line-height: 1.9166666667;
    letter-spacing: 3px;
    text-align: justify;
    padding-left: 11px;
    padding-right: 11px;
  }
}
.occupation__list {
  margin-top: 114px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .occupation__list {
    margin-top: 60px;
    align-items: center;
  }
}
.occupation__item {
  max-width: 40.9420289855%;
}
@media screen and (max-width: 1024px) {
  .occupation__item {
    width: fit-content;
    max-width: 100%;
  }
}
.occupation__item:nth-of-type(n+2) {
  margin-top: -170px;
}
@media screen and (max-width: 1024px) {
  .occupation__item:nth-of-type(n+2) {
    margin-top: 42px;
  }
}
.occupation__item:nth-of-type(even) {
  margin-inline: auto 0;
  transform: translateX(-32px);
}
@media screen and (max-width: 1024px) {
  .occupation__item:nth-of-type(even) {
    transform: none;
    margin-inline: auto;
  }
}
.occupation__item-ttl {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 5px;
  font-weight: 500;
  color: #808080;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .occupation__item-ttl {
    font-size: 2rem;
    line-height: 1.5;
    gap: 8px;
  }
}
.occupation__item-ttl::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 5px solid #D5B3B5;
  border-radius: 50%;
}
.occupation__item-photo {
  margin-top: 46px;
  margin-left: 32px;
  width: 565px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .occupation__item-photo {
    margin-top: 21px;
    margin-left: 0;
  }
}
.occupation__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.occupation__item-btn {
  margin-top: 26px;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .occupation__item-btn {
    margin-top: 13px;
    justify-content: flex-start;
  }
}

.member_rec {
  background: #AFB4C3;
  padding-top: 68px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1024px) {
  .member_rec {
    padding-top: 46px;
    padding-bottom: 50px;
  }
}

.member_rec__inner {
  max-width: 1320px;
}

.member_rec__ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 1024px) {
  .member_rec__ttl {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.member_rec__box {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 52px;
}

@media screen and (max-width: 1024px) {
  .member_rec__box {
    display: block;
    margin-top: 30px;
  }
}

.member_rec__item {
  background: #fff;
  width: 50%;
  height: 110px;
  max-width: 500px;
  border: 4px solid #7A819C;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.3em;
  color: #7A819C;
  position: relative;
}

.member_rec__item::after {
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  background: url("../img/recruit/pc/member_rec__item-arrow.png") no-repeat center / contain;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .member_rec__item {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
    height: 56px;
    border: 2px solid #7A819C;
  }
  .member_rec__item:nth-of-type(n+2) {
    margin-top: 16px;
  }

  .member_rec__item::after {
    content: "";
    width: 16.69px;
    height: 8px;
  }
}

.work_style {
  padding-top: 140px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .work_style {
    padding-top: 87px;
  }
}

.work_style_main {
  background: #C2989B;
  padding-top: 126px;
  padding-bottom: 126px;
  border: 0;
}

.work_style_main1 {
  display: none;
}

.work_style_main2 {
  position: relative;
}

.work_style_main2 img {
  position: absolute;
  right: 5%;
  top: 126px;
  max-width: 367px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .work_style_main {
    margin: 0 8px;
    padding-top: 40px;
    padding-bottom: 90px;
    padding-inline: min(6.6666666667vw, 26px);
  }

  .work_style_main1 {
    display: block;
    padding-top: 20px;
  }

  .work_style_main2 img {
    max-width: 99px;
    right: 16px;
    top: 32px;
  }
}

.work_style__box {
  background: #C2989B;
  margin: 0 auto;
  position: relative;
  padding-top: 1px;
}

@media screen and (max-width: 1024px) {
  .work_style__box {
    background: #fff;
    padding-bottom: 66px;
  }
}

.work_style__box1 {
  padding-top: 150px;
}

.work_style__inner {
  max-width: 1380px;
}

@media screen and (max-width: 1024px) {
  .work_style__inner {
    padding: 0;
  }
}

.work_style__ttl {
  font-weight: 600;
  font-size: 5rem;
  line-height: 90px;
  letter-spacing: 0.84px;
  color: #FFFFFF;
  margin-bottom: 65px;
}

@media screen and (max-width: 1024px) {
  .work_style__ttl {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 90px;
  }
}

.work_style__ttl-sub {
  font-size: 2.4rem;
  line-height: 30px;
  position: relative;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  letter-spacing: 4px;
  color: #FFFFFF;
  display: block;
}

@media screen and (max-width: 1024px) {
  .work_style__ttl-sub {
    font-size: 1.6rem;
  }
}

.work_style__ttl-sub::after {
  content: "";
  display: block;
  width: 22.5%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -30px;
}

@media screen and (max-width: 1024px) {
  .work_style__ttl-sub::after {
    max-width: 178px;
    width: 100%;
    bottom: -9px;
  }
}

.work_style-point {
  background: url("../img/recruit/pc/work_style__bg.png") no-repeat center / cover;
  width: 100vw;
  height: 62vw;
  max-height: 853px;
  position: absolute;
  border-top-left-radius: 60px;  /* ←追加 */
  border-top-right-radius: 60px; /* ←追加 */
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
}

@media screen and (max-width: 1024px) {
  .work_style-point {
    background: url("../img/recruit/pc/work_style__bg.png") no-repeat center / cover;
    top: -50px;
    margin-top: 0;
    border-top-left-radius: 0;  /* ←追加 */
    border-top-right-radius: 0; /* ←追加 */
    overflow: visible;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.work_style-point__item {
  display: flex;
  align-items: start;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .work_style-point__item {
    padding-top: 0;
  }
}

.work_style-point-number {
  max-width: 15.974842767295597vw;
  width: 100%;
  max-height: 15.974842767295597vw;
  height: 100%;
  margin-left: 31px;
}

@media screen and (max-width: 1024px) {
  .work_style-point-number {
    margin-top: 50px;
    margin-left: 0;
    max-width: 18.133333333333333vw;
    max-height: 18.133333333333333vw;
  }
}

.work_style-point-text {
  margin-left: 100px;
}

@media screen and (max-width: 1024px) {
  .work_style-point-text {
    margin-left: 0;
  }
}

.work_style-point-ttl {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 200%;
  letter-spacing: 5px;
  color: #B88588;
  max-width: 684px;
  width: 100%;
  margin-bottom: 3.1446540880503147vw;
}

@media screen and (max-width: 1024px) {
  .work_style-point-ttl {
    font-size: 4.2vw;
    margin-top: 55px;
    margin-bottom: 40px;
    margin-left: 20px;
  }
}

.work_style-point-text-desc {
  font-family: 'Noto Sans JP';
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: 5px;
  color: #585757;
  max-width: 560px;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .work_style-point-text-desc-sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .work_style-point-text-desc-pc {
    display: none;
  }

  .work_style-point-text-desc {
    font-size: 1.4rem;
    line-height: 200%;
    padding-left: 11px;
    padding-right: 11px;
    max-width: 100%;
  }
}

.work_style-point__item1 {
  justify-content: center;
}

.work_style-concept {
  width: 100%;
  background: #FFFFFF;
  margin-top: 692px;
  position: relative;
}

.work_style-concept2 {
  margin-top: 587px;
}

@media screen and (max-width: 1024px) {
  .work_style-concept {
    margin-top: 390px;
  }

  .work_style-concept1 {
    margin-top: 450px;
  }

  .work_style-concept2 {
    margin-top: 150px;
  }

  .work_style-point__item1 {
    justify-content: flex-start;
  }
}

.work_style-concept__list {
  display: flex;
  gap: 29px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
  margin-left: 70px;
}

.work_style-concept__list1 {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .work_style-concept__list {
    display: block;
    max-width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 66px;
    margin-bottom: 0;
  }
}

.work_style-concept_text {
  font-weight: 600;
  font-size: 1.5046296296296295vw;
  line-height: 90px;
  text-align: center;
  letter-spacing: 0.84px;
  color: #C2989B;
  transform: rotate(90deg);
  white-space: nowrap;
  position: absolute;
  left: -130px;
}

.work_style-concept_text1 {
  left: auto;
  right: -18%;
}

@media screen and (max-width: 1024px) {
  .work_style-concept_text {
    display: none;
  }
}

.work_style-concept__item {
  width: 33.333333%;
  max-width: 350px;
  position: relative;
}

.work_style-concept__item1 {
  margin-left: 70px;
}

.work_style-concept__item img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .work_style-concept__item {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    display: flex;
    margin-left: 34px;
    margin-right: 34px;
  }

  .work_style-concept__item1 {
    position: relative;
  }

  .work_style-concept__item2 {
    position: relative;
  }

  .work_style-concept__item3 {
    position: relative;
  }

  .work_style-concept__item1 picture,
  .work_style-concept__item3 picture {
    margin-left: auto;
    max-width: 80%;
    width: 75%;
    padding-right: 68px;
  }

  .work_style-concept__item2 picture {
    margin-right: auto;
    max-width: 80%;
    width: 75%;
    padding-right: 68px;
  }
}

.work_style-concept__item-point {
  background: url("../img/recruit/pc/work_style-concept__itembg.png") no-repeat center/contain;
  max-width: 300px;
  max-height: 300px;
  width: 18.75vw;
  height: 18.75vw;
  margin: -50px auto 0;
  z-index: 1;
  position: relative;
}

.work_style-concept__item-text {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 1.41269vw;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .work_style-concept__item-point {
    width: 33vw;
    height: 33vw;
    position: absolute;
    margin: -20px auto 0;
    top: -20px;
  }
  .work_style-concept__item-point2 {
    right: 68px;
  }
  .work_style-concept__item-text {
    width: 100%;
    max-width: 100%;
    font-size: 3.2vw;
    line-height: 200%;
    letter-spacing: 0.1em;
  }
}

.work_style_bg {
  background: #C2989B;
  height: 255px;
  width: 100%;
}

.rec_info {
  background: #FAF7F7;
  padding-top: 180px;
  padding-bottom: 145px;
}

.rec_info__inner {
  max-width: 1320px;
}

@media screen and (max-width: 1024px) {
  .rec_info {
    padding-top: 100px;
  }


  .rec_info__inner {
    padding: 0;
  }

  .work_style_bg {
    height: 100px;
  }
}

.rec_info__ttl {
  color: #B88588;
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}

@media screen and (max-width: 1024px) {
  .rec_info__ttl {
    color: #B88588;
    display: block;
    padding: 0 34px;
  }
}

.rec_info__ttl-main {
  font-weight: 600;
  font-size: 5.0rem;
  line-height: 90px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 1024px) {
  .rec_info__ttl-main {
    font-size: 2rem;
    line-height: 160%;
    display: block;
  }
}

.rec_info__ttl-small {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 30px;
  letter-spacing: 3px;
  margin-left: 68px;
}

@media screen and (max-width: 1024px) {
  .rec_info__ttl-small {
    font-size: 1.8rem;
    margin-left: 0;
    margin-top: 27px;
    margin-bottom: 30px;
    display: block;
  }
}

.rec_info__item {
  background: #FFFFFF;
  mix-blend-mode: normal;
  box-shadow: 0px 4px 4px rgba(129, 93, 94, 0.3);
  border-radius: 15px;
  padding: 95px 90px 100px 90px;
}

.rec_info__item-point,
.rec_info__item {
  overflow-anchor: none;
}

.rec_info__item:nth-child(n + 2) {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .rec_info__item {
    padding: 58px 0;
  }

  .rec_info__item:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.rec_info__item-ttl {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 40px;
  letter-spacing: 3px;
  color: #585757;
  display: flex;
  align-items: center;
  gap: 27px;
}

.rec_info__item-ttl::before {
  flex-shrink: 0;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 6px solid #E8E8E8;
  border-color: #D5B3B5;
}

.rec_info__item-ttl1::before {
  flex-shrink: 0;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 6px solid #E8E8E8;
  border-color: #7A819C;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-ttl {
    font-size: 1.8rem;
    line-height: 30px;
    padding: 0 34px;
    gap: 8px;
  }
}

.rec_info__item-top {
  display: flex;
  align-items: center;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-top {
    display: block;
    margin-top: 30px;
  }
}

.rec_info__item-img {
  border-radius: 15px;
  width: 49%;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-img {
    width: 100%;
    border-radius: 0;
  }
}

.rec_info__item-story {
  width: 51%;
  margin-left: 42px;
  background: #F6F6F6;
  border-radius: 15px;
  padding: 26px 31px 28px 31px;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-story {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    padding: 46px 34px 60px 34px;
    border-radius: 0;
  }
}

.rec_info__item-story-ttl {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 2rem;
  line-height: 24px;
  letter-spacing: 0.3em;
  color: #B88588;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.rec_info__item-story-ttl::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #D5B3B5;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  border-color: #D5B3B5;
    background: #fff;
}

.rec_info__item-story-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #B88588;
  margin-left: 30px;
}

.rec_info__item-story-ttl1 {
  color: #7C8091;
}
.rec_info__item-story-ttl1::before {
  background: #fff;
  border: 3px solid #7C8091;
}
.rec_info__item-story-ttl1::after {
  background: #585757;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-story-ttl {
    font-size: 1.6rem;
  }
}

.rec_info__item-story__box {
  margin-top: 30px;
}

.rec_info__item-story__box1 span {
  color: #7A819C !important;
}

.rec_info__item-story__box span {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: 5px;
  color: #B88588;
}

.rec_info-check-list {
  display: flex;
  align-items: center;
}

.rec_info-check-list img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

@media screen and (max-width: 1024px) {
  .rec_info-check-list img {
    width: 28px;
    height: 28px;
    margin-right: 18px;
  }

  .rec_info__item-story__box span {
    font-size: 1.6rem;
  }
}

.rec_info__item-story__text {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #585757;
  margin-top: 8px;
}

.rec_info__item-comment {
  display: flex;
  align-items: center;
  background: #D5B3B5;
  border-radius: 15px;
  padding: 44px;
  margin-top: 67px;
}

.rec_info__item-comment1 {
  position: relative;
}

.rec_info__item-comment2 {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .rec_info__item-comment1::after {
    content: "先輩看護師からのコメント";
    position: absolute;
    top: -18px;
    left: 24px;
    background: #B88588;
    color: #fff;
    font-weight: 700;
    padding: 13px 15px;
    border-radius: 16px;
    z-index: 2;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 2rem;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.3em;
    height: 50px;
    max-width: 426px;
    width: 100%;
    border-radius: 48px;
  }

  .rec_info__item-comment2::after {
    content: "先輩セラピストからのコメント";
    position: absolute;
    top: -18px;
    left: 24px;
    background: #7A819C;
    color: #fff;
    font-weight: 700;
    padding: 13px 15px;
    border-radius: 16px;
    z-index: 2;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 2rem;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.3em;
    height: 50px;
    max-width: 426px;
    width: 100%;
    border-radius: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .rec_info__item-story__text {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .rec_info__item-comment {
    display: block;
    margin-top: 85px;
    border-radius: 0;
    margin-inline: 34px;
    margin-right: 34px;
    padding: 40px 20px;
  }

  .rec_info__item-comment1::after {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/recruit/sp/rec_info__item-comment__content1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-width: 90%;
    width: 324px;
    height: 90px;
  }

  .rec_info__item-comment2::after {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/recruit/sp/rec_info__item-comment__content2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-width: 90%;
    width: 324px;
    height: 90px;
  }
}

@media screen and (max-width: 415px) {
  .rec_info__item-comment1::after {
    justify-content: left;
  }
  .rec_info__item-comment2::after {
    justify-content: left;
  }
}

.rec_info__item-comment2 {
  background: #969BA8;
}

.rec_info__item-comment__prof {
  margin-left: 40px;
}

.rec_info__item-comment__prof-img {
  width: 182px;
  height: 182px;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-comment__prof-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .rec_info__item-comment__prof {
    /* margin-left: 0;
    position: absolute;
    top: -30px;
    right: 2.1333333333333333vw;
    z-index: 9; */
    display: none;
  }
}

.rec_info__item-comment__prof-name {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  text-align: center;
  margin-top: 9px;
}

.rec_info__item-comment__prof-name1 {
  font-size: 1.4rem;
  line-height: 30px;
  display: block;
}

.rec_info__item-comment__prof-name2 {
  font-size: 1.8rem;
  line-height: 22px;
  display: block;
}

.rec_info__item-comment__content {
  margin-left: 94px;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-comment__content {
    margin-left: 0;
  }
}

.rec_info__item-comment__content span {
  font-weight: 700;
  font-size: 2rem;
  line-height: 24px;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  margin-bottom: 23px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-comment__content span {
    font-size: 1.6rem;
    margin-top: 30px;
    line-height: 180%;
    letter-spacing: 0.1em;
  }
}

.rec_info__item-comment__content p {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.3em;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-comment__content p {
    font-size: 1.4rem;
  }
}

.rec_info__item-point {
  background: #F0F0F0;
  border-radius: 15px;
  padding: 80px 87px;
  margin-top: 61px;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-point {
    padding: 60px 34px;
  }
}

.rec_info__item-point-ttl {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 29px;
  letter-spacing: 0.3em;
  color: #353535;
}

.rec_info__item-point-box {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-point-box {
    margin-top: 30px;
  }
}

.rec_info__item-point-box span {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #353535;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-point-box p {
    font-size: 1.6rem;
  }
}

.rec_info__item-point-box p {
  font-family: 'Noto Sans JP';
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.3em;
  color: #353535;
  margin-top: 28px;
}

@media screen and (max-width: 1024px) {
  .rec_info__item-point-box p {
    font-size: 1.4rem;
    margin-top: 18px;
  }
}

.rec_info__item-point-link {
  background: #FFFFFF;
  border-radius: 55px;
  color: #353535;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 2rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.3em;
  max-width: 426px;
  height: 68px;
  width: 100%;
  margin: 100px auto 0;
  cursor: pointer;
}

.rec_info__item-point-open {
  cursor: pointer;
  background: #F0F0F0;
  border-radius: 55px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 2rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.3em;
  color: #353535;
  max-width: 426px;
  height: 68px;
  line-height: 68px;
  width: 100%;
  margin: 60px auto 0;
  position: relative;
}
.rec_info__item-point-open::before {
  content: "\002B";
  display: inline-block;
  font-size: 30.51px;
  font-weight: bold;
  color: #7A819C;
  margin-right: 27px;
}

.rec_info__item-point-open-box {
  margin-left: 34px;
  margin-right: 34px;
}

.rec_info__item-point1 {
  overflow: hidden;
  transition: height 0.5s;
  display: none;
}

.rec_info__item-point2 {
  overflow: hidden;
  transition: height 0.5s;
  display: none;
}

.rec_info__item-point-link::before {
  content: "\2212";
  display: inline-block;
  font-size: 30.51px;
  font-weight: bold;
  color: #7A819C;
  margin-right: 27px;
}

.service {
  margin: 0;
  padding-top: 131px;
  padding-bottom: 215px;
  background: #F3E8E9;
}
@media screen and (max-width: 1024px) {
  .service {
    padding-top: 58px;
    padding-bottom: 61px;
  }
}
.service__img {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  min-height: 785px;
}
@media screen and (max-width: 1024px) {
  .service__img {
    min-height: initial;
  }
}
.service__img picture,
.service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.service__row {
  margin-top: -183px;
  padding: 56px min(8.964719491vw, 155px) 55px min(6.8825910931vw, 119px);
  margin-inline: auto;
  max-width: 1412px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(213, 180, 181, 0.24);
  border-radius: 15px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: min(4.2799305957vw, 74px);
}
@media screen and (max-width: 1024px) {
  .service__row {
    margin-top: -45px;
    padding: 45px min(6.6666666667vw, 26px) 82px min(6.6666666667vw, 26px);
    flex-direction: column;
    gap: 0;
  }
}
.service__ttl {
  font-size: 2.2rem;
  line-height: 2.5;
  letter-spacing: 7px;
  color: #D5B3B5;
}
@media screen and (max-width: 1024px) {
  .service__ttl {
    margin-top: 0;
    margin-inline: auto;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    letter-spacing: 3px;
  }
}
.service__right {
  padding-top: 25px;
  flex: 1;
  padding-left: min(5.1474840949vw, 89px);
  border-left: 2px solid #D5B3B5;
}
@media screen and (max-width: 1024px) {
  .service__right {
    margin-top: 26px;
    padding-top: 22px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #D5B3B5;
  }
}
.service__para {
  letter-spacing: 5px;
  line-height: 1.7857142857;
  color: #353535;
}
@media screen and (max-width: 1024px) {
  .service__para {
    font-size: 1.2rem;
    line-height: 2.0833333333;
    letter-spacing: 2px;
  }
}
.service__btn {
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .service__btn {
    margin-top: 60px;
    font-size: 1.4rem;
    gap: 32px;
  }
}/*# sourceMappingURL=recruit.css.map */

.apply {
  background: #AFB4C3;
  padding-top: 150px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .apply {
    padding-top: 54px;
    padding-bottom: 60px;
  }
}

.apply__inner {
  max-width: 1100px;
}

.apply__ttl {
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .apply__ttl {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.05em;
  }
}

.apply__box {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 59px;
  margin-bottom: 49px;
}

@media screen and (max-width: 1024px) {
  .apply__box {
    margin-top: 40px;
    gap: 10px;
  }
}

.apply__item {
  background: #fff;
  width: 50%;
  max-width: 450px;
  border-radius: 20px;
  padding: 54px 0 27px 0;
}

@media screen and (max-width: 1024px) {
  .apply__item {
    width: 100%;
    max-width: 100%;
  }

}

.apply__item-ttl {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #7A819C;
}

@media screen and (max-width: 1024px) {
  .apply__item-ttl {
    font-size: 2.666666666666667vw;
  }
}

.apply__item-img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto 31px;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .apply__item-img {
    height: 15vw;
  }
}

.apply__item-img1 {
  width: 126px;
  height: 188px;
}

.apply__item-img2 {
  width: 180px;
  height: 145px;
}

@media screen and (max-width: 1024px) {
  .apply__item-img {
    display: flex;
    justify-content: center;
  }

  .apply__item-img1 {
    width: 11.613333333333333vw;
    height: 17.328000000000003vw;
  }

  .apply__item-img2 {
    width: 16.589333333333332vw;
    height: 13.362666666666668vw;
  }
}

.apply__btn {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.apply__btn-link {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 8px;
  color: #7A819C;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  position: relative;
  border: 4px solid #7C8091;
  height: 90px;
  border-radius: 48.5px;
}

.apply__btn-link::before {
  position: absolute;
  left: 2.6px;
  height: 77.6px;
  width: 77.6px;
  background: url("../img/recruit/pc/btn-arrow_gray.png") no-repeat center/contain;
}

.apply__btn-link span {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .apply__btn-link {
    height: 100px;
    border: 4px solid #7C8091;
    border-radius: 60.75px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .apply__btn-link::before {
    width: 49.58px;
    height: 49.58px;
    left: 5px;
  }

  .apply__btn-link span {
    padding-left: 40px;
  }
}

.apply__btn-call {
  color: #FFFFFF;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 8.08333px;
  font-size: 2.2rem;
  background: #808080;
  border-radius: 48.5px;
  margin-top: 26px;
  border: 1px solid #808080;
  height: 90px;
}

.apply__btn-call .strong {
  font-size: 4.0rem;
  font-family: 'Noto Sans JP';
  line-height: 160%;
}

.apply__btn-call::before {
  background: none;
}

@media screen and (max-width: 1024px) {
  .apply__btn-call {
    font-size: 1.4rem;
    line-height: 1.6;
    display: block;
    border: 4px solid #808080;
    border-radius: 55.75px;
    height: 96px;
    text-align: center;
    letter-spacing: 3px;
    padding: 14px 0 0 0;
  }

  .apply__btn-call .strong {
    font-size: 3.0rem;
    line-height: 1;
  }
}

.apply .sp-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .apply .sp-only {
    display: block;
  }
}
