footer {
  margin-top: 0;
}

.agora_app_wrap {
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  color: #fff;
  display: flex;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  padding: 80rem 60rem;
  justify-content: center;
  gap: min(5.2083333333vw, 100rem);
  margin-top: 200rem;
}
.agora_app_wrap .intro_wrap {
  display: flex;
  justify-content: center;
  align-items: end;
  min-width: 0;
}
.agora_app_wrap .intro_wrap .badge {
  background-color: #ffffff;
  color: #000000;
  font-size: 18rem;
  font-weight: bold;
  padding: 5rem 20rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50rem;
}
.agora_app_wrap .intro_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.agora_app_wrap .intro_wrap .text_wrap .logo_wrap {
  margin-top: 30rem;
  width: 400rem;
}
.agora_app_wrap .intro_wrap .text_wrap .txt_lead {
  width: 350rem;
  margin-top: 40rem;
}
.agora_app_wrap .intro_wrap .img_wrap {
  width: min(21.875vw, 420rem);
  margin-left: -20rem;
}
.agora_app_wrap .benefit_wrap {
  position: relative;
  min-width: 0;
}
.agora_app_wrap .benefit_wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: min(-2.6041666667vw, -50rem);
  top: 50%;
  transform: translateY(-50%);
}
.agora_app_wrap .benefit_wrap .head {
  background-color: #e4d44a;
  display: grid;
  place-items: center;
  font-weight: bold;
  padding: 5rem 20rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  font-size: 20rem;
  margin-left: auto;
  margin-right: auto;
}
.agora_app_wrap .benefit_wrap .txt {
  margin-top: 20rem;
  text-align: center;
  max-width: 31.7708333333vw;
}
.agora_app_wrap .benefit_wrap .img_wrap {
  width: 400rem;
  margin-top: 20rem;
  margin-left: auto;
  margin-right: auto;
}
.agora_app_wrap .benefit_wrap .to_app a {
  margin-top: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14rem;
  width: 240rem;
  padding: 12rem 0;
  position: relative;
  transition: background-color 0.2s;
}
.agora_app_wrap .benefit_wrap .to_app a::after {
  content: "";
  position: absolute;
  display: block;
  right: 10rem;
  background-image: url(../img/ico_arrow.svg);
  width: 30rem;
  height: 6rem;
  background-repeat: no-repeat;
}
.agora_app_wrap .benefit_wrap .to_app a:hover {
  background-color: #eeeeee;
}

@media screen and (max-width: 680px) {
  .agora_app_wrap {
    padding: 35rem 25rem;
    gap: 25rem;
    flex-direction: column;
    margin-top: 100rem;
  }
  .agora_app_wrap .intro_wrap .badge {
    font-size: 15rem;
    padding: 3rem 15rem;
    margin-left: auto;
    margin-right: auto;
  }
  .agora_app_wrap .intro_wrap .text_wrap .logo_wrap {
    margin-top: 15rem;
    width: 280rem;
    margin-left: auto;
    margin-right: auto;
  }
  .agora_app_wrap .intro_wrap .text_wrap .txt_lead {
    width: 280rem;
    margin-top: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  .agora_app_wrap .intro_wrap .img_wrap {
    display: none;
  }
  .agora_app_wrap .benefit_wrap::after {
    content: none;
  }
  .agora_app_wrap .benefit_wrap .head {
    display: none;
  }
  .agora_app_wrap .benefit_wrap .txt {
    display: none;
  }
  .agora_app_wrap .benefit_wrap .img_wrap {
    width: 100%;
    margin-top: 20rem;
  }
  .agora_app_wrap .benefit_wrap .to_app a {
    margin-top: 35rem;
    font-size: 15rem;
    width: 245rem;
    padding: 8rem 0;
  }
  .agora_app_wrap .benefit_wrap .to_app a::after {
    right: 10rem;
    width: 30rem;
    height: 6rem;
  }
}/*# sourceMappingURL=agora_app.css.map */