@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes ratotion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pyokon {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  52% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.top-mainvisual {
  padding-top: 134px;
  padding-bottom: 147px;
  background-image: url(../../img/top-mainvisual.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .top-mainvisual {
    padding-top: 31.4666666667vw;
    padding-bottom: 15.4666666667vw;
    background-image: url(../../img/top-mainvisual-sp.webp);
    background-position: 50% 100%;
  }
}
.top-mainvisual--inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  transform: translateX(50px);
}
@media (max-width: 428px) {
  .top-mainvisual--inner {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateX(0);
  }
}
@media (max-width: 428px) {
  .top-mainvisual--txt {
    margin-top: 16vw;
    position: relative;
    z-index: 100;
  }
}

.top-mainvisual_list {
  display: flex;
}
.top-mainvisual_list--item {
  margin-right: 14px;
  text-align: center;
  border: 2px solid #78BB02;
  border-radius: 5px;
  font-size: 20px;
  padding: 9px 8px 6px;
  line-height: 1.1;
  background-color: #fff;
  transition-delay: 0s;
}
@media (max-width: 428px) {
  .top-mainvisual_list--item {
    border-radius: 4px;
    font-size: 15px;
    padding: 13px 3px 9px;
    line-height: 1.3;
  }
}
.top-mainvisual_list--item:nth-of-type(2) {
  transition-delay: 0.08s;
}
.top-mainvisual_list--item:last-of-type {
  margin-right: 0;
  transition-delay: 0.16s;
}
.top-mainvisual_list--strong {
  color: #78BB02;
}

.top-mainvisual_ttl {
  font-size: 60px;
  margin-top: 24px;
  transition-delay: 0.24s;
}
@media (max-width: 428px) {
  .top-mainvisual_ttl {
    font-size: 42px;
    margin-top: 14px;
  }
}
.top-mainvisual_ttl--strong {
  display: inline-block;
  background-color: #FFF64F;
  margin-top: 12px;
  margin-bottom: 12px;
}
.top-mainvisual_ttl--strong2 {
  color: #78BB02;
}
.top-mainvisual_ttl--small {
  font-size: 50px;
}
@media (max-width: 428px) {
  .top-mainvisual_ttl--small {
    font-size: 35px;
  }
}

.top-mainvisual_deco {
  width: 653px;
  aspect-ratio: 653/286;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 428px) {
  .top-mainvisual_deco {
    width: 87.4666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-mainvisual_deco--img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/top-mainvisual-deco-img.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 100;
}
.top-mainvisual_deco--circle {
  display: block;
  width: 480px;
  aspect-ratio: 480/462;
  background-image: url(../../img/top-mainvisual-deco-circle.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: calc(50% - 240px);
  left: calc(50% - 231px);
  animation: 9s linear infinite running ratotion;
  z-index: 100;
}
@media (max-width: 428px) {
  .top-mainvisual_deco--circle {
    top: calc(50% - 47vw);
    left: calc(50% - 42vw);
    width: 82.4vw;
    z-index: auto;
  }
}

.top-intro {
  padding-top: 142px;
  padding-bottom: 270px;
  position: relative;
}
@media (max-width: 428px) {
  .top-intro {
    padding-top: 40px;
    padding-bottom: 323px;
  }
}
.top-intro:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 240px);
  background-image: url(../../img/icon/icon-dot.svg);
  background-position: 50% 50%;
  position: absolute;
  top: -110px;
  left: 0;
  z-index: 100;
}
@media (max-width: 428px) {
  .top-intro:after {
    height: 100%;
    top: 0;
  }
}
.top-intro--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 101;
}
@media (max-width: 428px) {
  .top-intro--wrap {
    flex-direction: column-reverse;
  }
}
.top-intro--wrap:before {
  content: "";
  display: block;
  width: 284px;
  aspect-ratio: 284/178;
  background-image: url(../../img/top-intro-wrap.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 40px;
}
@media (max-width: 428px) {
  .top-intro--wrap:before {
    width: 212px;
    margin-right: 0;
    margin-top: 32px;
  }
}

.top-intro_list--item {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
  transform: translateX(32px);
}
@media (max-width: 428px) {
  .top-intro_list--item {
    transform: translateX(0);
    padding-left: 36px;
  }
}
.top-intro_list--item:first-of-type {
  margin-top: 0;
}
.top-intro_list--item:before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/18;
  background-image: url(../../img/icon/icon-check1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 428px) {
  .top-intro_list--item:before {
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.top-solution {
  background-color: #F2F9E6;
  padding-top: 154px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 428px) {
  .top-solution {
    padding-top: 152px;
    padding-bottom: 40px;
  }
}
.top-solution--ttl_wrap {
  width: 900px;
  position: absolute;
  top: -338px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media (max-width: 428px) {
  .top-solution--ttl_wrap {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    top: -431px;
  }
}
.top-solution--ttl_wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: -130px;
  bottom: -88px;
  width: 228px;
  aspect-ratio: 228/259;
  background-image: url(../../img/top-solution-ttl-wrap.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .top-solution--ttl_wrap:after {
    content: none;
  }
}
.top-solution--ttl_box {
  border: 3px solid #B3D080;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  transition: 0.55s;
  transform: translateY(60px);
}
.is_show .top-solution--ttl_box {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 428px) {
  .top-solution--ttl_box {
    border-width: 1px;
    border-radius: 10px;
  }
}
.top-solution--desc {
  background-color: #E6EFE4;
  font-size: 21px;
  line-height: 2;
  padding-top: 32px;
  padding-bottom: 23px;
  text-align: center;
  position: relative;
}
@media (max-width: 428px) {
  .top-solution--desc {
    font-size: 16px;
    line-height: 2;
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.top-solution--note {
  font-size: 13px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #FFEF6A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .top-solution--note {
    font-size: 16px;
    width: 60px;
    height: 60px;
    top: -30px;
  }
}

.top-solution_sub {
  position: absolute;
  top: -56px;
  left: -47px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #83B52B;
  color: #fff;
  font-size: 24px;
  line-height: 1.37;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transform: scale(0) rotate(0);
  transition: 0.4s cubic-bezier(0, 0, 0.32, 1.5);
  transition-delay: 0.3s;
}
.is_show .top-solution_sub {
  transform: scale(1) rotate(-17deg);
}
@media (max-width: 428px) {
  .top-solution_sub {
    font-size: 17px;
    width: 85px;
    height: 85px;
    top: -29px;
    left: -10px;
  }
}
.top-solution_sub--l {
  font-size: 28px;
  display: block;
}
@media (max-width: 428px) {
  .top-solution_sub--l {
    font-size: 21px;
  }
}

.top-solution_ttl {
  text-align: center;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 13px;
  font-size: 27px;
  line-height: 2;
}
@media (max-width: 428px) {
  .top-solution_ttl {
    font-size: 24px;
    padding-top: 28px;
    padding-bottom: 48px;
    line-height: 1.6;
  }
}
.top-solution_ttl--01 {
  display: block;
}
.top-solution_ttl--02 {
  display: block;
}
@media (max-width: 428px) {
  .top-solution_ttl--02 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 16px;
  }
}
.top-solution_ttl--strong {
  color: #78BB02;
  font-weight: 900;
  font-size: 42px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  line-height: 1.28;
}
@media (max-width: 428px) {
  .top-solution_ttl--strong {
    font-size: 28px;
    margin-left: 0;
    margin-right: 0;
  }
}

.top-sdgs {
  background-color: #fff;
  padding: 70px 25px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 428px) {
  .top-sdgs {
    padding: 40px 16px 56px;
  }
}
.top-sdgs--ttl_note {
  color: #317400;
  text-align: center;
  margin-top: 30px;
  line-height: 1.5;
  font-size: 20px;
}
@media (max-width: 428px) {
  .top-sdgs--ttl_note {
    font-size: 22px;
    margin-top: 24px;
  }
}
.top-sdgs--desc {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  margin-top: 18px;
}
@media (max-width: 428px) {
  .top-sdgs--desc {
    text-align: left;
    margin-top: 32px;
  }
}
.top-sdgs--desc:first-of-type {
  margin-top: 0;
}
.top-sdgs--desc_strong {
  font-size: 18px;
  color: #317400;
}
.top-sdgs--desc_line {
  background: linear-gradient(transparent 50%, #FFFF9D 50%);
}

.top-sdgs_ttl--sub {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  display: block;
}
@media (max-width: 428px) {
  .top-sdgs_ttl--sub {
    line-height: 1.6;
  }
}
.top-sdgs_ttl--sub:after {
  content: "";
  display: block;
  width: 526px;
  aspect-ratio: 526/15;
  background-image: url(../../img/top-sdgs-ttl-sub.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2px;
}
@media (max-width: 428px) {
  .top-sdgs_ttl--sub:after {
    width: 272px;
    aspect-ratio: 272/15;
    background-image: url(../../img/top-sdgs-ttl-sub-sp.svg);
  }
}
.top-sdgs_ttl--main {
  display: block;
  text-align: center;
  font-size: 35px;
}
@media (max-width: 428px) {
  .top-sdgs_ttl--main {
    margin-top: 8px;
  }
}
.top-sdgs_ttl--strong {
  color: #6EA310;
  line-height: 1;
  font-size: 45px;
}

.top-sdgs_list {
  margin-top: 77px;
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .top-sdgs_list {
    width: 100%;
    margin-top: 54px;
    display: block;
  }
}
.top-sdgs_list--item {
  width: 253px;
  border: 2px solid #72A84B;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 428px) {
  .top-sdgs_list--item {
    margin-top: 32px;
    width: calc(100% - 2px);
    padding-top: 26px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-sdgs_list--item:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../../img/icon/icon-check2.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.top-sdgs_list--strong {
  color: #317400;
  font-size: 20px;
}

.top-induction {
  padding-top: 56px;
  padding-bottom: 55px;
  background-color: #7BB80F;
}
@media (max-width: 428px) {
  .top-induction {
    padding: 40px 30px;
  }
}

.top-induction_list {
  display: flex;
  justify-content: space-between;
  width: 772px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .top-induction_list {
    width: 100%;
    display: block;
  }
}
.top-induction_list--item {
  width: 356px;
  height: 89px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .top-induction_list--item {
    width: 100%;
    height: 74px;
    margin-top: 20px;
    font-size: 16px;
  }
  .top-induction_list--item:first-of-type {
    margin-top: 0;
  }
}

.top-induction_lead {
  color: #fff;
  font-size: 36px;
  margin-top: 30px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 428px) {
  .top-induction_lead {
    font-size: 28px;
    line-height: 1.6;
  }
}
.top-induction_lead--strong {
  position: relative;
}
.top-induction_lead--strong:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 14px;
  background-color: #fff;
  animation: pyokon 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@media (max-width: 428px) {
  .top-induction_lead--strong:before {
    width: 6px;
    height: 6px;
    top: -2px;
  }
}
.top-induction_lead--strong:nth-of-type(2):before {
  animation-delay: 0.3s;
}
.top-induction_lead--strong:nth-of-type(3):before {
  animation-delay: 0.6s;
}
.top-induction_lead--strong2 {
  color: #FFE82D;
  font-size: 43px;
}
@media (max-width: 428px) {
  .top-induction_lead--strong2 {
    font-size: 37px;
  }
}
.top-induction_lead--sp_line {
  border-bottom: 4px solid #fff;
  padding-bottom: 4px;
}
@media (max-width: 428px) {
  .top-induction_lead--sp_line {
    border-width: 2px;
    padding-bottom: 0;
  }
}

.top-sdgs2 {
  background-color: #F2F9E6;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 428px) {
  .top-sdgs2 {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
.top-sdgs2--wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 36px 64px;
}
@media (max-width: 428px) {
  .top-sdgs2--wrap {
    padding: 40px 15px 56px;
  }
}

.top-sdgs2_ttl {
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 428px) {
  .top-sdgs2_ttl {
    font-size: 30px;
  }
}
.top-sdgs2_ttl--strong {
  color: #6EA310;
  font-size: 45px;
}
@media (max-width: 428px) {
  .top-sdgs2_ttl--strong {
    font-size: 40px;
  }
}

.top-sdgs2_desc {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.top-sdgs2_desc--strong {
  color: #317400;
  font-size: 18px;
}

.top-sdgs2_list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .top-sdgs2_list {
    display: block;
  }
}
.top-sdgs2_list--item {
  background-color: #F3F7EA;
  width: 330px;
  border: 1px solid #CFD3C6;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .top-sdgs2_list--item {
    width: 100%;
    padding: 30px 23px;
    margin-top: 20px;
  }
  .top-sdgs2_list--item:first-of-type {
    margin-top: 0;
  }
}
.top-sdgs2_list--item:before {
  content: "";
  display: block;
  background-image: url(../../img/top-sdgs2-list-item01.webp);
  background-size: cover;
  background-position: 50% 50%;
  width: 140px;
  aspect-ratio: 140/140;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.top-sdgs2_list--item:nth-of-type(2):before {
  background-image: url(../../img/top-sdgs2-list-item02.webp);
}
.top-sdgs2_list--item:last-of-type:before {
  background-image: url(../../img/top-sdgs2-list-item03.webp);
}
.top-sdgs2_list--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-sdgs2_list--ttl_sub {
  color: #7BB80F;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.top-sdgs2_list--ttl_num {
  font-size: 24px;
  text-align: center;
}
.top-sdgs2_list--ttl_main {
  margin-left: 5px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
}
.top-sdgs2_list--desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
}

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