@charset "utf-8";

.swiper_mv--outer {
  position: relative;
  margin-bottom: -360px;
}
.swiper_mv {
  width: 95%;
  height: 720px;
  margin: 0 auto;
  margin-right: 0;
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
  }
  @media screen and (max-width: 767px) {
    height: 440px;
  }
}

.mv_news {
  position: absolute;
  width: 90%;
  bottom: 32px;
  right: 0;
  z-index: 2;
  .news_item {
    border: none;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.75);
    align-items: center;
  }
  .news_ttl {margin-top: -2px;}
  @media screen and (max-width: 767px) {
    .news_item {
      flex-direction: row;
      flex-wrap: nowrap;
      overflow: auto;
      white-space: nowrap;
    }
    .news_ttl {margin-top: 0;}
  }
}
.mv_news--ttl {
  position: relative;
  color: var(--blue-color);
  letter-spacing: var(--letter-12);
  display: flex;
  align-items: center;
  gap: 20px;
  &::after {
    content: '';
    background: var(--blue-color);
    width: 1px;
    height: 32px;
  }
  @media screen and (max-width: 767px) {
    gap: 0.5em;
  }
}
.mv_fixed--ttl {
  position: absolute;
  display: flex;
  top: 0;
  left: 15%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  @media screen and (max-width: 767px) {
    width: 90%;
    justify-content: center;
    align-items: center;
    left: 5%;
    right: 0;
  }
}


.policy_sec {
  padding: 420px 0 160px;
  background: var(--gradient-main);
  margin-bottom: -160px;
  @media screen and (max-width: 767px) {
    margin-bottom: -140px;
  }
}
.policy_flex {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-65);
  .bold_txt {line-height: 2;}
  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }
}
.policy_ttl {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 10px;
  @media screen and (max-width: 767px) {
    min-height: 280px;
  }
}
.policy_ttl--first,
.policy_ttl--last {
  font-size: var(--font-32);
  letter-spacing: var(--letter-64);
  border-radius: 10px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0.5em 0.25em;
  color: var(--blue-color);
  background: #fff;
  @media screen and (max-width: 767px) {
    
  }
}
.policy_ttl--last {margin-top: 40px;}


.swiper_card--outer {
  overflow: hidden;
  height: 640px;
  @media screen and (max-width: 1536px) {
    height: 560px;
  }
  @media screen and (max-width: 767px) {
    height: 240px;
  }
}


.swiper_card {
  overflow: visible;
}
.swiper_card--item {
  display: flex;
  justify-content: center;
  align-items: center;
  img {border-radius: 10px;}
}
.swiper_card .swiper-slide {
  transition: all 1.5s ease;
}
.swiper_card .swiper-slide:not(.swiper-slide-active) .swiper_card--item {
  opacity: 0.3;
  pointer-events: none;
}
.swiper_card .swiper-slide.swiper-slide-prev {
  margin-top: 30px;
  transform: rotate(-10deg);
}
.swiper_card .swiper-slide.prev-prev {
  margin-top: 320px;
  transform: rotate(-30deg);
  & + .swiper-slide{
    margin-top: 144px;
    transform: rotate(-20deg);
  }
}
.swiper_card .swiper-slide.swiper-slide-next {
  margin-top: 30px;
  transform: rotate(10deg);
  & + .swiper-slide {
    margin-top: 144px;
    transform: rotate(20deg);
    & + .swiper-slide {
      margin-top: 320px;
      transform: rotate(30deg);
    }
  }
}

h2.center_txt:has(img[src = "img/how_ttl.svg"]) {
  margin-top: -100px;
  @media screen and (max-width: 767px) {
    width: 90%;
    margin: 0 auto;
  }
}
.appeal_link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--blue-color);
  font-size: var(--font-24);
  font-weight: 700;
  letter-spacing: var(--letter-48);
  margin-top: var(--space-30);
  z-index: 1;
}

.num_sec {
  margin: 220px 0 80px;
  @media screen and (max-width: 767px) {
    
  }
}
.num_inner {
  position: relative;
  display: block;
  width: 90%;
  max-width: 872px;
  height: 294px;
  margin: 0 auto;
  background: url(../img/num_inner.webp)no-repeat center;
  background-size: cover;
  @media screen and (max-width: 767px) {
    height: 200px;
  }
}
.num_ttl {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 10px;
  @media screen and (max-width: 767px) {
    left: 20px;
  }
}
.num_ttl--first,
.num_ttl--last {
  font-size: var(--font-32);
  letter-spacing: var(--letter-64);
  border-radius: 10px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 1em 0.25em;
  color: var(--green-color);
  background: #fff;
}
.num_ttl--first {margin-top: -40px;}
.num_ttl--last {gap: 8px;}
@media screen and (max-width: 767px) {
  .num_ttl--last {min-height: 240px;}
}

