@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes bggradient {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@keyframes bggradient2 {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.about-greeting {
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-greeting {
    padding-top: 60px;
  }
}
.about-greeting--deco {
  display: block;
  width: 30.3125%;
  background-image: url(../../img/about-greeting-txt.webp);
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .about-greeting--deco {
    display: none;
  }
}
.about-greeting--txt {
  margin-top: 50px;
  width: 66.5625%;
}
@media (max-width: 768px) {
  .about-greeting--txt {
    margin-top: 0;
    width: 100%;
  }
}
.about-greeting--desc {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #2B2B2B;
  line-height: 2;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .about-greeting--desc {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    line-height: 1.8;
    margin-top: 1.8em;
  }
}
.about-greeting--desc:first-of-type {
  margin-top: 0;
}

.about-sub_ttl {
  text-align: center;
  border-bottom: 1px solid #8AA3B5;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .about-sub_ttl {
    padding-bottom: 20px;
  }
}
.about-sub_ttl--main {
  text-align: center;
  color: #2B2B2B;
  font-size: clamp(3rem, 4vw, 4rem);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .about-sub_ttl--main {
    font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  }
}
.about-sub_ttl--sub {
  text-align: center;
  color: #2B2B2B;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.43;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.about-info {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .about-info {
    padding-top: 80px;
  }
}

.about-info_list {
  margin: 40px auto 0;
  width: 68%;
}
@media (max-width: 1100px) {
  .about-info_list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-info_list {
    margin-top: 30px;
  }
}
.about-info_list--group {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .about-info_list--group {
    margin-top: 20px;
  }
}
.about-info_list--group:first-of-type {
  margin-top: 0;
}
.about-info_list--term {
  width: 27.807486631%;
  color: #2B2B2B;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.45;
}
@media (max-width: 768px) {
  .about-info_list--term {
    width: 34.7593582888%;
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  }
}
.about-info_list--desc {
  width: 72.192513369%;
  color: #2B2B2B;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.45;
}
@media (max-width: 768px) {
  .about-info_list--desc {
    width: 64.1711229947%;
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  }
}
.about-info_list--note {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.43;
  color: #2B2B2B;
  margin-top: 5px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.about-vision {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .about-vision {
    padding-top: 80px;
  }
}
.about-vision--wrap {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .about-vision--wrap {
    margin-top: 30px;
    display: block;
  }
}
.about-vision--wrap:before {
  content: "";
  display: block;
  width: 31.8181818182%;
  aspect-ratio: 350/350;
  background-image: url(../../img/about-vision.webp);
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
  margin-left: 2.7272727273%;
}
@media (max-width: 768px) {
  .about-vision--wrap:before {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-vision--txt {
  width: 61.8181818182%;
}
@media (max-width: 768px) {
  .about-vision--txt {
    width: 100%;
    margin-top: 30px;
  }
}
.about-vision--desc {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  color: #2B2B2B;
  line-height: 2;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .about-vision--desc {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    line-height: 1.8;
    margin-top: 1.8em;
  }
}
.about-vision--desc:first-of-type {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .about-vision--desc br {
    display: none;
  }
}

.about-sustainability {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .about-sustainability {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.about-sustainability--desc {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  color: #2B2B2B;
  text-align: center;
  line-height: 1.43;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .about-sustainability--desc {
    text-align: left;
  }
}
.about-sustainability--desc br {
  display: none;
}
@media (max-width: 1100px) {
  .about-sustainability--desc br {
    display: block;
  }
}
@media (max-width: 768px) {
  .about-sustainability--desc br {
    display: none;
  }
}
.about-sustainability--more {
  margin: 40px 0 0 auto;
}

.about-sustainability_bnr {
  display: block;
  width: 350px;
  max-width: 100%;
  margin: 40px auto;
}
.about-sustainability_bnr:hover {
  opacity: 0.7;
}
.about-sustainability_bnr--img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=about.css.map */
