@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*========= link ===============*/
/*========= button ===============*/
.el_button_type01,
.el_button_type02,
.el_button_type03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 4vw;
  line-height: 1.3;
  height: 45px;
  height: 12vw;
  width: 250px;
  width: 66.6666666667vw;
  padding: 16px;
  padding: 4.2666666667vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .el_button_type01,
  .el_button_type02,
  .el_button_type03 {
    font-size: 1.5rem;
    width: 210px;
    height: 45px;
    padding: 16px;
  }
}
.el_button_type01::after,
.el_button_type02::after,
.el_button_type03::after {
  display: block;
}

.el_button_type01 {
  background: linear-gradient(90deg, #0abe82 0%, #0bbb9d 51%, #0db7b7 100%);
  color: #fff;
}
.el_button_type01::after {
  content: url(../../img/common/arr_wh.svg);
}

.el_button_type02 {
  background: #fff;
  color: #0abe82;
}
.el_button_type02::after {
  content: url(../../img/common/arr_gr.svg);
}

.el_button_type03 {
  background: linear-gradient(90deg, rgb(255, 107, 53) 0%, rgb(255, 105, 50) 100%);
  color: #fff;
}
.el_button_type03::after {
  content: url(../../img/common/ico_dl.svg);
}

/*========= headline ===============*/
.el_hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  gap: 2.6666666667vw;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .el_hl {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.el_hl .__en {
  display: inline-block;
  background: linear-gradient(90deg, #0abe82 0%, #0bbb9d 51%, #0db7b7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: YakuHanJP, "Heebo", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: 6px;
  letter-spacing: 1.6vw;
}
@media screen and (min-width: 750px) {
  .el_hl .__en {
    letter-spacing: 6px;
  }
}
.el_hl .__jp {
  font-size: 32px;
  font-size: 8.5333333333vw;
  font-weight: bold;
  letter-spacing: 3px;
  letter-spacing: 0.8vw;
  line-height: 1.3;
}
.el_hl .__jp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.el_hl .__jp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (min-width: 750px) {
  .el_hl .__jp {
    font-size: 4.2rem;
    letter-spacing: 3px;
  }
}

.el_pageHl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  gap: 1.3333333333vw;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .el_pageHl {
    gap: 5px;
    margin-bottom: 70px;
  }
}
.el_pageHl .__en {
  display: inline-block;
  background: linear-gradient(90deg, #0abe82 0%, #0bbb9d 51%, #0db7b7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: YakuHanJP, "Heebo", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.5333333333vw;
}
@media screen and (min-width: 750px) {
  .el_pageHl .__en {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
.el_pageHl .__jp {
  font-size: 28px;
  font-size: 7.4666666667vw;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 0.5333333333vw;
  line-height: 1.3;
}
.el_pageHl .__jp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.el_pageHl .__jp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (min-width: 750px) {
  .el_pageHl .__jp {
    font-size: 3.2rem;
    letter-spacing: 2px;
  }
}