.en {
  font-family: "Unbounded";
}

/* ---------------------
  reward
--------------------- */
.reward-intro {
  margin-bottom: 7rem;
  position: relative;
}
.reward-intro:before {
  content: "";
  background: url(../img/reward/salary-bg-01.svg) no-repeat;
  height: 21rem;
  width: 27rem;
  position: absolute;
  left: 8rem;
  top: 6rem;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .reward-intro:before {
    width: 80px;
    left: 2rem;
    top: 2rem;
  }
}
.reward-intro:after {
  content: "";
  background: url(../img/reward/salary-bg-02.svg) no-repeat;
  height: 23rem;
  width: 22rem;
  position: absolute;
  right: 10rem;
  top: 8rem;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .reward-intro:after {
    width: 7rem;
    right: 3rem;
    top: 3rem;
  }
}
.reward-intro .s-inner {
  position: relative;
  z-index: 2;
}

.reward-hg {
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .reward-hg {
    margin-bottom: 4rem;
  }
}
.reward-hg .f36 {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 1420px) {
  .reward-hg .f36 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1160px) {
  .reward-hg .f36 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .reward-hg .f36 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .reward-hg .f36 {
    font-size: 1.8rem;
  }
}
.reward-hg .f36 .f48 {
  display: block;
}
@media (max-width: 1160px) {
  .reward-hg .f36 .f48 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .reward-hg .f36 .f48 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .reward-hg .f36 .f48 {
    font-size: 2.4rem;
  }
}
.reward-hg .f15 {
  text-align: center;
}

.salary-area {
  background-color: #ff5885;
  border-radius: 1rem;
  padding: 5%;
  position: relative;
}
@media screen and (max-width: 450px) {
  .salary-area {
    padding: 8% 5% 9%;
  }
}
.salary-area .f40 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media (max-width: 1420px) {
  .salary-area .f40 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .salary-area .f40 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .salary-area .f40 {
    font-size: 1.6rem;
    margin-left: 9rem;
    text-align: left;
    margin-bottom: 1rem;
  }
}
.salary-area .f58 {
  color: #fff;
  font-size: 5.8rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 1420px) {
  .salary-area .f58 {
    font-size: 5rem;
  }
}
@media (max-width: 1160px) {
  .salary-area .f58 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .salary-area .f58 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .salary-area .f58 {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-left: 90px;
    text-align: left;
  }
}
.salary-area .f58 span {
  color: #d2ff00;
}
.salary-area .f15 {
  color: #fff;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 450px) {
  .salary-area .f15 {
    text-align: left;
    margin-left: 9rem;
  }
}
.salary-area img {
  position: absolute;
  width: 24.6rem;
  left: 0;
  bottom: 0;
}
@media (max-width: 1160px) {
  .salary-area img {
    width: 19.6rem;
  }
}
@media screen and (max-width: 834px) {
  .salary-area img {
    width: 14rem;
  }
}
@media screen and (max-width: 450px) {
  .salary-area img {
    width: 12rem;
  }
}

