/*BUSINESS*/
.business-contents h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
.business-contents h3:first-child {
  margin-top: 0;
}
.business-item {
  line-height: 1.8;
  margin-bottom: 30px;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sec_business {
  margin-bottom: 80px;
}
.sec_business:last-child {
  margin-bottom: 0;
}
.business-description {
  margin-bottom: 30px;
}
.business-img {
  display: flex;
  align-items: center;
  gap: 0 30px;
  justify-content: center;
}
.business-img a img {
  width: 180px;
}
.business-img a:nth-child(2) img,
.business-img a:nth-child(3) img {
  width: 220px;
}
.sec_business a {
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}
.sec_business a i {
  color: #0050a2;
}
.sec_business a:hover {
  color: #0050a2;
}
@media (max-width: 767px) {
  .business-contents h3 {
    font-size: 18px;
  }
  .sec_business {
    margin-bottom: 40px;
  }
  .business-description-last {
    margin-bottom: 5px;
  }
  .business-img {
    flex-wrap: wrap;
    gap: 0px 10px;
    justify-content: space-around;
  }
  .business-img a {
    width: 48%;
  }
  .business-img a:nth-child(1) img,
  .business-img a:nth-child(2) img {
    width: 100%;
  }
  .business-img a img {
    width: 100%;
  }
}

/*ABOUT Resi-Tech*/
.page-title-text img {
  width: 200px;
  margin-bottom: 10px;
}
.sec_concept {
  margin-bottom: 60px;
}
.sec_concept p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 2;
}
.sec_concept p.concept-copy {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
  margin-top: 0;
  color: #1182bc;
  text-align: center;
}
.sec_concept h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
.sec_concept img {
  display: block;
  float: right;
  width: 70%;
}
@media (max-width: 575px) {
  .page-title-text img {
    width: 150px;
    margin-bottom: 0;
  }
  .sec_concept {
    margin-bottom: 40px;
  }
  .sec_concept p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  .sec_concept p.concept-copy {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .sec_concept h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.sec_category {
  margin-bottom: 80px;
}
.sec_category img {
  width: 100%;
}
@media (max-width: 575px) {
  .sec_category {
    margin-bottom: 50px;
  }
}
.sec_banner {
  margin-bottom: 75px;
}
.sec_banner a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sec_banner img {
  width: 100%;
  transition: all 1.4s cubic-bezier(.075,.82,.165,1);
  -ms-transition: all 1.4s cubic-bezier(.075,.82,.165,1);
}
.sec_banner a:hover img {
  transform: scale(1.1);
}
.sec_banner .banner-detail {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 9;
}
.sec_banner .banner-detail .caption {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
.sec_banner .banner-detail .interview-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.sec_banner .banner-detail .interview-title span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.sec_banner .overlay-black {
  display: block;
  background-color: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_banner-sp {
  display: none;
}
@media (max-width: 575px) {
  .sec_banner {
    margin-bottom: 50px;
  }
  .sec_banner-pc {
    display: none;
  }
  .sec_banner-sp {
    display: block;
  }
  .sec_banner .banner-detail {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .sec_banner .banner-detail .caption {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sec_banner .banner-detail .interview-title {
    font-size: 17px;
  }
  .sec_banner .banner-detail .interview-title span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.sec_rt_business h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.rt-business-detail p {
  font-size: 16px;
  margin-bottom: 0;
}
.rt-business-detail p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}
.rt-business-detail a {
  display: block;
  width: 300px;
  height: 100%;
  margin: 20px auto 50px;
}
.rt-business-detail a img {
  width: 100%;
}
@media (max-width: 575px) {
  .sec_rt_business h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .rt-business-detail p.title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .rt-business-detail a {
    width: 200px;
  }
}

/*Special Interview*/
.special-interview .sec_detail {
  background-color: #eeeeee;
  padding: 40px;
  margin-bottom: 40px;
}
.special-interview .sec_detail p {
  margin-bottom: 0 !important;
  line-height: 1.5;
}
.special-interview p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.8;
}
.special-interview .last {
  margin-bottom: 60px;
}
.special-interview .page-last {
  margin-bottom: 0;
}
.special-interview p span {
  font-weight: bold;
  padding-right: 0.5em;
}
.special-interview h3 {
  margin-bottom: 40px;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 0;
}
.special-interview img {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .special-interview .sec_detail {
    padding: 30px;
  }
  .special-interview p {
    font-size: 16px;
    line-height: 1.6;
  }
  .special-interview h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .special-interview .last {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .page-back.special-interview {
    margin-top: 30px;
  }
  .special-interview .sec_detail {
    padding: 20px;
    margin-bottom: 30px;
  }
  .special-interview .sec_detail p {
    font-size: 14px;
  }
  .special-interview p {
    margin-bottom: 20px;
  }
  .special-interview img {
    margin-bottom: 20px;
  }
  .special-interview h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .special-interview .last {
    margin-bottom: 20px;
  }
}

