.under-mv {
  margin-top: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 200px;
  z-index: 3;
}

@media only screen and (max-width: 751px) {
  .under-mv {
    margin-top: 60px;
    height: 100px;
  }
}

.under-mv-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.under-mv-heading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.under-mv-heading__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 751px) {
  .under-mv-heading__title {
    font-size: 15px;
  }
}

.under-mv-heading__title-en {
  font-family: Roboto;
  font-size: 40px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (max-width: 751px) {
  .under-mv-heading__title-en {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.under-mv-heading__sub {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 751px) {
  .under-mv-heading__sub {
    font-size: 15px;
  }
}

.vision-mv {
  background-image: url(/assets/img/vision/mv.png);
}

.vision-leaf {
  opacity: 0;
  -webkit-transition: all 2.2s ease-in;
  transition: all 2.2s ease-in;
  position: absolute;
  z-index: -1;
}

.vision-leaf.active {
  opacity: 1;
}

.vision-leaf-01 {
  top: 147px;
  right: 251px;
}

@media only screen and (max-width: 751px) {
  .vision-leaf-01 {
    display: none;
  }
}

.vision-leaf-01-sp {
  top: 102px;
  right: 8px;
}

.vision-leaf-02 {
  top: 455px;
  right: -100px;
}

@media only screen and (max-width: 751px) {
  .vision-leaf-02 {
    display: none;
  }
}

.vision-leaf-02-sp {
  top: -170px;
  right: -100px;
}

.vision-leaf-03 {
  top: 214px;
  left: -270px;
}

@media only screen and (max-width: 751px) {
  .vision-leaf-03 {
    display: none;
  }
}

.vision-leaf-03-sp {
  top: 10px;
  left: -210px;
}

.vision-leaf-04 {
  bottom: -130px;
  right: -100px;
}

@media only screen and (max-width: 751px) {
  .vision-leaf-04 {
    display: none;
  }
}

.vision-leaf-04-sp {
  top: -61px;
  left: -40px;
}

.vision-leaf-05 {
  left: 40px;
  bottom: 40px;
}

@media only screen and (max-width: 751px) {
  .vision-leaf-05 {
    display: none;
  }
}

.vision-leaf-05-sp {
  bottom: -100px;
  right: -40px;
}

.vision-leaf-06-sp {
  bottom: -40px;
  left: -100px;
}

.vision-contents-inner {
  position: relative;
  padding-top: 112px;
  padding-bottom: 250px;
  overflow: hidden;
}

@media only screen and (max-width: 751px) {
  .vision-contents-inner {
    padding-top: 47px;
    padding-bottom: 97px;
  }
}

.vision-contents-box {
  position: relative;
}

.vision-contents-box:last-of-type .vision-contents-box-inner {
  padding-bottom: 0;
}

@media only screen and (max-width: 751px) {
  .vision-contents-box:nth-of-type(3) .vision-contents-box-title {
    line-height: 36px;
  }
}

.vision-contents-box-inner {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 130px;
}

@media only screen and (max-width: 751px) {
  .vision-contents-box-inner {
    max-width: 90%;
    padding-bottom: 45px;
  }
}

.vision-contents-box-number {
  font-family: Roboto;
  font-weight: 300;
  font-size: 130px;
  text-align: center;
  color: #d5600d;
  margin-bottom: 53px;
}

@media only screen and (max-width: 751px) {
  .vision-contents-box-number {
    font-size: 90px;
    margin-bottom: 30px;
  }
}

.vision-contents-box-title {
  margin-bottom: 84px;
}

@media only screen and (max-width: 751px) {
  .vision-contents-box-title {
    margin-bottom: 62px;
  }
}

.vision-contents-box-img {
  margin-bottom: 40px;
}

@media only screen and (max-width: 751px) {
  .vision-contents-box-img {
    margin-bottom: 25px;
  }
}

.vision-contents-box-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}

.vision-contents-box-text p {
  margin-bottom: 20px;
}

.vision-contents-box-text p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 751px) {
  .vision-contents-box-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
  }
  .vision-contents-box-text p {
    margin-bottom: 15px;
  }
  .vision-contents-box-text p:last-child {
    margin-bottom: 0;
  }
}

.vision-company {
  position: relative;
  overflow: hidden;
}

.vision-company-heading {
  margin-bottom: 58px;
}

@media only screen and (max-width: 751px) {
  .vision-company-heading {
    margin-bottom: 27px;
  }
}

.vision-company-heading__title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #454649;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 751px) {
  .vision-company-heading__title {
    font-size: 25px;
    margin-bottom: 14px;
  }
}

.vision-company-heading__title::before {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #2f1503;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

@media only screen and (max-width: 751px) {
  .vision-company-heading__title::before {
    bottom: -7px;
  }
}

.vision-company-heading__title.active::before {
  width: 60px;
}

.vision-company-heading__sub {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #d5600d;
}

.vision-company-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 160px;
}

@media only screen and (max-width: 751px) {
  .vision-company-inner {
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.vision-company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 751px) {
  .vision-company-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    max-width: 100%;
  }
}

.vision-company-list-item {
  width: 400px;
  height: 240px;
  background-position: center;
}

@media only screen and (max-width: 751px) {
  .vision-company-list-item {
    width: 100%;
    height: 110px;
  }
}

.vision-company-list-item__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.vision-company-list-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
}

@media only screen and (max-width: 751px) {
  .vision-company-list-item__title {
    font-size: 16px;
  }
}

.vision-company-list-item:nth-of-type(1) {
  background-image: url(/assets/img/front/company-01.png);
}

@media only screen and (max-width: 751px) {
  .vision-company-list-item:nth-of-type(1) {
    background-image: url(/assets/img/front/company-01-sp.png);
  }
}

.vision-company-list-item:nth-of-type(2) {
  background-image: url(/assets/img/front/company-02.png);
}

@media only screen and (max-width: 751px) {
  .vision-company-list-item:nth-of-type(2) {
    background-image: url(/assets/img/front/company-02-sp.png);
  }
}

.vision-company-list-item:nth-of-type(3) {
  background-image: url(/assets/img/front/company-03.png);
}

@media only screen and (max-width: 751px) {
  .vision-company-list-item:nth-of-type(3) {
    background-image: url(/assets/img/front/company-03-sp.png);
  }
}

.vision-company-list-item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
