@charset "utf-8";
/*----------------------------------------------------------------------------------------------------

  関東一円
  
----------------------------------------------------------------------------------------------------*/
.l-ct {
  padding-top: 0;
}
.kantou1en {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:641px) {
  .kantou1en {
    padding: var(--block-space-s);
  }
}
@media screen and (max-width:640px) {
  .kantou1en {
    padding: var(--block-space-s) var(--side-space) 0  var(--side-space);
  }
}

/*----------------------------------------------------------------------------------------------------

  Main visual
  
----------------------------------------------------------------------------------------------------*/
/* 【slick】と【flexbox】を同時に使う時に起きる不具合の対策 */
* {
  min-width: 0;
  min-height: 0;
}

.mainVisual {
  width: 100%;
  position: relative;
}
.mv {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv .slick-list,
.mv .slick-track {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:641px) {
  .mainVisual {
    height: 360px;
  }
  .mv__item {
    position: absolute;
  }
  .mv__item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
}

/*--------------------------------------------------------------------------------
  arrows
--------------------------------------------------------------------------------*/
.mv-arrow {
  width: 2rem;
  height: 5rem;
  background-color: rgba(255,255,255,0.7);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  transition: background 0.1s ease-out;
}
.ua-pc .mv-arrow:hover {
  background-color: rgba(255,255,255,1);
}
.mv-arrow--prev { left: 0; }
.mv-arrow--next { right: 0; }
.mv-arrow .arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-arrow .arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  margin-bottom: 0.1em;
}
.mv-arrow .arrow:not([arrow="prev"]):before {
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-color: transparent transparent transparent #000;
  margin-left: 0.2rem;
}
.mv-arrow .arrow[arrow="prev"]:before {
  border-width: 0.4rem 0.6rem 0.4rem 0;
  border-color: transparent #000 transparent transparent;
  margin-right: 0.2rem;
}

/*----------------------------------------------------------------------------------------------------

  格安の理由
  
----------------------------------------------------------------------------------------------------*/
.kakuyasu__hd {
  text-align: center;
}
.kakuyasu__hd img {
  width: auto;
  height: 1.5em;
  vertical-align: baseline;
  margin-bottom: -0.2em;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.kakuyasu__hd .sub-ttl {
  display: inline-block;
  margin-top: 1rem;
  background-color: var(--color-red);
  font-weight: bold;
  color: #fff;
  border-radius: 1.5em;
  padding: 0.35em 2.5em;
  line-height: var(--line-height-s);
}
@media print, screen and (min-width:641px) {
  .kakuyasu {
    padding: var(--box-space-l);
  }
  .kakuyasu__hd {
    font-size: var(--fs-s);
  }
  .kakuyasu__body {
    display: flex;
    align-items: center;
    padding-top: var(--box-space-s);
  }
  .kakuyasu__img {
    order: 2;
    width: 46%;
    margin-left: var(--box-space-m);
    margin-bottom: 0.75em;
  }
  .kakuyasu__body p {
    order: 1;
    flex: 1;
  }
}
@media screen and (max-width:640px) {
  .kakuyasu__hd {
    font-size: var(--fs-2s);
  }
  .kakuyasu__body {
    padding-top: var(--box-space-m);
  }
  .kakuyasu__img {
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: var(--box-space-m);
  }
  .kakuyasu__img img {
    width: 80%;
    max-width: 320px;
  }
}

/*----------------------------------------------------------------------------------------------------

  解体現場例
  
----------------------------------------------------------------------------------------------------*/
.works {
  position: relative;
}
.works-btn a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.5em;
  border-color: transparent transparent transparent #fff;
  margin-right: 0.75rem;
  margin-bottom: 0.1em;
}
@media print, screen and (min-width:641px) {
  .works-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 1em;
    font-size: var(--fs-2s);
  }
  .works-btn a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width:640px) {
  .works-btn {
    text-align: center;
    padding-top: var(--block-space-m);
  }
  .works-btn a {
    padding: 0.8em 1.5em;
  }
}
.works-list {
  display: flex;
  flex-wrap: wrap;
}
.works-list__box {
  border-radius: 0.5rem;
  background-color: #fff;
  overflow: hidden;
  border: 2px solid rgba(0,0,0,0.2);
  padding: var(--box-space-min);
  line-height: var(--line-height-s);
}
.works-list__box a {
  font-weight: bold;
  text-decoration: none;
  font-size: var(--fs-s);
}
.works-list__box .photo {
  text-align: center;
  position: relative;
  margin-bottom: 1.25rem;
}
.works-list__box .photo img {
  width: 100%;
  object-fit: cover;
}
.works-list__box .photo .cate {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: var(--fs-3s);
  z-index: 1;
  padding: 0.75rem;
  background-color: #f5f5f5;
  border: 1px solid rgba(0,0,0,0.2);
}
@media print, screen and (min-width:641px) {
  .works-list {
    margin-left: -1.25em;
  }
  .works-list__box {
    width: calc(100% / 3 - 1em);
    margin-left: 1em;
  }
  .works-list__box:nth-of-type(n+4) {
    margin-top: 2em;
  }
  .ua-pc .works-list__box:hover {
    border-color: var(--color-red);
    background-color: #faeae5;
  }
  .works-list__box .photo img {
    height: 160px;
  }
}
@media screen and (max-width:640px) {
  .works-list {
    margin-left: -1em;
  }
  .works-list__box {
    width: calc(100% / 2 - 1em);
    margin-left: 1em;
  }
  .works-list__box:nth-of-type(n+3) {
    margin-top: 1.5em;
  }
  .works-list__box .photo img {
    height: calc(160 / 640 * 100vw);
    min-height: 90px;
  }
}

