@charset "UTF-8";

.MV-wrap{
  position: relative;
  margin-bottom: 20px!important;
  width: 100%;
}
#MV{
  width: 100%;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  padding:2.5rem 3rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 300px;
  overflow: hidden;
  background-image: url("/topic/syoureisu/img/MVbg_syoureisu.jpg");
}
#MV .MV-ttl{
  font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 64px;
  font-weight: 600;
  z-index: 2;
  position: relative;
  line-height: 1.25;
  color:  #1c2874;
  z-index: 2;
  position: relative;
  margin-top: 0.8rem;
}
#MV  .text-gradient {
  background-color: #21b466;
  background: linear-gradient(135deg, #bab518 0%, #21b466 100%);
  background: linear-gradient(to 135deg, #bab518 0%, #21b466 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.MV-ttl span{
  display: inline-block;
}
.MV-ttl span:nth-child(1){
  font-size: 90%;
  margin-right: 0.3em;
}
.MV-ttl span:nth-child(3){
  display: block;
}
.MV-text{
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
}
#MV .MV-list{
  font-size: 18px;
  line-height: 2;
  z-index: 2;
  width: 100%;
}
#MV .MV-list li{
  position: relative;
  display: flex;
  align-items: center;
}
#MV .MV-list li:before{
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 2px;
  margin-right: 8px;
  background-color: #3eb462;
}
#MV .MV-list li:after{
  content: "";
  width: 10px;
  height: 10px;
  background: url("/topic/img/MV-check.svg") no-repeat;
  background-size: contain;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
#MV .MV-model{
  position: absolute;
  background-image: url("/topic/syoureisu/img/MVmodel_syoureisu.png");
  width: 230px;
  height: 100%;
  top: 5px;
  right: 0;
  background-size: 100%;
  z-index: 1;
  right: 60px;
  background-repeat: no-repeat;
}
#MV .MV-square{
  background-color: #79d893;
  opacity: 0.25;
  position: absolute;
  bottom: -18rem;
  right: -15rem;
  width: 30rem;
  height: 50rem;
  transform: rotate(-143deg);
}
.MV-btn {
  position: absolute;
  bottom: 3rem;
  right: -3rem;
  z-index: 3;
}
.MV-btn a {
  display: inline-block;
  border-radius: 5px;
  background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  padding:1rem 2.3rem 1rem 1.4rem;
}
.MV-btn a:before {
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 6px);
  right: 18px;
  width: 10px;
  height: 10px;
}
.MV-btn a:hover {
  transform: translate(0,3px);
  opacity: 0.95;
}
#MV .notes{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  font-weight: 400;
  padding:0 1em;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 2px rgba(255, 255, 255, 1);
}
/* SP用 s*/
@media(max-width: 768px){
  .MV-wrap {
    margin-bottom: 1vw;
  }
  #MV{
    width: 100%;
    padding: 5vw 6vw;
    height: 60vw;
    position: relative;
  }
  #MV .MV-ttl{
    font-size: 10.5vw;
    line-height: 1.2;
    margin-top: 0;
  }
  .MV-text {
    position: absolute;
    bottom: 4vw;
    width: 100%;
    z-index: 2;
    left:0
  }
  #MV .MV-list{
    width: 100%;
    font-size: 3.6vw;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  #MV .MV-list li{
    display: inline-flex;
    background-color: #FFF;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1) ,0px 0px 2px rgba(255, 255, 255, 1);
    margin-bottom: 1.5vw;
    position: relative;
    padding: 1.3vw 3vw 1.3vw 7vw;
  }
  #MV .MV-list li:before{
    content: "";
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 1.5px;
    margin-right: 1.5vw;
  }
  #MV .MV-list li:after{
    content: "";
    width: 2vw;
    height: 2vw;
    top: 50%;
    left: 7.8vw;
  }
  #MV .MV-list li:last-child{
    margin-bottom: 0;
  }
  #MV .MV-model{
    width: 40vw;
    height: 100%;
    top: 0;
    background-size: 100%;
    right: -5vw;
  }
  #MV .MV-square{
    bottom: -40vw;
    right: -25vw;
    width: 60vw;
    height: 120vw;
  }
  .MV-btn {
    position: initial;
    width: 100%;
    padding:3vw 5.5vw;
    box-sizing: border-box;
  }
  .MV-btn a {
    display: block;
    color: #fff;
    font-size: 4.5vw;
    padding:3vw 0;
    text-align: center;
  }
  .MV-btn a:before {
    content: "";
    border: solid 1px #fff;
    border-width: 1px 1px 0 0;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 6px);
    right: 5vw;
    width: 3vw;
    height: 3vw;
  }
  #MV .notes{
    font-weight: 600;
    padding:0 0.5em;
    font-size: 2vw;
  }
}
/* SP用 e*/
.salary__heading p{
  font-size: 16px;
  padding: 18px 0 0 30px;
}
@media (max-width: 768px) {
  .salary__heading p {
    padding: 18px 0 0 16px;
    font-size: 14px;
  }
}