@charset "UTF-8";

.p-asbestos__wrap {
  width: calc(100% - 80px);
  max-width: 980px;
  margin: 0 auto;
}

.p-asbestos__wrap h2 {
  background: #76471b;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding: 7px 0;
  background-size: auto auto;
  background-color: #9d652f;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(118, 71, 27) 1px, rgb(118, 71, 27) 6px);
}

.p-asbestos__wrap h2.large {
  padding: 0;
}

.p-asbestos__wrap h2 span.emphasis {
  display: inline-block;
  padding: 0 25px;
  position: relative;
}

.p-asbestos__wrap h2 span.emphasis::before,
.p-asbestos__wrap h2 span.emphasis::after {
  content: "";
  display: block;
  width: 24px;
  border-top: 2px solid #fff;
  position: absolute;
}

.p-asbestos__wrap h2 span.emphasis::before {
  bottom: 50%;
  left: 0;
  transform: translateY(50%) rotate(55deg);
}

.p-asbestos__wrap h2 span.emphasis::after {
  bottom: 50%;
  right: 0;
  transform: translateY(50%) rotate(-55deg);
}

.p-asbestos__wrap p {
  font-size: 18px;
  line-height: 1.8;
  color: #382712;
}

.p-asbestos__flexcont {
  width: calc(100% - 40px - 40%);
  margin-top: -7px;
}

.p-asbestos__flexcont p:nth-child(2) {
  margin-top: 30px;
}

.p-asbestos__inner {
  padding: 0 50px 26px;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {

  .p-asbestos__wrap h2 span.emphasis::before,
  .p-asbestos__wrap h2 span.emphasis::after {
    width: 18px;
    bottom: 12px;
  }

  .p-asbestos__wrap h2 span.emphasis::before {
    transform: rotate(55deg);
  }

  .p-asbestos__wrap h2 span.emphasis::after {
    transform: rotate(-55deg);
  }

}

.del-padd {
  padding: 0 !important;
}

.txt-orange {
  color: #f39800;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }

  .sp-hidden {
    display: none;
  }

  .p-asbestos__wrap {
    width: 100%;
  }

  .p-asbestos__wrap h2,
  .p-asbestos__wrap h2.large {
    font-size: 24px;
    padding: 10px 5px;
  }

  .p-asbestos__inner {
    padding: 0 10px 16px;
    margin: 24px 0;
  }

  .p-asbestos__wrap p {
    font-size: 16px;
    line-height: 1.9;
  }

  .p-asbestos__flexcont p:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

/* sec1 title */
.p-asbestos__mv {
  padding-top: 40px;
  width: calc(100% - 80px);
  max-width: 980px;
  margin: 0 auto;
}

.p-asbestos__linkinner {
  padding: 0 50px;
  margin: 40px 0;
}

.p-asbestos__linkbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.p-asbestos__linkcont {
  display: inline-block;
  vertical-align: top;
  transition: 0.2s all ease 0s;
  background: #3D9720;
  border-radius: 10px;
  max-width: 420px;
  border: 2px solid #3D9720;
  box-shadow: 0 3px 0 #3D9720;
}

.p-asbestos__linkcont a {
  display: flex;
  background: white;
  border-radius: 8px;
  padding: 13px 90px 10px 15px;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  gap: 35px;
}

li.p-asbestos__linkcont:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 #3D9720;
}

.p-asbestos__linkcont a::before {
  content: "";
  width: 2px;
  height: 57px;
  border-left: dotted 2px #3D9720;
  position: absolute;
  top: 15%;
  left: 100px;
}

.p-asbestos__linkcont a::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -2px;
  border-top: solid 2px #3D9720;
  border-right: solid 2px #3D9720;
  transform: rotate(135deg);
  position: absolute;
  top: 40%;
  right: 35px;
}

.p-asbestos__linkcont a p {
  color: #3D9720;
}

.p-asbestos__linktxt {
  white-space: nowrap;
}

.p-asbestos__linksubtxt {
  font-size: 20px;
  text-align: left;
}

.p-asbestos__linkcont a span {
  font-size: 35px;
  font-weight: 900;
  position: absolute;
  top: 30px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .p-asbestos__mv {
    padding: 0;
    width: 100%;
  }

  .p-asbestos__linkinner {
    margin: 20px 0;
    padding: 0 18px;
  }

  .p-asbestos__linkbox {
    gap: 10px;
  }

  .p-asbestos__linkcont {
    height: 80px;
  }

  .p-asbestos__linkcont a {
    font-size: 14px;
    padding: 9px 50px 5px 17px;
    gap: 27px;
  }

  .p-asbestos__linkcont a span {
    font-size: 30px;
    top: 26px;
    left: 37px;
  }

  .p-asbestos__linkcont a:hover {
    padding-top: 11px;
  }

  .p-asbestos__linkcont a::before {
    left: 83px;
  }

  .p-asbestos__linkcont a::after {
    right: 20px;
    top: 35%;
  }
}

/* sec2 アスベストはどんなものかしろう！ */

.del-bg {
  box-shadow: none;
  background: none;
  padding: 0;
}

.p-asbestos__flex {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.p-asbestos__fleximg {
  width: 40%;
}

.p-asbestos__fleximg.survey {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-asbestos__flex {
    flex-direction: column;
  }

  .p-asbestos__fleximg {
    width: 100%;
    text-align: center;
  }

  .p-asbestos__fleximg.survey {
    margin-top: 0;
  }

  .p-asbestos__fleximg.survey img {
    width: 80%;
    transform: translateX(20px);
  }

  .p-asbestos__flexcont {
    width: 100%;
  }
}

/* sec3 アスベストが良くない理由 */

.sec3-mar {
  margin-top: 18px;
}

.sec3-padd {
  padding-bottom: 20px;
}

/* sec4 アスベストが含まれている建物ってどんな特徴？  */

.p-asbestos__distinguish {
  display: flex;
  flex-direction: column;
}

.p-asbestos__flexcontents {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 90px;
  position: relative;
  margin-bottom: 16px;
}

.p-asbestos__distinguish .no1::after {
  content: "";
  width: 70px;
  height: 34px;
  background: url(../images/asbestos/asbestos_no1.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.p-asbestos__distinguish .no2::after {
  content: "";
  width: 70px;
  height: 34px;
  background: url(../images/asbestos/asbestos_no2.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.p-asbestos__distinguish .no3::after {
  content: "";
  width: 70px;
  height: 34px;
  background: url(../images/asbestos/asbestos_no3.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.p-asbestos__flexcontents h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}

.sml-title {
  font-size: 24px;
}

.sml-txt {
  font-size: 14px;
}

.note-list {
  font-size: 14px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .p-asbestos__flexcontents h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }

  .p-asbestos__flexcontents {
    padding-left: 0;
    padding-top: 50px;
  }

  .sml-title {
    font-size: 18px;
  }
}

/* sec5 アスベストの説明動画をご紹介！ */

.p-asbestos__flex_youtube {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.p-asbestos__flexvid {
  width: calc(100% / 3 - 12px);
}

.p-asbestos__flexvid p {
  font-size: 18px;
  margin-top: 13px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.p-asbestos__flexvid a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-asbestos__flex_youtube {
    flex-direction: column;
  }

  .p-asbestos__flexvid {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .p-asbestos__flexvid p {
    font-size: 16px;
  }
}

/* sec6 アスベストの事前調査を大考えの方へ */

.p-asbestos__contacttxt {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .p-asbestos__contacttxt {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mt-20-sp {
    margin-top: 20px !important;
  }
}