.p-mv {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-mv-img {
  position: relative;
}
.p-mv-img::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .p-mv-img::after {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  .p-mv-img::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 769px) {
  .p-mv-img {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .p-mv-txt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv-txt {
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
}
@media only screen and (min-width: 769px) {
  .p-mv-txt-item {
    width: 44%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv-txt-item {
    bottom: 5%;
    left: 5%;
    position: absolute;
    width: 60%;
  }
}
@media only screen and (min-width: 769px) {
  .p-aboutus-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 130px 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-aboutus-img {
    width: 43.4%;
  }
}
@media only screen and (max-width: 768px) {
  .p-aboutus-img {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .p-aboutus-info {
    width: 43.4%;
  }
}
@media only screen and (max-width: 768px) {
  .p-aboutus-info-copy br {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .p-service-wrapper {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .p-service-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 130px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-list-item {
    margin: 0 0 15vw 0;
  }
}
.p-service-list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-service-list-item:last-child {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .p-service-list-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-list-img {
    margin: 0 0 7vw 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-service-list-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 45%;
  }
}
@media only screen and (min-width: 769px) {
  .p-service-list-info-wrap {
    width: 56%;
  }
}
@media only screen and (min-width: 769px) {
  .p-company-wrapper {
    max-width: none;
    padding: 130px 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-company-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  .p-company-list {
    margin: 0 auto;
    width: 50%;
  }
}
.p-company-list-item {
  border-bottom: #ccc 1px solid;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-company-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-company-list-item {
    padding: 5vw 0;
  }
}
.p-company-list-item::before {
  background-color: #343131;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 1em;
}
@media only screen and (min-width: 769px) {
  .p-company-list-ttl {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
  }
}
@media only screen and (min-width: 769px) {
  .p-company-list-cont {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .p-company-img {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .p-company-img {
    display: none;
  }
}