.p-hero-title img {
  width: 100%;
  height: auto;
}

.p-wrapper {
  padding-bottom: 10rem;
}

.p-movie-top {
  max-width: 80rem;
  margin: 0 auto 5rem;
}
.p-movie-top img {
  width: 100%;
  height: auto;
}

.p-title {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 3rem;
  border-left: 0.5rem solid #005ED2;
  padding-left: 2rem;
}

.p-title-sub {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 0.1rem solid #005ED2;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.p-title-sub-sub {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1.5rem;
}

.p-bnr-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 6rem;
}

.p-input-tech-subtitle {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: 700;
  margin-bottom: 3rem;
}

.p-input-tech-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.p-input-tech-list-inner + .p-input-tech-list-inner {
  margin-top: 6rem;
}

.p-input-tech-item {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2rem;
  display: block;
  color: #303030;
  text-align: center;
}

.p-input-tech-item-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 700;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
  position: relative;
}
.p-input-tech-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-color: transparent transparent transparent #005ED2;
}

.p-input-tech-item-title-h {
  min-height: 5rem;
}

.p-input-tech-item-logo {
  max-width: 19.8rem;
  margin-bottom: 1rem;
}
.p-input-tech-item-logo img {
  width: 100%;
  height: auto;
}

.p-input-tech-item-text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
}

.p-input-tech-contact {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

.p-input-tech-contact-text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-wrapper {
    padding-bottom: 13.3333333333vw;
  }
  .p-movie-top {
    max-width: 100%;
    margin: 0 auto 13.3333333333vw;
  }
  .p-title {
    font-size: 6.9333333333vw;
    line-height: 1.3846153846;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 8vw;
    border-left: 1.3333333333vw solid #005ED2;
    padding-left: 5.3333333333vw;
  }
  .p-title-sub {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-bottom: 0.2666666667vw solid #005ED2;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
  }
  .p-title-sub-sub {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
    padding-left: 4vw;
  }
  .p-bnr-list {
    flex-direction: column;
    gap: 8vw;
    margin-bottom: 16vw;
  }
  .p-input-tech-subtitle {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.015em;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  .p-input-tech-list {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-input-tech-list-inner + .p-input-tech-list-inner {
    margin-top: 16vw;
  }
  .p-input-tech-item {
    padding: 5.3333333333vw;
  }
  .p-input-tech-item-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700;
    padding-left: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-input-tech-item-title::before {
    top: 2.6666666667vw;
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  }
  .p-input-tech-item-title-h {
    min-height: auto;
  }
  .p-input-tech-item-logo {
    max-width: 100%;
    margin-bottom: 2.6666666667vw;
  }
  .p-input-tech-item-text {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-input-tech-contact {
    margin-top: 8vw;
  }
  .p-input-tech-contact-text {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-top: 5.3333333333vw;
  }
}
