.pre-inc * {
  font-family: "Noto Serif JP", serif;
}
.pre-inc .main-visual {
  position: relative;
  background: url(../images/bancho/bg_mv.webp) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 345px;
}
.pre-inc .main-visual > .txt {
  width: 38px;
}
.pre-inc .main-visual > .caption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: #fff;
}
.pre-inc .block-lead {
  background: url(../images/common/bg_paper.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 15px 90px;
}
.pre-inc .block-lead > .inner {
  position: relative;
  width: 280px;
  height: 320px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-lead > .inner {
    width: 186px;
    height: 213px;
  }
}
.pre-inc .block-lead > .inner > .txt01 {
  position: absolute;
  top: 2.1875%;
  right: 0;
  width: 12.8571428571%;
  transition: opacity 0.6s, transform 0.6s;
  transform: translateY(-20px);
  opacity: 0;
}
.pre-inc .block-lead > .inner > .border01 {
  position: absolute;
  top: 0;
  right: 28.5714285714%;
  width: 1px;
  height: 100%;
  background: #83806d;
}
.pre-inc .block-lead > .inner > .txt02 {
  position: absolute;
  top: 2.1875%;
  right: 42.8571428571%;
  width: 13.2142857143%;
  transition: opacity 0.6s, transform 0.6s;
  transform: translateY(-20px);
  opacity: 0;
  transition-delay: 0.33s;
}
.pre-inc .block-lead > .inner > .border02 {
  position: absolute;
  top: 0;
  left: 28.5714285714%;
  width: 1px;
  height: 100%;
  background: #83806d;
}
.pre-inc .block-lead > .inner > .txt03 {
  position: absolute;
  top: 2.1875%;
  left: 0;
  width: 13.5714285714%;
  transition: opacity 0.6s, transform 0.6s;
  transform: translateY(-20px);
  opacity: 0;
  transition-delay: 0.66s;
}
.pre-inc .block-lead.is-on > .inner > .txt01,
.pre-inc .block-lead.is-on > .inner > .txt02,
.pre-inc .block-lead.is-on > .inner > .txt03 {
  transform: translateY(0);
  opacity: 1;
}
.pre-inc .bg-black {
  background: #000;
}
.pre-inc .block-intro {
  padding-inline: 15px;
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-intro {
    padding-top: 35px;
  }
}
.pre-inc .block-intro .lead {
  text-align: center;
  line-height: 1.78;
  font-size: 23px;
  color: #85806e;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-intro .lead {
    font-size: 20px;
  }
}
.pre-inc .block-intro .body {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 2.7;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-intro .body {
    font-size: 11px;
  }
}
.pre-inc .block-eyecatch {
  margin-top: 80px;
}
.pre-inc .block-features {
  margin-top: 100px;
  padding-inline: 15px;
  padding-bottom: 80px;
}
.pre-inc .block-features > .inner {
  max-width: 750px;
  margin-inline: auto;
  padding: 60px 20px 70px;
  border-top: 1px solid #83806d;
  border-bottom: 1px solid #83806d;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-features > .inner {
    padding: 30px 0 35px;
  }
}
.pre-inc .block-features > .inner > .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-features > .inner > .row {
    display: block;
  }
}
.pre-inc .block-features > .inner > .row .txt {
  width: 47.1830985915%;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-features > .inner > .row .txt {
    width: 100%;
  }
}
.pre-inc .block-features > .inner > .row .txt .lead {
  line-height: 1.5;
  font-size: 22px;
  color: #85806e;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-features > .inner > .row .txt .lead {
    text-align: center;
    font-size: 18px;
  }
}
.pre-inc .block-features > .inner > .row .txt .body {
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-features > .inner > .row .txt .body {
    font-size: 11px;
  }
}
.pre-inc .block-features > .inner > .row .txt .body span {
  font-size: 10px;
}
.pre-inc .block-features > .inner > .row .img {
  width: 47.1830985915%;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-features > .inner > .row .img {
    width: 100%;
    margin-top: 20px;
  }
}
.pre-inc .block-features > .inner > .row .img figcaption {
  margin-top: 5px;
  font-size: 10px;
  color: #fff;
}
.pre-inc .block-features > .inner > .row:nth-of-type(1) > .img figcaption {
  text-align: right;
}
.pre-inc .block-features > .inner > .row:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: 40px;
}
.pre-inc .block-culture {
  background: url(../images/common/bg_paper.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 15px 100px;
}
.pre-inc .block-culture .inner {
  max-width: 752px;
  margin-inline: auto;
}
.pre-inc .block-culture .inner .lead {
  text-align: center;
  line-height: 1.78;
  font-size: 23px;
  color: #85806e;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-culture .inner .lead {
    font-size: 18px;
  }
}
.pre-inc .block-culture .inner .body {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 2.7;
}
.pre-inc .block-culture .inner .img {
  margin-top: 50px;
}/*# sourceMappingURL=bancho.css.map */