/* mv
---------------------------------------------------------------------------- */
.p-mv {
  color: #fff;
  height: 48.9583333333vw;
  background-color: #141414;
  position: relative;
}

.p-mv-video {
  position: absolute;
  top: 0;
  left: 12.5vw;
  right: 0;
  bottom: 0;
}
.p-mv-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.p-mv-inner {
  position: absolute;
  bottom: 4.4270833333vw;
  left: 5.2083333333vw;
}

.p-mv-txt01,
.p-mv-txt02 {
  display: block;
}

.p-mv-txt01 {
  font-size: 2.4rem;
  line-height: 1.7916666667;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1.25vw;
  font-family: "Zenkaku Gothic New";
  margin-bottom: 1.0416666667vw;
}

.p-mv-txt02 {
  color: #fff;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-size: 8.3333333333vw;
  font-family: "Rajdhani";
}

.p-mv-scroll {
  position: absolute;
  right: 5.2083333333vw;
  bottom: 6.7708333333vw;
  width: 7.2916666667vw;
  height: auto;
  aspect-ratio: 1/1;
}
.p-mv-scroll::before, .p-mv-scroll::after {
  position: absolute;
  content: "";
}
.p-mv-scroll::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/top/img_scroll-txt.png) no-repeat center/contain;
  transform-origin: center;
  animation: rotate 12s linear infinite;
}
.p-mv-scroll::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.3541666667vw;
  height: auto;
  aspect-ratio: 26/38;
  background: url(../../images/top/img_scroll-arw.png) no-repeat center/contain;
}

@keyframes rotate {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
.p-mv-pickup {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-mv-pickup::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1.0416666667vw;
  transform: translateY(-50%);
  width: 1.25vw;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../images/common/icn_blur-circle_lb.png) no-repeat center/contain;
  z-index: 1;
}

.p-mv-pickup-link {
  display: block;
  padding: 0.78125vw;
  padding-left: 3.3854166667vw;
  padding-right: 5.7291666667vw;
  background-color: #6B7477;
  position: relative;
}
.p-mv-pickup-link::before, .p-mv-pickup-link::after {
  position: absolute;
  content: "";
}
.p-mv-pickup-link::before {
  top: 0;
  right: 0;
  width: 4.1666666667vw;
  height: 100%;
  background-color: #3E4547;
  transition: all 0.3s;
}
.p-mv-pickup-link::after {
  top: 50%;
  transform: translateY(-50%);
  right: 1.40625vw;
  width: 1.3020833333vw;
  height: auto;
  aspect-ratio: 50/41;
  background: url(../../images/common/icn_arw01_wh.png) no-repeat center/contain;
}
.p-mv-pickup-link:hover::before {
  background-color: #fff;
}
.p-mv-pickup-link:hover::after {
  background: url(../../images/common/icn_arw01_bk.png) no-repeat center/contain;
}

.p-mv-pickup-link-date {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 1.0416666667vw;
  font-family: "Rajdhani";
  margin-bottom: 0.15625vw;
}

