.p-construction {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .p-construction {
    padding: 8rem 0;
  }
}
@media (min-width: 768px) {
  .p-construction .hline01 {
    margin-top: 7.5rem;
  }
}
.p-construction .grid-gallery {
  margin-top: 2.25rem;
}
@media (min-width: 768px) {
  .p-construction .grid-gallery {
    margin-top: 4.5rem;
  }
}
.p-construction__txt {
  margin-bottom: 2.5rem;
  line-height: 1.7857142857;
}
@media (min-width: 768px) {
  .p-construction__txt {
    line-height: 1.8125;
  }
}
.p-construction__section {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-construction__section {
    margin-bottom: 5rem;
  }
}
.p-construction__section:last-child {
  margin-bottom: 0;
}
.p-construction__img {
  width: calc(50% - 0.5rem);
  text-align: center;
}
@media (min-width: 768px) {
  .p-construction__img {
    width: calc(50% - 2rem);
  }
}
.p-construction__img.--auto {
  width: auto;
}
.p-construction__sub {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-construction__sub {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.p-construction__social {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-construction__social {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-construction__social-item {
  border: 0.1rem solid var(--keycolor);
  border-radius: 0.5rem;
  text-align: center;
  padding: 2.5rem 1.8rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-construction__social-item {
    border-radius: 0.8rem;
    border-width: 0.2rem;
  }
}
.p-construction__social-item:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../images/common/ic_down.png) no-repeat top center;
  background-size: contain;
  aspect-ratio: 1;
  transition: all 0.3s;
  width: 2rem;
  right: 1.5rem;
}
@media (min-width: 768px) {
  .p-construction__social-item:after {
    width: 2.6rem;
  }
}
.p-construction__social-item:hover:after {
  right: 1rem;
}
.p-construction__social-item img {
  max-width: 8rem;
}
@media (min-width: 768px) {
  .p-construction__social-item img {
    max-width: 70%;
  }
}
.p-construction__social-txt {
  margin: 1rem 0 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-construction__social-txt {
    font-size: 1.4rem;
  }
}
.p-construction__social-ttl {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-construction__social-ttl {
    font-size: 1.8rem;
  }
}
.p-construction__tbl {
  margin-block: 2.5rem;
}
@media (min-width: 768px) {
  .p-construction__tbl {
    margin-block: 5rem;
  }
}
.p-construction__tbl table {
  width: 100%;
  border: 0.1rem solid #000;
}
.p-construction__tbl td {
  border: 1px solid #000;
  padding: 1.2rem;
  line-height: 1.56;
}
@media (min-width: 768px) {
  .p-construction__tbl td {
    padding: 2.4rem 3.5rem;
  }
}
.p-construction__tbl td:nth-child(1) {
  width: 34%;
}
@media (min-width: 768px) {
  .p-construction__tbl td:nth-child(1) {
    text-align: center;
    width: 20%;
    min-width: 23rem;
  }
}

/*# sourceMappingURL=construction.css.map */
