.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 {
  margin-top: 0;
}

.commit-a section {
  margin-bottom: 0;
}
.commit-a .header__inner {
  left: 0;
  top: 0;
}
.commit-a .header__inner--top {
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .commit-a .hero .commit__inner {
    margin-top: 10vh;
  }
}
.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-sub {
  right: 0;
  z-index: 1;
}
.commit-a .hero .heading-h3 {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: 4vh;
  color: #81b441;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .commit-a .hero .heading-h3 {
    line-height: 7rem;
    margin-bottom: 2vh;
  }
}
@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;
  max-width: 1280px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@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 .radius-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: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #714212;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-h4 {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.commit-a .commit-contents-li-h4 .commit-c-line {
  width: 100%;
  display: inline-block;
}
.commit-a .commit-contents-li-h4 .commit-c-line-obj {
  width: 100%;
}
.commit-a .commit-contents-li-h4-wrapper {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 6vh;
}
.commit-a .commit-contents-li-img-wrapper {
  margin-top: 2vh;
  margin-bottom: 2vh;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-img-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    width: 40%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.commit-a .commit-contents-li-img-wrapper .radius-block {
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .commit-a .commit-contents-li-img-wrapper .radius-block {
    width: 100%;
    display: inline-block;
  }
}
.commit-a .commit-contents-li-img-wrapper .radius-block__inner {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.commit-a .commit-contents-li-img-wrapper .radius-block__inner img {
  position: relative;
  z-index: 2;
  border-radius: 50px;
  width: 100%;
}
.commit-a .commit-contents-li-txt-p {
  font-family: fot-udmarugo-large-pr6n, 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: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}
.commit-a .heading-h2 {
  display: inline-block;
  color: #714212;
  position: relative;
}
.commit-a .heading-h2-wrap {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.commit-a .heading-h2-wrap .leaf-obj {
  position: relative;
  width: 1.4rem;
  height: 1.675142rem;
}
.commit-a .heading-h2-wrap .leaf-obj object {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .commit-a .heading-h2-wrap .leaf-obj {
    width: 2rem;
    height: 2.39306rem;
  }
}
@media screen and (min-width: 769px) {
  .commit-a .heading-txt-p {
    text-align: center;
    margin-top: 0;
  }
  .commit-a .heading-txt-p-wrap {
    margin-top: 0;
  }
}

.footer {
  margin-top: 8vh;
}

.commit-a .commit-contents {
  padding-top: 0;
}
.commit-a .commit-contents-li {
  margin-top: 6vh;
}
.commit-a .commit-contents-li:first-child {
  margin-top: 0;
}/*# sourceMappingURL=commit-c.css.map */