@charset "UTF-8";

/* PC表示設定 */
@media screen and (min-width: 960px) {

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

/* KV */

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

#kv h1 {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  font-family: Poppins;
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 100px; /* 100% */
  letter-spacing: 4px;
  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;
  margin-top: 10px;
  color: #131626;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}

#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: 100px auto;
  border-radius: 50px;
  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 {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

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

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

#kv dl dd.btn {
  display: inline-block;
  margin-top: 50px;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding: 0px 60px 0px 30px;
  border-radius: 30px;
  border: 1px solid #131626;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.40) 100%);
  position:relative;
}
#kv dl dd.btn::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 50px;
  background: url(/assets/img/include/icon_contact.svg) no-repeat;
  background-size: 30px 30px;
  background-position: center;
  position: absolute;
  right: 10px;
}
#kv dl dd.btn:hover {
  color: #BEC5D0;
  border: 1px solid #BEC5D0;
}




/* scan */

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

#scan .scan_content {
  width: 90%;
  max-width: 1080px;
  margin: 100px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#scan h2 {
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-top: 30px;
}

#scan p {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-top: 50px;
}

#scan img {
  width: 55%;
  margin-left: 20px;
}

#scan .scan_cap {
  width: 100%;
  height: 50px;
  border-radius: 50px 50px 0 0;
  background-color: #fff;
  margin-top: 150px;
}



#scan .scan_point {
  width: 90%;
  max-width: 1080px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

#scan .scan_point dl {
  width: 48%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px #DDE3ED;
}

#scan .scan_point dl dd img {
  width: calc(100% - 60px);
  margin: 30px 30px 20px 30px;
}

#scan .scan_point dl dt {
  margin: 0 30px 20px 30px;
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.96px;
}

#scan .scan_point dl dd.point_txt {
  margin: 0 30px 30px 30px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}




/* お問い合わせ */

#figureal_contact {
  background: #fff;
}

#figureal_contact .figureal_contact_content {
  width: 90%;
  max-width: 1080px;
  padding-top: 100px;
  margin: 0 auto 100px;
}

#figureal_contact .figureal_contact_content h2 {
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-align: center;
}


#figureal_contact .figureal_contact_tag {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

#figureal_contact .figureal_contact_tag li {
  border-radius: 40px;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: normal;
  color: #fff;
  background: var(--black_22_grade, linear-gradient(257deg, #41455A 0%, #131626 98.57%));
  padding: 10px 20px;
  margin: 0 5px;
}

#figureal_contact .figureal_contact_read {
  font-size: 16px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 300;
}


#figureal_contact .figureal_contact_cta {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

#figureal_contact .figureal_contact_cta li {
  width: 48%;
}

#figureal_contact .figureal_contact_cta li dl {
  padding: 40px;
}

#figureal_contact .figureal_contact_cta li dl dt {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

#figureal_contact .figureal_contact_cta li:first-child dl dd {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-align: center;
}
#figureal_contact .figureal_contact_cta li:first-child dl dd span {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-weight: 400;
}

#figureal_contact .figureal_contact_cta li:last-child dl dd {
  text-align: center;
}

#figureal_contact .figureal_contact_cta li:first-child {
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(233, 249, 248, 0.30) 0%, #E9F9F8 100%);
}
#figureal_contact .figureal_contact_cta li:first-child dl {
  background-image: url(../img/3dfigure/bg_tel.svg);
  background-repeat: no-repeat;
  background-position: left 40px center;
}

#figureal_contact .figureal_contact_cta li:last-child {
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(249, 247, 233, 0.30) 0%, #F9F7E9 100%);
}
#figureal_contact .figureal_contact_cta li:last-child dl {
  background-image: url(../img/3dfigure/bg_mail.svg);
  background-repeat: no-repeat;
  background-position: left 40px center;
}



#figureal_contact .btn_contact {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding: 0px 60px 0px 30px;
  border-radius: 30px;
  border: 1px solid #131626;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.40) 100%);
  position:relative;
}
#figureal_contact .btn_contact::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 50px;
  background: url(/assets/img/include/icon_contact.svg) no-repeat;
  background-size: 30px 30px;
  background-position: center;
  position: absolute;
  right: 10px;
}
#figureal_contact .btn_contact:hover {
  color: #BEC5D0;
  border: 1px solid #BEC5D0;
}


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

}