/* ========== business ========== */
.business .fv_bg {
  background-image: url(../img/business_fv.png);
}

.business_co_inner,
.business_detail_inner  {
  width: 100%;
  max-width: 1080px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.business_border {
  max-width: 1080px;
  margin: 7rem auto;
}

/* 会社紹介 */
.business_co {
  text-align: center;
  padding: 15rem 2rem;
  padding: 9rem 2rem;
  margin: auto;
}

.business_co_logo {
  margin: auto;
  width: 55rem;
  padding-bottom: 4rem;
}

.business_co_logo_small {
  width: 41.3rem;
}

.business_border_gray {
  border: solid 0.1rem #666666;
}

@media screen and (max-width: 750px) {
  .business_co {
    width: 100%;
    max-width: 550px;
    padding: 14rem 2rem;
  }

  .business_co_inner p {
    font-size: 2.6rem;
  }

  .business_co_logo {
    margin: auto;
  }
}

/* ビジネス詳細 */
.business_detail {
  background-color: #004795;
  color: #ffffff;
  padding: 10rem 2rem;
}

.business_detail_link {
	padding: 2em;
	scroll-padding-top: 10rem;
}

.business_detail_inner {
  display: flex;
  justify-content: center;
}

.business_detail h2 {
  font-size: 2.5rem;
  padding-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.business_detail h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.7rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.business_detail p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.business_detail pre {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
}

.business_detail_logo {
  width: 26rem;
}

.business_detail_inner_left {
  width: 48rem;
  padding-right: 4.5rem;
}

.business_detail_img {
  width: 50rem;
}

.business_detail_middle {
  background-color: #003373;
  border-bottom: #fff solid 0.2rem;
  padding: 5rem 4rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .business_detail_link {
    padding: 1em;
  }

  .business_detail h2 {
    font-size: 3rem;
    text-align: center;
  }

  .business_detail h3 {
    font-size: 5.6rem;
    margin-bottom: 3rem;
  }

  .business_detail p {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .business_detail pre {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .business_detail_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .business_detail_inner_left {
    width: 65.5rem;
    padding-right: 0;
  }
  .business_detail_logo {
    width: 31rem;
    margin: 3rem auto;
  }

  .business_detail_img {
    width: 65.5rem;
    margin: auto 0;
  }
}
/* ========== / business ========== */
