/*$bg:#f0f3f3;*/
/*---------------------------
  MV
-----------------------------*/
.about-mv {
  position: relative;
}
.about-mv .img-wrap {
  width: 46.15%;
  margin-left: auto;
  margin-right: 3vw !important;
}
@media (max-width: 1024px) {
  .about-mv .img-wrap {
    width: 65%;
    margin-bottom: 80px;
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .about-mv .img-wrap {
    width: 70%;
    margin-bottom: 50px;
  }
}
.about-mv .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-mv .lead-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 5%;
  z-index: 1 !important;
  color: #1a1a1a;
}
@media (max-width: 1024px) {
  .about-mv .lead-txt {
    position: relative;
    display: block;
    width: 100%;
    top: initial;
    left: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-left: 7%;
    padding-right: 5%;
  }
}
.about-mv .lead-txt .midasi--jp {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .about-mv .lead-txt .midasi--jp {
    margin-bottom: 30px;
  }
}

/*---------------------------
  contents
-----------------------------*/
.about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .about-flex {
    display: block;
  }
}
.about-flex .img-wrap {
  width: 35%;
}
@media (max-width: 1024px) {
  .about-flex .img-wrap {
    width: 55%;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .about-flex .img-wrap {
    width: 60%;
  }
}
.about-flex .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-flex .txt-wrap {
  width: 55%;
}
@media (max-width: 1024px) {
  .about-flex .txt-wrap {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .about-flex .txt-wrap {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .img-wrap-reverse {
    margin-left: auto;
    margin-right: 0;
  }
}
/*---------------------------
  BOX Contents
-----------------------------*/
.box-contents {
  background-color: #FBF7F1;
  border: 1px solid #d4d4d4;
  padding: 60px;
}
@media (max-width: 1024px) {
  .box-contents {
    padding: 50px 40px;
  }
}
@media (max-width: 600px) {
  .box-contents {
    padding: 35px 25px;
  }
}
.box-contents .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-contents .box-flex .img-wrap {
  width: 26.7%;
}
@media (max-width: 600px) {
  .box-contents .box-flex .img-wrap {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.box-contents .box-flex .txt-wrap {
  width: 67%;
}
@media (max-width: 600px) {
  .box-contents .box-flex .txt-wrap {
    width: 100%;
  }
}
.box-contents h3 {
  margin-bottom: 40px;
  line-height: 1.4;
}
.box-contents h4 {
  margin-bottom: 20px;
  line-height: 1.4;
}