/*---------------------------
  .place
---------------------------*/
.place {
  margin-top: 113px;
  padding-bottom: 183px;
}

.place__lead {
  font-size: 18px;
  font-weight: 700;
  max-width: 730px;
}

.place__lead+.place__lead {
  margin-top: 1.5em;
}

.place__unit {
  display: flex;
  gap: 30px;
}

.place__unit-item {
  flex: 1;
  box-sizing: border-box;
}



/* Slider */
.place__slide {
  overflow: hidden;
  position: relative;
}

.place__slide .swiper {
  overflow: visible;
  margin: 0 auto;
}

.place__slide .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.place__slide .swiper-slide-next img {
  transform: scale(0.85);
  transform-origin: left center;
}

.place__slide .swiper-slide-prev img {
  transform: scale(0.85);
  transform-origin: right center;
}

.swiper-slide-active .place__slide-ttl,
.swiper-slide-active .place__slide-txt {
  display: block;
  opacity: 1;
}

.place__slide-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  color: #DC1E37;
  opacity: 0;
}

.place__slide-txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 8px;
  opacity: 0;
}

.place__slide-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.place__slide-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C1C1C1;
  opacity: 1;
  margin: 0;
}

.place__slide-pagination .swiper-pagination-bullet-active {
  background: #DC1E37;
}

.place__slide-nav {
  display: flex;
  justify-content: center;
  gap: calc(100vw * 592 / 1280);
  position: absolute;
  width: 100%;
  top: calc(100vw * 324 / 1280);
  z-index: 5;
}

.place__slide-prev,
.place__slide-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #DC1E37;
  border-radius: 50%;
  background: #DC1E37;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
}

.place__slide-prev:hover,
.place__slide-next:hover {
  background: #FFF;
}

.place__slide-prev>span,
.place__slide-next>span {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.place__slide-prev:hover>span,
.place__slide-next:hover>span {
  border-color: #DC1E37;
}

.place__slide-prev>span {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.place__slide-next>span {
  transform: rotate(45deg);
  margin-right: 4px;
}

.place__slide-prev.swiper-button-disabled,
.place__slide-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

/*---------------------------
  .benefit
---------------------------*/
.benefit {
  padding: 57px 0 0;
  background-color: #F5F5F5;
}

.benefit__unit {
  display: grid;
  gap: 30px;
}

.benefit__card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #DC1E37;
  background-color: #FFF;
}

.benefit__card-heading {
  background-color: #DC1E37;
  padding: 9px 40px 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.benefit__card-body {
  padding: 24px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
}

/*---------------------------
  .system
---------------------------*/
.system {
  padding: 113px 0 68px;
  background: url(/jp/about/company/global_cs/recruit/img/common/img_decoration_02.svg)no-repeat left 36vw bottom 28px / auto, #F5F5F5;
}

.system__example {
  font-size: 16px;
  color: #FFF;
  padding: 7px 18px 9px;
  background-color: #DC1E37;
  border-radius: 30px;
  width: fit-content;
  line-height: 1.4;
}

.system__unit {
  display: grid;
  gap: 75px;
  align-items: center;
  position: relative;
}

.system__unit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #DC1E37;
}

.system__unit-circle {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #575757;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.1em;
  position: relative;
}

.system__unit-item {
  border-radius: 12px;
  border: 1px solid #DC1E37;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}

.system__unit-heading,
.system__unit-body {
  box-sizing: border-box;
}

.system__unit-heading {
  background-color: #DC1E37;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  padding: 20px 34px;
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;
}

.system__unit-heading .is-small {
  font-size: 16px;
  font-family: 'DINNextLTPro-HeavyItalic', sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
}

.system__unit-heading .is-small::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFF;

}

.system__unit-body {
  padding: 20px;
  min-height: 230px;
  display: grid;
  place-items: center;
}

.system__unit-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #DC1E37;
}

.attempt {
  margin-top: 185px;
  padding-bottom: 200px;
}

.attempt__unit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 34px;
  align-items: center;
}

.attempt__unit-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (min-width: 661px) {
  .place__unit-item:nth-child(2) {
    padding-left: 26px;
  }

  .place__unit-img {
    margin-left: -19%;
  }

  .place__slide {
    background: url(/jp/about/company/global_cs/recruit/img/common/img_decoration_01.svg)no-repeat left 9.7vw bottom 23px;
  }

  .benefit__unit {
    grid-template-columns: repeat(2, 1fr);
  }

  .system__unit {
    grid-template-columns: 120px 1fr 120px 1fr;
  }
}

@media screen and (max-width: 660px) {
  .place {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .place__lead {
    font-size: 16px;
  }

  .place__unit {
    flex-direction: column;
    gap: 24px;
  }

  .place__slide-ttl {
    font-size: 16px;
    margin-top: 12px;
  }

  .place__slide-txt {
    font-size: 14px;
    margin-top: 6px;
  }

  .place__slide-nav {
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .place__slide-prev,
  .place__slide-next {
    width: 40px;
    height: 40px;
  }

  .place__slide-prev>span,
  .place__slide-next>span {
    width: 8px;
    height: 8px;
  }

  .benefit__card-heading {
    font-size: 18px;
  }

  .benefit__card-body {
    padding: 20px;
    grid-template-columns: 75px 1fr;
    gap: 16px;
  }

  .system__unit {
    gap: 40px;
  }

  .system__unit-circle {
    width: 110px;
    margin: 0 auto;
  }

  .system__unit::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
  }

  .system__unit-heading {
    padding: 16px 34px;
    font-size: 18px;
    min-height: 75px;
  }

  .system__unit-txt {
    font-size: 16px;
  }

  .attempt__unit-img {
    text-align: center;
  }

  .system__unit-body {
    min-height: 180px
  }

  .attempt {
    margin-top: 50px;
    padding-bottom: 80px;
  }

  .attempt__unit {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}