@charset "UTF-8";
:root {
  --noto: "Noto Serif JP", serif;
  --noto-sans: "Noto Sans JP", sans-serif;
  --yugo: "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

.img-wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.img-wrap img {
  width: 100%;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-f {
    display: flex !important;
  }
}

.contact-break {
  display: block !important;
}
@media screen and (max-width: 850px) {
  .contact-break {
    display: none !important;
  }
}

.lead {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.anchor {
  padding-bottom: 220px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-bottom: 80px;
  }
}
.anchor__bg {
  position: absolute;
  z-index: -1;
  top: -450px;
  left: 50%;
  width: 120%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .anchor__bg {
    top: -180px;
    width: 80%;
  }
}
.anchor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (max-width: 1100px) {
  .anchor__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  .anchor__list {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.anchor__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  width: 100%;
  padding: 0 15px 0 20px;
  background: rgba(255, 255, 255, 0.6);
  transition: opacity 0.3s;
}
@media (hover) {
  .anchor__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link {
    height: 74px;
  }
}
.anchor__left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.anchor__icon--1 {
  width: 80px;
}
.anchor__text {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .anchor__text {
    font-size: 14px;
  }
}
.anchor__right {
  height: auto;
  width: 35px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 9999px;
  border: solid 1px #2768d4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anchor__right {
    width: 30px;
  }
}
.anchor__right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -30%;
  height: auto;
  width: 9px;
  background: #2768d4;
  -webkit-clip-path: polygon(0 0, 50% 99%, 100% 0);
          clip-path: polygon(0 0, 50% 99%, 100% 0);
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .anchor__right::after {
    width: 6px;
  }
}

.service__list {
  display: flex;
  flex-direction: column;
  gap: 190px;
}
@media screen and (max-width: 767px) {
  .service__list {
    gap: 60px;
  }
}
.service__item {
  display: flex;
}
.service__item--1 {
  gap: 30px;
}
.service__item--2 {
  gap: 15px;
}
.service__item--3 {
  gap: 5px;
}
.service__item--4 {
  gap: 50px;
}
.service__item--5 {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .service__item {
    flex-direction: column;
    gap: 30px;
  }
}
.service__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .service__item--reverse {
    flex-direction: column;
  }
}
.service__left {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .service__left {
    max-width: 100%;
  }
}
.service__title {
  font-size: 35px;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.service__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 14px;
  }
}
.service__number {
  width: 80px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .service__number {
    width: 48px;
    margin-bottom: 10px;
  }
}
.service__right {
  width: 100%;
  max-width: 550px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__right {
    max-width: 80%;
    margin: 0 auto;
  }
}
.service__main-img {
  position: relative;
  z-index: 0;
}
.service__main-bg {
  position: absolute;
  z-index: -1;
}
.service__main-bg--1 {
  bottom: -140px;
  right: -120px;
  width: 74.5454545455%;
}
.service__main-bg--2 {
  bottom: 70px;
  left: -180px;
  width: 76.3636363636%;
}
.service__main-bg--3 {
  bottom: -300px;
  right: -250px;
  width: 118.1818181818%;
}
.service__main-bg--4 {
  bottom: -300px;
  left: -250px;
  width: 90.9090909091%;
}
.service__main-bg--5 {
  bottom: -300px;
  right: -250px;
  width: 109.0909090909%;
}/*# sourceMappingURL=style.css.map */