@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
}

@font-face {
  font-family: "aku_kamu";
  src: url("../fonts/Aku_Kamu.otf") format("opentype");
}
/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Noto Sans JP", sans-serif;
  font: 16px "Noto Sans JP", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #F9F9F9;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

.veltex_fc_lp {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #F9F9F9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #1b2b59;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp {
    font-size: 1.4rem;
  }
}
.veltex_fc_lp #wrapper {
  width: 100%;
  overflow: clip;
  margin: 0 auto;
  position: relative;
}
.veltex_fc_lp a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.veltex_fc_lp a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp a[href^="tel:"] {
    pointer-events: none;
  }
}
.veltex_fc_lp img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.veltex_fc_lp button {
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.veltex_fc_lp select, .veltex_fc_lp input, .veltex_fc_lp button, .veltex_fc_lp textarea {
  font: 99% "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}
.veltex_fc_lp table {
  font-size: inherit;
  font: 100%;
}
.veltex_fc_lp pre, .veltex_fc_lp code, .veltex_fc_lp kbd, .veltex_fc_lp samp, .veltex_fc_lp tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
.veltex_fc_lp #yui3-css-stamp.cssfonts {
  display: none;
}
.veltex_fc_lp address {
  font-style: normal;
}
.veltex_fc_lp .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .sp {
    display: block;
  }
}
.veltex_fc_lp .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .pc {
    display: none;
  }
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  html, body {
    font-size: 96%;
  }
}

html:focus-within {
  scroll-behavior: smooth;
}

