@charset "UTF-8";

.p-service {
  margin-top: clamp(80px, 7.8333333333vw, 94px);
  margin-bottom: clamp(120px, 12.5183016105vw, 171px);
  position: relative;
}

.p-service__top {
  max-width: 686px;
  margin-inline: auto;
}

.p-service__top-title {
  font-size: clamp(24px, 2.3333333333vw, 28px);
  line-height: 1.4642857143;
  letter-spacing: 4.2px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-service__top-title {
    text-align: center;
  }
}

.p-service__top-text {
  margin-top: 29px;
  font-size: clamp(14px, 1.0980966325vw, 15px);
  line-height: 1.6666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .p-service__top-text {
    text-align: center;
  }
}

.p-service__flex-content {
    margin-top: clamp(80px, 9.8333333333vw, 118px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width:1024px) {
  .p-service__flex-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-service__flex-content:nth-of-type(3) {
  margin-top: clamp(120px, 16.75vw, 201px);
  margin-bottom: clamp(80px, 10.8345534407vw, 148px);
}

.p-service__flex-texts .p-service__text {
  max-width: 603px;
}

.p-service__title {
  padding-block: 12px;
  padding-left: 34px;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.5;
  letter-spacing: 3.6px;
  font-weight: 700;
  position: relative;
}
.p-service__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #5ba8db;
}

.p-service__text {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .p-service__text {
    margin-left: 35px;
  }
}

.p-service__table-wrap {
  margin-top: 59px;
  margin-inline: auto;
  max-width: 603px;
  overflow-x: auto;
}
@media screen and (min-width:1024px) {
  .p-service__table-wrap {
    margin-left: 35px;
  }
}

.p-service__table {
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (min-width:1024px) {
  .p-service__table {
    width: clamp(400px, 44.1434846266vw, 603px);
  }
}

.p-service__table-row {
  display: grid;
  grid-template-columns: 113px 1fr;
}
.p-service__table-row:first-of-type {
  padding-top: 5px;
}
.p-service__table-row:nth-of-type(n + 2) {
  border-top: 1px solid #a7a7a7;
}

.p-service__table-title {
  padding-block: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
.p-service__table-title::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: calc(100% - 20px);
    background: url("../images/table-line.svg") center/contain repeat;
}

.p-service__table-text {
  padding-block: 25px;
  padding-left: 41px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-service__flex-items {
  border-top: 1px solid #B1B1B1;
  position: relative;
}
.p-service__flex-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28.9405684755%;
  height: 1px;
  background: #5BA8DB;
  z-index: 1;
}

.p-service__items-title {
  padding-top: 20px;
  font-size: clamp(18px, 1.8333333333vw, 22px);
  line-height: 1.5;
  letter-spacing: 3.3px;
  font-weight: 700;
}

.p-service__item-wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-service__item-wrap {
    margin-inline: 0;
  }
}

.p-service__item {
  max-width: 202px;
}

.p-service__item-img {
  width: min(100%, 202px);
  aspect-ratio: 1/1;
  border: 1px solid #B1B1B1;
  border-radius: 20px;
  position: relative;
}
.p-service__item-img img {
  border-radius: 20px;
}
.p-service__item-title {
  padding-top: 10px;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 2.4px;
  font-weight: 700;
  text-align: center;
}


.p-service__texts-img {
  margin-top: 59px;
  max-width: clamp(400px, 44.1434846266vw, 603px);
  aspect-ratio: 603/610;
  margin-inline: auto;
}
.p-service__texts-img img {
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-service__texts-img {
    margin-inline: 35px 0;
  }
}

.p-service__item-num {
  position: absolute;
  left: 13px;
  bottom: 9px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  z-index: 1;
}
.p-service__item-num::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -13px;
  width: 52px;
  height: 52px;
  background: #1B427A;
  border-radius: 0 20px;
  z-index: -1;
}

.p-service__content {
  padding-top: clamp(80px, 8.3333333333vw, 100px);
  border-top: 1px solid #B1B1B1;
}

.p-service__content-items {
  margin-top: 70px;
  margin-bottom: clamp(120px, 12.3333333333vw, 148px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 40px 30px;
}

.p-service__content-item {
  max-width: 270px;
}
.p-service__content-item .img {
  aspect-ratio: 1/1;
}
.p-service__content-item .img img {
  border-radius: 10px;
}
.p-service__content-item .text {
  padding-top: 17px;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.5;
  letter-spacing: 2.7px;
  font-weight: 700;
  text-align: center;
}

.p-service__list-wrap {
  margin-top: 70px;
  max-width: 850px;
  overflow-x: auto;
  margin-inline: auto;
}

.p-service__list {
  padding-inline: 10px;
  background: #ffffff;
  border: 1px solid #b1b1b1;
  border-radius: 10px;
}

.p-service__list-text {
  padding-block: 24px;
  padding-left: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #454545;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-service__list-text {
    padding-left: 78px;
  }
}
.p-service__list-text::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 10px;
  width: 22px;
  height: 16px;
  background: url("../images/check-icon-blue.svg") center/contain no-repeat;
}
@media screen and (min-width:768px) {
  .p-service__list-text::before {
    left: 30px;
  }
}
.p-service__list-text:nth-of-type(n + 2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../images/table-line-row.svg") center/cover repeat;
}