@charset "UTF-8";

/* SP表示設定 */
@media screen and (max-width: 959px) {

/* コンテンツここから */

/* KV */

#kv {
  width: 90%;
  margin: 50px auto 0;
  padding-bottom: 80px;
  border-bottom: 1px solid #BEC5D0;
}

#kv h1 {
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px; /* 140% */
  letter-spacing: 2px;
  background: var(--black_22_grade, linear-gradient(257deg, #41455A 0%, #131626 98.57%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#kv h1 span {
  display: block;
  color: #131626;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
}

#kv img {
  width: 100%;
  animation: zoomIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-filter: blur(10px);
    filter: blur(10px);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    transform: scale(1);
  }
}

/* KVを光らせるアニメ */

.kiran-img {
  margin: 80px auto;
  border-radius: 20px;
  position :relative;
  overflow :hidden;
  animation: zoomIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  .kiran {
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 6s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 6s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 6s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 6s ease-in-out infinite;
  }
  @keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0.4; }
  5% { transform: scale(0) rotate(45deg); opacity: 0.2; }
  15% { transform: scale(4) rotate(45deg); opacity: 0.3; }
  25% { transform: scale(50) rotate(45deg); opacity: 0; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
  }
  @-webkit-keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  30% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  31% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
  @-moz-keyframes reflection {
  0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
  30% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
  31% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
  }

#kv dl dt {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 400;
}

#kv dl dd {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-top: 20px;
}





/* 新開発サービス */


#mp_read {
  background-color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(190, 197, 208, 0.20) 100%);
}

#mp_read .mp_read_content {
  width: 90%;
  margin: 80px auto 0;
}

#mp_read .tag {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.12px;
  padding: 10px 20px;
  border-radius: 40px;
  background: var(--black_22_grade, linear-gradient(257deg, #41455A 0%, #131626 98.57%));
}

#mp_read .mp_read_content img {
  width: 80%;
  margin: 40px 0 0 10%;
}

#mp_read .mp_read_content .mp_read_txt {
  margin-bottom: 40px;
}

#mp_read .mp_read_content .mp_read_txt h2 {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin: 30px 0 40px 0;
}
#mp_read .mp_read_content .mp_read_txt h2 span {
  display: block;
  font-size: 18px;
}

#mp_read .mp_read_content .mp_read_txt p {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

#mp_read .mp_read_content .mp_read_tips {
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(249, 247, 233, 0.90) 100%);
  box-shadow: 7px 7px 15px 0px rgba(25, 67, 115, 0.10);
}

#mp_read .mp_read_content .mp_read_tips h3 {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin-bottom: 20px;
}

#mp_read .mp_read_content .mp_read_tips p {
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

.mp_read_cap {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}



/* 活用例 */

#mp_use {
  width: 100%;
  background-color: #fff;
}

#mp_use .mp_use_content {
  width: 90%;
  padding-top: 50px;
  margin: 0 auto -20px;
}

#mp_use .mp_use_content h2 {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-bottom: 50px;
}

#mp_use .mp_use_content dl {
  margin-bottom: 80px;
}

#mp_use .mp_use_content dl dd img {
  width: 100%;
  margin-bottom: 40px;
}

#mp_use .mp_use_content dl dt h3 {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.44px;
  margin-bottom: 20px;
}
#mp_use .mp_use_content dl dt h3 span {
  display: block;
  font-size: 16px;
}

#mp_use .mp_use_content dl dt p {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}





  /* コンテンツここまで */

}