@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
.format-area .format-txt {
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.format-area .format-txt a {
  color: #000;
  text-decoration: underline !important;
}
.format-area .format-txt a img {
  transition: 0.3s;
}
.format-area .format-txt a:hover {
  text-decoration: none !important;
}
.format-area .format-txt a:hover img {
  opacity: 0.8;
}
.format-area .format-txt p:not(:last-child) {
  margin-bottom: 1em;
}
.format-area .format-txt strong {
  font-weight: bold;
}
.format-area .format-txt em {
  font-style: italic;
}
.format-area .format-txt ul {
  margin: 1em 0;
}
.format-area .format-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.format-area .format-txt ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-txt ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.format-area .format-txt ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
}
.format-area .format-txt ol li {
  padding: 0;
}
.format-area .format-txt ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-img {
  font-size: 0;
  text-align: center;
}
.format-area .format-img img {
  display: block;
  width: 100%;
}
.format-area .img-caption {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .format-area .img-caption {
    line-height: 1.4;
  }
}
.format-area .format-row {
  display: flex;
  justify-content: space-between;
}
.format-area .format03,
.format-area .format04,
.format-area .format05,
.format-area .format06,
.format-area .format07,
.format-area .format08,
.format-area .format09,
.format-area .format10 {
  margin-bottom: 60px;
}
.format-area .format03:last-child,
.format-area .format04:last-child,
.format-area .format05:last-child,
.format-area .format06:last-child,
.format-area .format07:last-child,
.format-area .format08:last-child,
.format-area .format09:last-child,
.format-area .format10:last-child {
  margin-bottom: 0;
}
.format-area .format01 {
  margin-bottom: clamp(30px, 10vw, 60px);
}
.format-area .format01 .ttl-lrg {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}
.format-area .format02 {
  margin-bottom: clamp(30px, 10vw, 60px);
}
.format-area .format02 .ttl-mid {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}

@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: flex;
    justify-content: space-between;
  }
  .format-area .format-rowPC .format-img,
  .format-area .format-rowPC .format-txt {
    width: 48%;
  }
  .format-area .format05 .format-rowPC {
    flex-direction: row-reverse;
  }
  .format-area .format10 .format-rowPC .format-img {
    width: 30.5%;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format04 .format-txt,
  .format-area .format05 .format-txt {
    margin-top: 20px;
  }
  .format-area .format07 .format-row,
  .format-area .format09 .format-row,
  .format-area .format10 .format-row {
    display: block;
  }
  .format-area .format07 .format-img,
  .format-area .format09 .format-img,
  .format-area .format10 .format-img {
    width: 100%;
  }
  .format-area .format07 .format-img:nth-child(n+2),
  .format-area .format09 .format-img:nth-child(n+2),
  .format-area .format10 .format-img:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* 動画 */
.format-area .video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.format-area .video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*==========================================
 施工事例一覧
===========================================*/
.archive-works .sec-works {
  margin-bottom: clamp(80px, 20vw, 150px);
}
.archive-works .sec-works .works-body {
  margin-bottom: 60px;
}

/*==========================================
 施工事例詳細
===========================================*/
.single-works .article-works {
  margin-bottom: 120px;
}
.single-works .article-works_inner {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #000;
}
.single-works .article-works_inner .wrap {
  padding-top: clamp(30px, 5vw, 50px);
  position: relative;
  max-width: 1000px;
}
.single-works .article-works_ttl {
  margin-bottom: 10px;
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.single-works .article-works_name {
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.single-works .article-works_text {
  margin-top: 10px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.single-works .article-works .new-area {
  position: absolute;
  left: 4%;
  top: -22.5px;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .single-works .article-works .new-area {
    top: -31px;
    left: 20px;
  }
}
.single-works .works-slider_item {
  width: 100%;
  height: 57.8260869565vw;
}
@media screen and (min-width: 1201px) {
  .single-works .works-slider_item {
    width: 1150px;
    height: 700px;
  }
}
@media screen and (max-width: 576px) {
  .single-works .works-slider_item {
    height: 56vw;
  }
}
.single-works .works-slider_item img {
  width: 100%;
  height: 100%;
}
.single-works .works-slider .slick-prev {
  left: -2vw;
}
.single-works .works-slider .slick-next {
  right: -2vw;
}
.single-works .info-detail {
  padding-top: 20px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.single-works .info-detail_list {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  display: flex;
}
@media screen and (max-width: 576px) {
  .single-works .info-detail_list:first-child .info-detail_ttl {
    width: 80px;
  }
  .single-works .info-detail_list:first-child .info-detail_desc {
    width: calc(100% - 80px);
  }
}
.single-works .info-detail_list:nth-child(n+2) {
  width: 48%;
  max-width: 550px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single-works .info-detail_list:nth-child(n+2) {
    width: 100%;
    max-width: inherit;
  }
}
.single-works .info-detail_ttl {
  width: 130px;
}
.single-works .info-detail_desc {
  width: calc(100% - 130px);
  display: flex;
  flex-wrap: wrap;
}
.single-works .type1 .info-detail {
  margin-bottom: 0;
  padding-bottom: 80px;
}
.single-works .sec-works-other {
  margin-bottom: clamp(80px, 20vw, 150px);
}
.single-works .sec-works-other .sec-ttl {
  margin-bottom: 80px;
}
.single-works .sec-works-other .sec-ttl .ttl-en {
  font-size: clamp(6rem, 10vw, 10rem);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .single-works .sec-works-other .works-list .works-item:nth-child(n+4) {
    display: none;
  }
}

.info-shop .wrap {
  max-width: 1000px;
}
.info-shop_ttl {
  max-width: 1000px;
  margin: 0 auto;
}
.info-shop_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.info-shop_info {
  width: auto;
}/*# sourceMappingURL=works.css.map */