@charset "UTF-8";
.media-area {
  display: none;
}

@media screen and (max-width: 599px) {
  .media-area {
    display: block;
  }
}
/*fv,fv下修正*/
.mv-label{
  top: 0;
}
.mv-label>.medal+.medal {
    margin-left: 3rem;
}
.mv-label>.medal>.text.-upper {
    top: auto;
    bottom: -1.5em;
}
.mv-label>.medal>.text.-lower {
    bottom: -4em;
}
.mv-label>.medal>.text.-lower2 {
    bottom: -5.8em;
}
.text.-lower.-change.period {
  bottom: -10rem;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: left;
  left: -2rem;
}
.text .small{
  font-size: 0.6em;
}
.text.period.sp {
  font-size: 0.55rem;
  font-weight: bold;
  text-align: left;
}
.fv-under {
  margin: 2em 0;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv-under h2 {
  max-width: 500px;
  text-align: center;
  font-size: 1.8rem;
  padding: 0 0.5em 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid;
}
.fv-under p {
  max-width: 1100px;
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (max-width: 1300px) {
    .mv-label>.medal+.medal {
        margin-left: clamp(0.5rem, -1.818rem + 10vw, 3rem);
    }
}
 @media screen and (max-width:992px) {
  .mv-label>.medal {
        max-width: 8.5rem;
    }

  .mv-label>.medal>.text{
    font-size:1rem;
  }
        .period_sp{
          top: -6vw;
          right: 0.5em;
          font-size: clamp(0.4375rem, 1.867vw, 0.875rem) !important;
        }
            .mv-label>.medal>.text.-change {
        display: flex;
    }
    .mv-label>.medal>.text.-change.period{
      display: none;
    }

        .ft34 {
        font-size: 3.533vw !important;
    }
        .txt_yg_sp {
        font-size: 4.067vw !important;
    }
.mv-logo{
  margin-top: 110px;
}
        .mv-logo>.logo {
        margin-top: 0.6rem;
    }
}
@media screen and (max-width:768px) {
    .mv-label>.medal>.text{
    font-size: 0.88rem;
  }
  .mv-logo {
        margin-top: 90px;
    }
}
@media screen and (max-width: 599px) {
  .mv-label>.medal>.text{
    font-size: clamp(0.4375rem, 0.1308rem + 1.4019vw, 1rem);
  }
        .mv-logo {
        margin-top: clamp(2.5rem, 1.36rem + 8.86vw, 6.375rem);
    }
    
    .mv-list {
        margin: clamp(1.5rem, 1.36rem + 2.86vw, 4.375rem) auto 0;
    }
  .fv-under h2 {
    font-size: 1.2rem;
  }
  .fv-under p {
    font-size: 0.9rem;
  }
}

.mv_bg_cta {
  display: block;
  position: relative;
  background: #04349C;
  text-align: center;
  color: #fff;
  max-width: 700px;
  width: 100%;
  height: 76px;
  margin: 40px auto;
  border-radius: 30em;
}
.mv_bg_sp_cta {
 display: none;
}
.mv_bg_cta_text {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 600;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}
.fv_mail_icon {
  position: absolute;
  width: 5%;
  top: 48%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
}
.fv_arrow_icon {
  position: absolute;
  width: 5%;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 765px) {
  .mv_bg_cta {
    width: 95%;
  }
}
@media (max-width: 700px) {
  .mv_bg_cta {
   display: none;
  }
  .mv_bg_sp_cta {
    display: block;
    position: relative;
    background-image: url(../img/fv_btn.png);
    text-align: center;
    color: #fff;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    height: 150px;
  }
  .mv_bg_sp_cta_text {
    position: absolute;
    font-size: 1.2rem;
    font-weight: 600;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .fv_mail_icon {
    position: absolute;
    width: 8%;
    top: 50%;
    left: 18%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .fv_arrow_icon {
    position: absolute;
    width: 8%;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media (max-width: 500px) {
  .mv_bg_sp_cta {
    height: 120px;
  }
}

