@charset "UTF-8";
/* ======================================================================
 Toppage
====================================================================== */
/* about */
.p-top-about {
  position: relative;
  z-index: 0;
  padding: 8.2291666667vw 0 3.90625vw 10.9895833333vw;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding: 0 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    background: #607add;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 10.6666666667vw;
    background: #fff;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .p-top-about:after {
    position: absolute;
    top: 8vw;
    right: 0;
    max-height: 100%;
    width: 1.3333333333vw;
    height: calc(100% - 8vw);
    background: #da4700;
    content: "";
  }
}
.p-top-about__inner {
  position: relative;
  z-index: 0;
  padding: 4.4270833333vw 12.5vw 6.5104166667vw 5.9895833333vw;
  background: #607add;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding: 0;
  }
}
.p-top-about__inner:after {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 50.78125vw;
  width: 0.625vw;
  height: 100%;
  background: #da4700;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-about__inner:after {
    display: none;
  }
}
.p-top-about__slider {
  position: absolute;
  top: 3.2291666667vw;
  left: 0;
  z-index: 10;
  width: 54.1145833333vw;
  height: 31.8229166667vw;
}
@media screen and (max-width: 767px) {
  .p-top-about__slider {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 8vw;
    width: 100%;
    height: auto;
  }
}
.p-top-about__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-about__slider .slick-dots {
  position: absolute;
  bottom: -0.8854166667vw;
  left: 13.0208333333vw;
  display: flex;
  gap: 0.3125vw;
}
@media screen and (max-width: 767px) {
  .p-top-about__slider .slick-dots {
    position: static;
    justify-content: center;
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-top-about__slider .slick-dots li {
  margin: 0;
  width: 0.78125vw;
  height: 0.15625vw;
  border-radius: 0.078125vw;
}
@media screen and (max-width: 767px) {
  .p-top-about__slider .slick-dots li {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    border-radius: 0.2666666667vw;
  }
}
.p-top-about__slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  font-size: 0;
  cursor: pointer;
}
.p-top-about__slider .slick-dots li button:before {
  display: none;
}
.p-top-about__slider .slick-dots li.slick-active button {
  background: #da4700;
}
.p-top-about__heading {
  margin-left: auto;
  width: 27.34375vw;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading {
    width: 100%;
  }
}
.p-top-about__title {
  margin-bottom: 1.9791666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-about__title {
    margin-bottom: 5.3333333333vw;
  }
}
.p-top-about__subtitle {
  margin-bottom: 1.4583333333vw;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.1458333333vw;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-top-about__subtitle {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.p-top-about__text {
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 0.8333333333vw;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: 3.7333333333vw;
  }
}
.p-top-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.78125vw;
  margin-top: 4.6875vw;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-about__list {
    grid-template-columns: 1fr;
    row-gap: 4vw;
    margin-top: 8vw;
  }
}
.p-top-about__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.0416666667vw 2.2395833333vw 1.0416666667vw 3.125vw;
  border: 0.0520833333vw solid rgba(255, 255, 255, 0.4);
  border-left: 0.5208333333vw solid #fff;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .p-top-about__item {
    flex-wrap: wrap;
    padding: 4vw 5.3333333333vw 4vw 5.3333333333vw;
    border-left-width: 1.0666666667vw;
  }
}
.p-top-about__item-en {
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 1.3020833333vw;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  transition: color 0.4s;
}
@media screen and (max-width: 767px) {
  .p-top-about__item-en {
    flex-basis: 100%;
    font-size: 4.8vw;
  }
}
.p-top-about__item-ja {
  margin-left: auto;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 1.0416666667vw;
  transition: color 0.4s;
}
@media screen and (max-width: 767px) {
  .p-top-about__item-ja {
    flex-basis: 100%;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-top-about__item-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.8333333333vw;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .p-top-about__item-ico {
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    transform: translateY(-50%);
  }
}
.p-top-about__item-ico::after {
  display: block;
  width: 0.625vw;
  height: 0.5208333333vw;
  background-color: #010b27;
  content: "";
  transition: background-color 0.4s;
  -webkit-mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
  mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-about__item-ico::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-top-about__item:hover {
  border-color: #fff;
  border-left-color: #da4700;
  background-color: #fff;
  transform: translateY(-0.2083333333vw);
}
@media screen and (max-width: 767px) {
  .p-top-about__item:hover {
    transform: translateY(-1.0666666667vw);
  }
}
.p-top-about__item:hover .p-top-about__item-en,
.p-top-about__item:hover .p-top-about__item-ja {
  color: #da4700;
}
.p-top-about__item:hover .p-top-about__item-ico {
  border-color: #607add;
  background-color: #607add;
  transform: translateX(0.2083333333vw);
}
@media screen and (max-width: 767px) {
  .p-top-about__item:hover .p-top-about__item-ico {
    transform: translateX(1.0666666667vw);
  }
}
.p-top-about__item:hover .p-top-about__item-ico::after {
  background-color: #fff;
}

.p-top-business {
  position: relative;
  z-index: 0;
  padding: 4.4270833333vw 0 7.2916666667vw;
}

.p-top-business::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/p-top/business-sec-bg.png) no-repeat center / cover;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-business {
    padding: 21.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-top-business:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0.625vw;
  height: 100%;
  background: #607add;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-business:before {
    width: 1.6vw;
  }
}
.p-top-business__inner {
  margin: 0 auto;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-business__inner {
    width: 100%;
  }
}
.p-top-business__header {
  position: relative;
  z-index: 0;
}
.p-top-business__header .c-link-arrow {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-business__header .c-link-arrow {
    position: static;
    margin-top: 5.3333333333vw;
  }
}
.p-top-business__title {
  margin: 0 0 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-business__title {
    margin: 0 0 5.3333333333vw;
  }
}
.p-top-business__subtitle {
  margin: 0 0 1.4583333333vw;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.1458333333vw;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-top-business__subtitle {
    margin: 0 0 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.p-top-business__text {
  letter-spacing: 0.05em;
  font-size: 0.8333333333vw;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-business__text {
    font-size: 3.7333333333vw;
  }
}
.p-top-business__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.34375vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 767px) {
  .p-top-business__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.p-top-business__item {
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-business__item {
    width: 100%;
  }
}
.p-top-business__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #010b27;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-top-business__link:hover {
  transform: translateY(-0.2083333333vw);
}
@media screen and (max-width: 767px) {
  .p-top-business__link:hover {
    transform: translateY(-1.0666666667vw);
  }
}
.p-top-business__link:hover .p-top-business__more-ico {
  transform: translateX(0.4166666667vw);
}
@media screen and (max-width: 767px) {
  .p-top-business__link:hover .p-top-business__more-ico {
    transform: translateX(1.6vw);
  }
}
.p-top-business__link:hover .p-top-business__img img {
  transform: scale(1.05);
}
.p-top-business__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 444/401;
  width: 100%;
}
.p-top-business__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
.p-top-business__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.25vw 0vw 1.5625vw 2.34375vw;
}
@media screen and (max-width: 767px) {
  .p-top-business__content {
    padding: 5.3333333333vw;
  }
}
.p-top-business__category {
  margin-bottom: 0.8333333333vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-business__category {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-top-business__name {
  margin-bottom: 2.0833333333vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .p-top-business__name {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
.p-top-business__name span {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-business__name span {
    font-size: 4.2666666667vw;
  }
}
.p-top-business__more {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  margin-top: auto;
  color: #da4700;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-business__more {
    gap: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-top-business__more-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  border-radius: 50%;
  background: #da4700;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .p-top-business__more-ico {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-top-business__more-ico::after {
  width: 0.625vw;
  height: 0.5208333333vw;
  background: #fff;
  content: "";
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
  mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
}

.p-top-works {
  padding: 6.25vw 0 7.03125vw;
  background: #010b27;
}
@media screen and (max-width: 767px) {
  .p-top-works {
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
}
.p-top-works__inner {
  padding: 0 0 0 13.0208333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-works__inner {
    padding: 0 5.3333333333vw;
    width: 100%;
  }
}
.p-top-works__row {
  display: flex;
  padding: 3.125vw 0;
}
@media screen and (max-width: 767px) {
  .p-top-works__row {
    flex-direction: column;
    padding: 10.6666666667vw 0;
  }
}
.p-top-works__row--header {
  padding-top: 0;
}
.p-top-works__title {
  margin: 0 0 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-works__title {
    margin: 0 0 5.3333333333vw;
  }
}
.p-top-works__list {
  display: flex;
  flex-direction: column;
}
.p-top-works__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-works__item {
    flex-direction: column;
  }
}
.p-top-works__item:not(:first-child) {
  margin-top: 4.1666666667vw;
  padding: 4.1666666667vw 0 0;
  border-top: 1px solid white;
}
@media screen and (max-width: 767px) {
  .p-top-works__item:not(:first-child) {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 0;
  }
}
.p-top-works__col-left {
  flex-shrink: 0;
  margin-right: 2.0833333333vw;
  width: 26.0416666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-works__col-left {
    margin: 0;
    width: 100%;
  }
}
.p-top-works__col-right {
  min-width: 0;
  width: calc(100% - 23.9583333333vw);
}
@media screen and (max-width: 767px) {
  .p-top-works__col-right {
    margin-top: 8vw;
    width: 100%;
  }
}
.p-top-works__lead {
  margin-bottom: 1.3020833333vw;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-top-works__lead {
    font-size: 4.2666666667vw;
  }
}
.p-top-works__desc {
  color: #fff;
  font-weight: 300;
  font-size: 0.7291666667vw;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-top-works__desc {
    font-size: 3.7333333333vw;
  }
}
.p-top-works__en {
  margin-top: 2.6041666667vw;
  margin-bottom: 1.0416666667vw;
  color: #494b54;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 2.6041666667vw;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .p-top-works__en {
    margin-bottom: 4vw;
    font-size: 6.9333333333vw;
  }
}
.p-top-works__en--min {
  letter-spacing: 0.05em;
}
.p-top-works__ja {
  margin-bottom: 3.125vw;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .p-top-works__ja {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.p-top-works__ja--min {
  letter-spacing: 0.1em;
}
.p-top-works__btn {
  gap: 0.5208333333vw;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-top-works__btn:link, .p-top-works__btn:active, .p-top-works__btn:visited {
  color: #fff;
  cursor: pointer;
}
.p-top-works__btn:hover {
  color: #da4700;
}
.p-top-works__btn:hover {
  transform: translateY(-0.2083333333vw);
}
@media screen and (max-width: 767px) {
  .p-top-works__btn:hover {
    transform: translateY(-1.0666666667vw);
  }
}
.p-top-works__btn:hover .c-link-arrow__ico {
  background: #da4700;
  transform: translateX(0.4166666667vw);
}
@media screen and (max-width: 767px) {
  .p-top-works__btn:hover .c-link-arrow__ico {
    transform: translateX(1.6vw);
  }
}
.p-top-works__btn:hover .c-link-arrow__ico::before {
  background: #fff;
}
.p-top-works__btn .c-link-arrow__ico {
  background: #fff;
}
.p-top-works__btn .c-link-arrow__ico::before {
  background: #010b27;
}
.p-top-works__slider .slick-slide {
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-works__slider .slick-slide {
    margin-right: 4vw;
  }
}
.p-top-works__slide {
  position: relative;
  z-index: 0;
  display: flex !important;
  flex-direction: column;
}
.p-top-works__slide-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-top-works__slide-link:hover {
  transform: translateY(-0.2083333333vw);
}
@media screen and (max-width: 767px) {
  .p-top-works__slide-link:hover {
    transform: translateY(-1.0666666667vw);
  }
}
.p-top-works__slide-link:hover .p-top-works__slide-img img {
  transform: scale(1.05);
}
/* 点検整備（1つ目）のスライドホバー無効 */
.p-top-works__item:first-child .p-top-works__slide-link {
  cursor: default;
  pointer-events: none;
}
.p-top-works__item:first-child .p-top-works__slide-link:hover {
  transform: none;
}
@media screen and (max-width: 767px) {
  .p-top-works__item:first-child .p-top-works__slide-link:hover {
    transform: none;
  }
}
.p-top-works__item:first-child .p-top-works__slide-link:hover .p-top-works__slide-img img {
  transform: none;
}
.p-top-works__slide-img {
  overflow: hidden;
  aspect-ratio: 352/468;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-top-works__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-top-works__slide-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.625vw 1.6666666667vw;
  width: 100%;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-works__slide-cat {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-top-works__slide-cat--blue {
  background: #607add;
  color: #fff;
}
.p-top-works__slide-cat--orange {
  background: #da4700;
  color: #fff;
}
.p-top-works__slide-cat--white {
  background: #fff;
  color: #010b27;
}

/* =================================
 p-top-news
================================= */
.p-top-news {
  padding: 4.1666666667vw 0 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
}
.p-top-news__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8.0729166667vw;
  margin: 0 auto;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    flex-direction: column;
    gap: 0;
    padding: 0 5.3333333333vw;
    width: 100%;
  }
}
.p-top-news__col-left {
  flex-shrink: 0;
  width: 20.5729166667vw;
}
@media screen and (max-width: 767px) {
  .p-top-news__col-left {
    margin-bottom: 10.6666666667vw;
    width: 100%;
  }
}
.p-top-news__col-right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-news__col-right {
    width: 100%;
  }
}
.p-top-news__text {
  margin-top: 1.0416666667vw;
  margin-bottom: 1.4583333333vw;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-news__text {
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}
.p-top-news__cat-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.46875vw;
  width: 12.65625vw;
}
@media screen and (max-width: 767px) {
  .p-top-news__cat-list {
    gap: 2.4vw;
    width: 100%;
  }
}
.p-top-news__cat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 1.5104166667vw;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #010b27;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.6770833333vw;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .p-top-news__cat-btn {
    width: 100%;
    height: 9.6vw;
    font-size: 3.2vw;
  }
}
.p-top-news__cat-btn.is-active, .p-top-news__cat-btn:hover {
  border-color: #da4700;
  background: #da4700;
  color: #fff;
}
.p-top-news__cat-btn:hover {
  transform: translateY(-0.2083333333vw);
}
@media screen and (max-width: 767px) {
  .p-top-news__cat-btn:hover {
    transform: translateY(-1.0666666667vw);
  }
}
.p-top-news__list {
  display: none;
}
.p-top-news__list.is-active {
  display: block;
}

/* =================================
 p-top-recruit
================================= */
.p-top-recruit {
  position: relative;
  z-index: 0;
  padding: 5.2083333333vw 0 3.6458333333vw;
  background: #607add;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-top-recruit:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 44.2708333333vw;
  height: 100%;
  background: #da4700;
  content: "";
  clip-path: polygon(0 0, 100% 0, 10.4166666667vw 100%, 0% 100%);
}
.p-top-recruit:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  aspect-ratio: 889/372;
  width: 46.3020833333vw;
  background: url(../img/p-top/recruit-sec-obj.png) no-repeat center/contain;
  mix-blend-mode: screen;
  content: "";
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top-recruit:after {
    width: 80vw;
  }
}
.p-top-recruit__inner {
  margin: 0 auto;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__inner {
    width: 100%;
  }
}
.p-top-recruit__header {
  position: relative;
  z-index: 0;
}
.p-top-recruit__text {
  margin-top: 1.8229166667vw;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-top-recruit__archive-btn {
  position: absolute;
  top: 3.125vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__archive-btn {
    position: static;
    margin-top: 8vw;
  }
}
.p-top-recruit__archive-btn:link, .p-top-recruit__archive-btn:active, .p-top-recruit__archive-btn:visited {
  color: #fff;
  cursor: pointer;
}
.p-top-recruit__archive-btn:hover {
  color: #da4700;
}
.p-top-recruit__archive-btn:hover .c-link-arrow__ico {
  background: #da4700;
}
.p-top-recruit__archive-btn:hover .c-link-arrow__ico::before {
  background: #fff;
}
.p-top-recruit__archive-btn .c-link-arrow__ico {
  background: #fff;
}
.p-top-recruit__archive-btn .c-link-arrow__ico::before {
  background: #010b27;
}
.p-top-recruit__slider {
  margin-top: 2.6041666667vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-top-recruit__slider {
    margin-top: 10.6666666667vw;
  }
}
.p-top-recruit__slide-img {
  overflow: hidden;
  aspect-ratio: 640/431;
  width: 100%;
}
.p-top-recruit__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-recruit__nav {
  display: flex;
  margin-top: 1.8229166667vw;
  height: 6.5104166667vw;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__nav {
    flex-direction: column;
    margin-top: 5.3333333333vw;
    height: auto;
  }
}
.p-top-recruit__nav-item {
  display: flex;
  flex: 1;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__nav-item {
    padding: 5.3333333333vw 0;
  }
  .p-top-recruit__nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none;
  }
}
.p-top-recruit__nav-item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .p-top-recruit__nav-item:not(:first-child) {
    border-left: none;
  }
}
.p-top-recruit__nav-link {
  color: #fff;
}
.p-top-recruit__nav-link:hover {
  color: #fff;
}
.p-top-recruit__nav-link:hover .c-link-arrow__ico {
  background: #da4700;
}
.p-top-recruit__nav-link:hover .c-link-arrow__ico::before {
  background: #fff;
}
.p-top-recruit__nav-link .c-link-arrow__text {
  color: #fff;
  letter-spacing: 0.2em;
}
.p-top-recruit__nav-link .c-link-arrow__ico {
  background: #fff;
}
.p-top-recruit__nav-link .c-link-arrow__ico::before {
  background: #010b27;
}/*# sourceMappingURL=p-top.css.map */