/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
main {
  background: #FFE67D;
  position: relative;
}
main::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 108%;
  background: url(../img/common/bg.svg);
  position: absolute;
  top: -1em;
  z-index: 1;
  background-size: cover;
  background-repeat: repeat-y;
}
@media (min-width: 768px) {
  main::before {
    height: 103%;
    top: -4em;
    background-size: inherit;
  }
}

.contents {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0 50px;
  z-index: 15;
  position: relative;
}

.about {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .about {
    max-width: 740px;
    margin: 0 auto;
    padding: 80px;
  }
}
.about__logo {
  width: 70%;
  margin: 0 auto 50px;
}
.about__logo a img {
  width: 100%;
}
.about__subttl {
  font-size: 1.4rem;
  font-family: "Aoto Gothic DemiBold", YuGothic, "Yu Gothic", sans-serif;
}
.about__ttl {
  font-size: 5vw;
  margin: 20px 0 15px;
  line-height: 1.4;
  font-family: "Shuei NijimiMGo B", YuGothic, "Yu Gothic", sans-serif;
}
@media (min-width: 768px) {
  .about__ttl {
    font-size: 2.7rem;
    margin: 20px 0 35px;
  }
}
.about .about__icon + .about__txt {
  margin: 10px 0 35px;
}
.about__txt {
  font-family: "Aoto Gothic Medium", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1.6;
  margin: 25px 0;
  color: #222;
}
@media (min-width: 768px) {
  .about__txt {
    margin: 30px auto;
  }
}
.about__txt:last-child {
  margin: 10px 0 0 !important;
}
.about__txt a {
  color: #E6370D;
}
.about__icon {
  width: 80px;
}
.about__icon img {
  width: 100%;
}
.about .link-btn {
  font-family: "Aoto Gothic DemiBold", YuGothic, "Yu Gothic", sans-serif;
  display: inline-block;
  color: #E6370D;
  font-size: 1.2rem;
  padding: 8px 12px;
  border: dashed 1px #E6370D;
  border-radius: 10px;
  margin-top: 13px;
}
@media screen and (max-width: 390px) {
  .about .link-btn {
    font-size: 2.7vw;
  }
}
@media (min-width: 768px) {
  .about .link-btn {
    font-size: 1.3rem;
  }
}
.about .link-btn:hover {
  color: #E07F00;
  border: dashed 1px #E07F00;
  opacity: 1;
}
.about__member {
  width: 160px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .about__member {
    margin-top: 70px;
  }
}

.logo-fix a img {
  width: 100%;
}
.logo-fix.fix {
  position: fixed;
  width: 20vw;
  left: 1em;
  z-index: 15;
  top: 10vw;
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 100;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .logo-fix.fix {
    width: 120px;
    left: 0.5em;
    top: 2em;
  }
}
@media (min-width: 960px) {
  .logo-fix.fix {
    left: 1em;
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .logo-fix.fix {
    left: 4em;
  }
}
@media screen and (min-width: 1300px) {
  .logo-fix.fix {
    left: 5em;
  }
}
@media screen and (min-width: 1400px) {
  .logo-fix.fix {
    left: 6em;
  }
}
@media screen and (min-width: 1500px) {
  .logo-fix.fix {
    left: 10em;
  }
}/*# sourceMappingURL=about.css.map */