.area_kv {
  background-image: url(../img/kv/about_pc.jpg);
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .area_kv {
    background-image: url(../img/kv/about_sp.jpg);
    background-size: cover;
  }
}

.txt_lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .txt_lead {
    font-size: min(4.2666666667vw, 16px);
  }
}

.bg_mark {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  main .inner {
    padding: 0;
  }
}

.box_about {
  position: relative;
}
.box_about.gray {
  background: #f5f5f5;
}
.box_about .wrap_text {
  position: relative;
}
.box_about .box_num {
  width: 160px;
  height: 160px;
  padding-top: 8px;
  background: #ba006d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box_about .box_num span {
  font-family: "RobotoCondensed", sans-serif;
  line-height: 1;
  font-size: 24px;
}
.box_about .box_num span.num {
  margin-top: 8px;
  font-weight: 700;
  font-size: 48px;
}
.box_about .title_about {
  margin-top: 20px;
  color: #ba006d;
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.box_about .text {
  margin-top: 16px;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 768px) {
  .box_about {
    padding: min(6.6666666667vw, 25px) 0;
  }
  .box_about .wrap_text {
    padding: 0 4%;
  }
  .box_about .box_num {
    width: min(21.3333333333vw, 160px);
    height: min(21.3333333333vw, 160px);
    padding-top: 0.2em;
  }
  .box_about .box_num span {
    font-size: min(4.2666666667vw, 24px);
  }
  .box_about .box_num span.num {
    margin-top: 0.2em;
    font-size: min(8.8vw, 48px);
  }
  .box_about .title_about {
    margin-top: 1em;
    font-size: min(6.4vw, 36px);
  }
  .box_about .text {
    margin-top: 1em;
    font-size: min(4vw, 15px);
  }
}

#feature01 {
  padding: 55px 0 90px;
}
#feature01 .img {
  max-width: 1120px;
  width: 100%;
  margin-left: min(6.0606060606vw, 80px);
}
#feature01 .wrap_text {
  margin-top: -200px;
}
#feature01 .box_text {
  padding-left: 80px;
}
@media screen and (max-width: 1270px) {
  #feature01 .box_text {
    padding-left: min(6.0606060606vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  #feature01 {
    padding: 2.8em 0 2.3em;
  }
  #feature01 .img {
    width: 100%;
    margin-left: 0;
  }
  #feature01 .wrap_text {
    margin-top: -4.3em;
  }
  #feature01 .box_text {
    padding-left: 0;
  }
}

#feature02 {
  padding: 100px 0;
  position: relative;
}
#feature02::after {
  content: "";
  display: block;
  position: absolute;
  width: min(30.8333333333vw, 407px);
  height: min(19.6212121212vw, 259px);
  background: url(../img/about/feature02b.png) no-repeat center top;
  background-size: 100%;
  right: calc(min(2.7272727273vw, 36px) * -1);
  bottom: calc(min(9.6212121212vw, 127px) * -1);
}
#feature02 .inner {
  min-height: 600px;
  padding-left: 660px;
  position: relative;
}
#feature02 .img {
  max-width: 900px;
  position: relative;
  overflow: hidden;
  width: calc(50% - 60px + (100vw - 1200px) / 2);
  height: 600px;
  right: calc(50% + 60px);
  position: absolute;
}
#feature02 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#feature02 .img img {
  height: 100%;
}
#feature02 .wrap_text {
  width: 600px;
}
@media screen and (max-width: 1320px) {
  #feature02 .inner {
    padding-left: 50%;
  }
  #feature02 .img {
    width: calc(100vw - 50%);
  }
  #feature02 .wrap_text {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #feature02 {
    padding-top: 0;
  }
  #feature02::after {
    right: 6%;
  }
  #feature02 .inner {
    min-height: auto;
    padding-left: 0;
  }
  #feature02 .img {
    max-width: initial;
    width: 100%;
    height: auto;
    right: 0;
    position: relative;
  }
  #feature02 .wrap_text {
    width: 100%;
    margin-top: -80px;
    padding: 0 min(5.8651026393vw, 60px);
  }
  #feature02 .wrap_text .box_text {
    padding-left: min(5.8651026393vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  #feature02 {
    padding: 0 0 2.3em;
  }
  #feature02::after {
    width: min(37.6vw, 317px);
    height: min(23.4666666667vw, 202px);
    right: 3.5%;
    bottom: -3.5em;
  }
  #feature02 .wrap_text {
    margin-top: -1.7em;
    padding: 0 4%;
  }
  #feature02 .wrap_text .box_text {
    padding-left: 0;
  }
}

