@charset "Shift_JIS";

.about__hero {
  height: 70vh;
  width: 100%;
  overflow: hidden;
  background: url(../img/about_fv_pc.jpg) center no-repeat;
  background-size: cover;
}

.about__base {
  width: 60%;
  margin: 0 auto;
}

.about__box {
  width: 100%;
  margin: 0 auto 7%;
  text-align: center;
}

.about__title {
  color: #6dc9c8;
  font-weight: bold;
}

.about__subTitle {
  letter-spacing: .2rem;
  color: #07acb7;
  font-weight: bold;
  line-height: 1.5;
}

.about__text {
  margin-bottom: 3%;
  letter-spacing: .1rem;
  line-height: 1.8;
  font-weight: bold;
  font-size: calc(100vw * 19 / 1199);
}

.about__text>span {
  color: #fb7c95;
}

.about__text.--annotation>span {
  color: #5d5d5f;
  display: block;
  margin-top: 2%;
  font-size: calc(100vw * 13 / 1199);
}

.about__box>.about__text:last-child {
  margin-bottom: 0;
}

.about__originBox {
  width: 90%;
  margin: 7% auto 0;
  padding-bottom: 5%;
  background-color: #f6f2e9;
  border-radius: 1vw;
}

.about__originBox>.about__text {
  color: #222;
}

.linkBtn.about__inductiontBox {
  padding-top: 3%;
  width: 50%;
  margin: 0 auto;
}

.about__item {
  margin-top: 10%;
  border-radius: 5px;
}

.about__item:first-child {
  margin-top: 0;
}

.--mb0 {
  margin-bottom: 0;
}

.--small {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .about {
    padding-top: 15vw;
  }

  .about__base {
    width: 100%;
    margin: 0 auto;
  }

  .about__box.--moreBottom {
    margin-bottom: 20%;
  }

  .about__title {
    margin-bottom: 2%;
  }

  .about__hero {
    background: url(../img/about_fv.jpg) center;
    width: 100%;
    height: 75vw;
    background-size: cover;
  }

  .about__text {
    font-size: calc(100vw *24 / 766);
  }

  .linkBtn.about__inductiontBox {
    width: 55%;
    padding-top: 5%;
    padding-bottom: 3%;
  }

  .linkBtn__box.about__item:last-child {
    margin-top: 16%;
  }

  .linkBtn__link.about__link {
    font-size: calc(13px + 18 * (100vw - 320px) / 443);
  }

  .linkBtn__link.about__link::after {
    top: 50%;
  }

  .about__text.--annotation>span {
    font-size: calc(10px + 8 * (100vw - 320px) / 443);
  }
}

@media screen and (min-width: 1200px) {
  .about__hero {
    height: 85vh;
  }

  .about__text {
    font-size: calc(100vw * 32 /1940);
  }
}
