@charset "utf-8";

.p-mv::after {
  display: none;
}
.p-mv-inner {
  /*width: 92%;
  max-width: 767px;*/
  /*width: calc(100% - 30px);
  height: 250px;*/
  position:relative;
  width: 100%;
  height: auto;
}
.p-mv-img {
  /*height: 250px;*/
  height: auto;
}
.p-mv-img-cnt {
  position:static;
/*  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;*/
}
.p-mv-img-inner {
  height: auto;
}

/* ▼タイトル */
.p-mv-heading-cnt {
  position: absolute;
  margin: 0 15px;
}
.p-mv-heading-second {
  font-size: 3.2rem;
}

/*=============== ▼p-solution ===============*/

.p-solution {
  margin: 60px 0 0 0;
}

.p-solution-heading-cnt {
  /*width: 92%;
  max-width: 767px;*/
  width: calc(100% - 30px);
}

.p-solution-heading-second {
  font-size: 2.4rem;
}

.p-solution-heading-description {
  margin: 30px 0 0 0;
}

.p-solution-inner {
  max-width: 767px;
}

.p-solution-inner::after {
  top: -23%;
  width: 100%;
  max-width: 767px;
  height: 92%;
}

.p-solution-map-cnt {
  margin: 80px auto 0 auto;
  /*width: 92%;
  max-width: 767px;*/
  width: calc(100% - 30px);
}

.p-solution-map-img {
  width: 100%;
  height: auto;
}

.p-solution-circle-text,
.p-solution-circle-blue {
  position: absolute;
  bottom: -25%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 50%);
}

.p-solution-circle-img,
.p-solution-circle-blue-img {
  vertical-align: bottom;
}

.p-solution-circle-img {
  width: 200px;
  height: auto;
  animation: rightRotateText 30s linear infinite;
}

.p-solution-circle-blue-img {
  width: 152px;
  height: auto;
}

@keyframes rightRotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.p-solution-card {
  margin: 60px auto 80px auto;
  /*width: 92%;
  max-width: 767px;*/
  width: calc(100% - 30px);
}

.p-solution-card-list {
  justify-content: space-between;
}

.p-solution-card-list-item {
  width: calc(50% - 8px);
  border: none;
}

.p-solution-card-list-item:nth-child(1) {
  margin-left: 0;
}

.p-solution-card-list-item + .p-solution-card-list-item {
  margin-left: 0;
}

.p-solution-card-list-item:nth-child(n + 4) {
  margin-top: 0;
}

.p-solution-card-list-item:nth-child(n + 3) {
  margin: 40px 0 0 0;
}

.p-solution-card-list-link {
  padding: 0;
  height: auto;
}

.p-solution-card-list-link.hover {
  box-shadow: none;
}

.p-solution-card-text {
  margin: 10px 0 0 0;
  font-size: 1.6rem;
}