@media print, screen and (width >= 768px) {
  .p-section-service {
    max-width: 1000px;
    padding-top: 168px;
    padding-bottom: 438px;
  }
}
@media screen and (768px <= width < 1370px) {
  .p-section-service {
    padding-right: 0;
  }
}
@media screen and (width < 768px) {
  .p-section-service {
    padding: 0.61rem 0.12rem 2.34rem 0.1rem;
  }
  .p-section-service .c-heading--primary {
    margin-bottom: 0.56rem;
  }
}

@media print, screen and (width >= 768px) {
  .p-block-service-information {
    padding-bottom: 367px;
  }
}
@media screen and (width < 768px) {
  .p-block-service-information {
    padding-bottom: 2.02rem;
  }
}

.p-block-service-examples {
  position: relative;
}
.p-block-service-examples__item-image {
  position: relative;
}
.p-block-service-examples__item-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.p-block-service-examples__item-title {
  position: relative;
  padding: 0 0.1rem;
  color: #d71e1e;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
}
.p-block-service-examples__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: solid #d71e1e;
}
.p-block-service-examples__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-block-service-examples__list--black .p-block-service-examples__item-title {
  color: #383838;
}
.p-block-service-examples__list--black .p-block-service-examples__item-title::before {
  border-color: #383838;
}
.p-block-service-examples__list--blue .p-block-service-examples__item-title {
  color: #3d87de;
}
.p-block-service-examples__list--blue .p-block-service-examples__item-title::before {
  border-color: #3d87de;
}
@media print, screen and (width >= 768px) {
  .p-block-service-examples .c-media {
    margin-bottom: 131px;
  }
  .p-block-service-examples__list {
    gap: 140px 83px;
  }
  .p-block-service-examples__item {
    width: calc(33.3333333333% - 60px);
    max-width: 270px;
  }
  .p-block-service-examples__item-image {
    padding-top: 65.9259259259%;
  }
  .p-block-service-examples__item-title {
    margin-bottom: 17px;
    line-height: 1.6;
  }
  .p-block-service-examples__item-title::before {
    border-width: 8px;
  }
}
@media screen and (768px <= width < 1370px) {
  .p-block-service-examples .c-heading--quaternary {
    margin-left: 20px;
  }
}
@media screen and (width < 768px) {
  .p-block-service-examples {
    margin: 0 -0.06rem;
  }
  .p-block-service-examples::before {
    content: "";
    position: absolute;
    top: -0.96rem;
    right: -0.26rem;
    width: 1.49rem;
    height: 1.51rem;
    background: url("../img/service/sp/decoration_service_04.svg") center/100% auto no-repeat;
  }
  .p-block-service-examples .c-heading--primary {
    margin-bottom: 0.68rem;
  }
  .p-block-service-examples .c-media {
    margin-bottom: 1.02rem;
  }
  .p-block-service-examples .c-heading--quaternary {
    margin-bottom: 0.54rem;
    margin-left: -0.07rem;
  }
  .p-block-service-examples__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0 0.02rem 0 0.04rem;
  }
  .p-block-service-examples__item {
    width: 100%;
  }
  .p-block-service-examples__item-image {
    padding-top: 51.4106583072%;
  }
  .p-block-service-examples__item-title {
    margin-bottom: 0.11rem;
    line-height: 1.55;
  }
  .p-block-service-examples__item-title::before {
    border-width: 0.06rem;
  }
}

