html {
  scroll-behavior: smooth;
}

.footer {
  background-color: #F9C1DD;
}

.footer img {
  display: block;
}

.footer div {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

main {
  position: relative;
}

/* バックグラウンドセクション */
.bg_top {
  position: absolute;
  top: -12rem;
  left: 0rem;
  z-index: -1;
}

.bg_bottom {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  z-index: -1;
}

 .recruit_cloud {
    width: 15rem;
    height: 9.3rem;
    object-fit: cover;
    position: absolute;
    bottom: 1.4rem;
    left: 1rem;
    z-index: -1;
  }
.recruit_cloud3 {
    display: none;
    width: 6.5rem;
    height: 4rem;
    object-fit: cover;
    position: absolute;
    top: 20rem;
    left: 2rem;
    z-index: -1;
  }

  .recruit_cloud4 {
    display: none;
    width: 9.7rem;
    height: 6.1rem;
    object-fit: cover;
    position: absolute;
    top: 22.5rem;
    right: 0rem;
    z-index: -1;
  }
.recruit_mainvisual {
  display: block;
  width: 114rem;
  height: 24.2rem;
  object-fit: cover;
  border-radius: 2rem;
  margin: 5rem auto 0;
  box-shadow: 0.6rem 0.6rem #525252;
}

.recruit_maintitle {
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic';
  background-color: #DF778F;
  width: 15.6rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  border-radius: 1rem;
  margin: 4rem auto 10rem;
}

.recruit_category_wrapper {
  width: 33.2rem;
  height: 21.9rem;
  padding: 1.5rem 2rem 1.7rem;
  border: solid 0.1rem #000000;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic';
  background-color: #FFFFFF;
  position: sticky;
  top: 15rem;
}

.category_outer {
  display: flex;
  gap: 2rem;
  width: 114rem;
  margin: 0 auto;
  position: relative;
}

.category_employee_voice_title {
  padding-bottom: 1.5rem;
}

.recruit_category {
  padding-bottom: 0.8rem;
}

.category_list_outer {
  padding-left: 2rem;
}

.category_list {
  padding-bottom: 1.5rem;
  cursor: pointer;
}

.category_bar {
  position: relative;
}

.category_bar.active::before {
  content: '';
  width: 0.5rem;
  height: 2.4rem;
  display: inline-block;
  position: absolute;
  left: -1rem;
  transition: background 0.3s;
  background-color: #000000;
}
.clicked::after{
  content: '';
  width: 0.5rem;
  height: 2.4rem;
  display: inline-block;
  background-color: #000000;
  position: absolute;
  left: -1rem;
  transition: background 0.3s;
}
.employee_voice_list_outer {
  display: flex;
  margin-left: 6rem;
  margin-bottom: 3rem;
  gap: 1rem;
}

.employee_voice_img1_outer{
  width: 26.4rem;
  text-align: center;
}
.employee_voice_img1 {
  width: 19.8rem;
  height: 19.8rem;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 50%;
  filter: brightness(1.3);
}
.preparing{
  border-radius: 0;
  width: 26.4rem;
}

.flower_arch{
  width: 19.8rem;
  height: 19.8rem;
  object-fit: cover;
  position: absolute;
  top: 0rem;
  left: 3.3rem;
}


.catch_phrase_outer {
  padding-left: 2rem;
  padding-top: 6.5rem;
}

.catch_phrase1 {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--NotoSans);
  width: fit-content;
  background-color: #E02953;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
}

.catch_phrase2 {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--NotoSans);
  width: fit-content;
  background-color: #E02953;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
}

.catch_phrase_name {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic';
}

.catch_phrase_name_font {
  font-size: 1.3rem;
  font-weight: 500;
}

.employee_voice_wrapper {
  border: solid 0.1rem #000000;
  border-radius: 1rem;
  margin-bottom: 10rem;
  background-color: #FFFFFF;
  position: relative;
}

.employee_voice_title {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic';
  margin: 3rem 0 2.3rem 3.5rem;
  padding-left: 0.5rem;
  position: relative;
  scroll-margin-top: 10rem;
}

