@charset "UTF-8";
/*=====================================================================
#about
=====================================================================*/
.about {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .about {
    margin: 0 auto;
  }
}

.about__inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    margin: 0 auto 320px;
    max-width: 940px;
  }
}

.about__mv {
  background: url(../img/sp_about_topimage.jpg) no-repeat center center/cover;
  height: 245px;
  width: 100vw;
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about__mv {
    background: url(../img/pc_about_topimage.jpg) no-repeat center center;
    background-size: 150% auto;
    height: 380px;
  }
}

.about__message {
  color: #fff;
  text-align: center;
}

.about__title {
  font-size: 24px;
  font-family: "Abhaya Libre", serif;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 48px;
  }
}

.about__subtitle {
  font-size: 14px;
  font-family: "Klee One", cursive;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .about__subtitle {
    font-size: 24px;
  }
}

.about__owner {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__owner {
    margin: 80px auto 0;
    display: flex;
    gap: 50px;
    align-items: center;
    max-width: 1040px;
  }
}

.about__owner-img img {
  width: 215px;
}
@media screen and (min-width: 768px) {
  .about__owner-img img {
    width: 340px;
  }
}

.about__owner-content {
  margin: 24px auto;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .about__owner-content {
    max-width: 640px;
  }
}
.about__owner-content p {
  line-height: 1.6rem;
}

.about__owner-title {
  margin-top: 24px;
  font-size: 24px;
  font-family: "Inder", sans-serif;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .about__owner-title {
    text-align: left;
    font-size: 32px;
  }
}

.about__owner-name {
  margin: 24px 0 24px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .about__owner-name {
    font-size: 22px;
    text-align: left;
  }
}

.about__owner-text {
  text-align: left;
}

.about__paragraph-title {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .about__paragraph-title {
    position: relative;
    margin-top: 120px;
    padding-left: 20px;
    font-size: 24px;
  }
  .about__paragraph-title::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 25px;
    background: #333;
    top: 8px;
    left: 0;
  }
}

.about__paragraph-description {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .about__select-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}

.about__select-img {
  margin: 20px auto;
  max-width: 700px;
}
.about__future-content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__future-content {
    margin-top: 24px;
    justify-content: space-between;
    display: flex;
    gap: 40px;
    align-items: center;
  }
}

.about__future-img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__future-img {
    width: 44.4444444444%;
  }
}
.about__future-img img {
  width: 300px;
}

.about__future-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__future-title {
    text-align: left;
  }
}

.about__future-description {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about__future-description {
    width: 66.6666666667%;
  }
}/*# sourceMappingURL=about.css.map */