.p-construction {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .p-construction {
    padding: 8rem 0;
  }
}
.p-construction__ttl {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--keycolor);
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-construction__ttl {
    line-height: 1.3333333333;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
}
.p-construction__txt {
  line-height: 1.5384615385;
  font-weight: 500;
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .p-construction__txt {
    line-height: 1.5;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0.08em;
  }
}
.p-construction__txt .line {
  border-bottom: 1px solid #929292;
}
.p-construction__txt.--white {
  font-weight: 500;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .p-construction__txt.--white {
    line-height: 2;
    margin: 4.5rem 0;
  }
}
.p-construction__note {
  margin: 1.4rem 0 1.4rem -0.9rem;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-construction__note {
    font-weight: 400;
    margin: 0 0 0 -0.8rem;
  }
}
.p-construction__note.center {
  text-align: center;
}
.p-construction .grid-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.3rem;
}
@media (min-width: 768px) {
  .p-construction .grid-gallery {
    gap: 4rem;
    margin: 2rem 0;
  }
}
.p-construction .grid-gallery > li {
  flex: 0 calc(50% - 0.7rem);
  text-align: center;
}
@media (min-width: 768px) {
  .p-construction .grid-gallery > li {
    flex: 0 calc(50% - 2rem);
  }
}
.p-construction .grid-gallery > li.box-meta {
  border: 1px solid #a0a0a0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-construction .grid-gallery > li.box-meta {
    margin-top: 1rem;
  }
}
.p-construction .grid-gallery > li.box-meta .ttl {
  color: #fff;
  background: #a0a0a0;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-construction .grid-gallery > li.box-meta .ttl {
    height: 4.8rem;
  }
}
.p-construction .grid-gallery > li.box-meta .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-construction .grid-gallery > li.box-meta .txt:last-child {
  border-top: 1px solid #a0a0a0;
}
@media (max-width: 767px) {
  .p-construction .grid-gallery > li.box-meta .txt {
    font-size: 1.3rem;
    padding: 2.3rem 0;
  }
}
@media (min-width: 768px) {
  .p-construction .grid-gallery > li.box-meta .txt {
    height: calc((100% - 4.8rem) / 2);
  }
}
.p-construction .grid-gallery__caption {
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-construction .grid-gallery__caption {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.p-construction .grid-gallery__caption.left {
  text-align: left;
  margin-left: 9%;
}
.p-construction .grid-gallery.has_ic {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-construction .grid-gallery.has_ic {
    margin-bottom: 4rem;
  }
}
.p-construction .grid-gallery.has_ic:after {
  position: absolute;
  content: "";
  left: 49%;
  top: 46%;
  transform: translateY(-50%);
  background: url(../images/construction/ic_next.svg) no-repeat top center;
  background-size: contain;
  width: 0.8rem;
  height: 4.5rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-construction .grid-gallery.has_ic:after {
    top: 47%;
    left: 49.5%;
    width: 1.6rem;
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .p-construction .grid-gallery.column {
    flex-direction: column;
  }
  .p-construction .grid-gallery.column li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-construction .grid-gallery.left {
    justify-content: flex-start;
  }
}
.p-construction__section {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-construction__section {
    margin-bottom: 5rem;
  }
}
.p-construction__section.--last {
  margin-bottom: 0;
}
.p-construction__flex {
  display: flex;
  gap: 2rem 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-construction__flex {
    gap: 3rem 4rem;
  }
}
.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: 700;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .p-construction__sub {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}
.p-construction__sub.fnt-24 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-construction__sub.fnt-24 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-construction__sub.mrg-left {
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-construction__sub .dot {
    display: inline-block;
    text-indent: -2rem;
  }
}
.p-construction__social {
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-construction__social {
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.p-construction__social .social-link {
  width: 100%;
  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 .social-link {
    border: 0.2rem solid var(--keycolor);
    margin-bottom: 3rem;
    width: calc(33.3333333333% - 1.5rem);
  }
}
.p-construction__social .social-link:after {
  position: absolute;
  content: "";
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../images/common/ic_down.png) no-repeat top center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-construction__social .social-link:after {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.p-construction__social .social-link:hover:after {
  right: 1rem;
}
.p-construction__social .social-link img {
  max-width: 8rem;
}
@media (min-width: 768px) {
  .p-construction__social .social-link img {
    max-width: 70%;
  }
}
.p-construction__social .social-link span {
  display: block;
  margin: 1rem 0 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-construction__social .social-link span {
    font-size: 1.4rem;
  }
}
.p-construction__social .social-link label {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-construction__social .social-link label {
    font-size: 1.8rem;
  }
}
.p-construction__tbl {
  border: 0.1rem solid #a0a0a0;
  text-align: center;
  margin-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-construction__tbl {
    border: 0.2rem solid #a0a0a0;
  }
}
.p-construction__tbl td {
  border: 0.1rem solid #a0a0a0;
  padding: 1.5rem 1rem;
  font-size: 1.2rem;
  line-height: 1.56;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-construction__tbl td {
    border: 0.2rem solid #a0a0a0;
    font-size: 1.6rem;
    padding: 2.4rem 3.5rem;
  }
}
.p-construction__tbl td:nth-child(1) {
  width: 27%;
}
@media (min-width: 768px) {
  .p-construction__tbl td:nth-child(1) {
    min-width: 23.3rem;
  }
}
.p-construction__tbl td .ttl {
  font-size: 1.3rem;
  color: var(--keycolor);
  font-weight: 600;
  display: block;
  margin: 1.5rem -0.5rem;
}
@media (min-width: 768px) {
  .p-construction__tbl td .ttl {
    margin-left: -1rem;
    font-size: 1.8rem;
  }
}
.p-construction__tbl td:last-child {
  text-align: left;
  padding-right: 0;
}
.p-construction__modal {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-construction__modal {
    margin-bottom: 5rem;
  }
}
.p-construction .mrg-20 {
  margin-top: 2rem;
}
.p-construction .mrg-40 {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-construction .mrg-40 {
    margin-top: 5rem;
  }
}
.p-construction .mrg-50 {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-construction .mrg-50 {
    margin-bottom: 5rem;
  }
}
.p-construction__why {
  background: var(--keycolor);
  padding: 4rem 0;
  color: #fff;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-construction__why {
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
}
.p-construction__why-img {
  text-align: center;
  display: block;
}
.p-construction__why-img img {
  margin: auto;
}/*# sourceMappingURL=construction.css.map */