.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;
}

@media screen and (min-width: 769px) {
  .program-b .program {
    margin: 0;
  }
}
.program-b .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;
}
.program-b .heading-bg-wrap .font-orange {
  color: #ff7702;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  .program-b .heading-bg-wrap {
    padding: 12vh 0;
    width: 100%;
    background-size: contain;
  }
}
.program-b .txt-p {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 2rem;
}
.program-b .txt-p-wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .program-b .txt-p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .program-b .txt-p-wrapper {
    margin-top: 2vh;
  }
}
.program-b .heading-h3 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .program-b .heading-h3 {
    font-size: 2.2rem;
    line-height: 7rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .program-b .heading-h3-wrap {
    padding: 0;
    width: 100%;
  }
}
.program-b .hero .program__inner {
  margin-top: 10vh;
}
.program-b .hero .program-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;
  padding: 0 20px;
}
.program-b .hero .a-img-block {
  margin: 0;
  padding: 0;
}
.program-b .hero .heading-h2 {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 2rem;
}
.program-b .hero .heading-h2-wrap {
  margin: 0;
  padding: 0;
}
.program-b .hero .heading-h2-wrap.is-inview .heading-h2::after {
  width: 50%;
}
.program-b .hero .heading-h2-sub {
  margin-top: 1vh;
  right: 0;
  z-index: 1;
}
.program-b .hero .heading-h3 {
  position: relative;
  z-index: 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .program-b .hero .heading-h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .program-b .hero .heading-h3-wrap {
    padding: 0;
    width: 100%;
  }
}
.program-b .font-orange {
  color: #ff7702;
  padding: 0 5px;
  display: inline-block;
}
.program-b .font-large {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .program-b .txt-p {
    line-height: 3rem;
  }
}
.program-b .txt-p-wrap {
  margin-top: 4vh;
  padding: 0 20px;
}
.program-b .program-contents {
  margin-top: 18vh;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents {
    margin-top: 0;
  }
}
.program-b .program-contents-ul-heading-h3 {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #714212;
  padding-left: 3.4rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents-ul-heading-h3 {
    font-size: 1.6rem;
    line-height: 4rem;
  }
}
.program-b .program-contents-ul-heading-h3::before {
  content: "";
  z-index: 2;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: #ff7702;
}
.program-b .program-contents-ul-heading-h3-wrapper {
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents-ul-heading-h3-wrapper {
    max-width: 1600px;
    margin: auto;
  }
}
.program-b .program-contents-ul-heading-h3-wrapper.is-inview .program-contents-ul-heading-h3::after {
  width: 100%;
}
.program-b .program-contents-ul-heading-h3 .h3-font-large {
  display: inline-block;
  padding: 0 5px;
  font-size: 1.8rem;
}
.program-b .program-contents-ul {
  margin-top: 8vh;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents-ul {
    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;
    max-width: 1600px;
    margin: auto;
  }
}
.program-b .program-contents-li {
  margin-bottom: 8vh;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents-li__inner {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.program-b .program-contents-li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents-li-h4-txt-p-wrapper {
    width: 70%;
  }
}
.program-b .program-contents-li-h4 {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents-li-h4 {
    font-size: 1.6rem;
    line-height: 4rem;
  }
}
.program-b .program-contents-li-h4-wrapper {
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents-li-h4-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: left;
  }
}
.program-b .program-contents-li-h4-number {
  color: #ff7702;
  padding-right: 0.4rem;
}
.program-b .program-contents-li-img {
  width: 100%;
}
.program-b .program-contents-li-img-wrapper {
  margin-top: 2vh;
  margin-bottom: 2vh;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents-li-img-wrapper {
    padding: 0 20px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.program-b .program-contents-li-txt-p {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 2rem;
}
.program-b .program-contents-li-txt-p-wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .program-b .program-contents-li-txt-p {
    font-size: 1.2rem;
  }
  .program-b .program-contents-li-txt-p-wrapper {
    margin-top: 2vh;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.program-b .swiper-free-mode > .swiper-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .program-b .swiper {
    max-width: 1280px;
    margin: auto;
  }
}
.program-b .footer {
  margin-top: 18vh;
}

@media screen and (min-width: 769px) {
  .swiper {
    max-width: 1280px;
    margin-top: 4vh;
  }
}
.swiper .swiper-button-prev {
  height: 50px;
  width: 50px;
}
.swiper .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
  background-image: url(../image/arrow/recruit-arrow-b-left.png);
}
.swiper .swiper-button-next {
  height: 50px;
  width: 50px;
}
.swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-color: unset;
  height: 50px;
  margin: auto;
  width: 50px;
  background-image: url(../image/arrow/recruit-arrow-b-right.png);
}
.swiper .swiper-pagination-bullet-active {
  background: #ff7702;
}
.swiper .swiper-pagination-bullet {
  background: rgba(255, 119, 2, 0.5);
}
.swiper img {
  width: 100%;
}/*# sourceMappingURL=program-b.css.map */