@charset "UTF-8";

.p-detal {
  margin-top: clamp(80px, 7.3206442167vw, 100px);
  margin-bottom: clamp(120px, 10.980966325vw, 150px);
}
.p-detal .l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-detal .l-inner {
    padding: 0 60px;
  }
}
@media screen and (min-width:1024px) {
  .p-detal .l-inner {
    padding: 0 83px;
  }
}
@media screen and (min-width:1200px) {
  .p-detal .l-inner {
    padding: 0 144px;
  }
}
@media screen and (min-width:1367px) {
  .p-detal .l-inner {
    padding-inline: calc((100vw - 1078px) / 2);
  }
}

.detail {
  padding-block: 90px 100px;
  padding-inline: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .detail {
    padding-block: 90px 100px;
    padding-inline: clamp(60px, 8.345534407vw, 114px);
  }
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.p-news__item-date {
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.28px;
}

.p-news__item-tag span {
  display: inline-block;
  padding: 2px 7px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-weight: 500;
  text-align: center;
  background: #9dc879;
}

.post-ttl {
  font-family: "Noto Serif JP", serif;
  margin-top: 17px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #5c5c5c;
  padding-bottom: 16px;
  border-bottom: 1.5px solid #d0d0d0;
  padding-left: 29px;
  position: relative;
}
@media screen and (min-width:768px) {
  .post-ttl {
    font-size: 22px;
  }
}

.post-ttl::before {
  content: "";
  position: absolute;
  background: #9DC879;
  width: 8px;
  height: 57%;
  top: 6px;
  left: 0;
}

.post-detail__content img,
.detail img {
  margin: 40px auto 10px;
  margin-inline: auto;
  display: block;
  aspect-ratio: 595/281;
  border-radius: 10px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .post-detail__content img,
  .detail img {
    margin: 65px auto;
  }
}
.post-detail__content img,
.detail img {
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-text {
  padding-block: 60px 105px;
  color: #343538;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 2.2142857143;
}
.detail-text p + p {
  padding-top: 30px;
}

.post-detail__content h4 {
  margin-top: 83px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-bottom: 12px;
border-bottom: 1.5px solid #9DC879;
  margin-bottom: 40px;
}

.post-detail__content > h3:first-child {
  margin-top: 0;
}

.post-detail__content h3 {
  margin-top: 53px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1.5px solid #d0d0d0;
}

@media screen and (min-width: 768px) {
  .post-detail__content h3 {
    font-size: 20px;
  }
}
.post-detail__content h3::before {
  content: "";
  width: 16px;
  height: 17px;
  border-radius: 5px;
  background: #9DC879;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post-detail__content a {
  color: inherit;
}

.detail__btn {
  display: block;
  min-width: 140px;
  background: #d9eacc;
  padding: 8.5px 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4666666667;
  letter-spacing: 0.75px;
  font-weight: 500;
  color: #62a828;
  border-radius: 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .detail__btn {
    min-width: 200px;
    padding: 12.5px 53px;
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .detail__btn:hover {
    color: #ffffff;
    background: #9dc879;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.sliderImgBx {
    position: relative;
    padding: 0 15px 75%;
    aspect-ratio: 600 / 600;
    border-radius: 10px;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.sliderImgBx > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.indicatorImgBx {
    position: relative;
    aspect-ratio: 97 / 97;
    border-radius: 10px;
    overflow: hidden;
}

.indicatorImgBx > img {
    position: absolute;
    width: auto;
    height: auto;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.worksIndicators {
    position: static;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: flex-start;
    margin: 0 auto ;
    padding: 40px 0 0;
   justify-content: center;
}

.worksIndicators .indicator {
    width: 25%;
}

.propertySlider > .carousel-inner {
    max-width: 600px;
    width: 96%;
    margin: 80px auto 0;
}

@media screen and (min-width: 768px) {

.worksIndicators {
    padding: 66px 0 0;
}
  
.worksIndicators .indicator {
    width: 10%;
}
} 

.carousel-control-next,
.carousel-control-prev {
  top: 50%;
  width: 30px;
  height: 30px;
  background: #454545;
  border-radius: 50%;
}
