#bg_pgttle {
  background-image: url(../../../img/page/business/common/bg_pgttle.jpg);
}

.business_tabs {
  overflow: hidden;
}
.business_tabs .adjuster {
  top: -68px;
}

@media (max-width: 767px) {
  .business_tabs .tabs_wrap {
    height: 116%;
  }

  .business_tabs .tabs_wrap li:after {
    top: 14px;
    margin-top: 0;
  }

  .business_tabs .tabs_wrap a {
    white-space: nowrap;
  }
}
#reasons .inner {
  background: #f2f2f2;
  padding: 75px 0 100px;
}
#reasons h2 {
  font-size: 38px;
  color: #323031;
}
#reasons ul {
  margin-top: 65px;
}
#reasons li {
  width: 470px;
  float: left;
  margin-left: 60px;
  margin-bottom: 75px;
}
#reasons li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
#reasons li:nth-child(n+3) {
  margin-bottom: 0;
}
#reasons h3 {
  color: #00ac52;
  font-size: 26px;
  padding-left: 80px;
  line-height: 1.4;
  background-position: left center;
  background-repeat: no-repeat;
}
#reasons h3.n01 {
  background-image: url(../../../img/page/business/common/icon_reason_n01.png);
}
#reasons h3.n02 {
  background-image: url(../../../img/page/business/common/icon_reason_n02.png);
}
#reasons h3.n03 {
  background-image: url(../../../img/page/business/common/icon_reason_n03.png);
}
#reasons h3.n04 {
  background-image: url(../../../img/page/business/common/icon_reason_n04.png);
  white-space: nowrap;
}
#reasons p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0 20px;
}
#reasons figure img {
  width: 100%;
}

#creat__business {
  background: #323031;
  padding-top: 51px;
}
@media (max-width: 767px) {
  #creat__business {
    padding-top: 0;
  }
}

#creat__business .creat__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-decoration: none;
}

@media (max-width: 767px) {
  #creat__business .creat__cont {
    display: flex;
    flex-direction: column;
  }
}
#creat__business .creat__cont__left {
  height: 350px;
}

#creat__business .creat__cont__left__imgcont {
  width: 100%;
  height: 100%;
}
#creat__business .creat__cont__left__imgcont__figcaption__span {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
#creat__business .creat__cont__left__imgcont__figcaption::before {
  width: 140%;
  top: -5rem;
}

#creat__business .creat__cont__left__imgcont__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#creat__business .creat__cont__right {
  background-color: #323031;
  color: #fff;
  padding-top: 76px;
  padding-left: 80px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  #creat__business .creat__cont__right {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#creat__business .creat__cont__right__heading {
  font-size: 30px;
  font-weight: bold;
}

#creat__business .creat__cont__right__text {
  margin-top: 20px;
}

#creat__business .creat__cont__right__link {
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 640px) {
  .business_tabs {
    height: 42px;
  }

  #reasons .inner {
    padding: 35px 10px 43px;
  }
  #reasons h2 {
    font-size: 19px;
  }
  #reasons ul {
    margin-top: 25px;
  }
  #reasons li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 35px;
  }
  #reasons li:nth-child(n+3) {
    margin-bottom: 35px;
  }
  #reasons li:last-child {
    margin-bottom: 0;
  }
  #reasons h3 {
    font-size: 18px;
    padding-left: 63px;
    line-height: 1.5;
    background-size: 53px;
  }
  #reasons h3.n04 {
    white-space: normal;
  }
  #reasons p {
    font-size: 14px;
    line-height: 1.8;
    margin: 10px 0 13px;
  }
}

/*# sourceMappingURL=common.css.map */