.p-work {
  padding: 8.7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding: 3.4rem 1.9rem 4rem;
  }
}
.p-work__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.p-work__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #3064db;
  line-height: 1;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-work__ttl {
    gap: 0 1.8rem;
    letter-spacing: 0.15em;
    margin: 0 0 1.8rem;
  }
}
.p-work__en {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #acc1f1;
}
@media screen and (max-width: 767px) {
  .p-work__en {
    letter-spacing: 0.12em;
  }
}
.p-work-content {
  position: relative;
  background: #efefef;
  border-radius: 3rem;
  margin-top: 7rem;
  padding: 5rem 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-work-content {
    border-radius: 1.1rem;
    padding: 1.8rem 1.2rem;
    margin-top: 3.5rem;
  }
}
.p-work-content__ttl {
  position: absolute;
  top: -3rem;
  left: 50%;
  display: block;
  width: 58rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-work-content__ttl {
    top: -1.1rem;
    width: 21.5rem;
    line-height: 0;
  }
}
.p-work-content__img {
  width: 84.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-work-content__img {
    width: 100%;
  }
}

.p-business {
  background: #d7eaf8;
  padding: 8.7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding: 3.4rem 1.9rem 6.7rem;
  }
}
.p-business__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.p-business__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #3064db;
  line-height: 1;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-business__ttl {
    gap: 0 1.8rem;
    letter-spacing: 0.15em;
    margin: 0 0 2.4rem;
  }
}
.p-business__en {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #acc1f1;
}
@media screen and (max-width: 767px) {
  .p-business__en {
    letter-spacing: 0.12em;
  }
}
.p-business-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-business-block {
    flex-flow: column;
  }
}
.p-business-block + .p-business-block {
  margin-top: 3rem;
}
.p-business-block-head {
  width: 38.6rem;
  background: linear-gradient(90deg, #308ddb 0%, #3064db 100%);
  padding: 3.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-head {
    width: 100%;
    padding: 1.6rem;
  }
}
.p-business-block-head__ttl {
  color: #fff;
  font-size: 2.68rem;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-business-block-head__ttl {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.p-business-block-head__img {
  display: block;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-business-block-head__img {
    margin: 0 auto;
  }
}
.p-business-block-head__img--01 {
  width: 18.6rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-head__img--01 {
    width: 15.1rem;
  }
}
.p-business-block-head__img--02 {
  width: 26.1rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-head__img--02 {
    width: 22.3rem;
  }
}
.p-business-block-head__img--03 {
  width: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-head__img--03 {
    width: 18.3rem;
  }
}
.p-business-block-head__img--04 {
  width: 21.9rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-head__img--04 {
    width: 18.2rem;
  }
}
.p-business-block-detail {
  width: calc(100% - 38.6rem);
  padding: 4rem 3.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-detail {
    width: 100%;
    padding: 2rem 2.5rem;
  }
}
.p-business-block-detail__ttl {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-detail__ttl {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-business-block-detail__ttl--slim {
    letter-spacing: 0.05em;
    margin: 0 -1em 2rem;
  }
}
.p-business-block-detail__img {
  margin: 0 auto;
}
.p-business-block-detail__img--01 {
  width: 21.2rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-detail__img--01 {
    width: 21.2rem;
  }
}
.p-business-block-detail__img--02 {
  width: 30.3rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-detail__img--02 {
    width: 100%;
  }
}
.p-business-block-detail__img--03 {
  width: 18.8rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-detail__img--03 {
    width: 22.5rem;
  }
}
.p-business-block-detail__img--04 {
  width: 36.3rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-detail__img--04 {
    width: 28.5rem;
  }
}
.p-business-block-detail__sub {
  display: inline-block;
  font-weight: 700;
  color: #308ddb;
  letter-spacing: 0.05em;
  line-height: 1;
  border-bottom: 1px solid #308ddb;
  padding: 0 0 0.7rem;
  margin: 2rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-block-detail__sub {
    margin: 2.2rem 0 0.5rem;
  }
}
.p-business-block-detail__txt {
  line-height: 1.75;
}