.l_container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.p_asphalt {
  width: 100%;
}
.p_asphalt .top-image {
  height: 245px;
  background: url(../../assets/images/product/asphalt/img_mv.webp) no-repeat 0 0/cover;
  max-height: inherit;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_asphalt .top-image {
    height: 600px;
  }
  .p_asphalt .top-image::after {
    border-width: 0 84vw 343px 27vw;
    transform: translateX(-2.4%);
  }
}
.p_asphalt .top-image:before {
  background: url(../images/common/main_02_SDGs.png) no-repeat 0 0/100% auto;
  content: "";
  display: block;
  height: 100%;
  min-width: 160px;
  position: absolute;
  top: 0;
  right: 5%;
  width: 13.96%;
}
@media screen and (min-width: 768px) {
  .p_asphalt .top-image:before {
    width: calc(50% - 352px);
    right: 0px;
    background-size: 268px auto;
    min-width: 268px;
  }
}
.p_asphalt .top-image .heading-1 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p_asphalt .top-image .heading-1 {
    transform: translateY(-19%);
  }
}
.p_asphalt .top-image .heading-1 span {
  text-align: left;
  background-color: #DCE405;
  color: #000;
  padding: 10px 20px 10px 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.046em;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p_asphalt .top-image .heading-1 span {
    font-size: 3rem;
  }
}
.p_asphalt .safe {
  margin: 60px 0;
}
@media screen and (min-width: 768px) {
  .p_asphalt .safe {
    margin: 84px 0 41px;
  }
}
.p_asphalt .safe_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p_asphalt .safe_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 7vw;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_asphalt .safe_list {
    flex-wrap: nowrap;
    padding: 0;
    margin-bottom: 0;
  }
}
.p_asphalt .safe_img {
  width: 32%;
  max-width: 155px;
}
@media screen and (min-width: 768px) {
  .p_asphalt .safe_img {
    width: 100%;
    max-width: 165px;
  }
}
.p_asphalt .safe_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_asphalt .safe_ttl {
    padding: 4px 17px 0;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p_asphalt .safe_desc {
    padding: 0px 17px 12px;
  }
}
.p_asphalt .safe_txt {
  font-weight: 400;
  line-height: 1.75;
}
.p_asphalt .construction {
  width: 100%;
  background-color: #F3F3F3;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_asphalt .construction {
    padding-bottom: 91px;
    margin-bottom: 80px;
  }
}
.p_asphalt .construction_ttl__jp {
  text-align: center;
  font-weight: 800;
  margin-top: 36px;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p_asphalt .construction_ttl__jp {
    font-size: 3.6rem;
  }
}
.p_asphalt .construction_ttl__en {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #158FCB;
}
.p_asphalt .construction_content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  margin-top: 40px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p_asphalt .construction_content {
    grid-template-columns: 1fr 1fr;
    margin-top: 65px;
    gap: 29px 58px;
  }
}
.p_asphalt .construction_items {
  width: 100%;
  position: relative;
}
.p_asphalt .construction_items::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 13px;
  right: 13px;
  z-index: 2;
  border: 11px solid transparent;
  border-bottom: 11px solid #DCE405;
  border-right: 11px solid #DCE405;
}
@media screen and (min-width: 768px) {
  .p_asphalt .construction_items::before {
    border: 22px solid transparent;
    border-bottom: 22px solid #DCE405;
    border-right: 22px solid #DCE405;
  }
}
.p_asphalt .construction_desc {
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 1;
  bottom: 0;
  padding: 15px 0;
  background-color: rgba(21, 143, 203, 0.7);
}
@media screen and (min-width: 768px) {
  .p_asphalt .construction_desc {
    padding: 33px 0;
  }
}
.p_asphalt .construction_desc__ttl {
  color: #FFF;
  font-weight: 700;
  background-color: #00C6E4;
  display: inline-block;
  font-size: 1.8rem;
  white-space: normal;
  margin-bottom: 10px;
  padding: 3px 10px;
}
@media screen and (min-width: 768px) {
  .p_asphalt .construction_desc__ttl {
    font-size: 2rem;
    white-space: nowrap;
    margin-bottom: 14px;
  }
}
.p_asphalt .construction_desc__txt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.3;
  padding: 0 10px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p_asphalt .construction_desc__txt {
    font-size: 3rem;
  }
}
.p_asphalt .construction_desc__txt span {
  font-size: 2rem;
}

.footer__top .logo a {
  max-width: 100%;
}

.modalArea {
  z-index: 9999;
}
.modalArea .f-img_modal .img-modal {
  width: 100%;
  max-width: 470px;
}
@media screen and (min-width: 768px) {
  .modalArea .top-modal {
    padding-bottom: 25px;
  }
}
.modalArea .modal {
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .modalArea .modal {
    padding-top: 80.5px;
    height: 100% !important;
    top: 0 !important;
  }
}
.modalArea .modal .desc-img {
  padding: 30px 0;
}
.modalArea .modal_desc {
  margin-top: 20px;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .modalArea .modal_desc {
    margin-top: 18px;
  }
}
.modalArea .modal_desc__ttl {
  font-weight: 700;
  font-size: 1.8rem;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .modalArea .modal_desc__ttl {
    font-size: 2rem;
  }
}
.modalArea .modal_desc .modal_img {
  margin: 20px 0;
  width: 100%;
  max-width: 470px;
}
@media screen and (min-width: 768px) {
  .modalArea .modal-frame {
    padding: 30px 35px;
  }
}
.modalArea .modal .close {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  transform: translate(40%, -40%) rotate(45deg);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modalArea .modal .close {
    top: -55px;
    right: 28px;
    height: 8vw;
    width: 8vw;
    max-width: 90px;
    max-height: 90px;
  }
}
.modalArea .modal .close::after, .modalArea .modal .close::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #FFF;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 3px;
}
@media screen and (min-width: 768px) {
  .modalArea .modal .close::after, .modalArea .modal .close::before {
    width: 100%;
    height: 10px;
  }
}
.modalArea .modal .close::after {
  transform: translate(-50%, -50%);
}
.modalArea .modal .close::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

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