@charset "UTF-8";
#whitepaper .mv {
  width: 100%;
  position: relative;
}
#whitepaper .mv .mv_inner {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#whitepaper .mv .mv_inner .mv_text {
  padding-left: 6px;
  text-shadow: 2px 2px 6px black;
}
#whitepaper .mv .mv_inner .mv_text p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .084em;
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 0;
}
#whitepaper .mv .mv_inner .mv_text h1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .21em;
  line-height: 1.45;
  margin: 12px 0 0;
  color: #FFFFFF;
}
#whitepaper .mv img {
  width: 100%;
  object-fit: cover;
}
#whitepaper .sec_wpList {
  padding: 40px 0;
}
#whitepaper .sec_wpList .sec_heading {
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#whitepaper .sec_wpList .inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#whitepaper .sec_wpList .card {
  margin-bottom: 30px;
  transition: all .3s;
}
#whitepaper .sec_wpList .card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#whitepaper .sec_wpList .card > a:hover .dl_btn span {
  background: #FFC200;
}
#whitepaper .sec_wpList .card .card-body {
  padding-bottom: 1.5rem;
}
#whitepaper .sec_wpList .card .card_img._latest {
  position: relative;
}
#whitepaper .sec_wpList .card .card_img._latest::before {
  content: '';
  display: inline-block;
  width: 40%;
  aspect-ratio: 1381/295;
  background: url("../img/whitepaper/latest_icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#whitepaper .sec_wpList .card .card_img img {
  width: 100%;
  height: auto;
}
#whitepaper .sec_wpList .card .card-title {
  font-weight: bold;
}
#whitepaper .sec_wpList .card .card-text {
  font-size: 14px;
}
#whitepaper .sec_wpList .card .dl_btn {
  text-align: center;
  padding-bottom: 1.5rem;
}
#whitepaper .sec_wpList .card .dl_btn span {
  display: inline-block;
  background: #FFD800;
  border-radius: 3em;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding: .8em 2.8em .8em 1.8em;
  white-space: nowrap;
  transition: all .3s;
  position: relative;
}
#whitepaper .sec_wpList .card .dl_btn span::after {
  content: url(/asset/img/whitepaper/chevron-double-right.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: .8em;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #whitepaper .mv .mv_inner {
    max-width: 1140px;
    left: 8.2723vw;
  }
  #whitepaper .mv .mv_inner .mv_text {
    padding-left: 0;
  }
  #whitepaper .mv .mv_inner .mv_text p {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
  #whitepaper .mv .mv_inner .mv_text h1 {
    font-size: clamp(24px, 2.6vw, 36px);
    letter-spacing: 3.6px;
    margin: 14px 0 0;
  }
  #whitepaper .sec_wpList {
    padding: 80px 0;
  }
  #whitepaper .sec_wpList .sec_heading {
    font-size: 22px;
    margin-bottom: 50px;
  }
  #whitepaper .sec_wpList .inner {
    max-width: 1140px;
  }
  #whitepaper .sec_wpList ul {
    display: flex;
/*    justify-content: space-between;*/
    flex-wrap: wrap;
    gap: 40px 30px;
  }
  #whitepaper .sec_wpList .card {
    margin-bottom: inherit;
    width: calc((100% - 30px) / 2);
  }
  #whitepaper .sec_wpList .card:hover {
    transform: translateY(-3px);
  }
  #whitepaper .sec_wpList .card .card-title {
    font-size: 18px;
  }
  #whitepaper .sec_wpList .card .card-text {
    font-size: 16px;
  }
  #whitepaper .sec_wpList .card .dl_btn span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  #whitepaper .sec_wpList .card {
    width: calc((100% - 60px) / 3);
  }
}
#whitepaper .page_heading .inner {
  margin: 40px auto;
}
#whitepaper .page_heading .inner p {
  display: inline-block;
  background-color: #FFD800;
  padding: 0 .5em;
}
#whitepaper .sec_formpage {
  padding: 40px 0;
}
#whitepaper .sec_formpage .wpimg_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
}
#whitepaper .sec_formpage .wpimg_slider {
  border: solid 1px #EEEEEE;
}
#whitepaper .sec_formpage .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
#whitepaper .sec_formpage .slick-dots {
  bottom: -30px;
}
#whitepaper .sec_formpage .slick-dots li button:before {
  font-size: 18px;
  content: "⚫︎";
  color: #464849;
}
#whitepaper .sec_formpage .wp_understand {
  margin-bottom: 40px;
}
#whitepaper .sec_formpage .wp_understand .wp_understand_title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background-color: #FFD800;
  padding: .5em 1em;
}
#whitepaper .sec_formpage .wp_understand ul {
  border: solid 2px #FFD800;
  padding: 1em 1.2em;
}
#whitepaper .sec_formpage .wp_understand ul li {
  padding: .5em 0 .5em 2em;
  position: relative;
}
#whitepaper .sec_formpage .wp_understand ul li::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(/asset/img/whitepaper/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: .5em;
  left: 0;
}
#whitepaper .sec_formpage .wp_form_heading {
  text-align: center;
}
#whitepaper .sec_formpage .wp_form_heading ._head {
  background-color: #5ABF48;
  padding: .5em;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}
