@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes ratotion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-greeting {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 428px) {
  .about-greeting {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}

.about-support {
  padding-top: 105px;
  padding-bottom: 95px;
}
@media (max-width: 428px) {
  .about-support {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.about-support--desc {
  font-size: 22px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 428px) {
  .about-support--desc {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 50px;
    text-align: left;
  }
}
.about-support--line {
  width: 700px;
  height: 60px;
  border-radius: 60px;
  margin: 80px auto 0;
  background-color: #accd0d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.05em;
}
@media (max-width: 428px) {
  .about-support--line {
    width: 100%;
    margin-top: 45px;
    border-radius: 30px;
    height: 120px;
    text-align: center;
    font-size: 22px;
    line-height: 1.75;
  }
}
.about-support--summary {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 428px) {
  .about-support--summary {
    font-size: 18px;
  }
}

.about-support_list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .about-support_list {
    margin-top: 65px;
    display: block;
  }
}
.about-support_list--group {
  width: 248px;
  border-radius: 22px;
  background-color: #f9ffdc;
  padding: 12px 0 25px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .about-support_list--group {
    width: 100%;
    margin-top: 45px;
    padding-top: 12px;
  }
}
.about-support_list--group:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
}
@media (max-width: 428px) {
  .about-support_list--group:first-of-type {
    margin-top: 0;
  }
}
.about-support_list--group:first-of-type:before {
  width: 41px;
  aspect-ratio: 82/84;
  background-image: url(../../img/icon/icon-lemon.webp);
  top: -18px;
  left: -7px;
}
@media (max-width: 428px) {
  .about-support_list--group:first-of-type:before {
    left: 20px;
  }
}
.about-support_list--group:nth-of-type(2):before {
  width: 47px;
  aspect-ratio: 94/108;
  background-image: url(../../img/icon/icon-capsicum.webp);
  bottom: -15px;
  right: -4px;
}
@media (max-width: 428px) {
  .about-support_list--group:nth-of-type(2):before {
    bottom: auto;
    top: -10px;
    right: 20px;
  }
}
.about-support_list--group:nth-of-type(3):before {
  width: 40px;
  aspect-ratio: 80/82;
  background-image: url(../../img/icon/icon-poteto2.webp);
  top: -10px;
  right: 10px;
}
@media (max-width: 428px) {
  .about-support_list--group:nth-of-type(3):before {
    right: auto;
    left: 20px;
  }
}
.about-support_list--group:last-of-type:before {
  width: 56px;
  aspect-ratio: 112/114;
  background-image: url(../../img/icon/icon-pea2.webp);
  bottom: -18px;
  right: -15px;
}
@media (max-width: 428px) {
  .about-support_list--group:last-of-type:before {
    bottom: auto;
    top: -28px;
    right: 18px;
  }
}
.about-support_list--term {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 85px;
}
.about-support_list--term-s {
  height: 105px;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 428px) {
  .about-support_list--term-s {
    height: 128px;
  }
}
.about-support_list--desc {
  border-top: 2px solid #accd0d;
  padding-top: 12px;
  font-size: 18px;
  line-height: 1.75;
  width: calc(100% - 44px);
  margin-left: auto;
  margin-right: auto;
}

.about-commit {
  padding-top: 100px;
  padding-bottom: 145px;
}
@media (max-width: 428px) {
  .about-commit {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
.about-commit--desc {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 428px) {
  .about-commit--desc {
    text-align: left;
    margin-top: 50px;
  }
}
.about-commit--line {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1020px;
  height: 60px;
  border-radius: 60px;
  background-color: #ff9914;
  margin: 50px auto 0;
}
@media (max-width: 428px) {
  .about-commit--line {
    width: 100%;
    margin-top: 30px;
    border-radius: 30px;
    height: 200px;
    font-size: 22px;
    text-align: center;
    line-height: 1.75;
  }
}
.about-commit--summary {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 428px) {
  .about-commit--summary {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 30px;
    text-align: left;
  }
}
.about-commit--summary:last-of-type {
  margin-top: 1.75em;
}
@media (max-width: 428px) {
  .about-commit--summary:last-of-type {
    line-height: 1.75;
  }
}

.about-advisor {
  background-color: #f9ffdc;
  padding-top: 40px;
  padding-bottom: 90px;
}
@media (max-width: 428px) {
  .about-advisor {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.about-advisor--img {
  display: block;
  border-radius: 30px;
  margin: 55px auto 0;
}
@media (max-width: 428px) {
  .about-advisor--img {
    width: 100%;
    margin-top: 45px;
  }
}
.about-advisor--name {
  font-size: 30px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 428px) {
  .about-advisor--name {
    font-size: 26px;
    line-height: 1.75;
    margin-top: 25px;
  }
}
.about-advisor--name_s {
  display: block;
  font-size: 24px;
  line-height: 1.75;
}
@media (max-width: 428px) {
  .about-advisor--name_s {
    font-size: 20px;
    line-height: 1.75;
  }
}

.about-advisor_profile {
  background-color: #fff;
  border-radius: 20px;
  margin: 50px auto 0;
  padding: 55px 60px;
  width: 900px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .about-advisor_profile {
    width: 100%;
    padding: 35px 35px 45px;
    margin-top: 100px;
  }
}
.about-advisor_profile:before {
  content: "";
  display: block;
  width: 314px;
  aspect-ratio: 624/278;
  background-image: url(../../img/about-advisor-profile01.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: -80px;
  left: -94px;
}
@media (max-width: 428px) {
  .about-advisor_profile:before {
    width: 156px;
    top: -48px;
    left: 0;
  }
}
.about-advisor_profile:after {
  content: "";
  display: block;
  width: 311px;
  aspect-ratio: 622/238;
  background-image: url(../../img/about-advisor-profile02.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  bottom: -45px;
  right: -96px;
}
@media (max-width: 428px) {
  .about-advisor_profile:after {
    width: 155px;
    bottom: -30px;
    right: 0;
  }
}
.about-advisor_profile--ttl {
  position: relative;
}
.about-advisor_profile--ttl:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #accd0d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.about-advisor_profile--ttl_txt {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  width: 280px;
  display: block;
  margin: auto;
  background-color: #fff;
  color: #accd0d;
  position: relative;
}
@media (max-width: 428px) {
  .about-advisor_profile--ttl_txt {
    font-size: 28px;
    width: 196px;
    line-height: 1.75;
  }
}
.about-advisor_profile--desc {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: 1.75em;
}
@media (max-width: 428px) {
  .about-advisor_profile--desc {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 1.75em;
  }
}
.about-advisor_profile--desc:first-of-type {
  margin-top: 50px;
}
@media (max-width: 428px) {
  .about-advisor_profile--desc:first-of-type {
    margin-top: 20px;
  }
}

.about-career {
  padding-top: 110px;
  padding-bottom: 95px;
}
@media (max-width: 428px) {
  .about-career {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.about-career--desc {
  font-size: 22px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 428px) {
  .about-career--desc {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 40px;
  }
}

.about-message {
  padding-top: 110px;
  padding-bottom: 170px;
}

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