/*----------------------------------------------------------------------------------------------------

  マニフェスト・注意点
  
----------------------------------------------------------------------------------------------------*/
.point__img {
  width: 25%;
  display: inline-block;
  float: right;
  margin-left: var(--box-space-m);
  margin-bottom: 0.75em;
}
@media print, screen and (min-width:641px) {
  .point__img {
    margin-top: 1em;
  }
}
@media screen and (max-width:640px) {
  .point__img {
    margin-top: 0.5em;
    width: 35%;
  }
}

/*----------------------------------------------------------------------------------------------------

  格安作業・各業者さんへ
  
----------------------------------------------------------------------------------------------------*/
.mesg-kakuyasu__line {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
}
.mesg-kakuyasu__line:after {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: var(--color-red);
  position: absolute;
  left: 0;
  bottom: 0;
}
.mesg-box {
  background-color: #f9e4c2;
}
.mesg-box__hd {
  font-size: var(--fs-2s);
}
.mesg-box__body {
  padding: var(--box-space-m);
}
@media print, screen and (min-width:641px) {
  .mesg-kakuyasu {
    font-size: var(--fs-2l);
  }
  .mesg {
    display: flex;
    gap: 1.5em;
    justify-content: space-between;
  }
  .mesg-box {
    width: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .mesg-box__hd {
    text-align: center;
  }
  .mesg-box__body {
    font-size: var(--fs-s);
    line-height: var(--line-height-m);
  }
  .mesg__img {
    text-align: center;
    margin-bottom: var(--box-space-s);
  }
  .mesg__img img {
    width: 36%;
    margin-top: 0.5em;
  }
}
@media screen and (max-width:640px) {
  .mesg-kakuyasu {
    font-size: var(--fs-l);
  }
  .mesg-box__hd {
    border-radius: 0;
  }
  .mesg__img {
    width: 26%;
    min-width: 100px;
    display: inline-block;
    float: right;
    margin-left: var(--box-space-m);
    margin-bottom: 0.75em;
    margin-top: 0.5em;
  }
}

/*----------------------------------------------------------------------------------------------------

  サービス一覧
  
----------------------------------------------------------------------------------------------------*/
.service {
  background-color: var(--color-red);
  color: #fff;
}
.service-ttl {
  font-family: var(--ff-noto);
  line-height: var(--line-height-s);
  font-weight: 700;
  font-size: var(--fs-l);
  padding-bottom: 2rem;
}
.service-list {
  list-style: none;
  font-family: var(--ff-noto);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-top: -0.5em;
}
.service-list li {
  margin-left: 0.5em;
  margin-top: 0.5em;
}
.service-list li a {
  display: block;
  padding: 0.8em;
}
.service-list li .p-icon:before {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width:641px) {
  .service {
    border-radius: 0.5rem;
    padding: var(--box-space-s);
  }
  .service-list li {
    width: calc(100% / 4 - 0.5em);
  }
  .service-list li:nth-last-of-type(-n+2) {
    width: calc(100% / 2 - 0.5em);
  }
}
@media screen and (max-width:640px) {
  .service {
    padding: var(--box-space-s);
  }
  .service-list li {
    flex-grow: 2;
    min-width: calc(100% / 2 - 0.5em);
  }
}
