@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/specialist/img/MVbg_specialist.jpg");
}
#MV .MV-ttl{
  font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 60px;
  font-weight: 600;
  z-index: 2;
  position: relative;
  line-height: 1.25;
  color:  #1c2874;
  z-index: 2;
  position: relative;
  margin-top: 0.5rem;
  letter-spacing: -0.05em;
}
#MV  .text-gradient {
  background-color: #0093E9;
  background: -webkit-linear-gradient(301deg, #0093E9 0%, #11bfa9 100%);
  background: linear-gradient(to 301deg, #0093E9 0%, #11bfa9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.MV-text{
  position: absolute;
  bottom: 2.5rem;
}
.MV-number{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.MV-number dt{
  margin-right: 0.3em;
  background-color: #0093E9;
  background: -webkit-linear-gradient(301deg, #0093E9 0%, #11bfa9 100%);
  background: linear-gradient(to 301deg, #0093E9 0%, #11bfa9 100%);
  border-radius: 50px;
  padding:0 1.5em;
  color: #FFF;
}
.MV-number .strong{
  font-size: 240%;
  letter-spacing: -0.05em;
  margin-right: 0.1em;
  color: #00aeb4;
}
.MV-number .small{
  font-size: 70%;
  margin-left: 0.5em;
}
#MV .MV-list{
  display: flex;
}
#MV .MV-list li{
  padding:0.7em 2.8em;
  border: 1px solid #80cbce;
  margin-right: 1em;
  background-color: rgba(255, 255, 255, 0.5);
}
#MV .MV-list li > dl{
  text-align: center;
  line-height: 1;
}
#MV .MV-list li > dl > dt{
  font-size: 16px;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #80cbce;
  display: block;
}
#MV .MV-list li > dl > dd{
  font-size: 18px;
  color: #0e9ea4;
}
#MV .MV-list .big{
  font-size: 140%;
}
#MV .MV-model{
  position: absolute;
  background-image: url("/topic/specialist/img/MVmodel_specialist.png");
  width: 230px;
  height: 100%;
  top: 0;
  right: 0;
  background-size: 100%;
  z-index: 1;
  right: 36px;
  background-repeat: no-repeat;
}
#MV .MV-square{
  background-color: #0e9ea4;
  opacity: 0.3;
  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 .MV-ttl .small{
    font-size: 80%;
  }
  .MV-text{
    position: absolute;
    bottom: 5vw;
    z-index: 3;
  }
  .MV-number{
    font-size: 2.8vw;
  }
  .MV-number dt{
    margin-right: 0.3em;
    padding:0 1.5em;
    color: #FFF;
  }
  .MV-number .strong{
    font-size: 240%;
    letter-spacing: -0.05em;
  }
  .MV-number .small{
    font-size: 70%;
    margin-left: 1em;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #MV .MV-list{
    display: flex;
  }
  #MV .MV-list li{
    padding:2vw;
    margin-right: 2vw;
    width: 30vw;
  }
  #MV .MV-list li > dl{
    text-align: center;
    line-height: 1;
  }
  #MV .MV-list li > dl > dt{
    font-size: 3.2vw;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    display: block;
  }
  #MV .MV-list li > dl > dd{
    font-size: 3.2vw;
  }
  #MV .MV-model{
    width: 40vw;
    height: 100%;
    top: 0;
    background-size: 100%;
    right: -8vw;
  }
  #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*/
.transfer__long span{
  width: 100% !important;
}
.featureSearch li:nth-child(1) a:before {
  background: url("/topic/img/tmpl_2025/ico_solution_title.svg") no-repeat bottom center / contain;
}
.featureSearch li:nth-child(4) a:before {
  background: url("/topic/img/tmpl_2025/icon-feature11.svg") no-repeat bottom center / contain;
}
h2.sectionBorder {
  border-top: solid 3px #2e60b6;
  border-bottom: solid 1px #ddd;
  font-size: 24px;
  font-weight: bold;
  padding: 18px 0;
  margin-bottom: 20px;
}
#infomation li:not(:last-child) {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#infomation .infomationLeft {
  width: 20%;
}
#infomation .icon.lab {
  background-color: #017aa6;
}
#infomation .icon {
  border-radius: 1em;
  color: #fff;
  font-size: 12px;
  padding: 0 1.5em;
  width: max-content;
}
#infomation li {
  display: flex;
  flex-wrap: wrap;
}
#infomation .infoHeader {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 3%;
  width: 80%;
}
#infomation .icon.epilogi {
  background-color: #63adac;
}