.p-mv-pickup-link-ttl {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8333333333vw;
  width: 26.7708333333vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .p-mv {
    height: 168vw;
  }
  .p-mv-video {
    top: 0;
    left: 10.6666666667vw;
    height: 144vw;
  }
  .p-mv-video video {
    object-fit: cover;
  }
  .p-mv-inner {
    bottom: 32vw;
    left: 5.3333333333vw;
  }
  .p-mv-txt01 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-mv-txt02 {
    font-size: 18.6666666667vw;
  }
  .p-mv-scroll {
    display: none;
  }
  .p-mv-pickup {
    width: 100%;
    height: 24vw;
  }
  .p-mv-pickup::before {
    left: 4vw;
    width: 5.3333333333vw;
  }
  .p-mv-pickup-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1.3333333333vw;
    padding-left: 10.6666666667vw;
    padding-right: 29.3333333333vw;
  }
  .p-mv-pickup-link::before {
    width: 16vw;
  }
  .p-mv-pickup-link::after {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
  }
  .p-mv-pickup-link-date {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
  .p-mv-pickup-link-ttl {
    font-size: 3.7333333333vw;
    width: 68vw;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
/* common
---------------------------------------------------------------------------- */
.p-sec {
  padding: 10rem 0;
}
.p-sec._gray {
  background: url(../../images/top/bg_scene_pc.png) no-repeat center top/cover;
}

.p-sec-lead {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .p-sec {
    padding: 13.3333333333vw 0;
  }
  .p-sec._gray {
    background: url(../../images/top/bg_scene_sp.png) no-repeat center top/cover;
  }
  .p-sec-lead {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
/* about
---------------------------------------------------------------------------- */
.p-about {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 17rem 0 10rem;
  position: relative;
  background: url(../../images/top/bg_about_pc.png) no-repeat center bottom -16.6666666667vw/100%;
}
.p-about::before {
  position: absolute;
  content: "ABOUT US";
  top: 0;
  left: -3rem;
  color: #343131;
  font-size: 20rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Rajdhani";
  transform: scale(-1, -1);
  writing-mode: vertical-rl;
}

.p-about-ttl {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 3.3rem;
  margin-bottom: 3.5rem;
}
.p-about-ttl::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0;
  width: 1.9rem;
  height: auto;
  aspect-ratio: 19/29;
  background: url(../../images/common/icn_stripe_gr-lb.svg) no-repeat center/contain;
}

.p-about-txt01 {
  font-size: 3.2rem;
  line-height: 1.78125;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 2.5rem;
  margin-bottom: 7.5rem;
  position: relative;
}
.p-about-txt01 span {
  padding: 0.2rem 0.5rem 0.3rem;
  margin: 0 0.5rem;
}
.p-about-txt01::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.p-about-swiper {
  width: 100%;
  height: 12.6041666667vw;
  margin-top: 8.3333333333vw;
}
.p-about-swiper .swiper-slide {
  padding: 0 0.78125vw;
  height: auto;
}
.p-about-swiper .swiper-slide img {
  width: 22.3958333333vw;
  height: 100%;
  aspect-ratio: 430/242;
  object-fit: cover;
  border-radius: 1.0416666667vw;
}

.p-about-swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .p-about {
    font-size: 4.2666666667vw;
    padding: 13.3333333333vw 0;
    background: url(../../images/top/bg_about_sp.png) no-repeat center bottom -93.3333333333vw/100%;
  }
  .p-about::before {
    content: none;
  }
  .p-about-ttl {
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-about-ttl::before {
    top: 1.3333333333vw;
    width: 3.7333333333vw;
  }
  .p-about-txt01 {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-left: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-about-txt01 span {
    padding: 0 0.8vw;
    margin: 0 1.3333333333vw;
  }
  .p-about-txt01::before {
    width: 0.2666666667vw;
  }
  .p-about-swiper {
    width: 100%;
    height: 42.6666666667vw;
    margin-top: 13.3333333333vw;
  }
  .p-about-swiper .swiper-slide {
    padding: 0 2.6666666667vw;
    height: auto;
  }
  .p-about-swiper .swiper-slide img {
    width: 75.4666666667vw;
    border-radius: 5.3333333333vw;
  }
}
/* p-service
---------------------------------------------------------------------------- */
.p-service {
  padding: 10rem 0 12rem;
}

.p-service-list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  counter-reset: num;
}

.p-service-item {
  display: flex;
  align-items: start;
  gap: 7rem;
}
.p-service-item img {
  width: 60rem;
  border-radius: 2rem;
}
.p-service-item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-service-item-inner {
  width: calc(100% - 60rem - 7rem);
}

.p-service-item-ttl-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 0.5rem auto auto auto;
  gap: 0.5rem 1.6rem;
  margin-bottom: 2rem;
}

.p-service-item-num {
  grid-row: 2/4;
  grid-column: 1/2;
  width: 7rem;
  height: 7rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 0.2rem solid #fff;
  position: relative;
}
.p-service-item-num::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Rajdhani";
  width: 100%;
  height: 100%;
  padding-top: 0.3rem;
  background-color: rgba(255, 255, 255, 0.08);
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
}

.p-service-item-subttl {
  grid-row: 1/3;
  grid-column: 2/3;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
  width: fit-content;
}
.p-service-item-subttl span {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
}
.p-service-item-subttl span:not(:last-child) {
  margin-bottom: 0.4rem;
}

.p-service-item-ttl {
  grid-row: 3/4;
  grid-column: 2/3;
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
}

@media screen and (max-width: 767px) {
  .p-service {
    padding: 13.3333333333vw 0 16vw;
  }
  .p-service-list {
    gap: 16vw;
  }
  .p-service-item {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-service-item img {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
  .p-service-item:nth-child(even) {
    flex-direction: column;
  }
  .p-service-item-inner {
    width: 100%;
  }
  .p-service-item-ttl-wrap {
    grid-template-rows: auto auto;
    gap: 2.6666666667vw 3.7333333333vw;
    margin-bottom: 4vw;
  }
  .p-service-item-num {
    grid-row: 1/2;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    border: 0.5333333333vw solid #fff;
  }
  .p-service-item-num::before {
    font-size: 10.1333333333vw;
    padding-top: 0.8vw;
  }
  .p-service-item-subttl {
    grid-row: 1/2;
    align-self: center;
    font-size: 4vw;
    padding: 0;
    background: transparent;
  }
  .p-service-item-subttl span {
    padding: 0.5333333333vw 2.1333333333vw;
  }
  .p-service-item-subttl span:not(:last-child) {
    margin-bottom: 1.0666666667vw;
  }
  .p-service-item-ttl {
    grid-row: 2/3;
    grid-column: 1/3;
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
/* p-scene
---------------------------------------------------------------------------- */
.p-scene-list {
  display: flex;
  gap: 3rem;
  margin-bottom: 15rem;
  position: relative;
}
.p-scene-list::before {
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  transform: translate(-50%, 50%);
  content: "";
  width: 8rem;
  height: auto;
  aspect-ratio: 80/67;
  background: url(../../images/common/icn_arw02_lb.svg) no-repeat center/contain;
}

.p-scene-item {
  width: 12.2rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  text-align: center;
}
.p-scene-item img {
  display: block;
  margin-bottom: 1.5rem;
}

.p-scene-txt01 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  width: 110rem;
  padding: 1.5rem 0;
  margin: auto;
  background-color: #282D3D;
}

@media screen and (max-width: 767px) {
  .p-scene {
    padding-bottom: 16vw;
  }
  .p-scene-list {
    flex-wrap: wrap;
    gap: 5.3333333333vw 4.5333333333vw;
    margin-bottom: 24vw;
  }
  .p-scene-list::before {
    bottom: -12vw;
    width: 16vw;
  }
  .p-scene-item {
    width: 26.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
  .p-scene-item img {
    margin-bottom: 2.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .p-scene-txt01 {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    text-align: center;
    width: 100%;
    padding: 4vw;
    border-radius: 1.6vw;
  }
}
/* p-advantage
---------------------------------------------------------------------------- */
.p-advantage {
  background-color: #353535;
}

.p-advantage-box01 {
  width: 110rem;
  padding: 7rem 6rem 6rem;
  margin: 8.5rem auto 6rem;
  border-radius: 0.6rem;
  background-color: #3E4547;
  position: relative;
}

.p-advantage-box01-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  line-height: 1.59375;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  padding: 0 2rem;
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
}

.p-advantage-logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-bottom: 8rem;
}
.p-advantage-logo-list li {
  width: calc(20% - 2.4rem);
}

.p-advantage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .p-advantage-box01 {
    width: 100%;
    padding: 21.3333333333vw 5.3333333333vw 8vw;
    margin: 18.6666666667vw auto 10.6666666667vw;
    border-radius: 1.6vw;
  }
  .p-advantage-box01-ttl {
    font-size: 5.3333333333vw;
    transform: translate(-50%, -25%);
    text-align: center;
    background: transparent;
    padding: 0;
  }
  .p-advantage-box01-ttl span {
    display: inline-block;
    padding: 0.8vw 1.3333333333vw;
    background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
  }
  .p-advantage-box01-ttl span:not(:last-child) {
    margin-bottom: 1.0666666667vw;
  }
  .p-advantage-logo-list {
    gap: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-advantage-logo-list li {
    width: calc(50% - (2.6666666667vw) / 2);
  }
}
/* p-global
---------------------------------------------------------------------------- */
.p-global picture {
  display: block;
  text-align: center;
}

.p-global-map-ttl {
  color: #00C2C9;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin: 5rem 0 2rem;
}

.p-global-map {
  width: 110rem;
  height: auto;
  aspect-ratio: 1100/547;
  margin: auto;
}
.p-global-map iframe {
  width: 100%;
  height: 100%;
}

.p-global-img-wrap {
  display: flex;
  gap: 2.2rem;
  width: 110rem;
  margin: 4rem auto 0;
}

.p-global-link-wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-global {
    padding-bottom: 16vw;
  }
  .p-global picture,
  .p-global img {
    display: block;
    text-align: center;
  }
  .p-global picture:not(:last-child),
  .p-global img:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .p-global-map-ttl {
    font-size: 5.8666666667vw;
    margin: 8vw 0 2.6666666667vw;
  }
  .p-global-map {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .p-global-img-wrap {
    flex-direction: column;
    gap: 5.3333333333vw;
    width: 100%;
    margin: 8vw auto 0;
  }
  .p-global-link-wrap {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
}
/* p-case
---------------------------------------------------------------------------- */
.p-case-swiper .m-fill-item-ttl {
  margin-bottom: 2.0833333333vw;
}
.p-case-swiper .m-fill-item-link {
  width: 19.7916666667vw;
}
.p-case-swiper .m-fill-item-link .m-hover-img {
  height: 11.09375vw;
  min-height: 11.09375vw;
}

@media screen and (max-width: 767px) {
  .p-case-swiper .m-fill-item-ttl {
    margin-bottom: 5.3333333333vw;
  }
  .p-case-swiper .m-fill-item-link {
    width: 78.6666666667vw;
  }
  .p-case-swiper .m-fill-item-link .m-hover-img {
    height: 44vw;
    min-height: 44vw;
  }
  .p-case-swiper .m-fill-swiper-controller {
    justify-content: center;
    gap: 8vw;
  }
}
/* p-news
---------------------------------------------------------------------------- */
.p-news {
  padding: 12rem 0 4rem;
}

.p-news-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1.5rem auto 1fr;
  gap: 0 7rem;
}
.p-news-inner .m-ttl01-wrap {
  grid-row: 1/3;
  grid-column: 1/2;
}

.p-news-more-btn {
  grid-row: 3/4;
  grid-column: 1/2;
  margin-top: 2rem;
}

.p-news .m-news-list {
  grid-row: 2/4;
  grid-column: 2/3;
  padding: 5rem;
  border-radius: 2rem;
  background-color: #222424;
}

@media screen and (max-width: 767px) {
  .p-news {
    padding: 13.3333333333vw 0 8vw;
  }
  .p-news-inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, auto);
    gap: 0 18.6666666667vw;
  }
  .p-news-inner .m-ttl01-wrap {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-news-more-btn {
    grid-row: 3/4;
    grid-column: 1/2;
    justify-self: end;
    margin-top: 6.6666666667vw;
  }
  .p-news .m-news-list {
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 8vw 5.3333333333vw 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
/* p-column
---------------------------------------------------------------------------- */
.p-column {
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .p-column {
    padding: 6.6666666667vw 0;
  }
}
/* p-company
---------------------------------------------------------------------------- */
.p-company {
  padding: 6rem 0 14rem;
}

.p-company-inner {
  display: flex;
  align-items: center;
  gap: 8rem;
}
.p-company-inner img {
  width: 40rem;
}

@media screen and (max-width: 767px) {
  .p-company {
    padding: 10.6666666667vw 0 16vw;
  }
  .p-company .m-btn01 {
    font-size: 4.8vw;
    width: 61.3333333333vw;
    height: 16vw;
  }
  .p-company-inner {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-company-inner img {
    width: 100%;
  }
}
/* p-recruit
---------------------------------------------------------------------------- */
.p-recruit {
  padding: 2rem;
  background-color: #D1D1D1;
}

.p-recruit-inner {
  padding: 7.5rem 23.5rem 7rem;
  border-radius: 2rem;
  background: url(../../images/top/bg_recruit_pc.png) no-repeat center bottom/cover;
}

.p-recruit-txt {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
}

@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 2.6666666667vw;
  }
  .p-recruit .m-ttl01-wrap {
    margin-bottom: 6.6666666667vw;
  }
  .p-recruit .m-btn01 {
    margin-top: 20vw;
  }
  .p-recruit-inner {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw 10.6666666667vw;
    border-radius: 5.3333333333vw;
    background: url(../../images/top/bg_recruit_sp.png) no-repeat center bottom/cover;
  }
  .p-recruit-txt {
    font-size: 4.2666666667vw;
  }
  .p-recruit-txt:not(:last-child) {
    margin-bottom: 1em;
  }
}