.p-section-business__introduction {
  background: url("../img/service/decoration_business_01.svg") no-repeat;
  font-weight: 700;
  text-align: center;
  background-position-x: center;
}
.p-section-business__introduction-text {
  margin-bottom: 0;
}
.p-section-business__row {
  position: relative;
}
.p-section-business__row::before, .p-section-business__row::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.p-section-business__row::before {
  inset: 0;
  display: block;
}
.p-section-business__row--primary::after {
  background: url("../img/service/decoration_business_02.svg") no-repeat center/cover;
}
.p-section-business__row--primary::before {
  background-color: rgba(91, 8, 8, 0.71);
}
.p-section-business__row--primary .c-heading--tertiary::before {
  background-color: #d71e1e;
}
.p-section-business__row--primary .c-button__text-label::before {
  background: url("../img/common/btn_decor_05.svg") no-repeat center center/100% auto;
}
.p-section-business__row--primary .c-button__text-label::after {
  background: url("../img/common/btn_decor_05_on.svg") no-repeat center center/100% auto;
}
.p-section-business__row--secondary::after {
  background: url("../img/service/decoration_business_03.svg") no-repeat center/cover;
}
.p-section-business__row--secondary::before {
  background-color: rgba(0, 0, 0, 0.65);
}
.p-section-business__row--secondary .c-heading--tertiary::before {
  background-color: #c8c8c8;
}
.p-section-business__row--secondary .c-button--primary {
  background-color: #c8c8c8;
  color: #000;
}
.p-section-business__row--secondary .c-button__text-label::before {
  background: url("../img/common/btn_decor_06.svg") no-repeat center center/100% auto;
}
.p-section-business__row--secondary .c-button__text-label::after {
  background: url("../img/common/btn_decor_06_on.svg") no-repeat center center/100% auto;
}
.p-section-business__row--tertiary::after {
  background: url("../img/service/decoration_business_04.svg") no-repeat center/cover;
}
.p-section-business__row--tertiary::before {
  background-color: rgba(0, 27, 59, 0.71);
}
.p-section-business__row--tertiary .c-heading--tertiary::before {
  background-color: #3d87de;
}
.p-section-business__row--tertiary .c-button--primary {
  background-color: #3d87de;
}
.p-section-business__row--tertiary .c-button__text-label::before {
  background: url("../img/common/btn_decor_05.svg") no-repeat center center/100% auto;
}
.p-section-business__row--tertiary .c-button__text-label::after {
  background: url("../img/common/btn_decor_07.svg") no-repeat center center/100% auto;
}
.p-section-business__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-section-business__info-detail {
  color: #fff;
}
.p-section-business__info-title {
  font-weight: 500;
}
.p-section-business .c-heading--tertiary {
  color: #fff;
}
.p-section-business .c-button--primary {
  font-weight: 700;
}
.p-section-business .c-button--primary .c-button__text::before {
  display: none;
}
.p-section-business__info-button {
  margin-top: auto;
}
@media print, screen and (width >= 768px) {
  .p-section-business__introduction {
    padding: 237px 30px 120px;
    font-size: 0.3rem;
    line-height: 1.8333333333;
    background-position-y: 171px;
  }
  .p-section-business__row::after {
    top: 0;
    left: -178px;
    width: 660px;
    height: 550px;
  }
  .p-section-business__info {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 127px 0 50px;
  }
  .p-section-business__info .c-heading--tertiary::before {
    width: 14px;
    height: 84px;
    margin-top: -29px;
    margin-left: -3px;
  }
  .p-section-business__row--primary {
    background: url("../img/service/business_img_01.jpg") no-repeat center/cover;
  }
  .p-section-business__row--secondary {
    background: url("../img/service/business_img_02.jpg") no-repeat center/cover;
  }
  .p-section-business__row--tertiary {
    background: url("../img/service/business_img_03.jpg") no-repeat center/cover;
  }
  .p-section-business__info-wrapper {
    width: 700px;
    min-height: 826px;
  }
  .p-section-business__info-detail {
    margin-left: 46px;
  }
  .p-section-business__info-title {
    margin-bottom: 10px;
    font-size: 0.35rem;
  }
  .p-section-business__info-description {
    padding: 0 70px 0 3px;
    font-size: 0.2rem;
    line-height: 2;
  }
  .p-section-business .c-heading--tertiary {
    margin-bottom: 48px;
    font-size: 0.45rem;
  }
  .p-section-business .c-list--primary {
    margin-bottom: 83px;
    margin-left: 47px;
  }
  .p-section-business .c-button--primary {
    width: 656px;
    min-height: 66px;
    padding-right: 20px;
    font-size: 0.3rem;
  }
  .p-section-business .c-button--primary .c-button__text {
    padding-top: 3px;
  }
  .p-section-business .c-button--primary .c-button__text-label::before, .p-section-business .c-button--primary .c-button__text-label::after {
    width: 96px;
    height: 34px;
    margin-top: -17px;
  }
}
@media screen and (768px <= width < 1370px) {
  .p-section-business__info-wrapper {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .p-section-business__introduction {
    padding: 1.25rem 0.06rem 1.16rem;
    background-size: 1.71rem 1.34rem;
    font-size: 0.18rem;
    line-height: 1.9444444444;
    background-position-y: 1.33rem;
  }
  .p-section-business__info {
    padding: 0.26rem 0 0.35rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .p-section-business__info .c-heading--tertiary::before {
    width: 0.06rem;
    height: 0.43rem;
    margin-left: 0.03rem;
  }
  .p-section-business .c-heading--tertiary {
    margin-bottom: 0.35rem;
    font-size: 0.35rem;
  }
  .p-section-business__info-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-section-business__row--primary {
    background: url("../img/service/sp/business_img_01.jpg") no-repeat center/cover;
  }
  .p-section-business__row--primary::after {
    top: 0;
    right: -0.83rem;
    width: 2.48rem;
    height: 2.07rem;
  }
  .p-section-business__row--primary .c-list--primary .c-list__item:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-section-business__row--primary .c-list--primary .c-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-section-business__row--primary .c-list--primary .c-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-section-business__row--secondary {
    background: url("../img/service/sp/business_img_02.jpg") no-repeat center/cover;
  }
  .p-section-business__row--secondary::after {
    top: 0.24rem;
    right: -1.11rem;
    width: 2.49rem;
    height: 2.05rem;
  }
  .p-section-business__row--tertiary {
    background: url("../img/service/sp/business_img_03.jpg") no-repeat center/cover;
  }
  .p-section-business__row--tertiary::after {
    top: -0.05rem;
    right: -1.16rem;
    width: 2.68rem;
    height: 2.37rem;
  }
  .p-section-business__row--tertiary .c-heading--tertiary {
    margin-top: 0.12rem;
    margin-right: -0.08rem;
    padding-left: 0.18rem;
    font-size: 0.27rem;
  }
  .p-section-business__row--tertiary .c-heading--tertiary::before {
    margin-top: -0.11rem;
  }
  .p-section-business__info-wrapper {
    min-height: 6.98rem;
  }
  .p-section-business__info-title {
    margin-bottom: 0.06rem;
    font-size: 0.25rem;
    line-height: 1.6;
  }
  .p-section-business__info-description {
    margin-right: -0.12rem;
    margin-left: -0.02rem;
    font-size: 0.16rem;
    line-height: 1.5625;
  }
  .p-section-business .c-list--primary {
    margin-bottom: 0.49rem;
  }
  .p-section-business .c-button--primary {
    width: 3.39rem;
    min-height: 0.47rem;
    padding-right: 0.14rem;
    padding-left: 0.1rem;
    font-size: 0.2rem;
  }
  .p-section-business .c-button--primary .c-button__text {
    padding-top: 0.03rem;
    padding-left: 0.1rem;
  }
  .p-section-business .c-button--primary .c-button__text-label::before, .p-section-business .c-button--primary .c-button__text-label::after {
    width: 0.7rem;
    height: 0.26rem;
    margin-top: -0.13rem;
  }
}
/*# sourceMappingURL=service.css.map */