/* サービス
=========================================================================
=========================================================================*/
/* ページタイトル
-----------------------------------------------------------*/
.page_title .image {
  position: relative;
  width: 100%;
  height: 350px;
  background: url(../images/service/page_title.jpg) center center no-repeat;
  background-size: cover;
}

.page_title h1 {
  position: absolute;
  top: 264px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 35px 0;
  max-width: 1100px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.6em;
  text-align: center;
  color: #FFF;
  background-image: linear-gradient(-45deg, #138473, #44AD31);
}

.page_title h1 span.title_en {
  overflow: hidden;
  display: block;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.title_en span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  white-space: pre;
}

.page_title h1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(500 / 1300 * 100%);
  height: 100%;
  background: url(../images/common/section_title_bg01.svg) top center no-repeat;
  background-size: contain;
}

.page_title h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(500 / 1300 * 100%);
  height: 100%;
  background: url(../images/common/section_title_bg02.svg) bottom center no-repeat;
  background-size: contain;
}

/* 外壁工事
-----------------------------------------------------------*/
.cat {
  padding: 85px 0 0;
}

.cat.cat01 {
  padding: 160px 0 0;
}

.cat .inner {
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width:1140px) {
  .cat .inner {
    padding: 0 20px;
  }
}

.cat h2 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
}

.cat h2::before,
.cat h2::after {
  background-color: #16876F;
  content: "";
  height: 1px;
  flex-grow: 1;
}

.cat h2::before {
  margin-right: 1em;
}

.cat h2::after {
  margin-left: 1em;
}

.cat ul {
  margin-bottom: 25px;
}

.cat ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDDDE;
}

.cat ul li:last-child {
  border-bottom: none;
}

.cat ul li picture {
  width: calc(370 / 1100 * 100%);
}

.cat ul li .text {
  width: calc(670 / 1100 * 100%);
}

.cat ul li .text h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 26px;
  font-weight: 600;
  font-size: 23px;
}

.cat ul li .text h3::before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/service/icon_h3.svg) center center no-repeat;
  background-size: contain;
}

.cat ul li .text p {
  margin-bottom: 30px;
}

/* スモールボタン */
a.button_link_small {
  position: relative;
  display: block;
  margin-left: auto;
  padding-right: 25px;
  width: 190px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  border: 1px solid #302D2C;
  background-color: #302D2C;
  z-index: 2;
  transition: 0.3s;
}

@media(hover: hover) {
  a.button_link_small:hover {
    color: #302D2C;
  }
}

a.button_link_small::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media(hover: hover) {

  a.button_link_small:hover::after {
    transform: scale(1, 1);
  }
}

a.button_link_small .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  display: inline-block;
  width: 16px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFF;
  transition: 0.6s;
}

a.button_link_small .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFF;
  transform: rotate(30deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: 0.6s;
}

@media(hover: hover) {

  a.button_link_small:hover .arrow {
    right: 10px;
    background-color: #302D2C;
  }

  a.button_link_small:hover .arrow::before {
    background-color: #302D2C;
  }
}

.cat .link {
  padding: 60px 20px;
  background-color: #F6F6F6;
}

.cat .link a.button_link {
  margin: 0 auto;
}

a.button_link {
  position: relative;
  display: block;
  width: 350px;
  height: 70px;
  font-weight: 600;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  color: #FFF;
  border: 1px solid #302D2C;
  background-color: #302D2C;
  z-index: 2;
  transition: 0.3s;
}

@media(hover: hover) {
  a.button_link:hover {
    color: #302D2C;
  }
}

a.button_link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media(hover: hover) {

  a.button_link:hover::after {
    transform: scale(1, 1);
  }
}

a.button_link .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  display: inline-block;
  width: 25px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFF;
  transition: 0.6s;
}

a.button_link .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFF;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: 0.6s;
}

@media(hover: hover) {

  a.button_link:hover .arrow {
    right: 10px;
    background-color: #302D2C;
  }

  a.button_link:hover .arrow::before {
    background-color: #302D2C;
  }
}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
  /* ページタイトル
  -----------------------------------------------------------*/
  .page_title .image {
    height: 120px;
  }

  .page_title h1 {
    top: 120px;
    padding: 25px 0;
    font-size: 26px;
  }

  .page_title h1 span {
    font-size: 20px;
  }

  .page_title h1::before {
    width: calc(250 / 390 * 100%);
  }

  .page_title h1::after {
    width: calc(250 / 390 * 100%);
  }

  /* 外壁工事
  -----------------------------------------------------------*/
  .cat {
    padding: 70px 0 0;
  }

  .cat.cat01 {
    padding: 215px 0 0;
  }

  .cat h2 {
    font-size: 24px;
  }

  .cat ul {
    margin-bottom: 0;
  }

  .cat ul li {
    gap: 20px 0;
  }

  .cat ul li picture {
    width: 100%;
  }

  .cat ul li .text {
    width: 100%;
  }

  .cat ul li .text h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .cat ul li .text p {
    margin-bottom: 30px;
  }

  /* スモールボタン */
  a.button_link_small {
    margin: 0 auto;
  }

  .cat .link {
    padding: 30px 20px;
  }

  a.button_link {
    font-size: 18px;
  }

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {


}
