.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-b .txt-p {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.commit-b section {
  padding-top: 0;
}
.commit-b .hero {
  padding: 0;
  height: auto;
}
.commit-b .hero .commit__inner {
  margin-top: 10vh;
  overflow: visible;
  width: 100%;
  max-width: 100%;
}
.commit-b .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-b .hero .heading-bg-wrap {
  text-align: center;
  background: url("../image/commit/commit-b-heading.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10vh 0;
  margin-top: 4vh;
}
@media screen and (min-width: 769px) {
  .commit-b .hero .heading-bg-wrap {
    padding: 12vh 0;
    width: 100%;
    background-size: contain;
  }
  .commit-b .hero .heading-bg-wrap .txt-p {
    line-height: 2.6rem;
  }
}
.commit-b .hero .font-orange {
  color: #ff7702;
  padding: 0 5px;
}
.commit-b .hero .a-img-block {
  margin: 0;
  padding: 0;
}
.commit-b .hero .heading-h2 {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 2rem;
}
.commit-b .hero .heading-h2-wrap {
  margin: 0;
  padding: 0;
}
.commit-b .hero .heading-h2-wrap.is-inview .heading-h2::after {
  width: 50%;
}
.commit-b .hero .heading-h2-sub {
  margin-top: 1vh;
  right: 0;
  z-index: 1;
}
.commit-b .hero .heading-h3 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .commit-b .hero .heading-h3 {
    font-size: 2.2rem;
    line-height: 7rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .commit-b .hero .heading-h3-wrap {
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .commit-b .txt-p {
    line-height: 4rem;
  }
}
.commit-b .txt-p-wrap {
  margin-top: 4vh;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .commit-b .txt-p-wrap {
    margin-top: 1vh;
  }
}
.commit-b .commit-contents {
  margin-top: 4vh;
  max-width: 1280px;
  margin: 4vh auto 0;
}
@media screen and (min-width: 769px) {
  .commit-b .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-b .commit-contents-li {
  margin-bottom: 8vh;
}
@media screen and (min-width: 769px) {
  .commit-b .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-b .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-b .commit-contents-li:nth-child(even) .commit-contents-li__inner .commit-contents-li-img-wrapper .circle-block::after {
  background-color: #ccddad;
}
.commit-b .commit-contents-li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .commit-b .commit-contents-li-h4-txt-p-wrapper {
    width: 70%;
  }
}
.commit-b .commit-contents-li-h4 {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #ff7702;
}
@media screen and (min-width: 769px) {
  .commit-b .commit-contents-li-h4 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.commit-b .commit-contents-li-h4::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 6px;
  bottom: -10px;
  left: 0;
  position: absolute;
  background-color: #ffeb00;
}
.commit-b .commit-contents-li-h4-wrapper {
  margin: 0;
  padding: 0 20px;
}
.commit-b .commit-contents-li-h4-wrapper.is-inview .commit-contents-li-h4::after {
  width: 100%;
}
.commit-b .commit-contents-li-img-wrapper {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media screen and (min-width: 769px) {
  .commit-b .commit-contents-li-img-wrapper {
    width: 40%;
  }
}
.commit-b .commit-contents-li-img-wrapper .circle-block {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .commit-b .commit-contents-li-img-wrapper .circle-block {
    width: 100%;
    display: inline-block;
  }
}
.commit-b .commit-contents-li-img-wrapper .circle-block::after {
  content: "";
  width: 90%;
  height: 100%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: calc(50% + 5px);
  left: calc(50% + 5px);
  position: absolute;
  background-color: #1e8bdf;
  z-index: 1;
  border-radius: 9999px;
}
@media screen and (min-width: 769px) {
  .commit-b .commit-contents-li-img-wrapper .circle-block::after {
    top: calc(50% + 10px);
    left: calc(50% + 10px);
  }
}
.commit-b .commit-contents-li-img-wrapper .circle-block__inner {
  position: relative;
  z-index: 3;
  text-align: center;
}
.commit-b .commit-contents-li-img-wrapper .circle-block__inner img {
  position: relative;
  z-index: 2;
  border-radius: 9999px;
  width: 90%;
}
.commit-b .commit-contents-li-txt-p {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 2rem;
}
.commit-b .commit-contents-li-txt-p-wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .commit-b .commit-contents-li-txt-p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .commit-b .commit-contents-li-txt-p-wrapper {
    margin-top: 2vh;
  }
}
.commit-b .footer {
  margin-top: 18vh;
}/*# sourceMappingURL=commit-b.css.map */