:root {
  --colorblack: #242630;
  --colorgrey: #e6ecfe;
  --colorviolet: #3f6bf4;
  --colorbluetowhite: linear-gradient(to bottom, #e6ecfe 0%, #fff 100%);
  --colorbluetowhitereversed: linear-gradient(to bottom, #fff 0%, #e6ecfe 100%);
  --colorbluetoblue: linear-gradient(to bottom, #3F6BF4 0%, #3F9AF4 100%);
  --colorbluetobluereversed: linear-gradient(to bottom, #3F9AF4 0%, #3F6BF4 100%);
}

:root {
  --fontnoto: "Noto Sans JP", sans-serif;
  --fontbarlow: "Barlow", sans-serif;
}

.vm-pricing__graph__info .info-note {
  font-size: 0.75rem;
}

.c-ttl02__en .en, .c-ttl03__en, .c-label__item {
  font-size: 1rem;
}

.vm-faq__question .faq-ttl .ttl, .vm-faq__txt01 .txt01, .vm-cta__txtlead .txtlead, .vm-pricing__part__head .head-txt, .vm-mv__ttlsub, .c-ttl01__txt01 .txt01, .c-txtlead {
  font-size: 1.125rem;
}

.vm-pricing__part__ttl, .vm-concerns__intro__ttl, .c-ttl02__ja, .c-ttl03__ja {
  font-size: 1.5rem;
}

.vm-pricing__graph__info .info-ttl {
  font-size: 1.625rem;
}

.vm-pricing__graph__info .info-ttl .percent, .c-ttl01__txt02 {
  font-size: 1.625rem;
}

.vm-pricing__part__ttl .ttl-lg, .vm-mv__ttl .ttl {
  font-size: 1.875rem;
}

.vm-pricing__graph__info .info-ttl .num {
  font-size: 2.25rem;
}

.vm-pricing .c-ttl01 .txt02-lg {
  font-size: 2.5rem;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  line-height: 1.7;
  font-size: 0.875rem;
  color: var(--colorblack);
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline_block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-flex {
  display: flex !important;
}
.u_fw_300 {
  font-weight: 300 !important;
}

.u_fw_400 {
  font-weight: 400 !important;
}

.u_fw_500 {
  font-weight: 500 !important;
}

.u_fw_600 {
  font-weight: 600 !important;
}

.u_fw_700 {
  font-weight: 700 !important;
}

.u_fw_800 {
  font-weight: 800 !important;
}

.u_fw_900 {
  font-weight: 900 !important;
}

.u-color01 {
  color: var(--colorviolet);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header.fixed {
  transition: all 0.5s;
}
.header-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 17px 0 16px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(36, 38, 48, 0.2);
  border-radius: 0 0 20px 20px;
}
.header .l-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  height: 100%;
}
.header-logo {
  position: relative;
  width: 130px;
}
.header-logo__link {
  display: block;
  width: 100%;
}
.header_txt {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 10px;
}
.header_txt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% + 5px);
  background-color: #cbcbcb;
}
.header_txt .txt {
  font-size: 0.625rem;
  font-weight: 700;
}

.footer-main {
  padding: 40px 0 80px;
}
.footer-main .l-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-head__txt {
  margin-top: 25px;
  font-weight: 500;
  text-align: center;
}
.footer-logo {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.footer-logo__link {
  display: block;
}
.footer-copyright {
  font-weight: 500;
  text-align: center;
}

#to_top {
  position: fixed;
  background-color: var(--colorviolet);
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 100px;
  z-index: 10;
  display: none;
  border-radius: 50%;
}
#to_top::after {
  position: absolute;
  content: "";
  top: 57%;
  padding: 4px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
#to_top.show {
  display: block;
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.1s"] {
  transition-delay: 1.1s;
}

[data-delay="1.2s"] {
  transition-delay: 1.2s;
}

[data-delay="1.3s"] {
  transition-delay: 1.3s;
}

[data-delay="1.4s"] {
  transition-delay: 1.4s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

[data-delay="1.6s"] {
  transition-delay: 1.6s;
}

[data-delay="1.7s"] {
  transition-delay: 1.7s;
}

[data-delay="1.8s"] {
  transition-delay: 1.8s;
}

[data-delay="1.9s"] {
  transition-delay: 1.9s;
}

[data-delay="2s"] {
  transition-delay: 2s;
}

[data-delay="2.1s"] {
  transition-delay: 2.1s;
}

[data-delay="2.2s"] {
  transition-delay: 2.2s;
}

[data-delay="2.3s"] {
  transition-delay: 2.3s;
}

[data-delay="2.4s"] {
  transition-delay: 2.4s;
}

[data-delay="2.5s"] {
  transition-delay: 2.5s;
}

[data-delay="2.6s"] {
  transition-delay: 2.6s;
}

[data-delay="2.7s"] {
  transition-delay: 2.7s;
}

[data-delay="2.8s"] {
  transition-delay: 2.8s;
}

[data-delay="2.9s"] {
  transition-delay: 2.9s;
}

[data-delay="3s"] {
  transition-delay: 3s;
}

[data-delay="3.1s"] {
  transition-delay: 3.1s;
}

[data-delay="3.2s"] {
  transition-delay: 3.2s;
}

[data-delay="3.3s"] {
  transition-delay: 3.3s;
}

[data-delay="3.4s"] {
  transition-delay: 3.4s;
}

[data-delay="3.5s"] {
  transition-delay: 3.5s;
}

.js-inview[data-interaction="1s"] {
  transition-duration: 1s;
}

.js-inview[data-interaction="1.5s"] {
  transition-duration: 1.5s;
}

.js-inview[data-interaction="2s"] {
  transition-duration: 2s;
}

.js-inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 1s;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(100%, 0, 0);
}

.fadeupright {
  transform: translate3d(100%, -100%, 0);
}

.fadeleft {
  transform: translate3d(-100%, 0, 0);
}

.fadeupleft {
  transform: translate3d(-100%, -100%, 0);
}

.is_show.js-inview {
  opacity: 1;
  transform: none !important;
}

.cookie-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--colorviolet);
  color: #fff;
  z-index: 30;
  padding: 10px 0;
  display: none;
}
.cookie-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.cookie-txt {
  width: 100%;
  font-size: 0.875rem;
}
.cookie-txt a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-close {
  width: 90%;
  margin: 10px auto 0;
}
.cookie-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px 6px;
  text-decoration: none;
  border: solid 2px var(--colorviolet);
  background: #fff;
  color: var(--colorviolet);
  font-weight: 700;
}

html.is_loading #loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: var(--colorviolet);
  opacity: 0;
  transition: opacity 100ms linear 2000ms;
}