#feature03 {
  padding: 100px 0 60px;
}
#feature03 .wrap_text {
  margin-top: -260px;
  padding-left: 80px;
}
#feature03 .inner {
  width: 1200px;
  padding: 0;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  #feature03 .inner {
    width: 100%;
  }
  #feature03 .img {
    width: 100%;
  }
  #feature03 .img img {
    width: 100%;
  }
  #feature03 .wrap_text {
    padding: 0 min(4.5454545455vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  #feature03 {
    padding: 6.3em 0 2em;
  }
  #feature03 .wrap_text {
    margin-top: -5.4em;
    padding: 0 4%;
  }
}

#feature04 {
  padding: 620px 0 110px;
}
#feature04 .img {
  width: calc(1320px + (100vw - 1320px) / 2);
  right: calc((100vw - 1320px) / 2 + 60px);
  height: min(45.4545454545vw, 600px);
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 100px;
}
#feature04 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1320px) {
  #feature04 {
    padding-top: min(51.5151515152vw, 680px);
  }
}
@media screen and (max-width: 1200px) {
  #feature04 .img {
    width: 100%;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  #feature04 {
    padding-top: min(46.9208211144vw, 480px);
  }
  #feature04 .img {
    width: 100%;
    height: min(45.4545454545vw, 600px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #feature04 {
    padding: 2.7em 0 4.5em;
  }
  #feature04 .img {
    height: auto;
    position: relative;
    top: 0;
  }
  #feature04 .wrap_text {
    margin-top: -1.6em;
  }
}

#feature05 {
  padding: 100px 0;
  position: relative;
}
#feature05 .inner {
  min-height: 600px;
  position: relative;
}
#feature05 .img {
  max-width: 900px;
  position: relative;
  overflow: hidden;
  width: calc(50% - 60px + (100vw - 1200px) / 2);
  height: 600px;
  left: calc(50% + 60px);
  position: absolute;
}
#feature05 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#feature05 .img img {
  height: 100%;
}
#feature05 .wrap_text {
  width: 600px;
}
@media screen and (max-width: 1320px) {
  #feature05 .img {
    width: calc(100vw - 50%);
  }
  #feature05 .wrap_text {
    min-width: 490px;
    width: 51%;
  }
}
@media screen and (max-width: 1023px) {
  #feature05 {
    padding-top: 0;
  }
  #feature05 .inner {
    min-height: auto;
    padding: 0;
  }
  #feature05 .img {
    max-width: initial;
    width: calc(100% - min(5.8651026393vw, 60px));
    height: auto;
    left: auto;
    right: calc(min(11.7302052786vw, 120px) * -1);
    position: relative;
  }
  #feature05 .wrap_text {
    width: 100%;
    margin-top: calc(min(11.7302052786vw, 120px) * -1);
    padding: 0 min(5.8651026393vw, 60px);
  }
  #feature05 .wrap_text .box_text {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #feature05 {
    padding: 0 0 4em;
  }
  #feature05 .img {
    width: 100%;
    right: 0;
  }
  #feature05 .wrap_text {
    min-width: initial;
    margin-top: -1.7em;
    padding: 0 4%;
  }
  #feature05 .wrap_text .box_text {
    padding-left: 0;
  }
}