@charset "UTF-8";
/* 共通調整
---------------------------------------------------------------------------- */
/*------------- .m-scroll-bg -------------*/
@media screen and (max-width: 767px) {
  .m-scroll-bg-slider-item {
    height: 14.1333333333vw;
  }
}
/* p-strength
---------------------------------------------------------------------------- */
.p-strength {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.p-strength-wrap {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.p-strength-wrap-ttl {
  font-family: "Orbitron", sans-serif;
  font-size: 22.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: rgba(106, 106, 106, 0.06);
}
@supports (-moz-appearance: none) or (-webkit-hyphens: none) {
  .p-strength-wrap-ttl {
    letter-spacing: normal;
  }
}

.p-strength-wrap-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: fit-content;
  font-size: 2.6rem;
  line-height: 1.8461538462;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-strength-wrap-ttl {
    font-size: 15.2vw;
    width: max-content;
  }
  .p-strength-wrap-txt {
    width: max-content;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
/* p-feature
---------------------------------------------------------------------------- */
.p-feature-stack {
  position: relative;
}

.p-feature-first-container {
  display: contents;
}

.p-feature {
  width: 100%;
  height: 100svh;
  position: sticky;
  top: 0;
}

.p-feature-spacer {
  display: block;
  width: 100%;
  height: 75svh;
}
.p-feature-spacer._first {
  height: 150svh;
}

.p-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.p-feature-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
  position: relative;
}

.p-feature-wrap-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-feature-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-feature-wrap-box {
  width: 64rem;
  color: #fff;
}

.p-feature-wrap-box-num {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2307692308;
  letter-spacing: 0.04em;
  font-weight: 700;
  opacity: 0.5;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}

.p-feature-wrap-box-num::after {
  content: "";
  width: 1px;
  height: 3.3rem;
  background-color: currentColor;
  transform: rotate(20deg);
}

.p-feature-wrap-box-ttl {
  font-size: 5.3rem;
  line-height: 1.3962264151;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 1.5rem;
}

.p-feature-wrap-box-read {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 3.5rem;
}

.p-feature-wrap-box-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 8rem;
}

.p-feature-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.p-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-feature-first-container {
    display: block;
    position: relative;
  }
  .p-feature-first-container .p-feature {
    position: sticky;
    top: 0;
  }
  .p-feature {
    position: initial;
    height: auto;
  }
  .p-feature-wrapper {
    display: flex;
    flex-direction: column;
  }
  .p-feature-wrapper._reverse {
    flex-direction: column-reverse;
  }
  .p-feature-wrap {
    flex: 1 0 auto;
    height: auto;
    padding-block: 10.6666666667vw 16vw;
  }
  .p-feature-wrap-box {
    width: 89.3333333333vw;
  }
  .p-feature-wrap-box-num {
    font-size: 5.3333333333vw;
    column-gap: 2.1333333333vw;
  }
  .p-feature-wrap-box-num::after {
    height: 8vw;
  }
  .p-feature-wrap-box-ttl {
    font-size: 7.4666666667vw;
    line-height: 1.3214285714;
    margin-top: 2.6666666667vw;
  }
  .p-feature-wrap-box-read {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    margin-top: 7.4666666667vw;
  }
  .p-feature-wrap-box-txt {
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 0.07em;
    margin-top: 6.6666666667vw;
  }
  .p-feature-img {
    display: flex;
    flex: 0 1 74.6666666667vw;
    min-height: 0;
    height: auto;
  }
}
/* p-service
---------------------------------------------------------------------------- */
.p-service {
  padding-block: 12.5rem 14rem;
}

.p-service-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
  margin-top: 4.8rem;
}

.p-service-btn {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.8rem;
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .p-service-btn:hover .p-service-btn-wrap::after {
    background-position: left bottom;
  }
  .p-service-btn:hover .p-service-btn-box {
    scale: 1.25;
  }
  .p-service-btn:hover .p-service-btn-box .p-service-btn-arrow {
    scale: 0.8;
  }
  .p-service-btn:hover .p-service-btn-box .p-service-btn-arrow ._arrow-before {
    transform: translate(100%, -100%);
  }
  .p-service-btn:hover .p-service-btn-box .p-service-btn-arrow ._arrow-after {
    transform: translate(0, 0);
  }
}

.p-service-btn-img {
  width: 13.2rem;
  aspect-ratio: 132/176;
  border-radius: 0.6rem;
  overflow: hidden;
}
.p-service-btn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-service-btn-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem 1rem;
  padding-bottom: 3rem;
  position: relative;
}

.p-service-btn-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #2F61E1 0, #2F61E1 50%, #CCCCCC 50%, #CCCCCC 100%);
  background-size: 200% 1px;
  background-position: right bottom;
  transition: background-position 0.3s ease 0s;
}

.p-service-btn-num {
  grid-column: span 2;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2307692308;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: rgba(106, 106, 106, 0.5);
}

.p-service-btn-ttl {
  font-size: 3.6rem;
  line-height: 1.3888888889;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #2F61E1;
}

.p-service-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #2F61E1;
  border: 1px solid currentColor;
  position: relative;
  transition: scale 0.3s ease 0s;
}

.p-service-btn-arrow {
  display: block;
  position: relative;
  width: 2.2rem;
  aspect-ratio: 1;
  overflow: hidden;
}

.p-service-btn-arrow span {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./../../images/common/icn_arrow_diagonal_wh.svg);
  background-color: currentColor;
  transition: transform 0.3s ease-in-out;
}

.p-service-btn-arrow ._arrow-before {
  transform: translate(0, 0);
}

.p-service-btn-arrow ._arrow-after {
  transform: translate(-100%, 100%);
}

@media screen and (max-width: 767px) {
  .p-service {
    padding-block: 13.3333333333vw 13.3333333333vw;
  }
  .p-service-buttons {
    grid-template-columns: 1fr;
    gap: 8.8vw;
    margin-top: 10.6666666667vw;
  }
  .p-service-btn {
    gap: 0 3.2vw;
  }
  .p-service-btn-img {
    width: 18.6666666667vw;
    border-radius: 1.6vw;
  }
  .p-service-btn-wrap {
    gap: 0.8vw 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-service-btn-num {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  .p-service-btn-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .p-service-btn-box {
    width: 9.6vw;
  }
  .p-service-btn-arrow {
    width: 3.2vw;
  }
}
