@charset "UTF-8";
body {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #1e1d1b;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #1e1d1b !important;
}
.col-main {
  color: #f78000 !important;
}
.col-orn {
  color: #ff6a06 !important;
}
.col-grn {
  color: #008048 !important;
}
.col-blu {
  color: #0891e8 !important;
}
.col-gry {
  color: #f1efec !important;
}
.col-orn_pastel {
  color: #ffefde !important;
}
.col-blu_pastel {
  color: #e6f1f5 !important;
}
.col-grn_pastel {
  color: #e0f5e1 !important;
}
.col-gra-orn {
  background: linear-gradient(0deg, #ff6a06 0%, #ff9f38 100%);
  background: -webkit-linear-gradient(0deg, #ff6a06 0%, #ff9f38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #1e1d1b !important;
}
.bg-main {
  background-color: #f78000 !important;
}
.bg-orn {
  background-color: #ff6a06 !important;
}
.bg-grn {
  background-color: #008048 !important;
}
.bg-blu {
  background-color: #0891e8 !important;
}
.bg-gry {
  background-color: #f1efec !important;
}
.bg-orn_pastel {
  background-color: #ffefde !important;
}
.bg-blu_pastel {
  background-color: #e6f1f5 !important;
}
.bg-grn_pastel {
  background-color: #e0f5e1 !important;
}
.bg-gra_orn {
  background: #f78000;
  background: linear-gradient(90deg, #f78000 0%, #ff9f38 100%);
}

.ptn-stripe_orn {
  background-image: linear-gradient(-45deg, #f78000 25%, #f88912 25%, #f88912 50%, #f78000 50%, #f78000 75%, #f88912 75%, #f88912);
  background-size: 20px 20px;
  background-attachment: fixed;
}
.ptn-stripe_grn {
  background-image: linear-gradient(-45deg, #008048 25%, #1a8d5b 25%, #1a8d5b 50%, #008048 50%, #008048 75%, #1a8d5b 75%, #1a8d5b);
  background-size: 16px 16px;
  background-attachment: fixed;
}

.btn-ptn1 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #008048;
  color: #fff;
  font-weight: 900;
  border-radius: 6px;
}
.btn-ptn1 .btn-link:hover {
  color: rgba(255, 255, 255, 0.9);
}
.btn-ptn2 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f78000;
  background: linear-gradient(90deg, #f78000 0%, #ff9f38 100%);
  color: #fff;
  border-radius: 6px;
  box-shadow: 7px 8px #ff6a06;
}
.btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 #ff6a06;
  transform: translate(2px, 2px);
}

#side-bar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 77;
}
#side-bar .side-bar-link:hover img {
  transform: translateX(2px);
}

.ic-free_dial-orn, .ic-free_dial-orn-l, .ic-free_dial-wht {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-free_dial-orn::before, .ic-free_dial-orn-l::before, .ic-free_dial-wht::before {
  content: "";
  display: block;
  width: 47px;
  aspect-ratio: 58/38;
  background-image: url("/img/common/ic-free_dial-orn.png");
  background-size: 100%;
}
.ic-free_dial-orn-l::before {
  width: 58px;
}
.ic-free_dial-wht::before {
  width: 35px;
  aspect-ratio: 35/25;
  background-image: url("/img/common/ic-free_dial-wht.png");
  background-size: 100%;
}
.ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 30/24;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-wht {
  position: relative;
}
.arw-wht::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 31/48;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-wht:hover::after {
  transform: translate(-1px, -50%);
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 {
  background: #fff;
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 20px 4%;
  vertical-align: middle;
  font-weight: bold;
}
.tbl-ptn1 th {
  width: 30%;
  background: #ff6a06;
  color: #fff;
}
.tbl-ptn1 tr:not(:first-child) th {
  border-top: solid 2px #fff;
}
.tbl-ptn1 tr:not(:first-child) td {
  border-top: solid 2px #ff6a06;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 70px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 70px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-news .list-item, .list-reason .list-item {
  width: 100%;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news time {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  color: #7f7b76;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 17.6470588235px;
  }
}
.list-news .news-item {
  background: #fff;
  padding: 25px 30px;
  border-radius: 6px;
}
.list-news .news-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-news .news-ttl {
  margin-top: 5px;
}
.list-check .check-item, .list-check-lower .check-item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-check .check-item::before, .list-check-lower .check-item::before {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  aspect-ratio: 30/27;
  background-image: url("/img/common/ic-check-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.list-check .check-item::after, .list-check-lower .check-item::after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background: #ff6a06;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.list-check .check-inner, .list-check-lower .check-inner {
  padding: 20px 20px 20px 75px;
}
.list-check-lower {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.list-check-lower .list-item,
.list-check-lower .layout-item {
  width: calc((100% - 20px) / 2);
}
.list-check-lower .check-inner {
  padding: 20px 10px 20px 75px;
}
.list-service .service-item {
  background: #fff;
  border: solid 5px;
  padding-bottom: 45px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.list-service .service-item:first-child {
  border-color: #ff6a06;
}
.list-service .service-item-renovation {
  border-color: #ff6a06;
}
.list-service .service-item-renovation .service-num {
  background: #ff6a06;
}
.list-service .service-item-renovation .service-link::before {
  background: #ff6a06;
}
.list-service .service-item-plumbing {
  border-color: #0891e8;
}
.list-service .service-item-plumbing .service-num {
  background: #0891e8;
}
.list-service .service-item-plumbing .service-link::before {
  background: #0891e8;
}
.list-service .service-item-new_homes {
  border-color: #008048;
}
.list-service .service-item-new_homes .service-num {
  background: #008048;
}
.list-service .service-item-new_homes .service-link::before {
  background: #008048;
}
.list-service .service-item:hover .service-link::after {
  transform: translateX(-2px);
}
.list-service .service-item:hover.service-item-renovation {
  background: #ffefde;
}
.list-service .service-item:hover.service-item-plumbing {
  background: #e6f1f5;
}
.list-service .service-item:hover.service-item-new_homes {
  background: #e0f5e1;
}
.list-service .service-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-service .service-link::before {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 10px 0 10px 0;
  position: absolute;
  right: 0;
  bottom: -50px;
}
.list-service .service-link::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/25;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  position: absolute;
  right: 22px;
  bottom: -27px;
  transition: 0.3s;
}
.list-service .service-num {
  width: 85px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
  color: #fff;
  padding: 0 5px 5px 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-service .service-num {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service .service-num {
    font-size: 32.3529411765px;
  }
}
.list-service .service-ic {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.list-service .service-inner {
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}
.list-service .service-ttl {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1.1891891892;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .list-service .service-ttl {
    font-size: 47px;
    font-size: 6.1197916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service .service-ttl {
    font-size: 27.6470588235px;
  }
}
.list-service .service-txt {
  line-height: 1.5555555556;
  padding: 0 35px;
}
.list-works {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  row-gap: 60px;
}
.list-works .list-item,
.list-works .layout-item {
  width: calc((100% - 90px) / 3);
}
.list-works .works-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
.list-works .works-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  line-height: 1.2;
  margin-top: 30px;
  border-left: solid 5px #ff6a06;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .list-works .works-ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works .works-ttl {
    font-size: 20px;
  }
}
.list-works .works-price {
  font-size: 26px;
  font-size: 2.6rem;
  color: #ff6a06;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .list-works .works-price {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works .works-price {
    font-size: 21.1764705882px;
  }
}
.list-works .works-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .list-works .works-txt {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works .works-txt {
    font-size: 15.2941176471px;
  }
}
.list-works .com-tag-sub {
  margin-bottom: 15px;
}
.list-reason .reason-item {
  background: #ffefde;
  padding: 90px 70px 60px 70px;
  border-radius: 10px;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.list-reason .reason-inner {
  width: 650px;
  max-width: 100%;
}
.list-reason .reason-num {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  width: 120px;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #f78000;
  color: #fff;
  padding: 10px 0 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .list-reason .reason-num {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .reason-num {
    font-size: 25.8823529412px;
  }
}
.list-reason .reason-ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .list-reason .reason-ttl {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .reason-ttl {
    font-size: 25.8823529412px;
  }
}
.list-reason .reason-txt {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .list-reason .reason-txt {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .reason-txt {
    font-size: 17.0588235294px;
  }
}
.list-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-thumb .list-item,
.list-thumb .layout-item {
  width: calc((100% - 30px) / 4);
}
.list-thumb .thumb-item {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}

.com-tag-main {
  border-bottom: solid 3px #f78000;
  padding-bottom: 35px;
}
.com-tag-main__ttl {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 900;
  color: #f78000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .com-tag-main__ttl {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-main__ttl {
    font-size: 26.4705882353px;
  }
}
.com-tag-main__ttl span {
  background: #fff;
  padding: 0 30px;
}
.com-tag-main__ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #f78000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.com-tag-main .tag-link {
  background: #008048;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.com-tag-main .tag-link::before {
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tag.png");
  background-size: 100%;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.com-tag-sub .tag-item {
  line-height: 1;
  background: #008048;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.com-tag-sub .tag-item::before {
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tag.png");
  background-size: 100%;
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-tel-ttl {
  line-height: 1;
  background-image: linear-gradient(-45deg, #008048 25%, #1a8d5b 25%, #1a8d5b 50%, #008048 50%, #008048 75%, #1a8d5b 75%, #1a8d5b);
  background-size: 10px 10px;
  background-attachment: fixed;
  color: #fff;
  padding: 10px;
  position: relative;
  margin-right: 15px;
}
.com-tel-ttl::after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-image: linear-gradient(-45deg, #008048 25%, #1a8d5b 25%, #1a8d5b 50%, #008048 50%, #008048 75%, #1a8d5b 75%, #1a8d5b);
  background-size: 10px 10px;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}

.ttl-main {
  font-weight: 900;
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  border-left: solid #f78000 6px;
  border-bottom: solid 1px #ffefde;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}

.txt-plain {
  line-height: 2;
}

.hd-bar {
  padding: 10px 5.21%;
}

.header__nav {
  border-top: solid 1px #1e1d1b;
  border-bottom: solid 1px #1e1d1b;
}
.header__nav-list {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__nav-list {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header__nav-list {
    font-size: 18.8235294118px;
  }
}
.header__nav-item {
  width: 25%;
  text-align: center;
  line-height: 1;
}
.header__nav-item:not(:first-child) {
  border-left: solid 1px #1e1d1b;
}
.header__nav-link {
  display: block;
  padding: 19px 0;
}
.header__nav-link:hover {
  color: #ff6a06;
}

.mv img, .sv img {
  display: block;
  width: 100%;
}

.sv {
  width: 100%;
  aspect-ratio: 1920/500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sv-ttl {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 900;
  width: 740px;
  max-width: 100%;
  aspect-ratio: 740/120;
  border-radius: 8px;
  border: solid 5px #f78000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 35.2941176471px;
  }
}
.sv-renovation {
  background: url("/img/renovation/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-plumbing {
  background: url("/img/plumbing/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-new-homes {
  background: url("/img/new-homes/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-works {
  background: url("/img/works/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.top-trouble {
  background: url("/img/top/trouble-bg.png") center center no-repeat;
  background-size: cover;
}
.top-trouble .cts-1080 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.top-trouble .ttl-main {
  margin-bottom: 60px;
}
.top-trouble .ttl-main-img {
  vertical-align: top;
}
.top-trouble .trouble-cc::after {
  content: "";
  display: block;
  width: 225px;
  aspect-ratio: 225/60;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ff6a06;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
}
.top-trouble .obj-trouble::before {
  content: "";
  display: block;
  width: 65px;
  aspect-ratio: 65/79;
  background-image: url("/img/top/trouble-obj.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(20px);
  z-index: -1;
}

.top-service {
  padding: 100px 0;
  background: url("/img/top/service-bg.png") center center no-repeat;
  background-size: cover;
}
.top-service .ttl-main {
  margin-bottom: 80px;
}

.top-works {
  padding: 120px 0;
}
.top-works .ttl-main {
  margin-bottom: 60px;
}
.top-works .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.top-company {
  padding: 120px 0;
  background: url("/img/top/company-bg.png") center bottom no-repeat;
  background-size: 100%;
}
.top-company .ttl-main {
  margin-bottom: 50px;
}

.top-news {
  padding: 100px 0;
}
.top-news .list-news {
  min-height: 260px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
}

#ctn-lower article {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  font-size: 65px;
  font-size: 6.5rem;
  -webkit-text-stroke: #fff 10px;
  text-stroke: #fff 10px;
  paint-order: stroke;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main {
    font-size: 75px;
    font-size: 9.765625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main {
    font-size: 44.1176470588px;
  }
}

.works-detail .wrp-img-main .layout-item {
  aspect-ratio: 3/2;
}
.works-detail .wrp-img-main a:hover img {
  transform: scale(1.03);
}

.com-trouble {
  background: url("/img/top/trouble-bg.png") center center no-repeat;
  background-size: cover;
}
.com-trouble .txt-question {
  transform: rotate(10deg);
}
.com-trouble .arw-btm-orn {
  position: relative;
  z-index: 1;
}
.com-trouble .arw-btm-orn::after {
  content: "";
  display: block;
  width: 225px;
  aspect-ratio: 225/80;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ff6a06;
  position: absolute;
  left: 50%;
  top: calc(100% + 120px);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.com-bnr .bnr {
  width: 1070px;
  max-width: 100%;
  aspect-ratio: 1070/250;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("/img/common/bnr-works.png") center center no-repeat;
  background-size: cover;
  box-shadow: 10px 10px #ff6a06;
  border-radius: 10px;
}
.com-bnr .bnr:hover {
  box-shadow: 0 0 #ff6a06;
  transform: translate(5px, 5px);
}
.com-bnr .ttl-main {
  -webkit-text-stroke: 0 !important;
}
.com-bnr .arw-wht::after {
  width: 31px;
}
.com-bnr .ic-house {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.com-bnr .ic-house::before {
  content: "";
  display: block;
  width: 79px;
  aspect-ratio: 79/62;
  background-image: url("/img/common/ic-house.png");
  background-size: 100%;
}

#com-contact {
  padding: 100px 0 !important;
}
#com-contact .ttl-main {
  margin-bottom: 40px;
  -webkit-text-stroke: 0 !important;
}
#com-contact .bg-sq {
  width: 115px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  border: solid 4px #fff;
  font-size: 88px;
  font-size: 8.8rem;
  line-height: 1;
  background: #ff6a06;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: italic;
  padding: 0 18px 12px 0;
}
@media screen and (max-width: 768px) {
  #com-contact .bg-sq {
    font-size: 98px;
    font-size: 12.7604166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .bg-sq {
    font-size: 57.6470588235px;
  }
}
#com-contact .com-base {
  padding: 35px 0;
}
#com-contact .layout-item:not(:last-child) {
  border-right: solid 3px #cdcdcd;
  padding-right: 40px;
}
#com-contact .obj-point::before {
  content: "";
  display: block;
  width: 65px;
  aspect-ratio: 65/63;
  background-image: url("/img/common/obj-point.png");
  background-size: 100%;
  position: absolute;
  left: 100%;
  bottom: 100%;
  z-index: -1;
}
#com-contact .obj-staff::after {
  content: "";
  display: block;
  width: 245px;
  aspect-ratio: 245/251;
  background-image: url("/img/common/contact-illust.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-150px, 101px);
  z-index: 1;
}

#footer .com-logo {
  margin-bottom: 40px;
}
#footer .btn-sns {
  margin-top: 30px;
}

.ft-bx-01 {
  padding: 100px 0 80px 0;
}
.ft-copy {
  padding: 15px 0;
}

.footer__nav {
  width: 390px;
  max-width: 100%;
}
.footer__nav-list:first-child {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  row-gap: 20px;
}
.footer__nav-list:last-child {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list:last-child {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer__nav-list:last-child {
    font-size: 15.2941176471px;
  }
}
.footer__nav-list:last-child .footer__nav-item:not(:first-child) {
  border-left: solid 2px #fff;
  padding-left: 15px;
}
.footer__nav-link {
  color: #fff;
}
.footer__nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}/*# sourceMappingURL=style.css.map */