@charset "utf-8";
#business .inner {
  margin-bottom: 150px;
}
#business .page-section-title:first-child {
  margin-top: 85px;
}
#business .page-section-title:not(:first-child) {
  margin-top: 170px;
}
.business_division_description {
  width: 100%;
  max-width: 810px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
  margin: 51px auto 0;
}
.division_section_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.division_section {
  width: 48%;
  max-width: 480px;
  /* margin-top: 60px; */
}
.division_section img {
  margin-top: 60px;
}
.division_section_name {
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
  color: #004690;
  margin: 20px 0;
}
.division_section_text {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.87;
  text-align: left;
}

/* 施工事例 */
.case-list h2 {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #004690;
}
.case-list h2 span {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: #004690;
  margin-top: 12px;
}
.link-btn {
  display: flex;
  justify-content: center;
}
.link-btn a {
  display: inline-block;
  background: #fff;
  border: 1px solid #1d468b;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: left;
  color: #004690;
  padding: 17px 70px 18px 70px;
  position: relative;
  margin: 72px auto 150px;
}
.link-btn a::after {
  width: 7px;
  height: 11px;
  content: "";
  display: inline-block;
  background-image: url(../images/icon-arrow.png);
  position: absolute;
  top: 19px;
  right: 18px;
}
@media screen and (max-width: 599px) {
  #business .page-section-title:first-child {
    margin-top: 60px;
  }
  #business .inner {
    margin-bottom: 100px;
  }
  .business_division_description {
    margin: 51px auto 10px;
  }
  .division_section {
    width: 100%;
    margin: 0 auto;
  }
  .division_section_wrap .division_section:first-of-type img {
    margin-top: 10px;
  }
  .division_section img {
    margin-top: 40px;
  }
  .division_section_name {
    margin: 14px 0;
  }
  .division_section_text {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #business .page-section-title:not(:first-child) {
    margin-top: 100px;
  }
  .link-btn a {
    margin: 30px auto 100px;
  }
}

/* ふわっと動き */
.fadeInTarget {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease-out;
}
.fadeInTarget.show {
  opacity: 1;
  transform: translateY(0);
}
.division_section_wrap .division_section:nth-of-type(even).fadeInTarget.show {
  transition: 1s ease-out;
  transition-delay: 0.2s;
}

/* リンク位置調整 */

#division01::before,
#division02::before,
#division03::before,
#division04::before {
  content: "";
  display: block;
  padding-top:180px;
  margin-top: -180px;
}
