@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ZenOldMincho400";
  src: url("../font/ZenOldMincho-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald500";
  src: url("../font/Oswald-Medium.ttf");
}
@media screen and (min-width: 801px) {
  .service-section {
    padding: 110px 0 200px;
  }
}
@media screen and (max-width: 800px) {
  .service-section {
    padding: 50px 0 100px;
  }
}

.service-section__inner {
  max-width: 1050px;
  width: calc(100% - 50px);
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .service-about {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 800px) {
  .service-about {
    padding: 0 0 70px;
  }
}

@media screen and (min-width: 801px) {
  .service-about__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .service-about__list {
    margin-top: 30px;
  }
}

@media screen and (min-width: 801px) {
  .service-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-about__item:nth-child(n+2) {
    margin-top: 100px;
  }
  .service-about__item:nth-child(odd) .service-about__wrap {
    margin-right: 50px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1279px) and (min-width: 801px) {
  .service-about__item:nth-child(odd) .service-about__wrap {
    margin-right: 20px;
  }
}
@media screen and (min-width: 801px) {
  .service-about__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .service-about__item:nth-child(even) .service-about__wrap {
    margin-left: 50px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1279px) and (min-width: 801px) {
  .service-about__item:nth-child(even) .service-about__wrap {
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .service-about__item:nth-child(n+2) {
    margin-top: 50px;
  }
}

.service-about__wrap {
  display: block;
}
@media screen and (min-width: 801px) {
  .service-about__wrap {
    max-width: 450px;
  }
}

.service-about__itemTitle {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 801px) {
  .service-about__itemTitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 800px) {
  .service-about__itemTitle {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 519px) {
  .service-about__itemTitle {
    font-size: clamp(1.063rem, 0.761rem + 1.51vw, 1.25rem);
  }
}

.service-about__text {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 800px) {
  .service-about__text {
    margin-bottom: 20px;
  }
}

.service-about__image {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 801px) {
  .service-about__image {
    width: 550px;
    height: 260px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .service-about__image {
    width: 450px;
    height: 260px;
  }
}

.service-point {
  background-color: #0A1A4A;
}
@media screen and (min-width: 801px) {
  .service-point {
    padding: 100px 0;
  }
}
@media screen and (max-width: 800px) {
  .service-point {
    padding: 70px 0;
  }
}

@media screen and (min-width: 801px) {
  .service-point__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .service-point__list {
    margin-top: 30px;
  }
}

@media screen and (min-width: 801px) {
  .service-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-point__item:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .service-point__item {
    text-align: center;
  }
  .service-point__item:nth-child(n+2) {
    margin-top: 60px;
  }
}

.service-point__wrap {
  color: #fff;
  display: block;
}
@media screen and (min-width: 801px) {
  .service-point__wrap {
    margin-left: 25px;
  }
}

.service-point__number {
  background-color: #fff;
  color: #0A1A4A;
  border-radius: 10px;
  width: 100px;
  height: 25px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .service-point__number {
    margin: 25px auto 0;
  }
}

.service-point__itemTitle {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 801px) {
  .service-point__itemTitle {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    margin: 10px 0 15px;
  }
}
@media screen and (max-width: 800px) {
  .service-point__itemTitle {
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 20px 0 15px;
  }
}
@media screen and (max-width: 519px) {
  .service-point__itemTitle {
    font-size: 18px;
  }
}

.service-point__text {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 800px) {
  .service-point__text {
    text-align: left;
  }
}

.service-point__image {
  width: 100%;
  height: 100%;
  width: 250px;
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}