.p-gsap-target {
  position: relative;
}

/*
p-mv----------------------------------------------------------------------*/
.p-mv {
  position: relative;
  margin-top: 88px;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 88px);
  padding: 200px 0;
}

.p-mv-video-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
}
.p-mv-video-wrap video {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.p-mv-main-desc {
  position: relative;
  z-index: 10;
  width: 756px;
  margin: 0 auto 40px;
}

.p-mv-main-subdesc {
  position: relative;
  z-index: 10;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.p-scroll-icn {
  display: block;
  width: 60px;
  position: absolute;
  z-index: 10;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  animation: float 1.5s linear 6 backwards;
}

@keyframes float {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(-50%) translateY(1em);
  }
  100% {
    transform: translateX(-50%) translateY(0px);
  }
}
@media screen and (max-width: 1450px) {
  .p-mv {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1250px) {
  .p-mv {
    margin-top: 82px;
    height: auto;
  }
  .p-mv-video-wrap {
    overflow: hidden;
  }
  .p-mv-video-wrap video {
    width: 100%;
    height: auto;
  }
  .p-scroll-icn {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 13.3333333333vw;
    padding: 40vw 0 63.3333333333vw;
    height: calc(100% - 13.333vw);
  }
  .p-mv-main {
    width: 100%;
  }
  .p-mv-main-desc {
    width: 92%;
    margin-bottom: 5.3333333333vw;
  }
  .p-mv-main-subdesc {
    font-size: 4vw;
  }
  .p-scroll-icn {
    width: 14.6666666667vw;
    bottom: 5.3333333333vw;
  }
  .p-mv-video-wrap {
    overflow: hidden;
  }
}
/* p-introduction
---------------------------------------------------------------------------- */
.p-introduction {
  margin-left: auto;
  margin-right: auto;
}

.p-introduction-top {
  position: relative;
  padding: 60px 0;
  background: #f5f5f5;
  overflow: hidden;
}

.p-bg-text {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 180%;
  transform: translateY(-50%);
  animation: textFloat 50s linear infinite;
}

@keyframes textFloat {
  0% {
    transform: translateX(10%) translateY(-50%);
  }
  100% {
    transform: translateX(-100%) translateY(-50%);
  }
}
.p-introduction-content {
  position: relative;
  z-index: 10;
  width: 650px;
  padding: 75px 0 40px;
  background: #d82122;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-introduction-desc {
  font-size: 3.4rem;
  line-height: 1.5294117647;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.p-introduction-subdesc {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 70px;
}

.p-introduction-bottom {
  background: url("../../../assets/images/top/bg_introduction_bottom_pc.gif") center/cover no-repeat;
}

.p-introduction-bottom-inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 125px 0 85px 45px;
  width: 50%;
  margin-left: auto;
}

.p-introduction-bottom-desc {
  margin-bottom: 50px;
  font-size: 3.9rem;
  line-height: 1.4358974359;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #fff;
}
.p-introduction-bottom-desc span {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.p-viewbtn-ml {
  width: 155px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .p-introduction {
    width: 100%;
  }
  .p-introduction-top {
    padding: 12vw 0 16vw;
  }
  .p-introduction-content {
    width: 92vw;
    padding: 10vw 1vw 8vw;
  }
  .p-introduction-desc {
    margin-bottom: 2vw;
    font-size: 5.6vw;
  }
  .p-introduction-subdesc {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 8.6666666667vw;
  }
  .p-viewbtn-ml {
    width: 24.6666666667vw;
    height: 6.6666666667vw;
  }
  .p-viewbtn-rect-link {
    font-size: 4vw;
  }
  .p-viewbtn-rect-link::after {
    right: 3.3333333333vw;
    width: 1.7333333333vw;
    height: 1.7333333333vw;
    border-width: 0.6666666667vw;
  }
  .p-viewbtn-border::after {
    height: 0.2666666667vw;
  }
  .p-viewbtn-link-black::after {
    border-width: 0.5333333333vw;
  }
  .p-viewbtn-border-link {
    font-size: 4.5333333333vw;
  }
  .p-viewbtn-border-link::after {
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    border-width: 0.5333333333vw;
    top: 2.4vw;
    right: 0.6666666667vw;
  }
  .p-viewbtn-border-link-red::after {
    width: 2vw;
    height: 2vw;
    right: 0;
  }
  .p-viewbtn-border::before {
    height: 0.1333333333vw;
  }
  .p-viewbtn-link-border::after {
    top: 1.5vw;
    right: 1vw;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
    border-width: 0.4vw;
  }
  .p-viewbtn-rect {
    width: 48vw;
    height: 13.3333333333vw;
  }
  .p-viewbtn-link-red::after {
    border-width: 0.5333333333vw;
  }
  .p-introduction-bottom {
    padding-top: 20.6666666667vw;
    background: url("../../../assets/images/top/bg_introduction_bottom_sp.gif") center/cover no-repeat;
  }
  .p-introduction-bottom-inner {
    width: 100%;
    height: 60%;
    margin: auto 0 0 0;
    padding: 7.3333333333vw 0 4vw 8vw;
  }
  .p-introduction-bottom-desc {
    margin-bottom: 4.6666666667vw;
    font-size: 6.4vw;
  }
  .p-introduction-bottom-desc span {
    font-size: 4vw;
  }
  .p-bg-text {
    font-size: 26.6666666667vw;
  }
}
/*p-business
---------------------------------------------------------------------------- */
.p-business {
  width: 100%;
  padding: 115px 0 180px;
  background: url("../../../assets/images/top/bg_business_pc.jpg") center/100% 100% no-repeat;
}

.l-content {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.p-business-top {
  text-align: center;
}

.p-content-ttl {
  position: relative;
  margin-bottom: 20px;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #2a2a2a;
}

.p-content-ttl-sub {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.015em;
  font-weight: 500;
  color: #d82122;
  margin-bottom: 50px;
  text-align: center;
}

.p-business-ttl {
  position: relative;
}

.p-business-subttl {
  margin-bottom: 85px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.015em;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-business-field-item {
  margin-bottom: 120px;
  border-right: 4px solid #d82122;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: min(1450px,90%);
}

@media screen and (max-width: 1300px) {
  .p-business-field-item {
    max-width: 1170px;
  }
}
.p-business-field-item img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.p-business-field-item:nth-of-type(2n) {
  border: none;
  border-left: 4px solid #d82122;
  flex-direction: row-reverse;
  margin-left: auto;
}

.p-business-field-item:last-of-type {
  margin-bottom: 0;
}

.p-business-field-item-img {
  width: 860px;
  width: min(860px,75%);
}

.p-business-field-content {
  position: relative;
  width: 600px;
  padding: 70px 70px 75px;
  background: #fff;
  padding: 5%;
  width: min(600px,25%%);
}

.p-business-field-content03 {
  padding-top: 105px;
}

.p-business-field-ttl {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 25px;
}

.p-business-field-desc {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.015em;
  font-weight: 500;
}

.p-viewbtn-border-black::before {
  background: #2a2a2a;
}

.p-viewbtn-link-border-black::after {
  border-color: #d82122;
}

@media screen and (max-width: 767px) {
  .l-content {
    width: 100%;
  }
  .p-business {
    background: url("../../../assets/images/top/bg_business_sp.gif") center/100% 100% no-repeat;
    padding: 14.6666666667vw 4vw 18.6666666667vw;
  }
  .p-content-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 3.3333333333vw;
    padding-top: 0;
  }
  .p-content-ttl-sub {
    font-size: 4vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-business-subttl {
    margin-bottom: 8.6666666667vw;
    text-align: left;
    line-height: 1.6;
    font-size: 4vw;
    letter-spacing: 0.015em;
  }
  .p-business-field-list {
    width: 100%;
  }
  .p-business-field-item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10vw;
    border: none;
  }
  .p-business-field-item:nth-of-type(2n) {
    flex-direction: column;
    border: none;
  }
  .p-business-field-item:last-of-type {
    margin-bottom: 0;
  }
  .p-business-field-item-img {
    position: relative;
    height: 56.6666666667vw;
    width: 100%;
    overflow: hidden;
  }
  .p-business-field-item-img img {
    object-fit: cover;
    width: auto;
    height: 100%;
  }
  .p-business-field-content {
    padding: 9.3333333333vw 6vw 10.6666666667vw;
    width: 100%;
    border-right: 0.8vw solid #d82122;
  }
  .p-business-field-ttl {
    margin-bottom: 2vw;
    font-size: 5.6vw;
  }
  .p-business-field-desc {
    margin-bottom: 4.6666666667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  .p-business-field-content .p-viewbtn-ml {
    width: 26vw;
    height: 7.3333333333vw;
  }
  .p-business-field-content .p-viewbtn-link-border-black::after {
    top: 0.5vw;
    width: 2vw;
    height: 2vw;
    border-width: 0.6666666667vw;
  }
}
/*p-company
---------------------------------------------------------------------------- */
.p-company {
  width: 100%;
  background: url("../../../assets/images/top/bg_company_pc.png") center/cover no-repeat;
  padding: 85px 0 65px;
}

.p-company-ttl {
  color: #fff;
  text-align: center;
}

.p-company .p-content-ttl-sub {
  color: #fff;
}

.p-company-subttl {
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .p-company {
    padding: 12.6666666667vw 7.3333333333vw 15.3333333333vw;
  }
  .p-company-ttl::before {
    width: 16.6666666667vw;
    height: 3.3333333333vw;
  }
  .p-company-subttl {
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 8.4vw;
  }
}
/*
---------------------------------------------------------------------------- */
