/* ------------------------------------------------------------
// Business
------------------------------------------------------------ */
.business-bg-wrap {
  background: url(../images/business/bg.png) no-repeat top center/cover;
}

.business-box .box:not(:last-child) {
  margin-bottom: 140px;
  padding-bottom: 130px;
  border-bottom: 1px dashed #231815;
}
.business-box .box .business-subttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  font-weight: 500;
  color: #ffffff;
  width: 386px;
  height: 52px;
  margin: 0 auto 40px;
  background: #003477;
  border-radius: 26px;
}
.business-box .box .business-txt {
  font-size: 22px;
  text-align: center;
}
.business-box .box .number-list-box dt {
  text-align: center;
}
.business-box .box .number-list-box dt .number {
  font-size: 58px;
  font-weight: 700;
  color: #38a1db;
  text-align: center;
}
.business-box .box .number-list-box dt .ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5px;
  background: #fff67f;
}
.business-box .box .number-list-box dd {
  font-size: 22px;
  text-align: center;
}
.business-box .box .number-list-box dd:not(:last-child) {
  margin-bottom: 40px;
}
.business-box .box .img-list-1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin: 40px 0 140px;
}
.business-box .box .img-list-1 li {
  width: calc(50% - 20px);
}
.business-box .box .img-list-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 60px;
}
.business-box .box .img-list-2 li:first-child {
  width: 100%;
}
.business-box .box .img-list-2 li:nth-child(2), .business-box .box .img-list-2 li:nth-child(3) {
  width: calc(50% - 10px);
}
.business-box .box .red-line-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  font-weight: 500;
  color: #ffffff;
  padding: 5px 15px;
  background: #e60012;
}
.business-box .box .white-box {
  margin-bottom: 140px;
  padding: 60px 80px;
  background: #ffffff;
}
.business-box .box .yellow-one-box {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  background: #fff799;
}
.business-box .box .yellow-two-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.business-box .box .yellow-two-box .yellow-box {
  width: calc(50% - 5px);
  padding: 10px;
  background: #fff799;
}
.business-box .box .yellow-two-box .yellow-box .ttl {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.business-box .box .yellow-two-box .yellow-box p {
  font-size: 22px;
  text-align: center;
}
.business-box .box .contact-link-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.business-box .box .contact-link-box a {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  padding: 5px 10px;
  background: #e60012;
  transition: 0.3s;
}
.business-box .box .contact-link-box a:hover {
  background: #9b0013;
}
.business-box .box .contact-link-box .arrow {
  font-size: 48px;
  color: #727171;
}
.business-box .box .other-txt {
  font-size: 22px;
  text-align: center;
}
.business-box .box .other-txt span {
  display: block;
  font-size: 27px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-box .box:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .business-box .box .business-subttl {
    font-size: 22px;
    width: 300px;
    height: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .business-box .box .business-txt {
    font-size: 18px;
    text-align: left;
  }
  .business-box .box .number-list-box dt {
    text-align: center;
  }
  .business-box .box .number-list-box dt .number {
    font-size: 42px;
  }
  .business-box .box .number-list-box dt .ttl {
    font-size: 22px;
  }
  .business-box .box .number-list-box dd {
    font-size: 18px;
  }
  .business-box .box .number-list-box dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .business-box .box .img-list-1 {
    gap: 10px;
    margin: 30px 0 120px;
  }
  .business-box .box .img-list-1 li {
    width: calc(50% - 5px);
  }
  .business-box .box .img-list-2 {
    margin: 30px 0;
    gap: 10px;
  }
  .business-box .box .img-list-2 li:nth-child(2), .business-box .box .img-list-2 li:nth-child(3) {
    width: calc(50% - 5px);
  }
  .business-box .box .red-line-ttl {
    font-size: 20px;
  }
  .business-box .box .white-box {
    margin-bottom: 120px;
    padding: 30px 20px;
  }
  .business-box .box .yellow-one-box {
    font-size: 18px;
    margin: 10px 0 30px;
  }
  .business-box .box .yellow-two-box {
    flex-direction: column;
    margin-top: 30px;
  }
  .business-box .box .yellow-two-box .yellow-box {
    width: 100%;
  }
  .business-box .box .yellow-two-box .yellow-box .ttl {
    font-size: 20px;
  }
  .business-box .box .yellow-two-box .yellow-box p {
    font-size: 16px;
  }
  .business-box .box .contact-link-box {
    gap: 10px;
  }
  .business-box .box .contact-link-box a {
    font-size: 22px;
  }
  .business-box .box .contact-link-box .arrow {
    font-size: 38px;
  }
  .business-box .box .other-txt {
    font-size: 18px;
  }
  .business-box .box .other-txt span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}