.loading {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.loading__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.loading__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: white;
  border-radius: 50%;
}
.loading__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.loading__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.loading__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.loading__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 200;
  width: 100%;
  background: var(--colorviolet);
  padding: 60px 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-menu__item:first-child {
  margin-top: 0;
}
.nav-menu__item:first-child .nav-menu__link {
  border-top: solid 1px #fff;
}
.nav-menu__link {
  position: relative;
  font-weight: 700;
  display: block;
  padding: 13px 15px 12px;
  background-color: var(--colorviolet);
  color: #fff;
  border-bottom: solid 1px #fff;
}
.nav-menu__txt {
  display: inline-block;
}
.nav-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 0 20px;
}
.nav-btn {
  width: 280px;
}
.nav-btn .c-btn01__link {
  padding: 15px 30px 15px 20px;
}
.nav-btn .c-btn01__icon {
  right: 15px;
}

.nav-hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 300;
}
.nav-hamburger.active .nav-hamburger__line {
  background-color: transparent;
}
.nav-hamburger.active .nav-hamburger__line::before, .nav-hamburger.active .nav-hamburger__line::after {
  background-color: #fff;
  margin-top: 0px;
  transition: all 0.5s;
}
.nav-hamburger.active .nav-hamburger__line::before {
  transform: rotate(45deg);
}
.nav-hamburger.active .nav-hamburger__line::after {
  transform: rotate(-45deg);
}
.nav-hamburger__line {
  display: block;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: var(--colorviolet);
  transition: all 0.5s;
  position: relative;
}
.nav-hamburger__line::before, .nav-hamburger__line::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--colorviolet);
  transition: all 0.5s;
  border-radius: 10px;
}
.nav-hamburger__line::before {
  margin-top: -8px;
}
.nav-hamburger__line::after {
  margin-top: 8px;
}

.c-btn01__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 46px;
  background-image: var(--colorbluetoblue);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 3px 10px rgba(36, 38, 48, 0.2);
  padding: 15px 10px;
}
.c-btn01__link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--colorbluetobluereversed);
  opacity: 0;
  transition: all 0.5s;
  border-radius: 46px;
}
.c-btn01__inner {
  position: relative;
}
.c-btn01__download .c-btn01__link {
  color: #fff;
}
.c-btn01__chat .c-btn01__link {
  background-image: var(--colorbluetowhite);
  color: var(--colorviolet);
}
.c-btn01__chat .c-btn01__link::before {
  background-image: var(--colorbluetowhitereversed) !important;
}
.c-btn01__icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  right: 20px;
}
.c-btn01__icon img {
  display: block;
  width: 100%;
}
.c-btn01__icon.icon-download {
  width: 18px;
}
.c-btn01__icon.icon-chat {
  width: 28px;
}
.c-btn01__txt {
  position: relative;
  display: inline-block;
}

.c-ttl01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.c-ttl01__txt01 {
  display: block;
}
.c-ttl01__txt01 .txt01 {
  position: relative;
  background-color: var(--colorviolet);
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 40px;
  display: inline-block;
  padding: 10px 20px;
}
.c-ttl01__txt01 .txt01::after {
  position: absolute;
  content: "";
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 35.518px;
  height: 11.277px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.518' height='11.277' viewBox='0 0 35.518 11.277'%3E%3Cpath d='M16022,20658.43v0a20.157,20.157,0,0,0-17.788-11.271l35.518,0a20.19,20.19,0,0,0-17.728,11.275Z' transform='translate(-16004.211 -20647.152)' fill='%233f6bf4'/%3E%3C/svg%3E") no-repeat center/contain;
}
.c-ttl01__txt02 {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

.c-ttl02 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-ttl02__en, .c-ttl02__ja {
  display: block;
}
.c-ttl02__en .en {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: var(--colorviolet);
  border-radius: 25px;
  width: 120px;
  padding: 10px;
}
.c-ttl02__ja {
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.c-ttl03 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-ttl03__en, .c-ttl03__ja {
  display: block;
}
.c-ttl03__en {
  font-family: var(--fontbarlow);
  font-weight: 600;
  line-height: 1;
}
.c-ttl03__ja {
  font-weight: 700;
  line-height: 1.5;
}
.c-ttl03.white {
  color: #fff;
}

.c-txtlead {
  font-weight: 700;
  line-height: 1.5;
}

.c-txtlink .link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #fff;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
}

.c-label__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.c-label__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  background-color: #e6ecfe;
  border-radius: 5px;
  font-weight: 500;
  color: var(--colorviolet);
  padding: 10px;
}
.c-label__item .item-txt {
  position: relative;
  line-height: 1.5;
  word-break: break-all;
  padding-left: 25px;
}
.c-label__item .item-txt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: var(--colorviolet);
  border-radius: 50%;
}
.c-label__item .item-txt::after {
  position: absolute;
  content: "";
  background: url(../images/icon_check_01.svg) no-repeat center/contain;
  left: 6px;
  top: 10px;
  width: 8px;
  height: 6px;
}

