@charset "UTF-8";

#fv {
  width: 100%;
  padding: 18.7rem 2.4rem 7.2rem;
  background-image: url(../img/top/fv_bg-sp.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

#fv::before {
  content: '';
  width: 21.7rem;
  aspect-ratio: 217 / 219;
  background-image: url(../img/top/fv_icon.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

#fv .catch_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 6.4rem;
  color: #fff;
}

#fv .catch_wrap .main_catch {
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#fv .catch_wrap .sub_catch {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#fv .btn_list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
}

#about .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

#about .text_wrap .catch_text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 2.4rem;
}

#about .text_wrap .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.6rem;
}

#about .text_wrap .btn {
  margin: 0 auto;
}

#consultation {
  position: relative;
}

#consultation::before {
  content: '';
  width: 12rem;
  aspect-ratio: 274 / 336;
  background-image: url(../img/top/consultation_icon.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

#consultation .content_wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.2rem;
}

#consultation .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

#consultation .text_wrap .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#consultation .text_wrap .list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

#consultation .text_wrap .list .item {
  padding-left: 3.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}

#consultation .text_wrap .list .item::before {
  content: '';
  width: 2.8rem;
  aspect-ratio: 36 / 24;
  background-image: url(../img/common/list_icon.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#consultation .img {
  width: 24rem;
}

#service {
  color: #fff;
  background-color: #004f3c;
  position: relative;
  overflow: hidden;
}

#service::before {
  content: '';
  width: 12rem;
  aspect-ratio: 377 / 380;
  background-image: url(../img/top/service_icon01.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#service::after {
  content: '';
  width: 12rem;
  aspect-ratio: 377 / 380;
  background-image: url(../img/top/service_icon02.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#service .inner {
  position: relative;
  z-index: 0;
}

#service .inner::before {
  content: '';
  width: 80rem;
  aspect-ratio: 1280 / 1270;
  background-image: url(../img/top/service_bg.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#service .catch_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 4.8rem;
}

#service .catch_wrap .main_catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

#service .catch_wrap .sub_catch {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

#service .wrap {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-bottom: 4.8rem;
}

#service .wrap .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

#service .wrap .content_wrap .text_wrap .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 0.8rem;
  margin-bottom: 1.6rem;
  position: relative;
}

#service .wrap .content_wrap .text_wrap .ttl::before {
  content: '';
  width: 0.2rem;
  height: 100%;
  background-color: #d6a611;
  border-radius: 1.1rem;
  position: absolute;
  top: 0;
  left: 0;
}

#service .wrap .content_wrap .text_wrap .catch {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}

#service .wrap .content_wrap .text_wrap .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#service .btn {
  margin: 0 auto;
}

@media (min-width: 769px) {
  #fv {
    height: 100vh;
    min-height: 76rem;
    padding: calc(176 / 1920 * 100vw) calc(120 / 1920 * 100vw) 0;
    background-image: url(../img/top/fv_bg-pc.png);
  }

  #fv::before {
    width: calc(377 / 1920 * 100vw);
  }

  #fv .catch_wrap {
    gap: 1.6rem;
  }

  #fv .catch_wrap .main_catch {
    font-size: calc(64 / 1920 * 100vw);
  }

  #fv .catch_wrap .sub_catch {
    font-size: calc(24 / 1920 * 100vw);
  }

  #fv .btn_list {
    flex-direction: row;
    gap: 3.2rem;
  }

  #about .content_wrap {
    flex-direction: row;
  }

  #about .text_wrap {
    width: 54.4rem;
  }

  #about .text_wrap .catch_text {
    font-size: 4rem;
  }

  #about .text_wrap .text {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }

  #about .text_wrap .btn {
    margin: 0;
  }

  #about .img {
    width: 62.4rem;
  }

  #consultation.sec {
    padding-bottom: 2.7rem;
  }

  #consultation::before {
    width: 27.4rem;
    right: 0.8rem;
  }

  #consultation .content_wrap {
    flex-direction: row;
    gap: 3.2rem;
  }

  #consultation .text_wrap {
    width: 73.6rem;
  }

  #consultation .text_wrap .text {
    font-size: 2rem;
  }

  #consultation .text_wrap .list .item {
    padding-left: 5.2rem;
    font-size: 2rem;
  }

  #consultation .text_wrap .list .item::before {
    content: '';
    width: 3.6rem;
  }

  #consultation .img {
    width: 43.2rem;
  }

  #service::before,
  #service::after {
    width: 37.7rem;
  }

  #service .inner::before {
    width: 128rem;
  }

  #service .catch_wrap .main_catch {
    font-size: 4rem;
  }

  #service .catch_wrap .sub_catch {
    font-size: 2rem;
  }

  #service .wrap .content_wrap {
    flex-direction: row;
    justify-content: center;
  }

  #service .wrap .content_wrap .text_wrap {
    width: 44.8rem;
  }

  #service .wrap .content_wrap .text_wrap .ttl {
    font-size: 2.4rem;
  }

  #service .wrap .content_wrap .text_wrap .catch {
    font-size: 2rem;
  }

  #service .wrap .content_wrap .text_wrap .text {
    font-size: 1.8rem;
  }

  #service .wrap .content_wrap .img {
    width: 44.8rem;
  }
}