.employee_voice_title::before {
  content: '';
  width: 0.5rem;
  height: 2.4rem;
  display: inline-block;
  background-color: #000000;
  position: absolute;
  left: -0.5rem;
}

.employee_voice_outer {
  width: 78.8rem;
}

.employee_voice_subtitle {
  margin: 1.5rem 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.employee_voice_inner {
  padding: 0 6rem 8.7rem;
}

.employee_voice_flex {
  display: flex;
  position: relative;
}

.employee_voice_frame {
  width: 66.8rem;
  background-color: #FEE6E8;
  border-radius: 1.3rem;
  margin-top: 1.5rem;
  padding: 1rem;
}
.employee_voice_frame_margin1{
  margin-top: 1.2rem;
}
.employee_voice_frame_margin2{
  margin-top: 1.2rem;
}

.employee_voice_question {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Zen Maru Gothic';
  width: 25.3rem;
  height: 3rem;
  background-color: white;
  border-radius: 1.5rem;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}
.employee_voice_question_width{
  width: 26.7rem;
}

.employee_voice_answer {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic';
  color: #251E1C;
  line-height: calc(22 / 13);
}

.job_offer_recruiting_wrapper {
  width: 78.8rem;
  border: solid 0.1rem #000000;
  border-radius: 1rem;
  margin-bottom: 10rem;
  background-color: #FFFFFF;
}

.category_title {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic';
  margin: 2.8rem 0 3rem 3.5rem;
  padding-left: 0.5rem;
  position: relative;
  scroll-margin-top: 10rem;
}

.category_title::before {
  content: '';
  width: 0.5rem;
  height: 2.4rem;
  display: inline-block;
  position: absolute;
  left: -0.5rem;
}
.category_title.active::before {
  background-color: #000000;
}

.job_offer_recruiting_list {
  display: flex;
  flex-wrap: wrap;
  width: 72.8rem;
  border: solid 0.1rem #000000;
  border-bottom: none;
  margin: 0 auto 10rem;
}

.job_offer_recruiting_list dt {
  width: 22.7%;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: var(--NotoSans);
  padding: 1rem 2rem ;
  border-right: solid 0.1rem #000000;
  border-bottom: solid 0.1rem #000000;
}

.job_offer_recruiting_list dd {
  width: 77.3%;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: var(--NotoSans);
  padding: 1rem 2rem;
  border-bottom: solid 0.1rem #000000;
}


.slash_none {
  display: none;
}

/* スライダー */
.swiper-pagination {
  display: flex;
  gap: 1rem;
  width: 30rem;
  position: absolute;
  top: 0rem !important;
  left: 6rem !important;
}

/* ページネーション共通のスタイル */
.swiper-pagination-bullet {
  background-color: #FFA8BC;
  color: black;
  font-size: 1.5rem;
  height: 2.9rem;
  line-height: 2.9rem;
  width: 4.6rem;
  border: solid 0.1rem #000000;
  border-radius: 1.9rem;
  cursor: pointer;
  display: block;
  margin: 0 !important;
}

/* 現在のページネーションのスタイル */
.swiper-pagination-bullet-active {
  background-color: #FFA8BC;
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic';
  width: 4.6rem;
  height: 2.9rem;
  border: solid 0.1rem #000000;
  border-radius: 1.9rem;
  text-align: center;
  line-height: 2.9rem;
}

.swiper-button-next::after {
  content: "";
  z-index: 999;
  padding: 0.8rem 0.6rem;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  bottom: 3rem;
  left: 34.9rem;
}

.swiper-button-prev::after {
  content: "";
  z-index: 999;
  padding: 0.8rem 0.6rem;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  bottom: 3rem;
  left: 34.9rem;
}

.recruit_link_mark_right {
  position: absolute;
  border: 0.1rem solid #000000;
  padding: 0.8rem 0.8rem;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #DF778F;
  bottom: auto;
  right: 34.9rem;
  top: 82rem;
  transition: top 0.3s ease;
}

.recruit_triangle_right {
  width: 0;
  height: 0;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 1.2rem solid #FFFFFF;
  position: absolute;
  pointer-events: none;
  padding-left: 0rem;
  transform: rotate(-90deg);
  display: block;
  margin-top: -0.2rem;
  margin-left: 0.2rem;
}

.recruit_link_mark_left {
  position: absolute;
  border: 0.1rem solid #000000;
  padding: 0.8rem 0.6rem;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #DF778F;
  bottom: auto;
  left: 34.9rem;
  top: 82rem;
  transition: top 0.3s ease;
}

.recruit_triangle_left {
  width: 0;
  height: 0;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 1.2rem solid #FFFFFF;
  position: absolute;
  pointer-events: none;
  padding-left: 0rem;
  transform: rotate(90deg);
  display: block;
  margin-top: -0.2rem;
  margin-left: -0.2rem;
}

.swiper {
  position: relative;
  padding-top: 5.9rem;
}

@media screen and (max-width:699.98px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  /* バックグラウンドセクション */
  .bg_top {
    position: absolute;
    top: -12rem;
    left: 0rem;
    z-index: -1;
  }

  .bg_middle1 {
    position: absolute;
    top: 200rem;
    left: 0rem;
    z-index: -1;
  }

  .bg_middle2 {
    position: absolute;
    top: 300rem;
    left: 0rem;
    z-index: -1;
  }

  .bg_bottom {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    z-index: -1;
  }

  .recruit_bg {
    padding-top: 3rem;
  }

  .recruit_cloud {
    width: 15rem;
    height: 9.3rem;
    object-fit: cover;
    position: absolute;
    bottom: 1.4rem;
    left: 1rem;
    z-index: -1;
  }
  .recruit_cloud3 {
    width: 6.5rem;
    height: 4rem;
    object-fit: cover;
    position: absolute;
    top: 20rem;
    left: 2rem;
    z-index: -1;
  }

  .recruit_cloud4 {
    width: 9.7rem;
    height: 6.1rem;
    object-fit: cover;
    position: absolute;
    top: 22.5rem;
    right: 0rem;
    z-index: -1;
  }

  .recruit_mainvisual {
    display: block;
    width: 35.5rem;
    height: 18rem;
    object-fit: cover;
    border-radius: 1rem;
    margin: 2rem auto 0rem;
    box-shadow: 0.3rem 0.3rem #525252;
  }

  .recruit_maintitle {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 500;
    background-color: #DF778F;
    width: 12.3rem;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    border-radius: 1rem;
    margin: 3rem auto 6rem;
  }

  .category_outer {
    display: flex;
    gap: 6rem;
    width: 35.5rem;
    margin: 0 auto;
    flex-direction: column;
  }
  .category_title::before {
  content: '';
  width: 0.5rem;
  height: 2.4rem;
  display: inline-block;
  position: absolute;
  left: -0.5rem;
  background-color: #000000;
}

  .recruit_category_wrapper {
    width: 33.2rem;
    height: 22.9rem;
    padding: 1.5rem 2rem 1.7rem;
    border: solid 0.1rem #000000;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: static;
  }

  .employee_voice_list_outer {
    display: flex;
    width: 32.6rem;
    margin: 0 auto 2.8rem;
    gap: 1rem;
  }

  .employee_voice_outer {
    width: 35.5rem;
    margin: 0 auto;
  }

  .employee_voice_title {
    margin: 3rem 0 2rem 1.4rem;
    padding-left: 0.5rem;
    position: relative;
  }
  .employee_voice_img1_outer{
    width: 19.6rem;
  }

  .employee_voice_img1 {
    width: 14.7rem;
    height: 14.7rem;
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 50%;
  }
  .preparing{
    border-radius: 0;
    width: 19.6rem;
  }
  .flower_arch{
    width: 14.7rem;
    height: 14.7rem;
    object-fit: cover;
    position: absolute;
    top: 0rem;
    left: 2.5rem;
  }
  .employee_voice_inner {
    padding: 0 0 11rem 0;
  }

  .employee_voice_flex {
    display: flex;
    position: relative;
  }

  .catch_phrase_outer {
    padding: 0;
    position: absolute;
    top: 2.4rem;
    right: 2rem;
  }
  .catch_phrase_outer3{
    right: 4rem;
  }
  .catch_phrase_outer4{
    right: 4rem;
  }

  .catch_phrase1 {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    width: fit-content;
    background-color: #E02953;
    margin-bottom: 0.8rem;
    /* padding: 0.5rem 1.5rem 0.5rem 0.4rem; */
  }

  .catch_phrase2 {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    width: fit-content;
    background-color: #E02953;
    margin-bottom: 0.5rem;
    /* padding: 0.5rem 0.4rem; */
  }

  .catch_phrase_name {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: right;
  }

  .catch_phrase_name_font {
    font-size: 1.3rem;
    font-weight: 500;
    display: block;
    margin-right: 1rem;
  }

  .employee_voice_frame {
    width: 33.5rem;
    background-color: #FEE6E8;
    border-radius: 1.3rem;
    margin: 1.5rem auto 0;
    padding: 0.5rem;
  }

  .job_offer_recruiting_wrapper {
    width: 35.5rem;
    border: solid 0.1rem #000000;
    border-radius: 1rem;
    margin-bottom: 10rem;
    background-color: #FFFFFF;
  }

  .job_offer_recruiting_list {
    display: flex;
    flex-wrap: wrap;
    width: 31rem;
    border: solid 0.1rem #000000;
    border-bottom: none;
    margin: 0 auto 10rem;
  }

  .employee_voice_question {
    margin: 1.2rem auto 1rem;
  }
  .employee_voice_answer {
    font-size: 1.2rem;
    line-height: calc( 22 / 12);
  }
  .recruit_link_mark_right {
    right: 13.3rem;
  }

  .recruit_triangle_right {
  width: 0;
  height: 0;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 1.2rem solid #FFFFFF;
  position: absolute;
  pointer-events: none;
  padding-left: 0rem;
  transform: rotate(-90deg);
  display: block;
  margin-top: -0.2rem;
  margin-left: 0.2rem;
}

  .recruit_link_mark_left {
    left: 13.3rem;
  }

  .recruit_triangle_left {
  width: 0;
  height: 0;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 1.2rem solid #FFFFFF;
  position: absolute;
  pointer-events: none;
  padding-left: 0rem;
  transform: rotate(90deg);
  display: block;
  margin-top: -0.2rem;
  margin-left: -0.2rem;
}

  .job_offer_recruiting_list {
    display: flex;
    flex-wrap: wrap;
    width: 31rem;
    border: solid 0.1rem #000000;
    border-bottom: none;
    margin: 0 auto 10rem;
  }

  .job_offer_recruiting_list dt {
    width: 31rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1rem 1rem 0.5rem 1rem;
    border-right: none;
    border-bottom: none;
    line-height: calc(30 / 15);
  }

  .job_offer_recruiting_list dd {
    width: 31rem;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0rem 0rem 1rem 1rem;
    border-bottom: solid 0.1rem #000000;
    line-height: calc(30 / 15);
  }

  .br_none {
    display: none;
  }

  .slash_none {
    display: inline;
  }

  .br_grant {
    display: block;
  }

  .swiper-pagination {
    left: 0rem !important;
  }

  .recruit_link_mark_right {
    position: absolute;
    border: 0.1rem solid #000000;
    padding: 0.8rem 0.8rem;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #DF778F;
    bottom: auto;
    right: 13.3rem;
    top: 110rem;
  }

  .recruit_link_mark_left {
    position: absolute;
    border: 0.1rem solid #000000;
    padding: 0.8rem 0.6rem;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #DF778F;
    bottom: auto;
    left: 13.3rem;
    top: 110rem;
  }
  .employee_voice_wrapper {
    margin-bottom: 6rem;
  }
  .recruit_cloud1_div {
    position: relative;
    display: block;
  }

  .swiper-pagination {
    display: flex;
    /* gap: 1rem; */
    width: 30rem;
    justify-content: center;
    position: absolute;
    top: 0rem !important;
    left: 0rem !important;
  }

  /* 求人リストの長文部のフォント変更にインポータント使ってます */
  .job_offer_recruiting_list_font {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
  }
  /* 虹の大きさ */
  .footer img {
    width: 37.5rem;
    height: 20rem;
  }
  .footer{
    background-color:#FFDDCE;
  }
}