@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#mv_ec {
  background: url(../img/fv_bg.jpg) no-repeat center / contain;
  background-position-y: bottom;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #mv_ec {
    background: url(../img/fv_bg_bg.jpg) no-repeat center / contain;
    background-position-y: bottom;
    background-size: cover;
    width: 100%;
  }
}
#mv_ec .inner {
  max-width: 1140px;
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 850px) {
  #mv_ec .inner {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
#mv_ec .header_ttl {
  color: #6C9B07;
  font-size: 11px;
  margin: auto;
  max-width: 1120px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #mv_ec .header_ttl {
    display: none;
  }
}
#mv_ec ul {
  display: flex;
  column-gap: 45px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  #mv_ec ul {
    display: block;
  }
}
#mv_ec ul li {
  margin: auto;
  display: flex;
  align-items: center;
  width: calc(54% - 45px);
}
#mv_ec ul li .mv_left {
  width: 100%;
  margin: auto;
  text-align: center;
}
#mv_ec ul li .mv_left img {
  width: 100%;
  margin: auto;
  max-width: 428px;
}
@media screen and (max-width: 850px) {
  #mv_ec ul li .mv_left img {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
#mv_ec ul li .mv_left .mv_ttl {
  font-size: 36px;
  font-weight: bold;
  color: #0C125A;
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  #mv_ec ul li .mv_left .mv_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 1080px) {
  #mv_ec ul li .mv_left .mv_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 850px) {
  #mv_ec ul li .mv_left .mv_ttl {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}
#mv_ec ul li .mv_left .mv_ttl span {
  color: #0A97FF;
  font-size: 40px;
}
@media screen and (max-width: 1280px) {
  #mv_ec ul li .mv_left .mv_ttl span {
    font-size: 40px;
  }
}
@media screen and (max-width: 1080px) {
  #mv_ec ul li .mv_left .mv_ttl span {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px) {
  #mv_ec ul li .mv_left .mv_ttl span {
    font-size: 32px;
  }
}
#mv_ec ul li .mv_left p {
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1080px) {
  #mv_ec ul li .mv_left p {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  #mv_ec ul li .mv_left p {
    font-size: 20px;
    line-height: 140%;
  }
}
#mv_ec ul li .mv_left .mv_btn {
  max-width: 470px;
  font-size: 17px;
  font-weight: bold;
  color: #0C125A;
  margin: auto;
  margin-top: 25px;
}
@media screen and (max-width: 1080px) {
  #mv_ec ul li .mv_left .mv_btn {
    font-size: 15px;
    margin-top: 20px;
  }
}
#mv_ec ul li .mv_left .mv_btn .txt {
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  #mv_ec ul li .mv_left .mv_btn .txt {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    width: fit-content;
    margin: auto;
  }
  #mv_ec ul li .mv_left .mv_btn .txt::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 34px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/mv_ttl_icon_r.png) no-repeat center / contain;
  }
  #mv_ec ul li .mv_left .mv_btn .txt::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 34px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/mv_ttl_icon_l.png) no-repeat center / contain;
  }
}
#mv_ec ul li .mv_left .mv_btn a {
  border-radius: 60px;
  line-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  background: #FC9213;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
#mv_ec ul li .mv_right {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #mv_ec ul li .mv_right {
    text-align: center;
    width: 100%;
  }
}
#mv_ec ul li .mv_right img {
  width: 100%;
  max-width: 490px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #mv_ec ul li .mv_right img {
    max-width: 312px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 850px) {
  #mv_ec ul li {
    width: 100%;
  }
}
#mv_ec ul li:nth-child(1) {
  width: 46%;
}
@media screen and (max-width: 850px) {
  #mv_ec ul li:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .txt_c {
    text-align: center !important;
  }
}
