@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;
}





/* ノウハウ */


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

#financial_read .financial_read_bg {
  background-image: url(../img/financial/financial_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}

#financial_read .financial_read_content {
  width: 90%;
  padding-top: 80px;
  margin: auto;
}

#financial_read .financial_read_content h2 {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin-bottom: 40px;
}

#financial_read .financial_read_content ul {
  margin-bottom: 100px;
}

#financial_read .financial_read_content ul li {
  padding: 30px 20px 20px 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px #D5EEEC;
}

#financial_read .financial_read_content ul li dl dt {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

#financial_read .financial_read_content ul li dl dd {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 300;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #49EDEC;
  margin-top: 10px;
}

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



/* 企業向けサービス */

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

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

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

#financial_service .financial_service_content .financial_service_text {
  margin-bottom: 50px;
}

#financial_service .financial_service_content .financial_service_text dd img {
  width: 100%;
  margin-bottom: 40px;
}

#financial_service .financial_service_content .financial_service_text dt h3 {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.44px;
  margin-bottom: 20px;
}

#financial_service .financial_service_content .financial_service_text dt p {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}
#financial_service .financial_service_content .financial_service_text dt p span {
  font-weight: 400;
}

#financial_service .financial_service_content .financial_service_list {
  margin-bottom: 50px;
}

#financial_service .financial_service_content .financial_service_list li {
  padding: 30px 20px 20px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
#financial_service .financial_service_content .financial_service_list li:nth-child(1) {
  border: 1px solid #F3E693;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(249, 247, 233, 0.90) 100%);
}
#financial_service .financial_service_content .financial_service_list li:nth-child(2) {
  border: 1px solid #A3EFEA;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(233, 249, 248, 0.90) 100%);
}
#financial_service .financial_service_content .financial_service_list li:nth-child(3) {
  border: 1px solid #CCC0F5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(236, 233, 249, 0.90) 100%);
}

#financial_service .financial_service_content .financial_service_list li dl dt {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin-bottom: 20px;
}

#financial_service .financial_service_content .financial_service_list li dl dd {
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
}
#financial_service .financial_service_content .financial_service_list li:nth-child(1) dl dd {
  border: 1px solid #F3E693;
}
#financial_service .financial_service_content .financial_service_list li:nth-child(2) dl dd {
  border: 1px solid #A3EFEA;
}
#financial_service .financial_service_content .financial_service_list li:nth-child(3) dl dd {
  border: 1px solid #CCC0F5;
}



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

}