<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "ZenKakuGothic";
  font-weight: 400;
  src: url(../fonts/ZenKakuGothicNew-Regular.woff) format("woff");
}
@font-face {
  font-family: "ZenKakuGothic";
  font-weight: 600;
  src: url(../fonts/ZenKakuGothicNew-Medium.woff) format("woff");
}
@font-face {
  font-family: "ZenKakuGothic";
  font-weight: bold;
  src: url(../fonts/ZenKakuGothicNew-Bold.woff) format("woff");
}
/* ________MAIN_______ */
body {
  color: #333;
  background: #f7f7f7;
  line-height: 2;
  font-family: "ZenKakuGothic", "Hiragino Kaku Gothic Pro", メイリオ, "Times New Roman", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.05rem;
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

.header_back {
  /* background: #eeeae6; */
  /* height: 728px; */
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/rise_back_kojin.webp);
}

.onayami {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/sec1bk.webp);
  padding: 0;
}
.onayami .contents {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .onayami {
    padding: 0px;
  }
}
.onayami .pc_flex {
  flex-wrap: wrap;
}

.hosyo_rise {
  background-color: #475927;
  position: relative;
  z-index: 1;
}
.hosyo_rise .contents {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .hosyo_rise .contents {
    padding-bottom: 70px;
  }
}

.paper {
  position: relative;
  margin: 0 auto;
  background: #61743f;
  color: white;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .paper {
    padding: 20px 12px;
  }
}

.paper:before {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: -1;
  width: 300px;
  height: 25px;
  /* box-shadow: 横方向 縦方向 ぼかし 影色 */
  box-shadow: 0 15px 10px #777;
  background: #777;
  transform: rotate(3deg);
  content: "";
}

.merit_kojin .merit_text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .merit_kojin .merit_text {
    margin-bottom: 30px;
  }
}
.merit_kojin img {
  margin-bottom: 0px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .merit_kojin img {
    margin-bottom: 12px;
  }
}
.merit_kojin span {
  color: #ffda4d;
  font-weight: bold;
}/*# sourceMappingURL=rise_kojin.css.map */</pre></body></html>