.cmn-box {
  background-color: #F0F5ED;
  border-radius: 8px;
  padding: 30px;
}
.about__img-wrap .object {
  bottom: 0;
  left: calc(50% - 390px);
  z-index: 1;
}
.about__img {
  max-width: 317px;
  margin: 50px auto 0;
  position: relative;
}

.type__item {
  background-color: #3EBC06;
  border-radius: 8px;
  padding: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.type__item:last-of-type {
  margin-bottom: 0;
}
.type__item-heading {
  font-size: 3.2rem;
  margin-bottom: 30px;
}
.type__item-heading span {
  display: block;
  margin-bottom: 30px;
}
.type__item-unit p {
  max-width: 527px;
}

.flow {
  position: relative;
}
.flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.flow__en {
  width: 34px;
}
.flow__unit {
  width: calc(100% - 34px);
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}
.flow__unit dl {
  position: relative;
}
.flow__unit dl:last-of-type::after {
  display: none;
}
.flow__unit dl::after {
  content: "";
  width: 3px;
  height: 70%;
  border-left: dotted 3px #3EBC06;
  position: absolute;
  bottom: -18%;
  left: 65px;
}
.flow__unit dt {
  background-color: #3EBC06;
  color: #fff;
  font-family: "GeneralSans-Semibold", sans-serif;
  font-size: 2.6rem;
  border-radius: 50px;
  padding: 8px 20px;
  width: 138px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.flow .object01 {
  bottom: 200px;
  left: calc(50% - 800px);
}
.flow .object02 {
  top: -100px;
  right: calc(50% - 800px);
}

.recruit__box-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.recruit__box-heading .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3EBC06;
  color: #fff;
  border-radius: 8px;
  min-width: 164px;
  text-align: center;
  font-size: 3.3rem;
}
.recruit__box-heading .type .u-txt-en {
  font-size: 4rem;
  margin-right: 5px;
}
.recruit__box-heading .small {
  display: block;
  color: #3EBC06;
  font-size: 1.2rem;
}
.recruit__box-heading b {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .cmn-box {
    padding: 25px 15px;
  }
  .page-head .object {
    bottom: -20px;
    width: 80%;
    right: 0;
  }
  .row {
    margin: 0;
  }
  .about__text-en {
    margin-right: 5%;
  }
  .about__img-wrap .object {
    bottom: -30px;
    left: 0;
    z-index: -1;
    width: 120%;
    max-width: initial;
    margin-left: -15%;
  }
  .about__img {
    margin-top: 30px;
    width: 50%;
  }
  .type__item-heading {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .type__item-heading span {
    width: 73px;
    margin-bottom: 20px;
  }
  .type__item-img {
    margin-bottom: 20px;
  }
  .flow__box {
    gap: 10px;
    padding: 25px 15px 25px 10px;
  }
  .flow__en {
    width: 20px;
  }
  .flow__unit {
    padding: 20px 15px;
  }
  .flow__unit dl::after {
    height: 100%;
    bottom: -20px;
    left: 15px;
  }
  .flow__unit dt {
    font-size: 1.8rem;
    width: 88px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .flow__unit dd {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .recruit__box-heading {
    font-size: 1.1rem;
    gap: 14px;
  }
  .recruit__box-heading .type {
    font-size: 2rem;
    min-width: 80px;
  }
  .recruit__box-heading .type .u-txt-en {
    font-size: 2.6rem;
  }
  .recruit__box-heading b {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-head .object {
    top: -100px;
    right: 0;
  }
  .about__text-en {
    margin-left: -10%;
    width: 110%;
  }
  .type__item {
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .type__item-unit {
    width: 50%;
    padding-left: 3%;
  }
  .type__item-img {
    width: 50%;
  }
  .flow__unit dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .flow__unit dd {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 1.8rem;
    width: calc(100% - 198px);
    border-bottom: solid 3px #F0F0F0;
  }
}