@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
@media screen and (max-width: 768px) {
  .page-cover .jp img {
    width: 100%;
  }
}
#page-homepro {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #page-homepro {
    padding-bottom: 1.5rem;
  }
}

#index {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #index {
    margin-top: 0.4rem;
  }
}
#index h3 {
  font-size: 20px;
  color: #f07800;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.04em;
  border-bottom: 1px dashed #cfc7c0;
  padding-bottom: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #index h3 {
    font-size: 0.16rem;
    line-height: 2.1875;
    margin-top: 0.08rem;
  }
}
#index h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #index h4 {
    font-size: 0.14rem;
  }
}
#index .txt-area {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #index .txt-area {
    font-size: 0.14rem;
    margin-top: 0.08rem;
  }
}

.sec-inner {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .sec-inner {
    padding-top: 0.24rem;
  }
}

.homepro-works {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .homepro-works {
    margin-top: 0.6rem;
  }
}/*# sourceMappingURL=homepro.css.map */