@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : intro.css
Description : イントロダクション
===================================================================== */
.intro {
  margin: 20rem 0;
}
.intro .inner {
  padding-top: 10rem;
}
.intro .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 32rem;
  background: #f8f8f8;
  z-index: -1;
}
.intro .inner_right {
  padding: 4rem 0 10rem;
}
.intro .inner_right::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background: #f8f8f8;
  z-index: -1;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .intro .inner_left {
    margin: 0 calc(50% - 50vw);
  }
}
.intro_txt {
  position: relative;
  padding-left: calc(60 / 710 * 100%);
  font-size: 2.8rem;
  line-height: 2;
  z-index: 2;
}
.intro_txt ul li {
  position: relative;
  margin-bottom: 7rem;
  padding-left: 18%;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.intro_txt ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 17%;
  left: 0;
  height: 68%;
  border-left: 1px solid #b91e1e;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  overflow: hidden;
}
.intro_txt ul li span {
  color: #b91e1e;
}
.intro_txt p {
  margin-bottom: 6rem;
  font-weight: 600;
}
.intro_txt p span {
  color: #b91e1e;
}
.intro_txt p.fontStrong {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .intro {
    margin: 0;
    padding: 18rem 0;
  }
  .intro .inner {
    padding-top: 0;
  }
  .intro .inner::before {
    display: none;
  }
  .intro .inner_right {
    margin-top: 0;
    padding: 8rem 0 0;
  }
  .intro .inner_right::before {
    margin: 0;
  }
  .intro_txt {
    padding-left: calc(50 / 800 * 100%);
    font-size: 1.8rem;
    line-height: 2.222;
  }
  .intro_txt ul li {
    margin-bottom: 4rem;
    padding-left: 5rem;
  }
  .intro_txt ul li::before {
    width: 3rem;
  }
  .intro_txt p {
    margin-bottom: 3rem;
  }
  .intro_txt p.fontStrong {
    font-size: 3.4rem;
    line-height: 1.58;
  }
}/*# sourceMappingURL=intro.css.map */