#whitepaper .sec_formpage .wp_form_heading ._head p {
  margin: 0 1em;
  font-size: 20px;
}
#whitepaper .sec_formpage .wp_form_heading ._head .arrows {
  display: flex;
  flex-direction: column;
  position: relative;
}
#whitepaper .sec_formpage .wp_form_heading p {
  margin: 10px 0;
}
#whitepaper .sec_formpage .form_wrapper {
  width: 100%;
  height: 800px;
  border: dotted 2px #ccc;
  border-radius: 0.25em;
}
#whitepaper .sec_formpage .form_wrapper iframe {
  width: 100%;
  height: 100%;
}

.dli-chevron-down {
  animation: flow 3s ease-in-out infinite;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
}
.dli-chevron-down:first-child {
  top: 0;
}
.dli-chevron-down:nth-child(2) {
  top: 10px;
  animation-delay: .6s;
}
.dli-chevron-down:nth-child(3) {
  top: 20px;
  animation-delay: 1.2s;
}

@keyframes flow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  #whitepaper .page_heading .inner {
    margin: 70px auto;
  }
}
#whitepaper .sec_thanks {
  padding: 40px 0 80px;
}
#whitepaper .sec_thanks h1 {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 2em;
  margin-bottom: 2em;
  position: relative;
}
#whitepaper .sec_thanks h1::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #FFD800;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#whitepaper .sec_thanks p {
  text-align: center;
}
#whitepaper .sec_thanks .dl_btn {
  margin-top: 30px;
  text-align: center;
}
#whitepaper .sec_thanks .dl_btn a {
  display: inline-block;
  padding: .5em 1.5em;
  background-color: #428BCA;
  border-radius: .25rem;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  transition: all .3s;
}
#whitepaper .sec_thanks .dl_btn a:hover {
  background-color: #3071A9;
}
#whitepaper .sec_thanks_bottom {
  padding: 40px 0 80px;
}
#whitepaper .sec_thanks_bottom a.link_btn {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin: 0 auto 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 3px 6px #00000029;
  transition: all .3s;
}
#whitepaper .sec_thanks_bottom a.link_btn:hover {
  opacity: .8;
}
#whitepaper .sec_thanks_bottom a.link_btn .link_btn_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#whitepaper .sec_thanks_bottom a.link_btn .link_btn_text p {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2em;
}
#whitepaper .sec_thanks_bottom a.link_btn .link_btn_text span {
  font-size: 14px;
  letter-spacing: .07em;
  line-height: 1.83;
  display: inline-block;
  padding: 10px 33px 10px 33px;
  background-color: #FFD800;
  border-radius: 3em;
  position: relative;
  white-space: nowrap;
}
#whitepaper .sec_thanks_bottom a.link_btn .link_btn_text span::after {
  content: '';
  background: url(/asset/img/common/arrowR.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #whitepaper .sec_thanks {
    padding: 80px 0 100px;
  }
  #whitepaper .sec_thanks h1 {
    font-size: 18px;
    text-align: center;
  }
  #whitepaper .sec_thanks_bottom {
    padding: 80px 0 100px;
  }
  #whitepaper .sec_thanks_bottom p {
    text-align: center;
  }
  #whitepaper .sec_thanks_bottom a.link_btn {
    width: 90%;
  }
  #whitepaper .sec_thanks_bottom a.link_btn .link_btn_text p {
    font-size: 24px;
  }
}

._pillbadge {
  text-align: center;
}
._pillbadge span {
  font-size: 14px;
  display: inline-block;
  background-color: #27B5E9;
  border-radius: 3em;
  padding: .5em 1.5em;
  color: #FFFFFF;
}

