@charset "utf-8";
.c-achievement_subtext {
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", YuGothicM, "メイリオ",
    Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif, Helvetica, Arial;
  line-height: 1;
  color: #000000;
  line-height: 2.2rem;
  margin-bottom: 3rem;
  text-align: center;
}

.c-achievement_wrapper {
}

.c-achievement_wrapper img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #achievement {
    padding-bottom: 100px;
  }
  #achievement .cmn-h2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2vw;
  }
  #achievement .cmn-h2 .ja {
    font-size: 8vw;
  }
  #achievement .cmn-h2 .en {
    font-size: 4.2vw;
  }
  .c-achievement_wrapper img {
    width: 100%;
    height: auto;
  }
  .c-achievement_subtext {
    font-size: 16px;
    line-height: 1.8;
  }
}