/*!
utility > utility
------------------------------
*/
.veltex_fc_lp .u-mt-05em {
  margin-top: 0.5em;
}
.veltex_fc_lp .u-mb-1em {
  margin-bottom: 1em;
}
.veltex_fc_lp .u-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 399px) {
  .veltex_fc_lp .u-block-sm {
    display: block;
  }
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #1b2b59;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot1 {
  background-color: #fff;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background-color: #fff;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
component > btn
------------------------------
*/
.veltex_fc_lp .c-btn-entry {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgb(235, 97, 0) 50%, rgb(0, 107, 175) 50%, rgb(93, 103, 106) 70.26%, rgb(235, 97, 0) 100%);
  border-radius: 100px;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.75);
  padding: 0.7em 0.5em;
  line-height: 1;
}
.veltex_fc_lp .c-btn-entry--inner {
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
@media (hover: hover) {
  .veltex_fc_lp .c-btn-entry:hover {
    -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}
.veltex_fc_lp .c-btn-entry:active {
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.75);
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}
.veltex_fc_lp .c-btn-line {
  color: #eb6100;
  text-decoration: underline;
}
.veltex_fc_lp .c-btn-line:hover {
  text-decoration: none;
}
.veltex_fc_lp .c-btn-simple {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #1b2b59;
  font-size: 1.8rem;
  padding: 0.5em;
  line-height: 1.3;
  border-radius: 100px;
}
.veltex_fc_lp .c-btn-contact {
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  padding: 0.8em 1em;
  background-color: #fff;
  border: 3px solid currentColor;
  border-radius: 1px;
  display: block;
}

.c-btn-sample {
  text-align: center;
  display: inline-block;
  font-size: 2rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.2em;
}
@media (hover: hover) {
  .c-btn-sample:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
  }
}
.c-btn-sample:active {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

/*!
component > title
------------------------------
*/
.veltex_fc_lp .c-title-lead {
  max-width: 440px;
  width: 84%;
  margin: 0 auto 30px;
}
.veltex_fc_lp .c-title-fee {
  font-size: 3.5rem;
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.veltex_fc_lp .c-title-only {
  text-align: center;
  font-size: 5.5rem;
  line-height: 1.1;
  margin: 0 auto 0.8em;
  position: relative;
}
.veltex_fc_lp .c-title-only::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/top/bg_belstar.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.veltex_fc_lp .c-title-only--inner {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.veltex_fc_lp .c-title-only--logo {
  line-height: 1;
  height: 0.75em;
  display: block;
}
.veltex_fc_lp .c-title-only--text {
  line-height: 1;
  display: block;
}
.veltex_fc_lp .c-title-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .c-title-experience {
    -webkit-column-gap: 0.25em;
       -moz-column-gap: 0.25em;
            column-gap: 0.25em;
  }
}
.veltex_fc_lp .c-title-experience--num {
  color: #eb6100;
  font-size: 9rem;
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
}
.veltex_fc_lp .c-title-experience--text {
  font-style: italic;
  font-weight: 900;
}
.veltex_fc_lp .c-title-experience--text.small {
  font-size: 3.2rem;
}
.veltex_fc_lp .c-title-ribbon {
  color: #1b2b59;
  background-color: #fff;
  line-height: 1.2;
  padding: 0.5em;
  margin-bottom: 0.75em;
  font-size: 1.6rem;
  font-weight: 900;
  position: relative;
}
.veltex_fc_lp .c-title-ribbon::after {
  content: "";
  width: 22px;
  height: calc(100% + 2px);
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #1b2b59;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.veltex_fc_lp .c-title-ribbon--wrap {
  position: relative;
}
.veltex_fc_lp .c-title-ribbon--image {
  position: absolute;
  width: 103px;
  height: 54px;
  top: 0.2em;
  right: 0;
  display: block;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .c-title-ribbon--image {
    width: 206px;
    height: 108px;
  }
}
.veltex_fc_lp .c-title-plan {
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0.75em;
  line-height: 1.3;
}
.veltex_fc_lp .c-title-point {
  font-size: 1.6rem;
  line-height: 1.1;
  position: relative;
}
.veltex_fc_lp .c-title-point--jp {
  font-weight: 900;
}
.veltex_fc_lp .c-title-point--en {
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  color: #eb6100;
}
.veltex_fc_lp .c-title-slide {
  display: inline-block;
  background-color: #1b2b59;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  padding: 0.25em 50px 0.3em 1em;
  margin-top: 0.25em;
  position: relative;
}
.veltex_fc_lp .c-title-slide::after {
  content: "";
  width: 22px;
  height: calc(100% + 2px);
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #fff;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.veltex_fc_lp .c-title-join {
  color: #4d4d4d;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 1em;
  margin-bottom: 1em;
  display: block;
}
.veltex_fc_lp .c-title-join--en {
  font-size: 4.2rem;
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
}
.veltex_fc_lp .c-title-joinweb {
  color: #4d4d4d;
  font-size: 2.2rem;
  font-weight: 900;
  margin-top: 1.3em;
}
.veltex_fc_lp .c-title-faq {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  display: block;
}
.veltex_fc_lp .c-title-faq--en {
  font-size: 4.2rem;
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
}
.veltex_fc_lp .c-title-sub {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .c-title-sub {
    padding: 0 3%;
  }
}
.veltex_fc_lp .c-title-cation {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 1em;
}

/*!
layout > container
------------------------------
*/
.veltex_fc_lp .l-container-center, .veltex_fc_lp .l-container-s, .veltex_fc_lp .l-container-m, .veltex_fc_lp .l-container-l, .veltex_fc_lp .l-container {
  width: 84%;
  margin: auto;
}

.veltex_fc_lp .l-container-l {
  max-width: 1200px;
}
.veltex_fc_lp .l-container-m {
  max-width: 1000px;
}
.veltex_fc_lp .l-container-s {
  max-width: 600px;
}
.veltex_fc_lp .l-container-center {
  text-align: center;
}
.veltex_fc_lp .l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
.veltex_fc_lp header {
  position: absolute;
  width: 100px;
  height: 85px;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 9px;
  right: 17px;
}

/*!
layout > footer
------------------------------
*/
footer {
  background-color: #1b2b59;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 14px;
  font-size: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 10px;
  }
}

.footer-copy {
  width: 90%;
  padding-right: 140px;
  margin: auto;
  letter-spacing: 0;
}

.footer-top {
  width: 147px;
  position: absolute;
  right: 2px;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .footer-top {
    width: 200px;
    right: 2%;
  }
}

/*!
page > top
------------------------------
*/
.veltex_fc_lp .top-fv {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.veltex_fc_lp .top-fv--image {
  position: relative;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-fv--image {
    width: 100%;
    min-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .veltex_fc_lp .top-fv--image img {
    width: 100%;
    min-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 5% 50%;
       object-position: 5% 50%;
  }
}
.veltex_fc_lp .top-fv--text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -60px;
  width: 84%;
  max-width: 516px;
}
.veltex_fc_lp .top-lead {
  background-image: url("../img/top/img_lead-pc.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 53px 0 70px;
}
@media screen and (max-width: 399px) {
  .veltex_fc_lp .top-lead {
    background-image: url("../img/top/img_lead-sp.jpg");
  }
}
.veltex_fc_lp .top-lead--text {
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.65;
  margin-top: 0.5em;
}
.veltex_fc_lp .top-fee {
  padding: 70px 0 55px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-fee {
    padding: 100px 0;
  }
}
.veltex_fc_lp .top-fee::before {
  content: "";
  width: 50%;
  height: 100%;
  right: 3%;
  top: 30px;
  background: url("../img/top/bg_fee.svg") no-repeat right top;
  position: absolute;
}
.veltex_fc_lp .top-fee--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.veltex_fc_lp .top-fee--text1 {
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-right: 0.25em;
  border-right: 3px solid #fff;
  margin-right: 0.25em;
}
.veltex_fc_lp .top-fee--text2 {
  color: #eb6100;
  font-size: 9.2rem;
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
}
.veltex_fc_lp .top-fee--text3 {
  font-size: 2.4rem;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: 0.25em;
}
.veltex_fc_lp .top-fee-link {
  margin-top: 25px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-fee-link {
    margin-top: 35px;
  }
}
.veltex_fc_lp .top-only {
  margin: 0 auto;
  position: relative;
}
.veltex_fc_lp .top-only-block {
  border-bottom: 1px solid #eb6100;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-block {
    padding-bottom: 45px;
    margin-bottom: 40px;
  }
}
.veltex_fc_lp .top-only-block--image1 {
  max-width: 600px;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-block--image1 {
    margin: 15px auto 0;
  }
}
.veltex_fc_lp .top-only-block--image2 {
  width: 80%;
  max-width: 600px;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-block--image2 {
    margin: 15px auto 0;
  }
}
.veltex_fc_lp .top-only-block--text {
  font-size: 1.4rem;
  margin-top: 1em;
}
.veltex_fc_lp .top-only-block--bigtext {
  font-size: 1.7rem;
  font-weight: 900;
  margin: 1em auto;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-block--bigtext {
    font-size: 2.4rem;
  }
}
.veltex_fc_lp .top-only-flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-flex1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.veltex_fc_lp .top-only-flex1--vert {
  font-size: 2.2rem;
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-flex1--vert {
    font-size: 3.2rem;
  }
}
.veltex_fc_lp .top-only-flex1--big {
  font-size: 6.8rem;
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-flex1--big {
    font-size: 8.2rem;
  }
}
.veltex_fc_lp .top-only-off {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-off {
    margin-top: 30px;
    text-align: center;
  }
}
.veltex_fc_lp .top-only-off--small {
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-off--small {
    font-size: 3.2rem;
  }
}
.veltex_fc_lp .top-only-off--big {
  font-size: 6.8rem;
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-only-off--big {
    font-size: 8.2rem;
  }
}
.veltex_fc_lp .top-only-dl {
  position: relative;
  margin-top: 1em;
  font-size: 1.4rem;
}
.veltex_fc_lp .top-only-dl dt {
  color: #eb6100;
  font-size: 2.2rem;
  font-weight: 900;
  position: relative;
  padding-left: 2.25em;
}
.veltex_fc_lp .top-only-dl dt::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  margin-left: -2.25em;
  margin-right: 0.25em;
  text-align: center;
}
.veltex_fc_lp .top-only-dl dt::after {
  content: "";
  width: 2em;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #eb6100;
  position: absolute;
}
.veltex_fc_lp .top-plan {
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-plan {
    padding-bottom: 70px;
  }
}
.veltex_fc_lp .top-plan::before {
  content: "";
  width: 100%;
  height: 160px;
  background: url("../img/top/bg_plan.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 80px);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-plan::before {
    height: 320px;
    top: calc(50% - 160px);
  }
}
.veltex_fc_lp .top-plan--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-plan--list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.veltex_fc_lp .top-plan--item {
  width: 49%;
  margin: 0;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .top-plan--item:has(.is-open) {
    width: 100%;
  }
}
.veltex_fc_lp .top-plan--ico {
  max-width: 80px;
  display: block;
  margin: 0 auto;
}
.veltex_fc_lp .top-plan--head {
  text-align: center;
  position: relative;
  text-align: left;
  border: none;
  border-radius: 10px;
  background-color: #eb6100;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px 35px;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .top-plan--head {
    padding: 15px 0 35px;
  }
}
.veltex_fc_lp .top-plan--head:hover {
  background-color: rgba(235, 97, 0, 0.8);
}
.veltex_fc_lp .top-plan--head p {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0.25em auto;
}
.veltex_fc_lp .top-plan--head p span {
  -webkit-transform: scaleX(80%);
          transform: scaleX(80%);
  display: block;
  width: 120%;
  left: -10%;
  position: relative;
}
.veltex_fc_lp .top-plan--head::after {
  content: "";
  border-top: 2px solid #eb6100;
  border-left: 2px solid #eb6100;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg) translateY(9px);
          transform: rotate(-135deg) translateY(9px);
  position: absolute;
  bottom: 3px;
  left: calc(50% - 10px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.veltex_fc_lp .top-plan--head::before {
  content: "";
  width: 100%;
  height: 24px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
}
.veltex_fc_lp .top-plan--head.is-open::after {
  -webkit-transform: rotate(45deg) translateY(2px);
          transform: rotate(45deg) translateY(2px);
  left: calc(50% - 5px);
}
.veltex_fc_lp .top-plan--body {
  position: relative;
  border-radius: 0 0 10px 10px;
  background: #fff;
  color: #1b2b59;
  border: transparent;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 0;
  opacity: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  font-size: 1.4rem;
  height: 0;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-plan--body {
    padding: 0 30px;
    font-size: 80%;
  }
}
.veltex_fc_lp .top-plan--body.is-open {
  height: auto;
  padding: 20px;
  line-height: 1.5;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-plan--body.is-open {
    padding: 20px 30px 30px;
  }
}
.veltex_fc_lp .top-plan--image1 {
  width: 70%;
  margin: 0 auto 0.75em;
}
.veltex_fc_lp .top-point {
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-point {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.veltex_fc_lp .top-point::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -50px;
  background: url("../img/top/bg_fee.svg") no-repeat left top;
  background-size: contain;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-point::before {
    top: -70px;
  }
}
.veltex_fc_lp .top-point-slider {
  max-width: 1080px;
  width: 96%;
  margin: 0px auto 0;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-point-slider {
    margin: 20px auto 0;
  }
}
.veltex_fc_lp .top-point-slider--inner {
  position: relative;
  background-color: #fff;
  padding: 30px 0 20px;
  border-radius: 10px;
  border: 3px solid #eb6100;
  margin: 20px 5% 0;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-point-slider--inner {
    margin: 20px 40px 0;
  }
}
.veltex_fc_lp .top-point-slider--image {
  max-width: 600px;
  margin: 0 auto;
}
.veltex_fc_lp .top-point-slider .top-point-circle {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 104px;
  height: 104px;
  font-size: 1.7rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  text-align: center;
  background-color: #eb6100;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-point-slider .top-point-circle {
    width: 184px;
    height: 184px;
  }
}
.veltex_fc_lp .top-point-slider .top-point-circle--big {
  font-size: 2.3rem;
}
.veltex_fc_lp .top-point-slider .top-point-circle--num {
  font-size: 2.8rem;
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
  padding-right: 0.1em;
}
.veltex_fc_lp .top-point-slider #thumbnail-carousel {
  width: 90%;
  margin: 10px auto;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-point-slider #thumbnail-carousel {
    width: calc(100% - 80px);
  }
}
.veltex_fc_lp .top-point-slider .splide {
  position: relative;
}
.veltex_fc_lp .top-point-slider .splide__slide {
  opacity: 0.6;
}
.veltex_fc_lp .top-point-slider .splide__slide.is-active {
  opacity: 1;
}
.veltex_fc_lp .top-point-slider .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  background: none;
  border: none;
  width: 24px;
  height: 48px;
  position: absolute;
  bottom: 5px;
  z-index: 2;
}
.veltex_fc_lp .top-point-slider .splide__arrow--prev {
  left: -30px;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .top-point-slider .splide__arrow--prev {
    left: -18px;
  }
}
.veltex_fc_lp .top-point-slider .splide__arrow--next {
  right: -30px;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .top-point-slider .splide__arrow--next {
    right: -18px;
  }
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .top-point-slider .splide__arrow {
    width: 12px;
    height: 24px;
  }
}
.veltex_fc_lp .top-point-slider .splide__arrows--ltr {
  width: 100%;
  height: 100%;
  position: absolute;
}
.veltex_fc_lp .top-join {
  color: #4d4d4d;
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-join {
    padding: 70px 0;
  }
}
.veltex_fc_lp .top-join--head {
  color: #1b2b59;
  font-size: 1.6rem;
  font-weight: 900;
  max-width: 1000px;
  width: 84%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #4d4d4d;
  background: none;
  display: block;
  text-align: left;
  padding: 0.5em 0 0.5em;
  position: relative;
}
.veltex_fc_lp .top-join--head::after {
  content: "＋";
  color: #eb6100;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
}
.veltex_fc_lp .top-join--head.is-open::after {
  content: "−";
}
.veltex_fc_lp .top-join--body {
  position: relative;
  background-color: #e6e6e6;
  color: #1b2b59;
  border: transparent;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  font-size: 1.4rem;
  height: 0;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-join--body {
    font-size: 80%;
  }
}
.veltex_fc_lp .top-join--body::after {
  content: "";
  width: 8%;
  max-width: 50px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #fff;
  position: absolute;
  top: -1px;
  right: 0;
}
.veltex_fc_lp .top-join--body.is-open {
  height: auto;
  padding: 30px 0 40px;
  line-height: 1.5;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-join--body.is-open {
    padding: 40px 0 50px;
  }
}
.veltex_fc_lp .top-join-lead {
  font-size: 1.3rem;
  margin-top: 0.2em;
  margin-bottom: 1.5em;
}
.veltex_fc_lp .top-join-block {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-join-block {
    margin-bottom: 10px;
  }
}
.veltex_fc_lp .top-join-detail {
  color: #4d4d4d;
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: 1fr 50%;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-join-detail {
    grid-template-columns: 1fr 400px;
    margin-bottom: 50px;
  }
}
.veltex_fc_lp .top-join-detail:last-child {
  margin-bottom: 0;
}
.veltex_fc_lp .top-join-detail--num {
  color: #eb6100;
  font-size: 3.6rem;
  font-family: "aku_kamu";
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.2em;
  line-height: 1;
  display: block;
}
.veltex_fc_lp .top-join-detail--num span {
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.1em;
  display: inline-block;
}
.veltex_fc_lp .top-join-detail--text {
  margin-top: 0.5em;
}
.veltex_fc_lp .top-join-detail--link {
  margin-top: 0.5em;
}
.veltex_fc_lp .top-faq {
  color: #fff;
  background-color: #374b85;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-faq {
    padding: 70px 0;
  }
}
.veltex_fc_lp .top-faq-item {
  border: 3px solid #1b2b59;
  border-radius: 1px;
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-faq-item {
    margin-bottom: 30px;
  }
}
.veltex_fc_lp .top-faq-item:last-child {
  margin-bottom: 0;
}
.veltex_fc_lp .top-faq-item a {
  text-decoration: underline;
}
.veltex_fc_lp .top-faq-item--head {
  color: #000;
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 0.5em 1em;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  border-right: 40px solid #1b2b59;
  position: relative;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .top-faq-item--head {
    border-right: 36px solid #1b2b59;
  }
}
.veltex_fc_lp .top-faq-item--head::after {
  content: "";
  color: #eb6100;
  position: absolute;
  right: -32px;
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .top-faq-item--head::after {
    width: 14px;
    right: -28px;
  }
}
.veltex_fc_lp .top-faq-item--head::before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  right: -23px;
  top: calc(50% - 10px);
  background-color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .veltex_fc_lp .top-faq-item--head::before {
    height: 14px;
    top: calc(50% - 7px);
    right: -22px;
  }
}
.veltex_fc_lp .top-faq-item--head.is-open::before {
  opacity: 0;
}
.veltex_fc_lp .top-faq-item--body {
  position: relative;
  background-color: #fff;
  color: #000;
  border: transparent;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  font-size: 1.4rem;
  height: 0;
}
.veltex_fc_lp .top-faq-item--body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1b2b59;
}
.veltex_fc_lp .top-faq-item--body.is-open {
  height: auto;
  padding: 20px;
  line-height: 1.5;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-faq-item--body.is-open {
    padding: 30px;
  }
}
.veltex_fc_lp .top-faq-block {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-faq-block {
    margin: 0 auto 50px;
  }
}
.veltex_fc_lp .top-faq-block:last-child {
  margin-bottom: 0;
}
.veltex_fc_lp .top-faq-list {
  margin-top: 0.5em;
}
.veltex_fc_lp .top-faq-list li {
  margin-top: 0.25em;
  padding-left: 1em;
}
.veltex_fc_lp .top-faq-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.veltex_fc_lp .top-faq-list li::before {
  content: "・";
}
.veltex_fc_lp .top-caution {
  background-color: #4d4d4d;
  color: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .veltex_fc_lp .top-caution {
    padding: 70px 0;
  }
}
.veltex_fc_lp .top-caution-list {
  font-size: 1.4rem;
}
.veltex_fc_lp .top-caution-list li {
  border-left: 1px solid currentColor;
  padding-left: 1em;
  margin-bottom: 1.5em;
}
.veltex_fc_lp .top-caution-link {
  max-width: 700px;
  width: 88%;
  margin: 0 auto;
}
.veltex_fc_lp .top-images {
  margin: 0;
}
.veltex_fc_lp .top-fixed {
  width: 84%;
  margin: auto;
  position: fixed;
  left: 8%;
  bottom: -300px;
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
  z-index: 100;
}
.veltex_fc_lp .top-fixed.is-active {
  bottom: 20px;
}
.veltex_fc_lp .top-fixed.is-active.is-bottom {
  bottom: 70px;
}
@media screen and (max-width: 991px) {
  .veltex_fc_lp .top-fixed.is-active.is-bottom {
    bottom: 120px;
  }
}
.veltex_fc_lp .top-fixed .c-btn-entry {
  max-width: 600px;
  margin: auto;
}/*# sourceMappingURL=style.css.map */