.kv {
  background: url("/assets/img/service/kv.webp") no-repeat 50% 50%;
  background-size: cover;
}

.service {
  padding-top: 2px;
  background: url("/assets/img/service_bg.webp") no-repeat 50% 0;
  background-size: cover;
  border-top: none;
  border-bottom: none;
}
.service .bread {
  padding-bottom: 86px;
}

.service__ad {
  max-width: 996px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

.service__ad-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: yellow;
  line-height: 1.5;
}

.service__note {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

.handle {
  background: url("/assets/img/service/handle_bg.webp") no-repeat 50% 0;
  background-size: cover;
}

.handle__h3 {
  font-size: 3.2rem;
  color: yellow;
  font-weight: 700;
  text-align: center;
}
.handle__h3 span {
  display: block;
  margin-top: 14px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.handle__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  margin-top: 50px;
}

.handle__image {
  width: 319px;
}

.handle__topic {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.handle__container {
  max-width: 996px;
  margin-top: 38px;
  padding: 30px 15px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  border-radius: 5px;
}

.handle__content {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.handle__text {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.handle__text.--bottom {
  margin-top: 12px;
}

.handle__menu {
  margin-top: 12px;
}

.handle__menu-item {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.handle__menu-item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-right: 5px;
  background: url("/assets/img/service/handle_icon.svg") no-repeat 0 0;
  background-size: cover;
}

.course__h3 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.course__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  max-width: 997px;
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.course__item {
  width: 319px;
  text-align: center;
}

.course__name {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 700;
}

.course__container {
  max-width: 996px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px;
  background: url("/assets/img/service/course_bg.webp") no-repeat 0 0;
  background-size: cover;
  border-radius: 5px;
}

.course__content {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}

.course__topic {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: yellow;
}

.course__text {
  margin-top: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.about {
  background: url("/assets/img/service/about_bg.webp") no-repeat 0 0;
  background-size: cover;
}

.about__container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.about__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.about__title span {
  display: block;
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.about__list {
  max-width: 525px;
  margin-top: 10px;
}

.about__container {
  max-width: 1190px;
  padding: 0 15px;
  margin-top: 50px;
}

.about__content {
  width: 47%;
}

.about__link {
  max-width: 320px;
}

@media screen and (max-width: 1200px) {
  .about__item {
    padding: 4px 12px;
  }
  .course__list {
    max-width: 678px;
  }
}
@media screen and (max-width: 1000px) {
  .about__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 0;
    background: url("/assets/img/service_bg-sp.webp") repeat 0 0;
    background-size: contain;
  }
  .service .bread {
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #000;
  }
  .title.--service {
    font-size: 2.8rem;
    margin-top: 50px;
  }
  .title.--service span {
    font-size: 1.6rem;
  }
  .service__ad {
    padding: 30px 14px;
    text-align: left;
  }
  .service__note {
    font-size: 1.6rem;
  }
  .handle {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .handle__h3 {
    font-size: 2.4rem;
  }
  .handle__h3 span {
    font-size: 1.6rem;
  }
  .handle__list {
    gap: 16px 10px;
    justify-content: space-between;
    margin-top: 30px;
  }
  .handle__item {
    width: 48%;
  }
  .handle__image {
    width: 100%;
  }
  .handle__topic {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .handle__text {
    font-size: 1.8rem;
  }
  .handle__menu-item {
    font-size: 1.6rem;
  }
  .handle__text.--bottom {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .course__container {
    padding: 30px 20px;
    border: 2px solid #fff;
    border-radius: 5px;
  }
  .course__h3 {
    font-size: 2.6rem;
  }
  .course__list {
    gap: 16px 10px;
    justify-content: space-between;
  }
  .course__item {
    width: 48%;
  }
  .course__topic {
    font-size: 1.8rem;
  }
  .course__name {
    font-size: 1.4rem;
  }
  .course__text {
    margin-top: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .about__title {
    font-size: 2.8rem;
  }
  .about__title span {
    font-size: 1.4rem;
  }
  .about__container {
    margin-top: 24px;
    padding: 0 20px;
  }
  .about__content {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .service__ad-title {
    font-size: 1.8rem;
  }
  .course__h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .handle {
    background: url("/assets/img/service/handle_bg-sp.webp") no-repeat 50% 60%;
    background-size: cover;
  }
}
@media screen and (max-width: 374px) {
  .service__ad-title {
    font-size: 1.8rem;
  }
  .course__container {
    padding: 30px 10px;
  }
  .course__h3 {
    font-size: 2rem;
  }
  .course__topic {
    font-size: 1.6rem;
  }
  .course__item {
    width: 47%;
  }
  .handle__item {
    width: 47%;
  }
}/*# sourceMappingURL=service.css.map */