.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

.sec-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/target/mv.webp");
}
.sec-mv .page-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec-mv .page-ttl .sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-mv {
    background-image: url("../images/target/sp-mv.webp");
    justify-content: flex-start;
    min-height: 280px;
  }
  .sec-mv .page-ttl {
    font-size: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1220px + 20px * 2);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-mv .page-ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-mv .page-ttl .sp-br {
    display: block;
  }
}

.sec.sec-industry {
  position: relative;
}
.sec.sec-industry::after {
  content: "";
  background-image: url("../images/target/img-letter.png");
  background-size: contain;
  width: 300px;
  height: 960px;
  position: absolute;
  right: 0;
  top: -90px;
}
.sec.sec-industry .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
}
.sec.sec-industry .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #ffaf7b 0%, #a186d1 100%);
}
@media screen and (max-width: 768px) {
  .sec.sec-industry .ttl {
    font-size: 30px;
  }
}
.sec.sec-industry .contents {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec-industry .contents {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec.sec-industry .contents .img-box {
  width: 60%;
}
.sec.sec-industry .contents .img-box img {
  max-width: 100%;
}
.sec.sec-industry .contents .txtbox {
  width: 40%;
  font-size: 18px;
  font-weight: 400;
  color: #5A5A5A;
  z-index: 10;
}
.sec.sec-industry .contents .txtbox p {
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .sec.sec-industry .contents {
    flex-direction: column;
  }
  .sec.sec-industry .contents .img-box {
    width: 100%;
    text-align: center;
  }
  .sec.sec-industry .contents .txtbox {
    width: 70%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec-industry::after {
    display: none;
  }
  .sec.sec-industry .contents .txtbox {
    width: 100%;
    font-size: 16px;
  }
  .sec.sec-industry .contents .txtbox p {
    padding-bottom: 15px;
  }
}

.sec.sec-gallery {
  overflow: hidden;
  justify-content: center;
  display: flex;
  margin-top: 100px;
}
.sec.sec-gallery .picture-box {
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .sec.sec-gallery {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1220px + 20px * 2);
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec.sec-gallery {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec.sec-gallery .picture-box {
    width: 50%;
  }
  .sec.sec-gallery .picture-box img {
    max-width: 100%;
  }
}

.sec.sec-constr {
  padding-top: 180px;
  position: relative;
}
.sec.sec-constr .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sec.sec-constr .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #ffaf7b 0%, #a186d1 100%);
}
@media screen and (max-width: 768px) {
  .sec.sec-constr .ttl {
    font-size: 30px;
  }
}
.sec.sec-constr .contents {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .sec.sec-constr .contents {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec.sec-constr .contents .img-box {
  width: 49%;
}
.sec.sec-constr .contents .img-box img {
  max-width: 100%;
}
.sec.sec-constr .contents .details {
  width: 48%;
}
.sec.sec-constr .contents .details .caption {
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}
.sec.sec-constr .contents .details .txt {
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  margin: 30px 0 35px;
}
.sec.sec-constr .contents .details .figures {
  display: flex;
  justify-content: space-around;
}
.sec.sec-constr .contents .details .figures figure {
  width: 49%;
  max-width: 255px;
}
.sec.sec-constr .contents .details .figures figure img {
  max-width: 100%;
}
.sec.sec-constr .contents .details .figures figure figcaption {
  background-color: #F8B366;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 5px 0 5px 10px;
  position: relative;
}
.sec.sec-constr .contents .details .figures figure figcaption::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  border-style: solid;
  border-width: 0 20px 30px 0;
  border-color: transparent #fff transparent transparent;
}
.sec.sec-constr .contents .figures-sp {
  display: none;
}
.sec.sec-constr .contents .figures-sp figure {
  margin-top: 30px;
}
.sec.sec-constr .contents .figures-sp figure img {
  max-width: 100%;
}
.sec.sec-constr .contents .figures-sp figure figcaption {
  background-color: #F8B366;
  min-height: 35px;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  position: relative;
}
.sec.sec-constr .contents .figures-sp figure figcaption::after {
  content: "";
  position: absolute;
  right: 0;
  border-style: solid;
  border-width: 0 30px 35px 0;
  border-color: transparent #fff transparent transparent;
}
.sec.sec-constr .caption {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.sec.sec-constr > p {
  font-size: 16px;
  color: #5A5A5A;
  text-align: center;
  margin: 30px 0;
}
.sec.sec-constr > .img-box {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec.sec-constr > .img-box {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec.sec-constr > .img-box img {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .sec.sec-constr .contents {
    flex-direction: column;
  }
  .sec.sec-constr .contents .img-box {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .sec.sec-constr .contents .details {
    width: 70%;
    margin-top: 90px;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec-constr {
    padding-top: 80px;
  }
  .sec.sec-constr .ttl {
    width: 100%;
  }
  .sec.sec-constr .contents {
    margin-bottom: 60px;
  }
  .sec.sec-constr .contents .details {
    width: 100%;
    margin-top: 80px;
  }
  .sec.sec-constr .contents .details .txt {
    margin: 20px 0 0;
  }
  .sec.sec-constr .contents .details .figures {
    display: none;
  }
  .sec.sec-constr .contents .figures-sp {
    display: block;
    order: 3;
    margin: auto;
  }
  .sec.sec-constr > .caption {
    text-align: left;
    line-height: 1.4;
    width: 100%;
    padding: 0 20px;
  }
  .sec.sec-constr > .img-box {
    text-align: center;
  }
  .sec.sec-constr > p {
    margin: 20px auto 40px;
    padding: 0 20px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .sec.sec-constr .contents .details .txt {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=page-ads-construction.css.map */