.pc {
  display: none;
}
.c-introai {
  width: 92%;
  margin: 0 auto;
}
.c-introai__quote {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(36, 38, 48, 0.2);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 35px 8px;
  margin-top: 20px;
  min-height: 100px;
}
.c-introai__quote::after {
  position: absolute;
  content: "";
  background: url(../images/img_shape_01.webp) no-repeat center/contain;
  width: 40px;
  height: 32px;
  top: 0;
  left: calc(100% - 20px);
}
.c-introai__quote::before {
  border-radius: 20px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-introai__quote .txtai {
  color: var(--colorviolet);
}
.c-introai__quote .txtquote {
  position: relative;
  z-index: 3;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.2;
  text-align: center;
  font-size: 1.25rem;
}
.c-introai__quote .iconquote {
  position: relative;
}
.c-introai__img {
  position: absolute;
  left: 0;
  top: 0;
}
.c-introai__img .img-aibody {
  position: absolute;
  left: -20px;
  top: 2px;
  z-index: -1;
  width: 30px;
}
.c-introai__img .img-aihead {
  position: relative;
  z-index: 2;
  width: 50px;
  top: -20px;
  left: -20px;
}
.c-introai__txt {
  font-weight: 700;
  color: var(--colorviolet);
  line-height: 1.2;
  font-size: clamp(0.875rem, 8vw + -1rem, 1.125rem);
  text-align: center;
  padding-left: 10px;
}
.c-box01__wrapper {
  background-color: var(--colorviolet);
  padding-top: 30px;
  padding-bottom: 120px;
  border-radius: 0 60px 60px 0;
}
.c-box01__wrapper .l-container {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
.c-box01__img {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.c-box01__img img {
  border-radius: 20px;
}
.c-box01__infor .c-ttl02 {
  align-items: center;
}
.c-box01__txt {
  margin-top: 30px;
}
.c-box01__txt .txt {
  color: #fff;
  font-weight: 500;
  margin-top: 12px;
}
.c-box01__txt .txt:first-child {
  margin-top: 0;
}
.c-box01.bg01 .c-box01__wrapper {
  background-color: #1B4AD1;
}
.c-box01.bg02 .c-box01__wrapper {
  background-color: var(--colorviolet);
}
.c-box01.bg03 .c-box01__wrapper {
  background-color: #3F9AF4;
}
.c-box01__reversed .c-box01__wrapper {
  border-radius: 60px 0 0 60px;
}

.l-container {
  width: 100%;
  padding: 0 20px;
}

#wrapper {
  overflow: hidden;
  width: 100%;
}

html {
  scroll-padding-top: 60px;
}

body.overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow-y: scroll;
}

a,
a *,
div,
div * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.vm-mv {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 100px;
  z-index: 30;
}
.vm-mv__head {
  margin-bottom: clamp(4.375rem, 7.6530612245vw + 2.5813137755rem, 6.25rem);
}
.vm-mv__img {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: clamp(-10.625rem, -7.6530612245vw + -6.9563137755rem, -8.75rem);
}
.vm-mv__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.vm-mv__main {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 3;
}
.vm-mv__main .l-container {
  padding: 0 40px;
}
.vm-mv__ttl .ttl {
  letter-spacing: -0.06em;
  display: block;
  font-weight: 900;
  line-height: 1.2;
}
.vm-mv__ttl .ttl:first-child {
  margin-top: 0;
}
.vm-mv__ttl .ttl.i02 {
  position: relative;
  left: -20px;
  width: calc(100% + 35px);
}
.vm-mv__ttl .ttlicon {
  position: relative;
  color: var(--colorviolet);
  display: inline-block;
  font-family: var(--fontbarlow);
  font-weight: 700;
  letter-spacing: 0.06em;
  z-index: 2;
  font-size: 3.75rem;
}
.vm-mv__ttl .ttlicon::before {
  position: absolute;
  content: "";
  background: url(../images/img_ai_02.webp) no-repeat center/contain;
  width: 34px;
  height: 50px;
  left: -4px;
  top: -14px;
}
.vm-mv__ttl .ttlicon::after {
  position: absolute;
  content: "";
  background: url(../images/img_ai_01.webp) no-repeat center/contain;
  top: 4px;
  left: -3px;
  width: 22px;
  height: 36px;
  z-index: -1;
}
.vm-mv__ttl .txtquote {
  position: relative;
}
.vm-mv__ttlsub {
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.5;
}
.vm-mv__labels {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.vm-mv__label {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  background-color: var(--colorgrey);
  box-shadow: 0 3px 10px rgba(36, 38, 48, 0.2);
  color: var(--colorviolet);
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 10px 6px;
  gap: 5px;
  font-size: 0.875rem;
}
.vm-mv__label .icon {
  display: inline-block;
  position: relative;
  width: 20px;
}
.vm-mv__btns {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 20px;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 10px;
  z-index: 100;
  padding: 0 10px;
}
.vm-mv__btns .c-btn01 {
  width: 100%;
}
.vm-mv__btns .c-btn01__link {
  font-size: 0.875rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.vm-mv__btns .c-btn01__txt {
  padding-right: 10px;
}
.vm-mv__btns .c-btn01__icon {
  right: 12px;
}
.vm-mv__btns .c-btn01__icon.icon-download {
  width: 16px;
}
.vm-mv__btns .c-btn01__icon.icon-chat {
  width: 20px;
}

.vm-concerns {
  padding: 60px 0;
}
.vm-concerns__intro .l-container {
  position: relative;
}
.vm-concerns__intro__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% + clamp(-9.375rem, -76.5306122449vw + 27.3118622449rem, 9.375rem));
}
.vm-concerns__intro__main {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
.vm-concerns__intro__ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.vm-concerns__intro__ttl .ttl {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vm-concerns__intro__img {
  margin: 20px auto 0;
  max-width: 300px;
  width: 100%;
}
.vm-concerns__ai {
  margin-top: 40px;
}

.vm-features__head .c-txtlead {
  margin-top: 10px;
}
.vm-features__boxs {
  margin-top: 30px;
}
.vm-features__boxs .c-box01 {
  margin-top: -80px;
}
.vm-features__boxs .c-box01:first-child {
  margin-top: 0;
}
.vm-features__boxs .c-box01:last-child .c-box01__wrapper {
  padding-bottom: 60px;
}
.vm-features__boxs .c-box01.bg01 .c-ttl02__en .en {
  color: #1b4ad1;
}
.vm-features__boxs .c-box01.bg02 {
  position: relative;
  z-index: 2;
}
.vm-features__boxs .c-box01.bg02 .c-ttl02__en .en {
  color: var(--colorviolet);
}
.vm-features__boxs .c-box01.bg03 {
  position: relative;
  z-index: 3;
}
.vm-features__boxs .c-box01.bg03 .c-ttl02__en .en {
  color: #3F9AF4;
}
.vm-features__ai {
  margin-top: 40px;
}

.vm-benefits {
  margin-top: 60px;
}
.vm-benefits .c-txtlead {
  margin-top: 30px;
}
.vm-benefits__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
  margin-top: 40px;
}
.vm-benefits__block {
  border-radius: 20px;
  background-color: #f5f7ff;
  width: 48%;
  padding: 20px 6px;
}
.vm-benefits__block__img .img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}
.vm-benefits__block__ttl {
  text-align: center;
  color: var(--colorviolet);
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.5;
  font-size: 1rem;
}
.vm-benefits__ai {
  margin-top: 40px;
}

.vm-case {
  margin-top: 60px;
}
.vm-case .c-box01__wrapper {
  background-color: #1b4ad1;
  border-radius: 60px 0 0 60px;
  padding-bottom: 60px;
}
.vm-case .c-box01__infor .c-txtlink {
  margin-top: 30px;
}
.vm-case .c-box01__img {
  position: relative;
  max-width: 450px;
}
.vm-case .c-box01__img .img {
  position: relative;
  z-index: 1;
}
.vm-case .c-box01__img .imgshadow {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
}

.vm-pricing {
  margin-top: 60px;
  padding-bottom: 60px;
}
.vm-pricing .c-ttl01 .txt02-lg {
  position: relative;
  line-height: 1;
}
.vm-pricing .c-txtlead {
  margin-top: 25px;
}
.vm-pricing__main {
  background-color: #f5f7ff;
  padding: 45px 20px 30px;
  margin-top: 50px;
  border-radius: 30px;
}
.vm-pricing__part {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 15px 40px;
  margin-top: 60px;
}
.vm-pricing__part:first-child {
  margin-top: 0;
}
.vm-pricing__part__head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  width: 100%;
  text-align: center;
}
.vm-pricing__part__head .head-txt {
  position: relative;
  background-color: var(--colorviolet);
  color: #fff;
  border-radius: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.vm-pricing__part__head .head-txt::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.518' height='11.277' viewBox='0 0 35.518 11.277'%3E%3Cpath d='M16022,20658.43v0a20.157,20.157,0,0,0-17.788-11.271l35.518,0a20.19,20.19,0,0,0-17.728,11.275Z' transform='translate(-16004.211 -20647.152)' fill='%233f6bf4'/%3E%3C/svg%3E") no-repeat center/contain;
}
.vm-pricing__part__body .c-label__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.vm-pricing__part__img {
  margin: 0 auto;
  max-width: 150px;
}
.vm-pricing__part__ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
.vm-pricing__part__ttl .ttl-lg {
  color: var(--colorviolet);
  position: relative;
  line-height: 1;
  display: inline-block;
  top: 2px;
}
.vm-pricing__part.i01 .vm-pricing__part__head .head-txt {
  background-color: var(--colorblack);
}
.vm-pricing__part.i01 .vm-pricing__part__head .head-txt::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.518' height='11.277' viewBox='0 0 35.518 11.277'%3E%3Cpath d='M16022,20658.43v0a20.157,20.157,0,0,0-17.788-11.271l35.518,0a20.19,20.19,0,0,0-17.728,11.275Z' transform='translate(-16004.211 -20647.152)' fill='%23242630'/%3E%3C/svg%3E");
}
.vm-pricing__part.i01 .vm-pricing__part__ttl .ttl-lg {
  color: #ce0000;
}
.vm-pricing__part.i01 .c-label__item {
  background-color: rgba(206, 0, 0, 0.1);
}
.vm-pricing__part.i01 .c-label__item .item-txt {
  color: #ce0000;
}
.vm-pricing__part.i01 .c-label__item .item-txt::before {
  background-color: #ce0000;
}
.vm-pricing__graph {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 40px;
  gap: 20px 0;
}
.vm-pricing__graph__chart {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.vm-pricing__graph__info .info-ttl {
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.5;
  text-align: center;
}
.vm-pricing__graph__info .info-ttl .num {
  position: relative;
  line-height: 1;
}
.vm-pricing__graph__info .info-ttl .percent {
  position: relative;
}
.vm-pricing__graph__info .info-note {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
.vm-pricing__graph__info .info-txts {
  margin-top: 20px;
}
.vm-pricing__graph__info .info-txts .txt {
  font-weight: 500;
  margin-top: 10px;
}
.vm-pricing__graph__info .info-txts .txt:first-child {
  margin-top: 0;
}
.vm-cta .c-label__list {
  margin-top: 20px;
}
.vm-cta .c-label__item {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(36, 38, 48, 0.2);
}
.vm-cta__txtlead {
  text-align: center;
  max-width: 85%;
  width: 100%;
  margin: 0 auto;
}
.vm-cta__txtlead .txtlead {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--colorviolet);
}
.vm-cta__txtlead .txtlead::before, .vm-cta__txtlead .txtlead::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2px;
  height: 50px;
  background-color: currentColor;
  position: relative;
}
.vm-cta__txtlead .txtlead::before {
  transform: rotate(-30deg);
}
.vm-cta__txtlead .txtlead::after {
  transform: rotate(30deg);
}
.vm-cta__btn {
  width: 100%;
  margin: 12px auto 0;
  max-width: 90%;
}
.vm-cta__btn .c-btn01__link {
  padding: 15px 20px 16px;
  font-size: 1.25rem;
}
.vm-cta__btn .c-btn01__icon.icon-chat {
  width: 32px;
}
.vm-cta__btn .c-introai__img {
  left: 14px;
  top: -13px;
}

