﻿/* メイン */
.main {
  position: relative;
  margin-bottom: 15rem;
  overflow: hidden;
}

.flex {
  display: flex;
}

/* ヒーローセクション */
.hero_section {
  position: relative;
  height: 50.7rem;
  margin-bottom: 13.8rem;

}

.mainvisual {
  width: 123.1rem;
  height: 50.7rem;
}

.top_title {
  font-family: "Noto Serif JP";
    font-weight: bold;
    font-size: 3.5rem;
    position: absolute;
    bottom: 0;
    width: 123.1rem;
    height: 10.8rem;
    line-height: 10.9rem;
    letter-spacing: 0.1rem;
    padding-left: 5.1rem;
    background-color: rgba(74, 74, 74, 0.65);
    color: white;
}

.hero_section_box {
  width: 75.5rem;
  height: 45.4rem;
  background: linear-gradient(to right, #F9BDC5, #468DAF);
  opacity: 0.65;
  position: absolute;
  bottom: -5rem;
  right: 0rem;
  z-index: -2;
}

/* セクション１ */
.job_mind {
  position: relative;
  margin-bottom: 16.9rem;
}

.job_mind_text_wrap {
  margin-left: 8rem;
    font-family: "Noto Serif JP";
    margin-bottom: 41.6rem;
    width: 64.7rem;
}

.job_mind_title {
font-size: 2.5rem;
    font-weight: bold;
    color: #0A435F;
    letter-spacing: 0.1rem;
    margin-bottom: 1.1rem;
}

.job_mind_text {
  font-size: 1.6rem;
line-height: 2.8rem;
text-align:left;
}

.job_mind_img_top {
  position: absolute;
  top: 0;
  right: 8rem;
  width: 35.7rem;
  height: 44rem;
}

.job_mind_img_bottom {
  position: absolute;
  top: 23.8rem;
  right: 35.7rem;
  width: 43.8rem;
  height: 26.6rem;
}

.job_mind_box {
  position: absolute;
    background: transparent linear-gradient(180deg, #468DAF 0%, #F9BDC5 100%) 0% 0% no-repeat padding-box;
    opacity: 0.54;
    left: -0.7rem;
    top: 35.1rem;
    width: 25.2rem;
    height: 25.2rem;
}

.job_mind_flower1 {
  width: 27.9rem;
    height: 27.9rem;
    position: absolute;
    top: 42.3rem;
    left: 10rem;
    z-index: 2;
}

.job_mind_text_wrap_bottom {
  text-align: center;
  margin-bottom: 0;
  margin: 0 auto;
  width: 61.4rem;
}

.job_mind_box2 {
  left: auto;
    right: -3.6rem;
    top: auto;
    height: 22.2rem;
    bottom: -13.2rem;
}
.job_mind_flower2 {
 width: 30.1rem;
    height: 30.1rem;
    right: 3rem;
    bottom: -10rem;
    position: absolute;
    z-index: 2;
}
.job_mind_title2{
  margin-bottom:2rem;
  padding-left:0.2rem;
}
.job_mind_text2{
  padding-left:0.2rem;
}
/* ポイント */
.point {
  font-family: "Noto Serif JP";
  margin-bottom: 6rem;
}

.point_title {
  font-size: 2.5rem;
    font-weight: bold;
    color: #0A435F;
    margin-bottom: 1.9rem;
    letter-spacing: 0.1rem;
    margin-left: 8rem;
}

.point_list {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.point_box {
  width: 36rem;
  height: 48.4rem;
  border: 0.1rem solid #0A435F;
  background-color: #ECF2F5;
  padding: 2.5rem 2rem;
}

.point_num {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0A435F;
  text-align: center;
  margin-bottom: 1.5rem;
}

.point_content_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.8rem;
  text-wrap: nowrap;
  color: #0A435F;
}

.point_content_img {
  width: 32rem;
  height: 21.1rem;
  margin-bottom: 0.8rem;
}

.point_content_text {
  font-size: 1.6rem;
  width:32.4rem;
  line-height:2.8rem;
}

.point_content_title_center {
  position: relative;
  left: -1rem;
}

/* 社員の声 */
.voice {
  margin-bottom: 11.2rem;
  padding: 15.2rem 0 2rem;
}

.voice_title {
  font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    color: #0A435F;
    font-family: "Noto Serif JP";
    letter-spacing: 0.1rem;
    padding-left: 0.2rem;
    margin-bottom: 3.2rem;
}

.voice_swiper_area {
  position: relative;
  width: 100%;
  max-width: 91.6rem;
  margin: 0 auto;
}

.voice_swiper {
  overflow: hidden;
  height: 49.5rem;
  width: 85.5rem;
}

.voice_card {
  width: 28.5rem;
  height: 38.5rem;
  flex-shrink: 0;
  transform: translateY(6rem);
  opacity: 0.82;
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

.voice_card.swiper-slide-active {
  transform: translateY(0) scale(1.24);
  opacity: 1;
  z-index: 2;
}

.voice_card.swiper-slide-duplicate-active {
  transform: translateY(0) scale(1.24);
  opacity: 1;
  z-index: 2;
}

.voice_frame {
  width: 100%;
  height: 100%;
  background: #ECF2F5;
  border: 0.1rem solid #0A435F;
  position: relative;
  top: 0;
  transition: transform 1s;
  transform: translateY(6rem);
  width: 28.5rem;
  height: 38.5rem;
  font-family: "Noto Serif JP";
  padding-top: 2.4rem;
}

.voice_card.swiper-slide-active .voice_frame,
.voice_card.swiper-slide-duplicate-active .voice_frame {
  background: transparent linear-gradient(323deg, #ECF2F5 0%, #FADBE7 100%) 0% 0% no-repeat padding-box;
  position: relative;
  top: 0;
  transform: translateY(5rem);
  left: 0;
}

.voice_card.swiper-slide-active .voice_frame::after,
.voice_card.swiper-slide-duplicate-active .voice_frame::after {
  content: "tap";
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #0A435F;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform-origin: center;
  animation: tap-poyopoyo 1.8s ease-in-out infinite;
}

@keyframes tap-poyopoyo {
  0%,
  100% {
    transform: rotate(18deg) scale(1);
  }
  20% {
    transform: rotate(18deg) scale(1.15, 0.88);
  }
  40% {
    transform: rotate(18deg) scale(0.9, 1.12);
  }
  60% {
    transform: rotate(18deg) scale(1.08, 0.94);
  }
  80% {
    transform: rotate(18deg) scale(0.96, 1.04);
  }
}

.voice_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9.5rem;
  height: 9.5rem;
  border: none;
  border-radius: 50%;
  background: linear-gradient(90deg, #F9BDC5 0%, #468DAF 100%);
  z-index: 5;
  cursor: pointer;
}

.voice_nav::before,
.voice_nav::after {
  content: "";
  position: absolute;
  width: 3.6rem;
  border-top: 0.3rem solid #ffffff;
}

.voice_nav_prev {
  left: -10.3rem;
}

.voice_nav_prev::before {
  top: 3.6rem;
  left: 2.3rem;
  transform: rotate(-45deg);
}

.voice_nav_prev::after {
  top: 6.1rem;
  left: 2.3rem;
  transform: rotate(45deg);
}

.voice_nav_next {
  right: -10.3rem;
}

.voice_nav_next::before {
  top: 3.6rem;
  left: 3.5rem;
  transform: rotate(45deg);
}

.voice_nav_next::after {
  top: 6.1rem;
  left: 3.5rem;
  transform: rotate(-45deg);
}

.voice_card_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.9rem;
  color: #0A435F;
  text-decoration: underline #0A435F;
  text-align: center;
  line-height:3.1rem;
}

.voice_card_img {
  width: 14.5rem;
  height: 14.5rem;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 3.1rem;
}

.voice_card_job {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.3rem;
  font-weight: 600;
}

.voice_card_date {
  display: flex;
  gap: 1.1rem;
  margin-left: 6.5rem;
  margin-bottom: 1.1rem;
  font-weight: 500;
}

.voice_card_date h4 {
  width: 4.6rem;
  height: 2.1rem;
  background-color: #2C5265;
  color: white;
  font-size: 1.2rem;
  text-align: center;
}

.voice_card_date p {
  font-size: 1.2rem;
}

.voice_card {
  perspective: 120rem;
}

.voice_flip {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
}

.voice_frame {
  transform-style: preserve-3d;
}

.voice_card.back .voice_flip {
  transform: rotateY(180deg);
}

.voice_back {
  display: none;

}

.voice_face_back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.voice_face_front,
.voice_face_back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.voice_face_front {
  position: relative;
}

.voice_face_back {
  display: flex;
  position: relative;
  top: -33rem;
  transform: rotateY(180deg);
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  border: 0.2rem solid #0A435F;
  background: transparent linear-gradient(323deg, #ECF2F5 0%, #FADBE7 100%) 0% 0% no-repeat padding-box;
}

.voice_back_text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  color: #0A435F;
}

.voice_back {

  background: #0A435F;
}

.one_coment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  height: 5.4rem;
  padding: 0 1.8rem;
  margin: 0 auto 1.6rem;
  background-color: #0A435F;
  color: #FFFFFF;
  font-family: "Noto Serif JP";
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0);
  position: absolute;
  top: 2rem;
  left: 0.7rem;
}

.voice_back_text {
  font-size: 1.1rem;
  color: white;
  font-family: "Noto Serif JP";
}

.voice_text {
  margin: 0 auto;
    margin-top: 3.8rem;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 83.3rem;
}

/* 募集・応募 */
.recruit_title {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Noto Serif JP";
  margin-bottom: 3.3rem;
  color: #0A435F;
  text-align: center;
}

.category_title {
  font-size: 1.7rem;
  font-family: "Noto Serif JP";
  color: #0A435F;
  padding-top:0.2rem;
  font-weight: bold;
}

.recruit_category button {
  cursor: pointer;
}



.jobs .job_item.is-hidden {
  display: none;
}

.category_name .category_name_item.is-hidden {
  display: none;
}

.category_wrap {
  display: flex;
  gap: 7.8rem;
  justify-content: start;
  padding-left:9.8rem;
  margin-bottom: 5.3rem;
  position: relative;
}

.category_wrap::before {
  content: "";
  position: absolute;
  left: 10rem;
  bottom: -1.3rem;
  width: 36.2rem;
  height: 0.2rem;
  background-color: #F9BDC5;
}

.category_wrap::after {
  content: "";
  position: absolute;
  right: 10rem;
  bottom: -1.3rem;
  width: 74rem;
  height: 0.2rem;
  background-color: #468DAF;
}

.recruit_category {
  display: flex;
  gap: 2.4rem;
}

.category_style {
  width: 21.2rem;
  height: 3rem;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  text-align: center;
  line-height: 3rem;
}

.category_all {
  color: #666666;
  border: 0.1rem solid #666666;
}

.category_all.active {
  background-color: #666666;
  color: white;
  border: 0.1rem solid #666666;
}

.category_employee {
  border: 0.1rem solid #2C5265;
  color: #2C5265;
}

.category_employee.active {
  background-color: #2C5265;
  color: white;
  border: 0.1rem solid #2C5265;
}

.category_hulltime {
  border: 0.1rem solid #452C65;
  color: #452C65;
}

.category_hulltime.active {
  background-color: #452C65;
  color: white;
  border: 0.1rem solid #452C65;
}

.category_pert_time {
  border: 0.1rem solid #652C56;
  color: #652C56;
}

.category_pert_time.active {
  background-color: #652C56;
  color: white;
  border: 0.1rem solid #652C56;
}

.jobs {
  width: 108rem;
  background-color: #ECF2F5;
  margin: 0 auto;
  padding: 9rem 0 5.3rem;
}

.job_item {
  width: 100rem;
  min-height: 8.5rem;
  display: block;
  background-color: white;
  margin: 0 auto 4.2rem;
  border: none;
  box-shadow: 0rem 0.3rem 0.3rem #00000029;
  padding: 2.45rem 4.1rem 2.45rem 3rem;
}

.job_item_head {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.employee_job_style,
.hulltime_job_style,
.pert_time_job_style,
.all_job_style {
  width: 17.7rem;
  height: 3.2rem;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  text-align: center;
  line-height: 3rem;
  flex-shrink: 0;
}

.employee_job_style {
  background-color: #2C5265;
  color: white;
  border: 0.1rem solid #2C5265;
}

.hulltime_job_style {
  background-color: #452C65;
  color: white;
  border: 0.1rem solid #452C65;
}

.pert_time_job_style {
  background-color: #652C56;
  color: white;
  border: 0.1rem solid #652C56;
}

.all_job_style {
  background-color: #666666;
  color: white;
  border: 0.1rem solid #666666;
}

.job_title_wrap {
  flex: 1;
  min-width: 0;
}

.job_pdf_title {
  font-size: 1.8rem;
  font-family: "Noto Serif JP";
  font-weight: bold;
  color: #0A435F;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.job_meta {
  gap: 2.4rem;
  flex-wrap: wrap;
}

.job_name {
  font-size: 1.5rem;
  font-family: "Noto Serif JP";
  font-weight: 500;
  color: #333333;
  width: auto;
  margin-right: 0;
}

.job_item .job_name:last-child {
  margin-right: 0;
  width: auto;
}

.pdf_button {
  width: 13.8rem;
  height: 4.4rem;
  margin-left: auto;
  border: 0.1rem solid #468DAF;
  background: #468DAF;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pdf_button:focus-visible {
  outline: 0.2rem solid #0A435F;
  outline-offset: 0.3rem;
}

@media (hover: hover) and (pointer: fine) {
  .pdf_button:hover {
    background: #FFFFFF;
    color: #468DAF;
    transform: translateY(-0.1rem);
  }
}

.pdf_button:active {
  background: #FFFFFF;
  color: #468DAF;
  transform: translateY(0);
}

.pdf_button::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid currentColor;
  border-right: 0.2rem solid currentColor;
  margin-left: 0.8rem;
  transform: rotate(45deg);
}

.job_empty {
  font-size: 1.6rem;
  font-family: "Noto Serif JP";
  text-align: center;
  color: #333333;
}

.category_name_item {
  font-size: 2rem;
  margin-left: 10rem;
  margin-bottom: 2.2rem;
  border: none;
  font-weight: bold;
  text-align: start;
  width: auto;
}

@media screen and (max-width:699.98px) {
  .main {
    margin-bottom: 8.6rem;
  }

  .hero_section {
    margin-bottom: 6.1rem;
    height:50rem;
  }

  .mainvisual {
    width: 100%;
    height:50rem;
  }

  .top_title {
    width: 100%;
    height: 6.7rem;
    padding: 1.6rem 1rem;
    font-size: 2.4rem;
    line-height: normal;
  }

  .hero_section_box {
    width: 32.6rem;
    height: 20.8rem;
    background: transparent linear-gradient(180deg, #468DAF 0%, #F9BDC5 100%) 0% 0% no-repeat padding-box;
    bottom:-3rem;
    text-align:center;
  }

  .job_mind {
    margin-bottom: 9rem;
  }

  .job_mind_title {
    font-size: 1.9rem;
    margin-bottom: 1.3rem;
    letter-spacing:0.07rem;
    text-align:center;
  }

  .job_mind_text_wrap {
    width: 35.5rem;
    margin: 0 auto 56.1rem;
  }
  .job_mind_text2{
    letter-spacing:0;
    margin-left:-0.2rem;
  }
  .job_mind_img_top {
    width: 19.2rem;
    height: 23.7rem;
    right: 1rem;
    top: 29.2rem;
  }

  .job_mind_img_bottom {
    width: 30rem;
    height: 18.2rem;
    left: 1rem;
    top: 51.1rem;
  }

  .job_mind_flower1 {
    width: 12.9rem;
        height: auto;
        top: 36.6rem;
        left: 4.9rem;
  }

  .job_mind_flower2 {
    width: 14rem;
        height: auto;
        bottom: 27rem;
        right: 5.8rem;
  }

  .job_mind_box {
    width: 12.3rem;
        height: 11.9rem;
        top: 32.8rem;
  }

  .job_mind_box2 {
    width: 16.5rem;
        height: 8.9rem;
        bottom: 26.3rem;
        top: auto;
  }

  .job_mind_text_wrap_bottom {
    margin-bottom: 0;
  }
  .point_box{
    width:35.5rem;
    height:auto;
    padding-top:1.8rem;
  }
  .point_num{
    margin-bottom:0.4rem;
  }
  .point_content_img{
    width:31.4rem;
    margin-bottom:0.5rem;
  }
  .point_content_title{
    margin-bottom:1.3rem;
  }
  .point_content_text{
    width:31.8rem;
  }
  .point_title {
    font-size: 1.9rem;
    width: 35.5rem;
    margin: 0 auto 1.4rem;
    text-align: center;

  }

  .point_list {
    flex-direction: column;
    align-items: center;
    gap:1.6rem;
  }
.point_content_title_center{
  margin-left:1.9rem;
}
.point_content_title_right{
  margin-left:-0.5rem;
}
  .voice {
    padding-top: 10rem;
    padding-bottom: 0;
    margin-bottom: 8.8rem;
  }

  .voice_title {
    font-size: 2rem;
    margin-bottom: 0.2rem;
  }

  .voice_swiper_area {
    max-width: 54rem;
    margin: 0 auto;
  }

  .voice_swiper {
    width: 100%;
    max-width: 54rem;
    height: 43.2rem;
    overflow: hidden;
  }

  .voice_card {
    width: 27rem;
    height: 37rem;
    transform: translateY(3rem);
    opacity: 0.82;
    z-index: 1;
  }

  .voice_frame {
    width: 27rem;
    height: 36.5rem;
    transform: translateY(3rem);
    padding-top:2rem;
  }
  .voice_card_title{
    letter-spacing: 0.16rem;
    padding-left: 0.4rem;
  }
  .voice_card_img{
    margin-bottom:1.2rem;
  }
  .voice_card_date{
    margin-left:5.2rem;
    gap:0.6rem;
  }
  .voice_card_date h4{
    width:5rem;
  }
  .voice_card_date p{
    font-size:1.4rem;
  }
  .voice_card.swiper-slide-active,
  .voice_card.swiper-slide-duplicate-active {
    transform: translateY(0) scale(1.08);
    opacity: 1;
    z-index: 4;
  }

  .voice_card.swiper-slide-active .voice_frame,
  .voice_card.swiper-slide-duplicate-active .voice_frame {
    transform: translateY(2.75rem);
  }

  .voice_card.swiper-slide-active .voice_frame::after,
  .voice_card.swiper-slide-duplicate-active .voice_frame::after {
    top: 0.9rem;
    right: 1rem;
    font-size: 1.1rem;
  }

  .voice_nav {
    width: 4.5rem;
    height: 4.5rem;
    top:20.5rem;
  }

  .voice_nav::before,
  .voice_nav::after {
    width: 1.65rem;
  }

  .voice_nav_prev {
    left: 0.8rem;
  }

  .voice_nav_prev::before {
    top: 1.6rem;
    left: 1.2rem;
  }

  .voice_nav_prev::after {
    top: 2.6rem;
    left: 1.2rem;
  }

  .voice_nav_next {
    right: 0.8rem;
  }

  .voice_nav_next::before {
    top: 1.6rem;
    left: 1.6rem;
  }

  .voice_nav_next::after {
    top: 2.7rem;
    left: 1.6rem;
  }

  .voice_face_back {
    top: -34rem;
  }

  .voice_text {
    width: 35.5rem;
    margin: 0 auto;
  }

  .recruit_title {
    font-size: 1.9rem;
    margin-bottom: 0.8rem;
  }

  .recruit_category {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }

  .category_wrap {
    display: block;
    margin-bottom: 3.5rem;
    padding-left:0;

  }

  .category_title {
    margin-bottom: 1.2rem;
    margin-left: 1rem;
  }

  .category_style {
    width: 17rem;
    height: 3rem;
  }

  .category_name_item {
    font-size: 1.8rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

  .jobs {
    width: 35.5rem;
    padding-top: 2.9rem;
    padding-bottom: 2.8rem;
  }

  .job_item {
    width: 33.5rem;
    min-height: 0;
    padding: 1.6rem 1.2rem;
    margin-bottom: 2.4rem;
  }

  .job_item_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0.8rem;
  }

  .employee_job_style,
  .hulltime_job_style,
  .pert_time_job_style,
  .all_job_style {
    width: 17rem;
    height: 2.7rem;
    font-size: 1.6rem;
    margin-bottom: 0.35rem;
    line-height:2.4rem;
  }

  .job_title_wrap {
    width: 100%;
  }

  .job_pdf_title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }

  .job_meta {
    gap: 0.2rem;
    flex-direction: column;
  }

  .job_name {
    width: auto;
    font-size:1.4rem;
    margin-right: 0;
  }

  .pdf_button {
    width: 100%;
    height: 4rem;
    margin-left: 0;
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }

  .category_wrap::before {
    content: "";
    position: absolute;
    left: 1rem;
    bottom: -1.8rem;
    width: 15rem;
    height: 0.2rem;
    background-color: #F9BDC5;
  }

  .category_wrap::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: -1.8rem;
    width: 22rem;
    height: 0.2rem;
    background-color: #468DAF;
  }

  .category_name_item {
    width: auto;
  }
}
