.display-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .display-pc {
    display: block;
  }
}

.display-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .display-sp {
    display: none;
  }
}

.p-txt-list {
  line-height: 1rem;
}

.commit-a .hero .commit__inner {
  margin-top: 10vh;
}
@media screen and (min-width: 769px) {
  .commit-a .hero .commit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.commit-a .hero .commit-flex-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4vh;
}
.commit-a .hero .a-img-block {
  margin: 0;
  padding: 0;
}
.commit-a .hero .heading-h2 {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.commit-a .hero .heading-h2::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 8px;
  bottom: -20px;
  left: 0;
  position: absolute;
  background-color: #799b3b;
}
@media screen and (min-width: 769px) {
  .commit-a .hero .heading-h2::after {
    bottom: -30px;
  }
}
.commit-a .hero .heading-h2-wrap {
  margin: 0;
  padding: 0;
}
.commit-a .hero .heading-h2-wrap.is-inview .heading-h2::after {
  width: 50%;
}
.commit-a .hero .heading-h2-sub {
  right: 0;
  z-index: 1;
}
.commit-a .hero .heading-h3 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .commit-a .hero .heading-h3 {
    font-size: 3rem;
    line-height: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .commit-a .hero .heading-h3-wrap {
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .commit-a .txt-p {
    line-height: 4rem;
  }
}
.commit-a .txt-p-wrap {
  margin-top: 4vh;
  padding: 0 20px;
}
.commit-a .commit-contents {
  margin-top: 4vh;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1600px;
    margin: auto;
  }
}
.commit-a .commit-contents-li {
  margin-bottom: 8vh;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li:nth-child(even) .commit-contents-li__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.commit-a .commit-contents-li:nth-child(even) .commit-contents-li__inner .commit-contents-li-img-wrapper .skew-block::after {
  background-color: #ccddad;
}
.commit-a .commit-contents-li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-h4-txt-p-wrapper {
    width: 70%;
  }
}
.commit-a .commit-contents-li-h4 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #714212;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-h4 {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.commit-a .commit-contents-li-h4::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 6px;
  bottom: -20px;
  left: 0;
  position: absolute;
  background-color: #799b3b;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-h4::after {
    bottom: -5px;
  }
}
.commit-a .commit-contents-li-h4-wrapper {
  margin: 0;
  padding: 0 20px;
}
.commit-a .commit-contents-li-h4-wrapper.is-inview .commit-contents-li-h4::after {
  width: 50%;
}
.commit-a .commit-contents-li-img-wrapper {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-img-wrapper {
    width: 40%;
  }
}
.commit-a .commit-contents-li-img-wrapper .skew-block {
  position: relative;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-img-wrapper .skew-block {
    width: 100%;
    display: inline-block;
  }
}
.commit-a .commit-contents-li-img-wrapper .skew-block::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 5px;
  left: 0;
  position: absolute;
  background-color: #b9a38c;
  z-index: 1;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-img-wrapper .skew-block::after {
    top: 10px;
    left: 10px;
  }
}
.commit-a .commit-contents-li-img-wrapper .skew-block__inner {
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.commit-a .commit-contents-li-img-wrapper .skew-block__inner img {
  scale: 1.2;
  height: 36vh;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  position: relative;
  z-index: 2;
}
.commit-a .commit-contents-li-txt-p {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 2rem;
}
.commit-a .commit-contents-li-txt-p-wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-txt-p-wrapper {
    margin-top: 2vh;
  }
}

.skew-obj-bg-contents {
  top: 0;
  left: 0;
  width: 110vw;
  height: 30vh;
  position: absolute;
  z-index: 1;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  top: 10vh;
}
.skew-obj-bg-contents.obj-contents-green {
  background-color: #eff4e8;
}

.commit__inner {
  position: relative;
  z-index: 2;
}
.commit__inner .heading-h2-sub {
  color: #fff;
}/*# sourceMappingURL=commit-a.css.map */