@charset "UTF-8";
.common-mv::after {
  content: "MAKE PROGRESS";
}
.contents {
  padding: 10rem 2rem;
}
.cont_inr {
  max-width: 116rem;
}
.make-index .common-mv .common-mv_right {
  background: url("../images/make_bg.webp")no-repeat center center/cover;
}
.make-index .common-mv .common-mv_left .mv_txt .en {
  font-size: 7rem;
}
.itv_jp-ttl {
  color: #28875a;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.txt {
  color: #28875a;
}
.make-index .cont-01 {
  margin-bottom: 6rem;
}
.make-index .s-progress-leftcont {
  max-width: 70rem;
  width: 100%;
}
.make-index .cont-01_img {
  width: 100%;
  max-width: 36rem;
}
@media only screen and (min-width: 769px) {
  .itv_jp-ttl {
    font-size: 3.2rem;
  }
  .make-index .cont-01 {
    margin-bottom: 9rem;
  }
  .make-index .cont-01, .make-index .cont-02 {
    justify-content: space-between;
    align-items: center;
  }
  /*
  .make-index .s-progress-leftcont {
    max-width: 70rem;
    width: 65%;
  }
  .make-index .cont-01_img {
    width: 30%;
  }
*/
  .make-index .s-progress-leftcont, .make-index .cont-02 .s-progress-leftcont {
    max-width: 52rem;
    width: 48%;
  }
  .make-index .cont-01_img, .make-index .cont-02_img {
    width: 50%;
    max-width: 54rem;
  }
}
@media only screen and (max-width: 768px) {
  .make-index .s-progress-leftcont {
    margin-bottom: 4rem;
  }
  .make-index .cont-01_img {
    margin: 0 auto;
  }
}
.s-interview .s-interview-ttl {
  background: url("../../business/images/inter_bg.webp")no-repeat center center/cover;
  padding: 8rem 2rem 12rem;
  margin-bottom: 7.5rem;
}
.s-interview .s-interview-top_ttl {
  color: #fafaf6;
  line-height: 1;
}
.s-interview .s-interview-top_ttl .en {
  font-size: 6rem
}
.s-interview .s-interview-top_ttl .cont-ttl.jp {
  color: #FAFAF6;
}
.s-interview .s-interview-top_ttl .mv_txt {
  margin-bottom: 5rem;
}
.s-interview .cont_inr {
  position: relative;
}
.s-interview-sub_ttl {
  color: #fafaf6;
  font-size: 2.4rem;
  line-height: 1.4;
  width: 100%;
  font-weight: 600;
}
.s-interview .thum {
  max-width: 30rem;
  width: 80%;
  position: absolute;
}
.s-interview .cont-ttl.jp span::after {
  background-color: #FAFAF6;
}
@media only screen and (min-width: 600px) {
  .s-interview .s-interview-top_ttl {
    width: 60%;
  }
  .s-interview .thum {
    width: 35%;
    position: absolute;
    right: 2rem;
    top: 0;
    max-width: 43rem;
  }
}
@media only screen and (min-width: 769px) {
  .s-interview-sub_ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .s-interview .s-interview-top_ttl .en {
    font-size: 8rem
  }
  .s-interview .s-interview-ttl {
    padding: 8rem 2rem;
  }
}
@media only screen and (max-width: 599px) {
  .s-interview .s-interview-ttl {
    margin-bottom: 38rem;
  }
  .s-interview .thum {
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.make-index .s-welfare .mv_txt {
  line-height: 1;
  margin-bottom: 10rem;
}
.make-index .s-welfare .mv_txt .en {
  font-size: 5.6rem;
  color: #29875A;
}
.make-index .welfare_list li {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4rem;
  padding: 5rem 3rem;
  margin-bottom: 2rem;
}
.make-index .bg_ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.make-index .bg_ttl span {
  background-color: #29875A;
  color: #FAFAF6;
  font-size: 2rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 769px) {
  .make-index .s-welfare .mv_txt .en {
    font-size: 7.6rem;
  }
  .make-index .welfare_list {
    justify-content: space-between;
  }
  .make-index .welfare_list li {
    width: calc(100% / 2 - 0.75rem);
    padding: 5rem 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  /*
  .make-index .welfare_list li {
    width: calc(100% / 3 - 0.75rem);
  }
*/
}