.num_ttl--sub {
  position: absolute;
  left: 120px;
  bottom: 64px;
  @media screen and (max-width: 767px) {
    bottom: 20px;
    left: 80px;
  }
}
.num_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  display: flex;
  align-items: center;
  @media screen and (max-width: 767px) {
    width: calc(100% - 140px);
    right: 16px;
    img {max-height: 90%;object-fit: contain;}
  }
}
.num_bg {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -320px;
  width: 100%;
  height: 822px;
  z-index: -1;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}


.interview_bg {
  position: absolute;
  background: var(--gradient-main);
  right: 0;
  left: 0;
  margin: auto;
  bottom: 160px;
  width: 100%;
  height: 80%;
  max-height: 979px;
  z-index: -1;
  @media screen and (max-width: 767px) {
    max-height: initial;
  }
}
.interview_flex {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  &.rev {
    flex-direction: row-reverse;
  }
  &:not(:last-child) {
    margin-bottom: var(--space-45);
  }
  @media screen and (max-width: 767px) {
    gap: 10px;
  }
}
.interview_ttl {
  font-size: var(--font-32);
  letter-spacing: var(--letter-64);
  border-radius: 10px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 1em 0.25em;
  &.type01 {
    color: #fff;
    background: var(--blue-color);
  }
  &.type02 {
    color: var(--green-color);
    background: #fff;
  }
}
.interview_cont--child {
  width: 100%;
  max-width: 850px;
  &:not(:last-child) {
    margin-bottom: 96px;
  }
  @media screen and (max-width: 767px) {
    &:not(:last-child) {
      margin-bottom: 48px;
    }
  }
}
.interview_cont--child .interview_list {
  flex-wrap: wrap;
  li:has(img[width="850"]) {
    width: 100%;
  }
  li:has(img[width="850"]) .interview_txt {width: 95%;}
  @media screen and (max-width: 767px) {
    li:has(img[width="850"]) {
      aspect-ratio: 415 / 289;
      a, figure, img {height: 100%;}
      img {object-fit: cover;}
    }
    li:has(img[width="850"]) .interview_txt {width: 90%;}
  }
}

.interview_cont .cmn_normal--ttl {margin-bottom: 0;}
.interview_list {
  display: flex;
  gap: 20px;
  margin-top: var(--space-30);
  &.triple {margin-top: 0;}
  &.triple li {
    width: calc(33.3% - 13.3px);
    max-width: 241px;
  }
  &.double li {
    width: calc(50% - 10px);
    max-width: 415px;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 10px;
    &.triple {
      flex-direction: initial;
      flex-wrap: wrap;
      justify-content: center;
      li {
        width: calc(50% - 5px);
      }
    }
    &.double li {
      width: 100%;
      height: 294px;
    }
  }
}
.interview_link {
  position: relative;
  display: block;
  transition: all 0.5s ease;
  figure {
    overflow: hidden;
    height: auto;
    border-radius: 10px;
  }
  &:hover img {
    opacity: 1;
    transform: scale(1.06, 1.06);
    transition: 0.5s all;
  }
}
@media screen and (max-width: 767px) {
  .interview_list.double .interview_link {
    height: 100%;
    figure,
    figure img {
      height: 100%;
      object-fit: cover;
    }
  }
}
.interview_txt {
  position: absolute;
  width: 90%;
  right: 0;
  bottom: 32px;
  left: 0;
  margin: auto;
  color: #fff;
  @media screen and (max-width: 767px) {
    bottom: 5%;
  }
}
.interview_txt--main {
  font-size: var(--font-24);
  letter-spacing: var(--letter-40);
  font-weight: 700;
  @media screen and (max-width: 767px) {
    font-size: min(2.4rem, 4.2vw);
  }
}


.job_des--sec {
  padding-top: 120px;
}
.job_des--coverLink {
  position: relative;
  figure {
    width: 100%;
  }
  figure img {
    width: 100%;
    height: 283px;
    object-fit: cover;
  }
}
.job_des--ttl {
  position: absolute;
  top: -64px;
  right: 5%;
  font-size: var(--font-32);
  letter-spacing: var(--letter-64);
  color: #fff;
  background: var(--blue-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 1em 0.5em;
}