.vm-faq {
  background-image: var(--colorbluetoblue);
  border-radius: 20px;
  padding: 40px 0;
  overflow: hidden;
  margin-top: 60px;
}
.vm-faq .l-container {
  display: flex;
  flex-direction: column;
}
.vm-faq__head {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.vm-faq__img {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 100%;
  max-width: 60px;
}
.vm-faq__item {
  position: relative;
  margin-top: 12px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
}
.vm-faq__item:first-child {
  margin-top: 0;
}
.vm-faq__item.is_open::before {
  transform: scale(-1);
}
.vm-faq__item:last-child {
  margin-bottom: 0;
}
.vm-faq__item::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.243' height='13.621' viewBox='0 0 24.243 13.621'%3E%3Cpath id='Path_83665' data-name='Path 83665' d='M392,3284.785l10,10,10-10' transform='translate(-389.879 -3282.664)' fill='none' stroke='%233f6bf4' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 20px;
  top: 24px;
  transition: transform 0.3s ease;
}
.vm-faq__question {
  position: relative;
  display: flex;
  z-index: 2;
  transition: all 0.5s;
  padding: 16px 40px 16px 22px;
  font-weight: 700;
  gap: 0 7px;
}
.vm-faq__question .faq-q {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  flex-shrink: 0;
  top: 1px;
  width: 26px;
  height: 26px;
  background-color: var(--colorviolet);
  border-radius: 50%;
}
.vm-faq__question .faq-q img {
  display: block;
  width: 12px;
}
.vm-faq__question .faq-ttl .ttl {
  line-height: 1.4;
  font-weight: 700;
}
.vm-faq__answer {
  position: relative;
  display: none;
  z-index: 1;
}
.vm-faq__answer__content {
  width: 100%;
  display: flex;
  gap: 0 10px;
  padding: 0 40px 20px 22px;
}
.vm-faq__answer .faq-a {
  position: relative;
  line-height: 0;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background-color: #56afe4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.vm-faq__answer .faq-a img {
  display: block;
  width: 12px;
}
.vm-faq__answer .faq-desc {
  line-height: 1.4;
  font-weight: 500;
  padding-top: 3px;
}
.vm-faq__answer .faq-desc a {
  position: relative;
  display: inline-block;
  color: var(--colorviolet);
}
.vm-faq__answer .faq-desc a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: var(--colorviolet);
}
.vm-faq__answer .faq-desc .desc {
  margin-top: 10px;
}
.vm-faq__answer .faq-desc .desc:first-child {
  margin-top: 0;
}
.vm-faq__txt01 {
  text-align: center;
  margin-top: 40px;
}
.vm-faq__txt01 .txt01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.vm-faq__txt01 .txt01::before, .vm-faq__txt01 .txt01::after {
  content: "";
  display: block;
  width: 3px;
  height: 28px;
  background-color: #fff;
  border-radius: 2px;
}
.vm-faq__txt01 .txt01::before {
  transform: rotate(-30deg);
}
.vm-faq__txt01 .txt01::after {
  transform: rotate(30deg);
}
.vm-faq__btn {
  margin-top: 10px;
}
.vm-faq__btn .c-btn01 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .u-d-xs-none {
    display: none !important;
  }
  .u-d-xs-inline {
    display: inline !important;
  }
  .u-d-xs-inline_block {
    display: inline-block !important;
  }
  .u-d-xs-block {
    display: block !important;
  }
  .u-d-xs-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .vm-pricing__graph__info .info-note {
    font-size: 0.875rem;
  }
  .c-ttl02__en .en, .c-ttl03__en, .c-label__item {
    font-size: 1.25rem;
  }
  .vm-faq__question .faq-ttl .ttl, .vm-faq__txt01 .txt01, .vm-cta__txtlead .txtlead, .vm-pricing__part__head .head-txt, .vm-mv__ttlsub, .c-ttl01__txt01 .txt01, .c-txtlead {
    font-size: clamp(1.375rem, 0.2403846154vw + 1.2596153846rem, 1.5rem);
  }
  .vm-pricing__part__ttl, .vm-concerns__intro__ttl, .c-ttl02__ja, .c-ttl03__ja {
    font-size: clamp(2rem, 0.9615384615vw + 1.5384615385rem, 2.5rem);
  }
  .vm-pricing__graph__info .info-ttl {
    font-size: clamp(2rem, 2.1634615385vw + 0.9615384615rem, 3.125rem);
  }
  .vm-pricing__graph__info .info-ttl .percent, .c-ttl01__txt02 {
    font-size: clamp(2.25rem, 2.8846153846vw + 0.8653846154rem, 3.75rem);
  }
  .vm-pricing__part__ttl .ttl-lg, .vm-mv__ttl .ttl {
    font-size: clamp(3.125rem, 2.9761904762vw + 1.6964285714rem, 4.375rem);
  }
  .vm-pricing__graph__info .info-ttl .num {
    font-size: clamp(3.375rem, 3.869047619vw + 1.5178571429rem, 5rem);
  }
  .vm-pricing .c-ttl01 .txt02-lg {
    font-size: clamp(3.625rem, 4.7619047619vw + 1.3392857143rem, 5.625rem);
  }
  body {
    font-size: 1rem;
  }
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline_block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  .header {
    transition: all 0.5s;
  }
  .header-wrapper {
    max-width: 1440px;
    padding: 21px 0 20px;
  }
  .header .l-container {
    padding: 0 clamp(1.25rem, 1.2019230769vw + 0.6730769231rem, 1.875rem) 0 clamp(1.25rem, 3.7259615385vw + -0.5384615385rem, 3.1875rem);
  }
  .header-logo {
    width: clamp(6.25rem, 16.8269230769vw + -1.8269230769rem, 15rem);
    padding-top: 4px;
  }
  .header-logo__link {
    transition: all 0.5s;
  }
  .header-logo__link:hover {
    opacity: 0.8;
  }
  .header_txt {
    padding-left: clamp(0.625rem, 1.2019230769vw + 0.0480769231rem, 1.25rem);
  }
  .header_txt .txt {
    font-size: clamp(0.625rem, 1.3221153846vw + -0.0096153846rem, 1.3125rem);
  }
  .footer-main {
    padding: 80px 0 57px;
  }
  .footer-main .l-container {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    gap: 20px;
    max-width: 1440px;
  }
  .footer-head__txt {
    text-align: left;
    line-height: 1.75;
    margin-top: 38px;
  }
  .footer-logo {
    margin: 0;
    max-width: 400px;
  }
  .footer-logo__link {
    transition: all 0.5s;
  }
  .footer-logo__link:hover {
    opacity: 0.8;
  }
  .footer-copyright {
    text-align: left;
    line-height: 1.75;
  }
  #to_top {
    transition: all 0.5s;
    width: 45px;
    height: 45px;
    bottom: 10px;
  }
  #to_top:hover {
    opacity: 0.8;
  }
  #to_top::after {
    padding: 5px;
  }
  .cookie-container {
    flex-wrap: nowrap;
  }
  .cookie-txt {
    width: 75%;
    padding-right: 15px;
  }
  .cookie-txt a {
    transition: all 0.5s;
  }
  .cookie-txt a:hover {
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
  }
  .cookie-close {
    margin-top: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .cookie-btn {
    transition: all 0.5s;
    padding: 10px 10px 11px;
  }
  .cookie-btn:hover {
    transition: all 0.5s;
    opacity: 0.8;
  }
  .nav {
    position: static;
    display: inherit;
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
    top: 0;
    left: 0;
    background: none;
    overflow-y: inherit;
    overflow-x: inherit;
  }
  .nav-wrap {
    display: flex;
    align-items: center;
    gap: 0 clamp(1.25rem, 3.6057692308vw + -0.4807692308rem, 3.125rem);
  }
  .nav-menu {
    display: flex;
    align-items: center;
    gap: 0 clamp(0.625rem, 3.6057692308vw + -1.1057692308rem, 2.5rem);
  }
  .nav-menu__item {
    text-align: center;
  }
  .nav-menu__item:first-child .nav-menu__link {
    border-top: 0;
  }
  .nav-menu__link {
    border-bottom: 0;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    color: var(--colorblack);
    line-height: 1.2;
    transition: all 0.5s;
    font-size: clamp(0.75rem, 0.4807692308vw + 0.5192307692rem, 1rem);
  }
  .nav-menu__link:hover {
    color: var(--colorviolet);
  }
  .nav-btns {
    flex-wrap: nowrap;
    margin-top: 0;
    gap: 10px;
    padding: 0;
  }
  .nav-btn {
    width: auto;
  }
  .nav-btn__download {
    width: clamp(10rem, 8.2524038462vw + 6.0388461538rem, 14.29125rem);
  }
  .nav-btn__chat {
    width: clamp(8.125rem, 7.0420673077vw + 4.7448076923rem, 11.786875rem);
  }
  .nav-btn__chat .c-btn01__txt {
    padding-right: 9px;
  }
  .nav-btn .c-btn01__link {
    padding: 19px clamp(1.875rem, 2.1634615385vw + 0.8365384615rem, 3rem) 19px clamp(0.9375rem, 0.6009615385vw + 0.6490384615rem, 1.25rem);
    border-radius: 40px;
    font-size: clamp(0.75rem, 0.4807692308vw + 0.5192307692rem, 1rem);
  }
  .nav-btn .c-btn01__icon {
    right: clamp(0.625rem, 1.4423076923vw + -0.0673076923rem, 1.375rem);
  }
  .nav-btn .c-btn01__icon.icon-download {
    width: clamp(0.75rem, 0.8004807692vw + 0.3657692308rem, 1.16625rem);
  }
  .nav-btn .c-btn01__icon.icon-chat {
    width: clamp(1.25rem, 0.7920673077vw + 0.8698076923rem, 1.661875rem);
  }
  .nav-hamburger {
    display: none;
  }
  .c-btn01__link {
    font-size: clamp(1.375rem, 0.7211538462vw + 1.0288461538rem, 1.75rem);
    line-height: 1.2857142857;
    padding: 27px 20px;
    transition: all 0.5s;
  }
  .c-btn01__link:hover {
    cursor: pointer;
  }
  .c-btn01__link:hover::before {
    opacity: 1;
  }
  .c-btn01__icon {
    right: clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
  }
  .c-btn01__icon.icon-download {
    width: 26.13px;
  }
  .c-btn01__icon.icon-chat {
    width: 44.31px;
  }
  .c-ttl01 {
    gap: 21px;
  }
  .c-ttl01__txt01 .txt01 {
    padding: 21px 25px;
  }
  .c-ttl01__txt02 {
    line-height: 1.4666666667;
  }
  .c-ttl02 {
    gap: clamp(1.25rem, 2.6442307692vw + -0.0192307692rem, 2.625rem);
  }
  .c-ttl02__en .en {
    width: 160px;
    padding: clamp(0.625rem, 0.4807692308vw + 0.3942307692rem, 0.875rem) 27px clamp(0.625rem, 0.7211538462vw + 0.2788461538rem, 1rem);
  }
  .c-ttl02__ja {
    line-height: 1.35;
  }
  .c-ttl03 {
    gap: 15px;
  }
  .c-ttl03__ja {
    line-height: 1.35;
  }
  .c-txtlead {
    text-align: center;
    line-height: 1.4166666667;
  }
  .c-txtlink .link {
    text-underline-offset: 2px;
    line-height: 1.5;
    transition: all 0.5s;
  }
  .c-txtlink .link:hover {
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
  }
  .c-label__list {
    gap: 5px;
  }
  .c-label__item {
    padding: 10px 18px;
  }
  .c-label__item .item-txt::before {
    width: 24px;
    height: 24px;
    left: -6px;
    top: 3px;
  }
  .c-label__item .item-txt::after {
    left: 1px;
    top: 11px;
    width: 10.23px;
    height: 8.02px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
  .c-introai {
    width: 100%;
    max-width: 1080px;
  }
  .c-introai__quote {
    padding: 31px 19px 30px clamp(1.25rem, 3.2451923077vw + -0.3076923077rem, 2.9375rem);
    max-width: 1020px;
    margin-top: 15px;
    min-height: 154px;
  }
  .c-introai__quote::after {
    width: 78.5px;
    height: 63.5px;
    top: 1px;
    left: calc(100% - clamp(1.9375rem, -1.0817307692vw + 3.0192307692rem, 2.5rem));
  }
  .c-introai__quote .txtquote {
    font-size: clamp(2rem, 2.1634615385vw + 0.9615384615rem, 3.125rem);
    line-height: 1.28;
  }
  .c-introai__quote .iconquote {
    top: 4px;
  }
  .c-introai__img .img-aibody {
    left: -20px;
    top: -17px;
    width: 38px;
  }
  .c-introai__img .img-aihead {
    top: -37px;
    left: -20px;
    width: 58.5px;
  }
  .c-introai__txt {
    text-align: left;
    font-size: clamp(1.375rem, 0.2403846154vw + 1.2596153846rem, 1.5rem);
    line-height: 1.4166666667;
    padding-left: 90px;
  }
  .c-box01 {
    padding-right: clamp(1.25rem, 9.6153846154vw + -3.3653846154rem, 6.25rem);
  }
  .c-box01__wrapper {
    border-radius: 0 100px 100px 0;
    padding-top: 80px;
    padding-bottom: clamp(12.5rem, 4.8076923077vw + 10.1923076923rem, 15rem);
  }
  .c-box01__wrapper .l-container {
    gap: 0;
    flex-direction: row;
    left: clamp(0rem, 6.0096153846vw + -2.8846153846rem, 3.125rem);
  }
  .c-box01__img {
    max-width: unset;
    width: clamp(20rem, 38.4615384615vw + 1.5384615385rem, 40rem);
    flex-shrink: 0;
  }
  .c-box01__img img {
    border-radius: 50px;
  }
  .c-box01__infor {
    width: calc(100% - clamp(20rem, 38.4615384615vw + 1.5384615385rem, 40rem));
    padding: clamp(0rem, 24.375vw + -21.9375rem, 2.4375rem) clamp(0rem, 20vw + -15rem, 5rem) 39px clamp(1.25rem, 7.2115384615vw + -2.2115384615rem, 5rem);
  }
  .c-box01__infor .c-ttl02 {
    align-items: flex-start;
  }
  .c-box01__txt {
    margin-top: 20px;
  }
  .c-box01__txt .txt {
    margin-top: 16px;
    line-height: 1.75;
  }
  .c-box01__reversed {
    padding-left: clamp(1.25rem, 9.6153846154vw + -3.3653846154rem, 6.25rem);
    padding-right: 0;
  }
  .c-box01__reversed .c-box01__wrapper {
    border-radius: 100px 0 0 100px;
  }
  .c-box01__reversed .c-box01__wrapper .l-container {
    left: auto;
    right: clamp(0rem, 6.0096153846vw + -2.8846153846rem, 3.125rem);
    flex-direction: row-reverse;
  }
  .c-box01__reversed .c-box01__infor {
    padding-left: clamp(0rem, 20vw + -15rem, 5rem);
    padding-right: clamp(1.25rem, 7.2115384615vw + -2.2115384615rem, 5rem);
  }
  .l-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }
  html {
    scroll-padding-top: 100px;
    scrollbar-color: var(--colorviolet) var(--colorgrey);
    scrollbar-width: thin;
  }
  body::-webkit-scrollbar {
    width: 10px;
    background-color: var(--colorgrey);
    z-index: 1;
  }
  body::-webkit-scrollbar-thumb {
    background-color: var(--colorviolet);
  }
  .vm-mv {
    display: block;
    margin-top: 0;
    height: clamp(46.25rem, 30.0480769231vw + 31.8269230769rem, 61.875rem);
  }
  .vm-mv__head {
    margin-bottom: 0;
  }
  .vm-mv__img {
    margin-top: 0;
    position: absolute;
  }
  .vm-mv__main {
    display: block;
    padding-bottom: 0;
    padding-top: clamp(8.4375rem, 13.3413461538vw + 2.0336538462rem, 15.375rem);
  }
  .vm-mv__main .l-container {
    max-width: 1401px;
  }
  .vm-mv__ttl .ttl {
    line-height: 1.089;
  }
  .vm-mv__ttl .ttl.i01 {
    padding-left: 41px;
  }
  .vm-mv__ttl .ttl.i02 {
    left: 0;
    width: 100%;
  }
  .vm-mv__ttl .ttlicon {
    top: 3px;
    margin-right: -4px;
    font-size: clamp(6.25rem, 6.0096153846vw + 3.3653846154rem, 9.375rem);
  }
  .vm-mv__ttl .ttlicon::before {
    left: clamp(-0.3125rem, 1.3221153846vw + -0.9471153846rem, 0.375rem);
    top: clamp(-1.75rem, 1.9230769231vw + -2.6730769231rem, -0.75rem);
    width: 58px;
    height: 75.5px;
  }
  .vm-mv__ttl .ttlicon::after {
    left: clamp(-0.25rem, 1.3221153846vw + -0.8846153846rem, 0.4375rem);
    top: clamp(0rem, 1.8028846154vw + -0.8653846154rem, 0.9375rem);
    width: 38px;
    height: 55.5px;
  }
  .vm-mv__ttl .txtquote {
    top: 6px;
  }
  .vm-mv__ttlsub {
    line-height: 1.4166666667;
    margin-top: 22px;
    padding-left: 40px;
  }
  .vm-mv__labels {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
    padding-left: 39px;
  }
  .vm-mv__label {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 10px 17px 10px 13px;
    gap: 6px;
  }
  .vm-mv__label .icon {
    top: -3px;
    width: 24px;
  }
  .vm-mv__label .icon.i03 {
    width: 25.38px;
  }
  .vm-mv__btns {
    padding: 0;
    position: static;
    bottom: auto;
    left: 0;
    margin-top: 148px;
    gap: 20px;
  }
  .vm-mv__btns .c-btn01 {
    width: 100%;
    max-width: 480px;
  }
  .vm-mv__btns .c-btn01__link {
    font-size: clamp(1.375rem, 0.7211538462vw + 1.0288461538rem, 1.75rem);
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .vm-mv__btns .c-btn01__txt {
    padding-right: 0;
  }
  .vm-mv__btns .c-btn01__icon {
    right: clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
  }
  .vm-mv__btns .c-btn01__icon.icon-download {
    width: 26.13px;
  }
  .vm-mv__btns .c-btn01__icon.icon-chat {
    width: 44.31px;
  }
  .vm-concerns {
    padding: 120px 0 121px;
  }
  .vm-concerns__intro__bg {
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
  }
  .vm-concerns__intro__main {
    padding-top: 122px;
  }
  .vm-concerns__intro__ttl {
    line-height: 1.35;
  }
  .vm-concerns__intro__ttl .ttl {
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
  }
  .vm-concerns__intro__img {
    max-width: clamp(21.875rem, 27.4038461538vw + 8.7211538462rem, 36.125rem);
    margin-top: 42px;
  }
  .vm-concerns__ai {
    margin-top: 61px;
  }
  .vm-features__head .c-txtlead {
    margin-top: 20px;
  }
  .vm-features__boxs {
    margin-top: 60px;
  }
  .vm-features__boxs .c-box01 {
    margin-top: -160px;
  }
  .vm-features__boxs .c-box01:last-child .c-box01__wrapper {
    padding-bottom: clamp(3.75rem, 6.7307692308vw + 0.5192307692rem, 7.25rem);
  }
  .vm-features__boxs .c-box01.bg03 {
    margin-top: -161px;
  }
  .vm-features__ai {
    margin-top: 61px;
  }
  .vm-benefits {
    margin-top: 120px;
  }
  .vm-benefits .c-txtlead {
    margin-top: 20px;
  }
  .vm-benefits__blocks {
    gap: 10px;
    margin-top: 59px;
  }
  .vm-benefits__block {
    border-radius: 50px;
    padding: 20.5px 20px 42px;
    width: clamp(13.75rem, 19.2307692308vw + 4.5192307692rem, 23.75rem);
  }
  .vm-benefits__block__img .img {
    max-width: clamp(10rem, 4.8076923077vw + 7.6923076923rem, 12.5rem);
  }
  .vm-benefits__block__ttl {
    font-size: clamp(1.375rem, 0.7211538462vw + 1.0288461538rem, 1.75rem);
    line-height: 1.2857142857;
    margin-top: 6px;
  }
  .vm-benefits__ai {
    margin-top: 61px;
  }
  .vm-case {
    margin-top: 120px;
  }
  .vm-case .c-box01 {
    padding-right: 0;
    padding-left: 100px;
  }
  .vm-case .c-box01__wrapper {
    padding-bottom: clamp(3.75rem, 33.5vw + -21.375rem, 12.125rem);
    border-radius: 100px 0 0 100px;
  }
  .vm-case .c-box01__infor {
    margin-left: auto;
    padding-top: 0;
    padding-right: clamp(0rem, 45vw + -33.75rem, 11.25rem);
    width: calc(100% - clamp(15.625rem, 34.8557692308vw + -1.1057692308rem, 33.75rem));
  }
  .vm-case .c-box01__infor .c-txtlink {
    text-align: right;
    margin-top: 37px;
  }
  .vm-case .c-box01__img {
    position: absolute;
    right: calc(50% + clamp(0rem, -4.8076923077vw + 4.8076923077rem, 2.5rem));
    top: 0;
    width: clamp(26.25rem, 67.3076923077vw + -6.0576923077rem, 61.25rem);
    max-width: 980px;
  }
  .vm-pricing {
    margin-top: 119px;
    padding-bottom: 100px;
  }
  .vm-pricing .c-ttl01 {
    gap: 34px;
  }
  .vm-pricing .c-ttl01 .txt02-lg {
    top: clamp(0.1875rem, 0.4807692308vw + -0.0432692308rem, 0.4375rem);
    left: -3px;
    margin-left: 6px;
  }
  .vm-pricing .c-txtlead {
    margin-top: 36px;
  }
  .vm-pricing__main {
    border-radius: 100px;
    margin-top: 60px;
    padding: 90px clamp(1.875rem, 6.0096153846vw + -1.0096153846rem, 5rem) 120px;
  }
  .vm-pricing__parts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
    grid-gap: 80px 40px;
  }
  .vm-pricing__part {
    margin-top: 0;
    border-radius: 50px;
    padding: 20px 20px 68px;
  }
  .vm-pricing__part__head {
    padding: 0 20px;
    top: -30px;
  }
  .vm-pricing__part__head .head-txt {
    padding: 21px 25px 20px;
  }
  .vm-pricing__part__head .head-txt::after {
    width: 40px;
    height: 24px;
    top: calc(100% - 6px);
  }
  .vm-pricing__part__body {
    margin-top: 51px;
  }
  .vm-pricing__part__body .c-label__list {
    margin-top: 29px;
    justify-content: center;
  }
  .vm-pricing__part__img {
    max-width: 300px;
    width: 100%;
  }
  .vm-pricing__part__ttl {
    margin-top: 10px;
  }
  .vm-pricing__part__ttl .ttl-lg {
    top: 6px;
    left: -2px;
    margin-left: 7px;
  }
  .vm-pricing__graph {
    flex-direction: row;
    gap: 0;
    margin-top: 80px;
  }
  .vm-pricing__graph__chart {
    max-width: unset;
    margin: 0;
    width: clamp(18.75rem, 21.6346153846vw + 8.3653846154rem, 30rem);
  }
  .vm-pricing__graph__info {
    padding-left: clamp(1.875rem, 6.0096153846vw + -1.0096153846rem, 5rem);
    padding-top: clamp(0rem, 3.75vw + -2.8125rem, 0.9375rem);
    width: calc(100% - clamp(18.75rem, 21.6346153846vw + 8.3653846154rem, 30rem));
  }
  .vm-pricing__graph__info .info-ttl {
    text-align: left;
    line-height: 1.24;
  }
  .vm-pricing__graph__info .info-ttl .num {
    left: 5px;
    top: 3px;
    margin-right: 7px;
  }
  .vm-pricing__graph__info .info-ttl .percent {
    top: 3px;
    margin-right: 6px;
  }
  .vm-pricing__graph__info .info-note {
    margin-top: 15px;
  }
  .vm-pricing__graph__info .info-txts {
    margin-top: 28px;
  }
  .vm-pricing__graph__info .info-txts .txt {
    margin-top: 18px;
  }
  .vm-cta {
    padding-top: 21px;
  }
  .vm-cta .c-label__list {
    gap: 10px;
    margin-top: 20px;
  }
  .vm-cta__txtlead {
    max-width: 100%;
  }
  .vm-cta__txtlead .txtlead {
    line-height: 1.4166666667;
    gap: 22px;
  }
  .vm-cta__txtlead .txtlead::before, .vm-cta__txtlead .txtlead::after {
    height: 32px;
    top: 1px;
  }
  .vm-cta__btn {
    max-width: 800px;
    margin-top: 10px;
  }
  .vm-cta__btn .c-btn01__link {
    font-size: clamp(2rem, 2.1634615385vw + 0.9615384615rem, 3.125rem);
    padding: 44px 20px 45px;
    border-radius: 77px;
  }
  .vm-cta__btn .c-btn01__icon.icon-chat {
    width: 66px;
    right: 80px;
  }
  .vm-cta__btn .c-introai__img {
    left: 30px;
    top: -5px;
  }
  .vm-cta__btn .img-aihead {
    top: -33px;
  }
  .vm-faq {
    border-radius: 100px;
    padding: 0;
    margin-top: 120px;
  }
  .vm-faq .l-container {
    flex-direction: row;
    height: 100%;
  }
  .vm-faq__head {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: clamp(15.625rem, 18.0288461538vw + 6.9711538462rem, 25rem);
    padding-top: 121px;
    padding-bottom: 0;
  }
  .vm-faq__img {
    position: static;
    left: auto;
    bottom: auto;
    margin: 40px 0 0;
    max-width: clamp(12.5rem, 24.0384615385vw + 0.9615384615rem, 25rem);
  }
  .vm-faq__main {
    width: calc(100% - clamp(15.625rem, 18.0288461538vw + 6.9711538462rem, 25rem));
    padding: 120px 0 139px clamp(1.25rem, 7.2115384615vw + -2.2115384615rem, 5rem);
  }
  .vm-faq__item {
    margin-top: 10px;
  }
  .vm-faq__item.is_open .vm-faq__question {
    padding-bottom: 21px;
  }
  .vm-faq__item::before {
    width: 24px;
    height: 14px;
    right: clamp(1.25rem, 0.9615384615vw + 0.7884615385rem, 1.75rem);
    top: 42px;
  }
  .vm-faq__question {
    padding: 31px clamp(3.125rem, 1.2019230769vw + 2.5480769231rem, 3.75rem) 29px clamp(1.5625rem, 0.6009615385vw + 1.2740384615rem, 1.875rem);
    transition: all 0.5s;
    gap: 0 19px;
  }
  .vm-faq__question:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .vm-faq__question .faq-q {
    width: 36px;
    height: 36px;
    top: -1px;
  }
  .vm-faq__question .faq-q img {
    width: 15px;
  }
  .vm-faq__question .faq-ttl .ttl {
    line-height: 1.4166666667;
  }
  .vm-faq__answer__content {
    transition: all 0.5s;
    padding: 0 48px 38px clamp(1.5625rem, 0.6009615385vw + 1.2740384615rem, 1.875rem);
    gap: 0 19px;
  }
  .vm-faq__answer .faq-a {
    width: 36px;
    height: 36px;
    top: -2px;
  }
  .vm-faq__answer .faq-a img {
    width: 15px;
  }
  .vm-faq__answer .faq-desc {
    padding-top: 0;
    line-height: 1.75;
  }
  .vm-faq__answer .faq-desc a:hover::after {
    opacity: 0;
  }
  .vm-faq__answer .faq-desc .desc {
    margin-top: 16px;
  }
  .vm-faq__txt01 {
    margin-top: 81px;
  }
  .vm-faq__txt01 .txt01 {
    gap: 21px;
    line-height: 1.4166666667;
  }
  .vm-faq__txt01 .txt01::before, .vm-faq__txt01 .txt01::after {
    height: 34px;
  }
  .vm-faq__btn {
    margin-top: 9px;
  }
  .vm-faq__btn .c-btn01 {
    max-width: 480px;
  }
}
/*# sourceMappingURL=maps/vm.css.map */
