@charset "UTF-8";
:root {
  -webkit-font-smoothing: antialiased;
  --clr-facebook: #1877F2;
  --clr-twitter: #1D9BF0;
  --clr-line: #4CC764;
  --fzSP: 1.4rem;
  --fzPC: 1.6rem;
  --fz-headline: 4.6rem;
  --fz-heading: 2.3rem;
  --fz-subhead: 1.6rem;
  --lh: 2;
  --ls: normal;
  --ff-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝ProN W3", HiraMinProN-W3, "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
  --ff-sans: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}

#kv, #index, #consultation {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #kv, #index, #consultation {
    width: 1200px;
  }
}

#kv {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  #kv {
    margin-top: 55px;
  }
}

#index {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  #index {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 45px;
  }
}
#index a {
  display: block;
}
@media (max-width: 767px) {
  #index a + a {
    margin-top: 8vw;
  }
}
@media (hover: hover) {
  #index a img {
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
  #index a .label {
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
  }
  #index a:hover img {
    opacity: 0.7;
  }
  #index a:hover .label {
    color: #da340b;
  }
}
#index .label {
  margin-top: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #index .label {
    margin-top: 17px;
    font-size: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#index i[class^=fa-] {
  background-color: #da340b;
  color: #fff;
  font-size: 0.8rem;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #index i[class^=fa-] {
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
  }
}