@charset "UTF-8";

.vision {
  text-align: center;
  padding: 130px 5.3% 120px;
  font-family: "Zen Old Mincho";
}

.vision__top {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 70px;
}

.title {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  padding-bottom: 30px;
}

.title::before,
.title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 20px;
}

.vision__image {
  padding-bottom: 70px;
}

.vision__image img {
  width: 40%;
  height: auto;
}

.vision__text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 170%; /* 17px */
  padding-bottom: 70px;
}

.btn {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
  background: rgba(48, 48, 48, 0.74);
  color: #fff;
  font-size: 1.6rem;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .vision {
    padding: 160px 10.4% 250px;
  }

  .vision__top {
    font-size: 2.2rem;
    font-weight: 400;
    padding-bottom: 120px;
  }

  .title {
    width: 100%;
    font-size: 2.4rem;
    padding-bottom: 60px;
  }

  .title::before,
  .title::after {
    margin: 0 50px;
  }

  .vision__image {
    padding-bottom: 120px;
  }

  .sp__Br {
    display: none;
  }

  .vision__image img {
    width: 40%;
    height: auto;
  }

  .vision__text {
    font-size: 1.6rem;
    padding-bottom: 190px;
  }

  .btn {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(48, 48, 48, 0.74);
    color: #fff;
    font-size: 2.3rem;
    width: 60%;
    margin: 0 auto;
  }
}
