.p-service {
  padding: 80px 0 100px;
}

@media screen and (max-width: 960px) {
  .p-service {
    padding: 40px 0 60px;
  }
}
.p-service__art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 0 0 80px;
}

@media screen and (max-width: 960px) {
  .p-service__art {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
    padding: 0 0 44px;
  }
}
.p-service__txt {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .p-service__txt {
    width: 100%;
  }
}
.p-service__img {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .p-service__img {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .p-service__img {
    width: 100%;
  }
}
.p-service__ttl {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-service__ttl {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
.p-service__desc {
  font-size: 16px;
  line-height: 2.2;
}

@media screen and (max-width: 960px) {
  .p-service__desc {
    font-size: 13px;
  }
}
.p-service__offer {
  padding: 120px 0 0;
  border-top: 1px solid var(--color_border);
}

@media screen and (max-width: 960px) {
  .p-service__offer {
    padding: 60px 0 0;
  }
}
.p-service__offerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(2vw,40px);
}

@media screen and (max-width: 960px) {
  .p-service__offerList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-service__offerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: calc((100% - min(2vw,40px)) / 2);
  padding: 20px 32px 20px 20px;
  background: #FBFBFB;
  font-family: var(--font_family--en);
}
@media screen and (max-width: 1300px) {
  .p-service__offerItem {
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px; 
  }
}
@media screen and (max-width: 960px) {
  .p-service__offerItem {
    flex-direction: row;
    width: 100%;
    gap: 20px;
  }
}
.p-service__offerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  gap: min(2vw,40px);
  width: 50%;
}
@media screen and (max-width: 1300px) {
  .p-service__offerLeft {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-service__offerLeft {
    gap: 20px;
    width: auto;
  }
}
.p-service__offerRight {
  width: 50%;
}
@media screen and (max-width: 1300px) {
  .p-service__offerRight {
    width: 100%;
    padding-left: 83px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 960px) {
  .p-service__offerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
.p-service__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  padding-top: 1px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 60px;
  line-height: 60px;
}

.p-service__offerItem strong {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-service__offerItem strong {
      font-size: 20px;
  }
}
.p-service__offerItem p {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .p-service__offerItem p {
      margin-top: 8px;
  }
}