.reward-system {
  margin-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 450px) {
  .reward-system {
    padding: 28rem 0 5rem;
  }
}
.reward-system:before {
  content: "";
  background: url(../img/reward/system-img-01.webp) no-repeat;
  background-size: contain;
  background-position: center;
  height: 41rem;
  width: 24vw;
  position: absolute;
  left: 7rem;
  top: 2rem;
  z-index: 1;
}
@media (max-width: 1160px) {
  .reward-system:before {
    width: 20rem;
    left: 1rem;
    top: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .reward-system:before {
    left: 2rem;
    top: -4rem;
  }
}
.reward-system:after {
  content: "";
  background: url(../img/reward/system-img-02.webp) no-repeat;
  background-position: center;
  height: 35rem;
  width: 22vw;
  position: absolute;
  right: 3rem;
  top: 5rem;
  z-index: 1;
  background-size: contain;
}
@media (max-width: 1160px) {
  .reward-system:after {
    width: 15rem;
    right: 5rem;
    top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .reward-system:after {
    right: 3rem;
    top: -2rem;
  }
}
.reward-system .s-inner {
  position: relative;
  z-index: 2;
}

.system-hg {
  margin-bottom: 6rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .system-hg {
    margin-bottom: 3rem;
  }
}
.system-hg .f70 {
  color: #ff5885;
  font-family: "Unbounded";
  margin-bottom: 9rem;
  text-align: center;
}
@media (max-width: 1160px) {
  .system-hg .f70 {
    font-size: 6rem;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .system-hg .f70 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .system-hg .f70 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
.system-hg .f70 span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 450px) {
  .system-hg .f70 span {
    font-size: 1.4rem;
  }
}
.system-hg .f36 {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .system-hg .f36 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 450px) {
  .system-hg .f36 {
    font-size: 1.8rem;
  }
}
.system-hg .f42 {
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1160px) {
  .system-hg .f42 {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 834px) {
  .system-hg .f42 {
    margin-bottom: 3.4rem;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 450px) {
  .system-hg .f42 {
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
  }
}
.system-hg .f42 span {
  color: #ff5885;
  display: block;
  font-size: 6rem;
}
@media (max-width: 1160px) {
  .system-hg .f42 span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .system-hg .f42 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .system-hg .f42 span {
    font-size: 3rem;
  }
}

.system-text {
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .system-text {
    text-align: left;
  }
}

.formular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: normal;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .formular {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.formular:after {
  content: "";
  position: absolute;
  background: url(../img/reward/plus.svg) no-repeat;
  height: 30px;
  width: 3%;
  left: calc(60% + 12px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .formular:after {
    height: 15px;
    width: 15px;
    left: 50%;
    top: 55.7%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 450px) {
  .formular:after {
    top: 59.5%;
  }
}

.gray-area {
  background-color: #e9e9e9;
  border-radius: 1rem;
  padding: 4rem 5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: normal;
  width: 60%;
}
@media screen and (max-width: 834px) {
  .gray-area {
    padding: 8% 5%;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.gray-area:after {
  content: "";
  position: absolute;
  background: url(../img/reward/arrow.svg) no-repeat;
  height: 18px;
  width: 5%;
  left: calc(40.55% + 15px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .gray-area:after {
    width: 14px;
    left: calc(40.55% + 14px);
  }
}
@media screen and (max-width: 450px) {
  .gray-area:after {
    width: 14px;
    left: 42.7%;
  }
}
.gray-area .deco {
  position: absolute;
  height: 9rem;
  width: 13rem;
  left: 0;
  top: -4rem;
}
.gray-area .pink-box {
  background: #fe9db0;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 1rem;
  width: 40%;
}
.gray-area .pink-box .f26 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1420px) {
  .gray-area .pink-box .f26 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .gray-area .pink-box .f26 {
    font-size: 1.4rem;
  }
}
.gray-area .pink-box .f26 span {
  font-size: 2rem;
}
@media (max-width: 1420px) {
  .gray-area .pink-box .f26 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .gray-area .pink-box .f26 span {
    font-size: 1.2rem;
  }
}
.gray-area .white-box {
  background: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 1rem;
  width: 52%;
}
.gray-area .white-box .f30 {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 1420px) {
  .gray-area .white-box .f30 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .gray-area .white-box .f30 {
    font-size: 1.5rem;
  }
}
.gray-area .white-box .f24 {
  color: #FF5885;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .gray-area .white-box .f24 {
    font-size: 1.8rem;
  }
}
.gray-area .white-box .f24 span {
  font-size: 2.8rem;
}
@media (max-width: 1420px) {
  .gray-area .white-box .f24 span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .gray-area .white-box .f24 span {
    font-size: 1.8rem;
  }
}

.green-area {
  background: #d2ff00;
  border-radius: 1rem;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .green-area {
    padding: 8% 5%;
    width: 100%;
  }
}
.green-area div .f22 {
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1420px) {
  .green-area div .f22 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .green-area div .f22 {
    font-size: 1.2rem;
  }
}
.green-area div .f34 {
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 1420px) {
  .green-area div .f34 {
    margin-bottom: 0.5rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .green-area div .f34 {
    font-size: 1.8rem;
  }
}
.green-area div .f28 {
  color: #ff5885;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 1420px) {
  .green-area div .f28 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .green-area div .f28 {
    font-size: 1.6rem;
  }
}
.green-area div .f28 span {
  font-size: 3.8rem;
}
@media (max-width: 1420px) {
  .green-area div .f28 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .green-area div .f28 span {
    font-size: 2.2rem;
  }
}
.green-area div .f18 {
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}

.arrow-down {
  margin-bottom: 1rem;
  text-align: center;
}
.arrow-down img {
  width: 11%;
}

.popular-area {
  background: url(../img/reward/popular-bg.svg) no-repeat;
  background-size: cover;
  border-radius: 3rem;
  margin-bottom: 9rem;
  padding: 8rem 2rem 6rem;
  position: relative;
  width: 104%;
  margin-left: -2%;
}
@media screen and (max-width: 450px) {
  .popular-area {
    margin-bottom: 6rem;
    padding: 8% 5% 12%;
  }
}
.popular-area .popular-img {
  position: absolute;
  width: 28.4rem;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 834px) {
  .popular-area .popular-img {
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  .popular-area .popular-img {
    width: 140px;
  }
}
.popular-area .popular-hg {
  margin-bottom: 3rem;
  text-align: center;
}
.popular-area .popular-hg .f36 {
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
}
@media (max-width: 1420px) {
  .popular-area .popular-hg .f36 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .popular-area .popular-hg .f36 {
    font-size: 2rem;
  }
}
.popular-area .popular-hg .f58 {
  font-size: 5.8rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
}
@media (max-width: 1420px) {
  .popular-area .popular-hg .f58 {
    font-size: 5rem;
  }
}
@media (max-width: 1160px) {
  .popular-area .popular-hg .f58 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 834px) {
  .popular-area .popular-hg .f58 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  .popular-area .popular-hg .f58 {
    font-size: 2.2rem;
  }
}
.popular-area .popular-hg .f58 .en {
  color: #ff5885;
  font-size: 8rem;
}
@media (max-width: 1420px) {
  .popular-area .popular-hg .f58 .en {
    font-size: 6.5rem;
  }
}
@media (max-width: 1160px) {
  .popular-area .popular-hg .f58 .en {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 834px) {
  .popular-area .popular-hg .f58 .en {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 450px) {
  .popular-area .popular-hg .f58 .en {
    font-size: 2.7rem;
  }
}
.popular-area .popular-hg .f58 .pink {
  color: #ff5885;
}
.popular-area .f15 {
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
  position: relative;
}
@media screen and (max-width: 450px) {
  .popular-area .f15 {
    text-align: left;
    margin-right: 110px;
  }
}

.more-area {
  border: 2px solid #dcdbdc;
  border-radius: 10px;
  padding: 8rem 7rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .more-area {
    padding: 8% 4%;
  }
}
.more-area .more {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .more-area .more {
    top: -30px;
  }
}
.more-area .more p span {
  background: #ff5885;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 4.5rem;
  height: 9rem;
  width: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .more-area .more p span {
    font-size: 1.2rem;
    height: 6rem;
    width: 6rem;
  }
}

.more-area_flex {
  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;
  margin-bottom: 4rem;
}
@media (max-width: 1420px) {
  .more-area_flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .more-area_flex {
    display: block;
  }
}
.more-area_flex img {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .more-area_flex img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.more-area_flex .more-area_flex-cont {
  width: 57%;
}
@media screen and (max-width: 834px) {
  .more-area_flex .more-area_flex-cont {
    width: 100%;
  }
}
.more-area_flex .more-area_flex-cont .f15 {
  text-align: left;
}

.popular-hg {
  margin-bottom: 3.5rem;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .popular-hg {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .popular-hg {
    margin-bottom: 2.5rem;
  }
}
.popular-hg .f28 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (max-width: 1420px) {
  .popular-hg .f28 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .popular-hg .f28 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.popular-hg .f38 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1420px) {
  .popular-hg .f38 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .popular-hg .f38 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 450px) {
  .popular-hg .f38 {
    font-size: 2rem;
  }
}
.popular-hg .f38 span {
  color: #ff5885;
}

.pass-ttl {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .pass-ttl {
    font-size: 1.4rem;
  }
}

.pass-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.pass-list li {
  display: flex;
  align-items: center;
}
.pass-list li .f18 {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 1.25rem 2rem;
  font-weight: 600;
}
@media (max-width: 1420px) {
  .pass-list li .f18 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .pass-list li .f18 {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
    border-radius: 5px;
  }
}
.pass-list li .f18 span {
  color: #fe9db0;
  margin-right: 0.5rem;
}
.pass-list li.last {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .pass-list li.last {
    font-size: 1.2rem;
  }
}

.reward-case {
  background: #ff5885;
}

.case-hg {
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .case-hg {
    margin-bottom: 3rem;
  }
}
.case-hg .f160 {
  font-size: 16rem;
  color: #f99bb6;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1420px) {
  .case-hg .f160 {
    font-size: 12rem;
  }
}
@media (max-width: 1160px) {
  .case-hg .f160 {
    font-size: 9rem;
  }
}
@media screen and (max-width: 834px) {
  .case-hg .f160 {
    font-size: 4rem;
  }
}
.case-hg .f20 {
  color: #f99bb6;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .case-hg .f20 {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}
.case-hg .f15 {
  color: #fff;
}

.case-list li {
  margin-bottom: 7rem;
}
@media screen and (max-width: 450px) {
  .case-list li {
    margin-bottom: 3rem;
  }
}
.case-list li:nth-child(even) .case-list_flex img {
  right: 0;
  left: 25px;
}
.case-list li:nth-child(even) .case-list_flex .case-list_flex-cont {
  margin-left: 25%;
}
@media (max-width: 1420px) {
  .case-list li:nth-child(even) .case-list_flex .case-list_flex-cont {
    margin-left: 15%;
  }
}
@media screen and (max-width: 834px) {
  .case-list li:nth-child(even) .case-list_flex .case-list_flex-cont {
    margin-left: 0%;
  }
}
.case-list li:last-child {
  margin-bottom: 0;
}
.case-list li:last-child img {
  width: 35%;
  bottom: -31px;
}
@media (max-width: 1420px) {
  .case-list li:last-child img {
    width: 28%;
  }
}
@media screen and (max-width: 834px) {
  .case-list li:last-child img {
    width: 42%;
    bottom: -24px;
  }
}

.case-list_flex {
  background-color: #fff;
  border-radius: 500px;
  overflow: visible;
  padding: 6rem 11rem;
  position: relative;
  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;
}
@media (max-width: 1420px) {
  .case-list_flex {
    padding: 6rem 9rem;
  }
}
@media (max-width: 1100px) {
  .case-list_flex {
    padding: 6rem 3rem;
    border-radius: 70px;
  }
}
@media screen and (max-width: 834px) {
  .case-list_flex {
    padding: 8% 5%;
    border-radius: 40px;
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .case-list_flex {
    padding: 8% 5% 20%;
  }
}
.case-list_flex img {
  width: 28%;
  position: absolute;
  right: 25px;
  bottom: -9px;
}
@media (max-width: 1420px) {
  .case-list_flex img {
    width: 21%;
  }
}
@media screen and (max-width: 834px) {
  .case-list_flex img {
    width: 32%;
    z-index: 0;
  }
}

.case-list_flex-cont {
  width: 75%;
}
@media (max-width: 1420px) {
  .case-list_flex-cont {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .case-list_flex-cont {
    width: 88%;
    z-index: 2;
  }
}
@media screen and (max-width: 834px) {
  .case-list_flex-cont {
    width: 100%;
    z-index: 2;
    position: relative;
  }
}
.case-list_flex-cont .case-name {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .case-list_flex-cont .case-name {
    margin-bottom: 2rem;
    display: block;
    align-items: center;
  }
}
.case-list_flex-cont .case-name .f20 {
  background: #000000;
  border-radius: 1.5rem 0;
  color: #fff;
  font-weight: 600;
  margin-right: 1rem;
  padding: 0.2rem 1.5rem 0rem;
  height: 32px;
}
@media (max-width: 1160px) {
  .case-list_flex-cont .case-name .f20 {
    height: 26px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  .case-list_flex-cont .case-name .f20 {
    border-radius: 0.75rem 0;
  }
}
.case-list_flex-cont .case-name .f40 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1420px) {
  .case-list_flex-cont .case-name .f40 {
    font-size: 3rem;
  }
}
@media (max-width: 1160px) {
  .case-list_flex-cont .case-name .f40 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .case-list_flex-cont .case-name .f40 {
    font-size: 2rem;
  }
}
.case-list_flex-cont .case-name .f40 .en {
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 1420px) {
  .case-list_flex-cont .case-name .f40 .en {
    font-size: 3.4rem;
  }
}
@media (max-width: 1160px) {
  .case-list_flex-cont .case-name .f40 .en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .case-list_flex-cont .case-name .f40 .en {
    font-size: 2.4rem;
  }
}
.case-list_flex-cont .case-pink {
  background: #ffeef1;
  border-radius: 2rem;
  margin-bottom: 3rem;
  padding: 2rem 2rem 2rem 3.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .case-list_flex-cont .case-pink {
    padding: 2rem 1.5rem 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .case-list_flex-cont .case-pink {
    background: rgba(255, 238, 241, 0.7);
    padding: 2rem 1rem 2rem 1rem;
    padding: 5%;
    display: block;
  }
}
.case-list_flex-cont .case-pink .hour {
  color: #ff5885;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 450px) {
  .case-list_flex-cont .case-pink .hour {
    display: block;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1420px) {
  .case-list_flex-cont .case-pink .hour .f30 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1160px) {
  .case-list_flex-cont .case-pink .hour .f30 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .case-list_flex-cont .case-pink .hour .f30 {
    font-size: 1.5rem;
  }
}
.case-list_flex-cont .case-pink .hour .f64 {
  font-size: 45px;
}
@media (max-width: 1420px) {
  .case-list_flex-cont .case-pink .hour .f64 {
    font-size: 40px;
  }
}
@media (max-width: 1040px) {
  .case-list_flex-cont .case-pink .hour .f64 {
    font-size: 35px;
  }
}
@media screen and (max-width: 834px) {
  .case-list_flex-cont .case-pink .hour .f64 {
    font-size: 26px;
  }
}
.case-list_flex-cont .case-pink .hour .time {
  border: 1px solid #ff5885;
  border-radius: 3rem;
  padding: 1rem 1.5rem;
  margin-left: 1.25rem;
}
@media (max-width: 1420px) {
  .case-list_flex-cont .case-pink .hour .time {
    padding: 0.3rem 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .case-list_flex-cont .case-pink .hour .time {
    margin-left: 0;
  }
}
.case-list_flex-cont .case-pink .white-box {
  background: #fff;
  border-radius: 1rem;
  font-weight: 600;
  padding: 1rem 2.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1420px) {
  .case-list_flex-cont .case-pink .white-box {
    padding: 0rem 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .case-list_flex-cont .case-pink .white-box {
    padding: 0rem 1rem;
  }
}
@media (max-width: 1420px) {
  .case-list_flex-cont .case-pink .white-box .f24 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .case-list_flex-cont .case-pink .white-box .f24 {
    font-size: 1.8rem;
  }
}
.case-list_flex-cont .case-pink .white-box .f24 .f22 {
  margin-right: 0.5rem;
}
@media (max-width: 1420px) {
  .case-list_flex-cont .case-pink .white-box .f24 .f22 {
    font-size: 1.6rem;
  }
}

.reward-note {
  color: #c6c6c6;
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 10px;
}

.case-note {
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 1420px) {
  .case-note {
    font-size: 1.5rem;
  }
}
@media (max-width: 1160px) {
  .case-note {
    font-size: 1.3rem;
  }
}
.case-note span {
  color: #ff5885;
  text-decoration: underline;
  text-decoration-color: #ff5885;
}/*# sourceMappingURL=reward.css.map */