.pankuzu {
  margin-bottom: 9.9rem;
}
@media only screen and (max-width: 767px) {
  .pankuzu {
    margin-bottom: 11.7rem;
  }
}

.page-ttl {
  background-image: url("../img/business/mv.jpg");
}
@media only screen and (max-width: 767px) {
  .page-ttl {
    background-image: url("../img/business/sp/mv.jpg");
  }
}

.business-read {
  background: url("../img/business/read-bg.jpg") no-repeat right top/120rem;
  padding: 0.9rem 0 14.2rem;
}
@media only screen and (max-width: 767px) {
  .business-read {
    padding: 0;
    background: none;
  }
  .business-read::after {
    content: "";
    width: 100%;
    height: 48.3rem;
    display: block;
    background: url("../img/business/sp/read-bg.jpg") no-repeat bottom center/100%;
  }
}
.business-read .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .business-read .inner {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .business-read .inner {
    padding: 0 4rem;
  }
}
.business-read .inner .read-txt h2 {
  color: #0065B3;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 2.7rem;
  letter-spacing: 0.34rem;
}
@media only screen and (max-width: 767px) {
  .business-read .inner .read-txt h2 {
    font-size: 3.5rem;
    line-height: 1.6;
    margin-bottom: 3.1rem;
    letter-spacing: 0.47rem;
  }
}
.business-read .inner .read-txt p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .business-read .inner .read-txt p {
    font-size: 2.8rem;
    letter-spacing: 0.18rem;
    line-height: 1.65;
  }
}

.business-list {
  margin-bottom: 7.3rem;
}
@media only screen and (max-width: 767px) {
  .business-list {
    margin-bottom: 9.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .business-list .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 110rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .business-list .inner {
    width: auto;
    padding: 0 4rem;
  }
}
.business-list .inner .single {
  width: 52rem;
}
@media only screen and (max-width: 767px) {
  .business-list .inner .single {
    width: 100%;
  }
  .business-list .inner .single:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
.business-list .inner .single a {
  display: block;
}
.business-list .inner .single figure {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .business-list .inner .single figure {
    padding-bottom: 4.4rem;
    margin-bottom: 4.7rem;
  }
}
.business-list .inner .single figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.business-list .inner .single figure figcaption h2 {
  text-align: center;
  color: #fff;
  line-height: 1;
  background: rgba(4, 91, 170, 0.9);
  position: relative;
  width: 32rem;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.56rem;
  padding: 1.9rem 1.8rem 2.2rem 0;
}
@media only screen and (max-width: 767px) {
  .business-list .inner .single figure figcaption h2 {
    width: 51.5rem;
    font-size: 3.2rem;
    padding: 3rem 1.8rem 3.1rem 0;
  }
}
.business-list .inner .single figure figcaption h2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -0.3rem;
  right: -0.3rem;
  border-right: 0.1rem solid rgba(4, 91, 170, 0.9);
  border-bottom: 0.1rem solid rgba(4, 91, 170, 0.9);
}
.business-list .inner .single figure figcaption h2::after {
  content: "";
  width: 2.6rem;
  height: 0.6rem;
  background: url("../img/common/arrow-white.svg") no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 2.3rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .business-list .inner .single figure figcaption h2::after {
    background: url("../img/common/sp/arrow-white.png") no-repeat center/100%;
    width: 4.24rem;
    height: 0.96rem;
  }
}
.business-list .inner .single p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .business-list .inner .single p {
    font-size: 2.8rem;
    line-height: 1.65;
  }
}

.results-banner {
  width: 70rem;
  margin: 0 auto 17.8rem;
}
@media only screen and (max-width: 767px) {
  .results-banner {
    width: 68.7rem;
    margin-bottom: 20rem;
  }
}
.results-banner a {
  display: block;
}
/*# sourceMappingURL=business.css.map */