@charset "UTF-8";
@media screen and (min-width: 1040px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .minPc-none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .minSp-none {
    display: none !important;
  }
}

:root {
  --rem-1: 0.0625rem;
  --rem-2: 0.125rem;
  --rem-3: 0.1875rem;
  --rem-4: 0.25rem;
  --rem-5: 0.3125rem;
  --rem-6: 0.375rem;
  --rem-7: 0.4375rem;
  --rem-8: 0.5rem;
  --rem-9: 0.5625rem;
  --rem-10: 0.625rem;
  --rem-11: 0.6875rem;
  --rem-12: 0.75rem;
  --rem-13: 0.8125rem;
  --rem-14: 0.875rem;
  --rem-15: 0.9375rem;
  --rem-16: 1rem;
  --rem-17: 1.0625rem;
  --rem-18: 1.125rem;
  --rem-19: 1.1875rem;
  --rem-20: 1.25rem;
  --rem-21: 1.3125rem;
  --rem-22: 1.375rem;
  --rem-23: 1.4375rem;
  --rem-24: 1.5rem;
  --rem-25: 1.5625rem;
  --rem-26: 1.625rem;
  --rem-27: 1.6875rem;
  --rem-28: 1.75rem;
  --rem-29: 1.8125rem;
  --rem-30: 1.875rem;
  --rem-31: 1.9375rem;
  --rem-32: 2rem;
  --rem-33: 2.0625rem;
  --rem-34: 2.125rem;
  --rem-35: 2.1875rem;
  --rem-36: 2.25rem;
  --rem-37: 2.3125rem;
  --rem-38: 2.375rem;
  --rem-39: 2.4375rem;
  --rem-40: 2.5rem;
  --rem-41: 2.5625rem;
  --rem-42: 2.625rem;
  --rem-43: 2.6875rem;
  --rem-44: 2.75rem;
  --rem-45: 2.8125rem;
  --rem-46: 2.875rem;
  --rem-47: 2.9375rem;
  --rem-48: 3rem;
  --rem-49: 3.0625rem;
  --rem-50: 3.125rem;
  --rem-51: 3.1875rem;
  --rem-52: 3.25rem;
  --rem-53: 3.3125rem;
  --rem-54: 3.375rem;
  --rem-55: 3.4375rem;
  --rem-56: 3.5rem;
  --rem-57: 3.5625rem;
  --rem-58: 3.625rem;
  --rem-59: 3.6875rem;
  --rem-60: 3.75rem;
  --rem-61: 3.8125rem;
  --rem-62: 3.875rem;
  --rem-63: 3.9375rem;
  --rem-64: 4rem;
  --rem-65: 4.0625rem;
  --rem-66: 4.125rem;
  --rem-67: 4.1875rem;
  --rem-68: 4.25rem;
  --rem-69: 4.3125rem;
  --rem-70: 4.375rem;
  --rem-71: 4.4375rem;
  --rem-72: 4.5rem;
  --rem-73: 4.5625rem;
  --rem-74: 4.625rem;
  --rem-75: 4.6875rem;
  --rem-76: 4.75rem;
  --rem-77: 4.8125rem;
  --rem-78: 4.875rem;
  --rem-79: 4.9375rem;
  --rem-80: 5rem;
  --rem-81: 5.0625rem;
  --rem-82: 5.125rem;
  --rem-83: 5.1875rem;
  --rem-84: 5.25rem;
  --rem-85: 5.3125rem;
  --rem-86: 5.375rem;
  --rem-87: 5.4375rem;
  --rem-88: 5.5rem;
  --rem-89: 5.5625rem;
  --rem-90: 5.625rem;
  --rem-91: 5.6875rem;
  --rem-92: 5.75rem;
  --rem-93: 5.8125rem;
  --rem-94: 5.875rem;
  --rem-95: 5.9375rem;
  --rem-96: 6rem;
  --rem-97: 6.0625rem;
  --rem-98: 6.125rem;
  --rem-99: 6.1875rem;
  --rem-100: 6.25rem;
  /* ----- Content（文字色） ----- */
  --color-content-primary: #1B1B1C; /* メイン文字色 */
  --color-content-secondary: #646466; /* サブ文字 */
  --color-content-tertiary: #ADADB1; /* 補助テキスト */
  --color-content-inverse: #fff; /* 暗背景上の文字 */
  --color-content-accent: #4555E5; /* 強調 */
  --color-background-secondary: #F2F2F7;
  /* ----- Surface / Background（背景） ----- */
  --color-surface-inverse: #323233; /* 暗背景 */
  /* ----- Border（境界線） ----- */
  --color-border-primary: #DEDEE3; /* 通常枠線 */
  --color-border-inverse: #323233; /* 暗背景の枠線 */
  /* ----- color ----- */
  --color-cobalt-50: #EBEDFA;
  --color-cobalt-100: #D2D7F0;
  --color-cobalt-200: #8B96F0;
  --color-cobalt-300: #6F7CF5;
  --color-cobalt-600: #1E28A4;
  --color-magenta-500: #BF56A7;
  /* ----- radius ----- */
  --Radius-r-100: 2px;
  --Radius-r-200: 4px;
  --Radius-r-500: 12px;
  --Radius-r-600: 16px;
  --Radius-r-700: 24px;
  --Radius-r-800: 9999px;
  /* ----- shadow ----- */
  --box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.15);
  /* ----- other ----- */
  --DXS: linear-gradient(116deg, var(--color-content-accent) 16.28%, #A96AD4 50.67%, var(--color-magenta-500) 83.72%);
  --transition-1: cubic-bezier(0.78, 0.07, 0, 1) 0.4s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
body * {
  box-sizing: border-box;
}
body a {
  color: #1b1b1c;
}
@media screen and (max-width: 1039px) {
  body.is-open {
    overflow: hidden;
  }
}

.Header {
  position: fixed;
  z-index: 100;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 39px 93px 36px 34px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  gap: 0 23px;
  height: 122px;
}
@media screen and (max-width: 1039px) {
  .Header {
    height: 52px;
    padding: 0 24px 0 22px;
  }
}
@media screen and (min-width: 1040px) {
  .Header.lpB {
    padding: 16px 93px 16px 38px;
    height: 65px;
  }
  .Header.lpB h1 img {
    width: 200px;
  }
}
@media screen and (max-width: 1039px) {
  .Header h1 {
    margin-top: 2px;
  }
}
.Header h1 img {
  width: 215px;
}
@media screen and (max-width: 1039px) {
  .Header h1 img {
    width: 125px;
  }
}
.Header-PcNav {
  font-size: var(--rem-14);
  font-weight: bold;
  gap: 0 30px;
  letter-spacing: 0.84px;
  display: flex;
  align-items: center;
  transform: translateY(4px);
  max-width: 582px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1039px) {
  .Header-PcNav {
    display: none;
  }
}
.lpB .Header-PcNav {
  transform: translateY(-1px);
}
.lpwp-Header .Header-PcNav {
  max-width: 949px;
}
.Header-PcNav ul {
  display: flex;
  justify-content: space-between;
  width: 400px;
}
.lpwp-Header .Header-PcNav ul {
  max-width: 757px;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px 13px;
}
.Header-PcNav li {
  cursor: pointer;
}
.Header-Btns {
  display: flex;
  gap: 0 31px;
}
.Header-Btns img {
  position: relative;
  width: 18px;
  height: 18px;
}
.Header-Btns a {
  background: linear-gradient(to right, #446DFF, #F36DAA); /* 青からピンクのグラデ */
  width: 140px;
  height: 46px;
  padding: 0;
  color: #fff;
  font-size: var(--rem-14);
  padding-top: 2px;
  letter-spacing: 0.08em;
  padding-right: 11px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  position: relative;
  gap: 0 8px;
}
.lpB .Header-Btns a {
  background: linear-gradient(to right, #FF493C, #FB9D5E); /* 赤からオレンジのグラデ */
}
.Header-Btns a::before {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #fff;
  top: calc(-50% + 6px);
  left: calc(-50% + 6px);
  transform: translate(50%, 50%);
}
.Header-Btns a::after {
  position: absolute;
  content: "";
}
.Header-Btns a .hoverText {
  background: linear-gradient(to right, #5761e6, #be57a9);
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  line-height: 140%;
}
.lpB .Header-Btns a .hoverText {
  background: linear-gradient(to right, #FF493C, #FB9D5E);
  -webkit-background-clip: text;
}
.lpwp-Header .Header-Btns a .hoverText {
  background: linear-gradient(90deg, #6F7CF4 0%, #52B5FF 100%);
  -webkit-background-clip: text;
}
.lpwp-Header .Header-Btns a {
  background: linear-gradient(90deg, rgb(111, 124, 244) 0%, rgb(82, 181, 255) 100%);
  justify-content: center;
  padding: 0 12px 0 0;
}
.lpwp-Header .Header-Btns a img {
  display: block;
  right: 11px;
  width: 18px;
  height: 18px;
  position: absolute;
}
.Header-SpNav {
  transform: translateX(100vw);
  overflow-y: scroll;
  position: fixed;
  background: #fff;
  width: 100vw;
  height: calc(100vh - 52px);
  height: calc(100dvh - 52px);
  z-index: 10;
  top: 52px;
  padding: 41px 24px;
  transition: 0.5s;
}
.Header-SpNav.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 1040px) {
  .Header-SpNav {
    display: none;
  }
}
.Header-SpNavButton {
  width: 36px;
  height: 10px;
  position: relative;
  margin-top: 5px;
}
@media screen and (min-width: 1040px) {
  .Header-SpNavButton {
    display: none;
  }
}
.Header-SpNavButton::before, .Header-SpNavButton::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  transition: 0.3s;
}
.Header-SpNavButton::before {
  border-top: 3px solid #444;
  top: -2px;
}
.Header-SpNavButton::after {
  border-bottom: 3px solid #444;
  bottom: 2px;
}
.Header-SpNavButton.is-open::before {
  border-top: 3px solid #444;
  transform: rotate(45deg);
  top: 3px;
}
.Header-SpNavButton.is-open::after {
  border-bottom: 3px solid #444;
  transform: rotate(-45deg);
  bottom: 4px;
}
.Header-SpNavList {
  border-top: 1px solid #222;
  font-size: var(--rem-14);
  font-weight: bold;
}
.Header-SpNavList li {
  border-bottom: 1px solid #222;
}
.Header-SpNavList li p, .Header-SpNavList li a {
  display: flex;
  align-items: center;
  height: 63px;
}
.Header-SpNavGovernanceList {
  font-size: var(--rem-13);
  margin: 50px 0 29px;
}
.Header-SpNavGovernanceList li {
  margin-bottom: 21px;
}
.Header-SpNav--copy {
  font-size: var(--rem-12);
  color: #666;
}

.top-form {
  background-color: #fff;
}
@media screen and (min-width: 1040px) {
  .top-form {
    width: 28.349%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100vh - 65px);
    overflow: auto;
    z-index: 2;
    border-left: 1px solid #ddd;
  }
  .top-form.is-sticky {
    position: fixed;
  }
}
@media screen and (max-width: 1039px) {
  .top-form {
    padding-top: calc(508px + (100vw - 350px) * 1.603);
    background-image: url(/wp-content/themes/dx-suite/assets/img/lpB/lp_b_img_company-logo_sp.webp);
    background-repeat: no-repeat;
    background-size: calc(100% - 48px);
    background-position-x: center;
  }
  .no-img .top-form {
    padding-top: 0;
    background-image: none;
  }
}
@media screen and (min-width: 1040px) {
  .top-form__Inner {
    padding: 14px 0;
  }
}
@media screen and (max-width: 1039px) {
  .top-form__Inner {
    border-top: 1px solid #f2f2f2;
    padding: 18px 0 16px;
  }
}
.top-form h3 {
  color: #F25A24;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1039px) {
  .top-form h3 {
    margin-bottom: 10px;
  }
}
.top-form p {
  text-align: center;
  font-size: 11px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1039px) {
  .top-form p {
    margin-bottom: 16px;
  }
}

.bottom-form {
  padding-top: 0;
  background-image: none;
}

.c-hoverCircle {
  overflow: hidden;
  position: relative;
}
.c-hoverCircle:hover .hoverCircle {
  transform: translate(-50%, -50%) scale(35);
}

.hoverText {
  position: relative;
  z-index: 2;
}

.hoverCircle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.15);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.7s ease;
}

.lp-contact {
  margin: 210px auto 145px;
  width: calc(100% - 40px);
  max-width: 912px;
}
@media screen and (min-width: 1040px) {
  .lp-contact {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1039px) {
  .lp-contact {
    margin-top: 102px;
  }
}
.lp-contact .form {
  min-height: 100vh;
}
.lp-contact .form h2 {
  font-weight: 400;
  font-size: var(--rem-19);
  line-height: 164%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000;
  margin-bottom: 16px;
}
@media screen and (max-width: 1039px) {
  .lp-contact .form h2 {
    font-size: var(--rem-16);
    margin-bottom: 12px;
    text-align: left;
  }
}
.lp-contact .form p {
  text-align: center;
  font-weight: 400;
  font-size: var(--rem-16);
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #000;
  margin-bottom: 14px;
}
@media screen and (max-width: 1039px) {
  .lp-contact .form p {
    text-align: left;
    font-size: var(--rem-14);
    line-height: 20px;
  }
}
.lp-contact .form p span {
  display: inline-block;
  font-weight: 700;
  font-size: var(--rem-18);
  line-height: 100%;
  color: #dc3246;
  margin-right: 4px;
  transform: translateY(5px);
}
@media screen and (max-width: 1039px) {
  .lp-contact .form p span {
    font-size: var(--rem-16);
    margin-right: 2px;
  }
}

.lp-docrequest {
  margin: 222px auto 145px;
  width: calc(100% - 40px);
  max-width: 1000px;
}
@media screen and (min-width: 1040px) {
  .lp-docrequest {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1039px) {
  .lp-docrequest {
    margin-top: 102px;
  }
}
.lp-docrequest .intro {
  width: 100%;
  margin-right: 80px;
}
@media screen and (min-width: 1040px) {
  .lp-docrequest .intro {
    max-width: 420px;
  }
}
.lp-docrequest .intro h2 {
  background: #999;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding-top: 1px;
}
.lp-docrequest .intro h2 span {
  font-size: min(1.7vw, var(--rem-18));
  color: #000;
  background: #fff;
  height: 26px;
  max-width: 160px;
  width: 50%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  z-index: 1;
  letter-spacing: 0.11em;
  padding: 0 0 2px 1px;
  margin: 0 13px 0 0;
}
@media screen and (max-width: 1039px) {
  .lp-docrequest .intro h2 span {
    font-size: min(4vw, var(--rem-18));
  }
}
.lp-docrequest .intro h2 span::after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -9px;
  left: 24px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-40deg);
  z-index: -1;
}
.lp-docrequest .intro h2 p {
  font-size: min(2.6vw, var(--rem-26));
  color: #fff;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1039px) {
  .lp-docrequest .intro h2 p {
    font-size: min(5vw, var(--rem-26));
  }
}
.lp-docrequest .intro h3 {
  font-size: min(1.7vw, var(--rem-16));
  margin: 27px 0 37px 1px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 1.5;
}
@media screen and (max-width: 1039px) {
  .lp-docrequest .intro h3 {
    font-size: min(3.3vw, var(--rem-16));
    margin: 15px 0 25px 0;
  }
}
.lp-docrequest .intro .table {
  box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.15);
  padding-bottom: 33px;
}
.lp-docrequest .intro .table h4 {
  font-size: var(--rem-26);
  padding: 53px 0 37px 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1039px) {
  .lp-docrequest .intro .table h4 {
    font-size: min(5.5vw, var(--rem-26));
    padding: 40px 0 30px 0;
  }
}
.lp-docrequest .intro .table ul {
  width: fit-content;
  margin: 0 auto 29px;
}
.lp-docrequest .intro .table li {
  font-size: min(4vw, var(--rem-16));
  display: flex;
  margin-bottom: 18px;
}
.lp-docrequest .intro .table li::before {
  content: "●";
  display: block;
  color: #C4C4C4;
  margin-right: 4px;
}
.lp-docrequest .intro .table img {
  width: 100%;
}
.lp-docrequest .form {
  width: 100%;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 1040px) {
  .lp-docrequest .form {
    max-width: 500px;
  }
}
@media screen and (max-width: 1039px) {
  .lp-docrequest .form {
    padding-top: 50px;
  }
}
.lp-docrequest .form h2 {
  text-align: left;
  font-size: min(1.7vw, var(--rem-16));
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 1039px) {
  .lp-docrequest .form h2 {
    font-size: min(3.5vw, var(--rem-16));
    text-align: center;
  }
}
.lp-docrequest .form p {
  font-size: var(--rem-12);
}
.lp-docrequest .form p span {
  color: #c5466c;
}

.share {
  padding: 88px 24px 110px;
  background-color: white;
}
@media screen and (min-width: 1040px) {
  .share {
    width: calc(71.651% - 30px);
  }
}
@media screen and (max-width: 1039px) {
  .share {
    padding: 0 24px;
    scroll-margin-top: 53px;
  }
}
@media screen and (max-width: 1039px) {
  .share {
    padding: 56px 0;
  }
}
.share__Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .share__Inner {
    max-width: 816px;
  }
}
@media screen and (max-width: 1039px) {
  .share__Inner {
    padding: 0 24px;
  }
}
.share h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .share h2 {
    font-size: 32px;
  }
}
.share h2 .futura {
  font-family: "futura-pt", "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1039px) {
  .share h2 .futura {
    font-size: 41px;
  }
}
.share h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .share h3 {
    font-size: 20px;
  }
}
.share img {
  margin: 38px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1039px) {
  .share img {
    margin: 12px 0;
  }
}
.share img.market-share {
  width: min(42.7083333333vw, 615px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1039px) {
  .share img.market-share {
    width: clamp(312px, 45.6325301205vw + 147.7228915663px, 615px);
  }
}
.share p {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: justify;
  width: 100%;
  color: #444;
}
@media screen and (max-width: 1039px) {
  .share p {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1040px) {
  .voices {
    padding: 88px 0 110px;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 1039px) {
  .voices {
    padding: 52px 0 24px;
    margin-top: 10px;
  }
}
.voices__Inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .voices__Inner {
    max-width: 816px;
  }
}
.voices-Title {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1039px) {
  .voices-Title {
    font-size: clamp(32px, 1.5060240964vw + 26.578313253px, 42px);
    margin-bottom: 40px;
  }
}
.voices-Title.gradient {
  background: linear-gradient(90deg, #4555E5 0%, #0FC2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.voices-List {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .voices-List {
    gap: 24px;
  }
}
.voices-List__Item {
  width: 100%;
  max-width: 816px;
  background: #FFFFFF;
  border: 1px solid #DEDEE3;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .voices-List__Item {
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 10px;
  }
}
.voices-List__Img {
  width: min(48%, 364px);
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .voices-List__Img {
    width: 100%;
    height: auto;
  }
}
.voices-List__Img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.voices-List__Text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .voices-List__Text {
    width: 100%;
  }
}
.voices-List__Text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.06em;
}
.voices-List__Company {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: right;
  letter-spacing: 0.06em;
  width: 100%;
}

@media screen and (min-width: 1040px) {
  .plans {
    width: calc(71.651% - 30px);
  }
}
@media screen and (max-width: 1039px) {
  .plans {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1040px) {
  .plans {
    margin: -3px 15px 138px;
    padding-top: 122px;
  }
}
@media screen and (max-width: 1039px) {
  .plans {
    margin: 57px auto 0;
    padding-top: 7px;
  }
}
.plans__Inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .plans__Inner {
    max-width: 816px;
  }
}
.plans-Title {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1039px) {
  .plans-Title {
    font-size: clamp(32px, 1.5060240964vw + 26.578313253px, 42px);
    margin-bottom: 40px;
  }
}
.plans-Title.gradient {
  background: linear-gradient(90deg, #4555E5 0%, #0FC2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plans-AccButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 21px 0 0;
  height: 57px;
  font-size: var(--rem-16);
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.plans-AccButton span {
  width: 22px;
  height: 22px;
  pointer-events: none;
}
.plans-AccButton span::before, .plans-AccButton span::after {
  content: "";
  display: block;
  background: #000;
  position: relative;
}
.plans-AccButton span::before {
  height: 2px;
  top: 11px;
}
.plans-AccButton span::after {
  width: 2px;
  height: 22px;
  left: 10px;
  top: -1px;
  scale: 1 1 1;
  transition: 0.4s;
}
.plans-AccButton.is-open {
  border-bottom: none;
}
.plans-AccButton.is-open span::after {
  scale: 1 0 1;
}
.plans-List {
  display: flex;
}
@media screen and (min-width: 1040px) {
  .plans-List {
    justify-content: space-between;
    gap: min(2vw, 30px);
  }
}
@media screen and (max-width: 1039px) {
  .plans-List {
    flex-direction: column;
    gap: 51px;
  }
}
.plans-List__Wrap {
  position: relative;
}
@media screen and (min-width: 1040px) {
  .plans-List__Wrap {
    margin: 40px 0 25px;
  }
}
@media screen and (max-width: 1039px) {
  .plans-List__Wrap {
    margin-bottom: 25px;
  }
}
.plans-List__Comparison {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1039px) {
  .plans-List__Comparison {
    display: none;
  }
}
.plans-List__Comparison__List1 {
  display: flex;
  background: url(/wp-content/themes/dx-suite/assets/img/lp/plans/bg_comparison1.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: min(6vw, 71px);
  align-items: center;
}
.plans-List__Comparison__List1 li {
  flex: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: min(1.7vw, var(--rem-20));
  line-height: 1.3;
}
.plans-List__Comparison__List1 li:first-child {
  transform: translateX(20px);
}
.plans-List__Comparison__List1 li:last-child {
  transform: translateX(-13px);
}
.plans-List__Comparison p {
  background: #9FA0A0;
  color: #fff;
  font-size: var(--rem-20);
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-weight: 700;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plans-Each {
  border: 1px solid #808185;
}
@media screen and (min-width: 1040px) {
  .plans-Each {
    width: 283px;
    padding-bottom: 91px;
  }
}
.plans-Each__Title {
  font-family: "Futura";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-bottom: 1px solid #808185;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Title {
    font-size: var(--rem-24);
    height: 41px;
  }
}
.plans-Each__Inner {
  padding: 27px 26px 35px 20px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Inner {
    padding: 17px 24px 30px;
  }
}
.plans-Each__Inner dl {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ebedef;
  padding-bottom: 4px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Inner dl {
    padding-bottom: 14px;
  }
}
.plans-Each__Inner dl:not(:first-child) {
  margin-top: 11px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Inner dl:not(:first-child) {
    margin-top: 14px;
  }
}
.plans-Each__Inner dt {
  font-size: var(--rem-14);
  font-weight: bold;
  transform: translateY(-2px);
}
@media screen and (max-width: 1039px) {
  .plans-Each__Inner dt {
    font-size: var(--rem-16);
    letter-spacing: 0.06em;
  }
}
.plans-Each__Inner dd {
  font-weight: bold;
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Inner dd {
    gap: 1px;
  }
}
.plans-Each__Inner dd .num {
  font-size: min(2vw, var(--rem-25));
  letter-spacing: 0.04em;
  font-family: "futura-pt", sans-serif !important;
  display: inline-block;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Inner dd .num {
    font-size: var(--rem-24);
    letter-spacing: 0.06em;
    margin-right: 0;
  }
}
.plans-Each__Inner dd .unit {
  font-size: min(1.4vw, var(--rem-16));
  display: flex;
  align-items: center;
  gap: 3px;
  transform: translateY(2px);
}
@media screen and (max-width: 1039px) {
  .plans-Each__Inner dd .unit {
    font-size: var(--rem-16);
    transform: translate(6px, 1px);
    gap: 2px;
  }
}
.plans-Each__MonthlyCost dd .unit::after {
  content: "〜";
  display: block;
  font-size: min(1.2vw, var(--rem-14));
}
@media screen and (min-width: 1040px) {
  .plans-Each__MonthlyCost dd .unit::after {
    transform: translateY(2px);
  }
}
@media screen and (max-width: 1039px) {
  .plans-Each__MonthlyCost dd .unit::after {
    font-size: var(--rem-16);
  }
}
.plans-Each__FreeTier dd {
  margin-right: 1px;
}
.plans-Each__FreeTier dd .unit {
  gap: 0;
}
@media screen and (min-width: 1040px) {
  .plans-Each__FreeTier dd .unit {
    transform: translateY(3px);
  }
}
@media screen and (max-width: 1039px) {
  .plans-Each__FreeTier dd .unit {
    transform: translateX(6px);
    gap: 1px;
  }
}
.plans-Each__FreeTier dd .unit::after {
  content: "分";
  display: block;
  font-size: min(1.4vw, var(--rem-16));
}
@media screen and (max-width: 1039px) {
  .plans-Each__FreeTier dd .unit::after {
    font-size: var(--rem-16);
  }
}
.plans-Each__InitialCost dd {
  margin-right: 17px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__InitialCost dd {
    margin-right: 19px;
  }
}
.plans-Each__Request {
  margin: 14px 0 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ebedef;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Request {
    margin: 33px 0 18px;
    font-size: var(--rem-14);
    width: fit-content;
    padding: 0 22px 33px 0;
  }
}
.plans-Each__Request strong {
  font-size: var(--rem-11);
  letter-spacing: 0.06em;
  background: #f2f2f2;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 22px;
  border-radius: 2px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Request strong {
    font-size: var(--rem-14);
    width: 131px;
    height: 30px;
    margin-bottom: 9px;
  }
}
.plans-Each__Request ul {
  color: #444;
  font-size: var(--rem-11);
  letter-spacing: 0.06em;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-top: 9px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Request ul {
    font-size: var(--rem-14);
  }
}
.plans-Each__Request ul li {
  line-height: 1.2;
}
.plans-Each__Support strong {
  font-size: var(--rem-11);
  letter-spacing: 0.06em;
  background: #f2f2f2;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 22px;
  padding: 0 6px;
  border-radius: 2px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Support strong {
    font-size: var(--rem-14);
    width: 104px;
    height: 30px;
    margin-bottom: 9px;
  }
}
.plans-Each__Support div {
  margin-top: 6px;
}
.plans-Each__Support div + div {
  margin-top: 5px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Support div + div {
    margin-top: 16px;
  }
}
.plans-Each__Support p {
  font-size: var(--rem-10);
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Support p {
    font-size: var(--rem-14);
  }
}
.plans-Each__Support ul {
  letter-spacing: 0.06em;
  font-size: var(--rem-11);
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Support ul {
    font-size: var(--rem-14);
    margin: 10px 0 0 0;
    gap: 6px;
  }
}
.plans-Each__Support ul li {
  display: flex;
  gap: 5px;
  align-items: center;
}
.plans-Each__Support ul li::before {
  content: "";
  display: block;
  background: #c4c4c4;
  width: 6px;
  height: 6px;
}
.plans-Each__Comparison__sp {
  display: none;
}
@media screen and (max-width: 1039px) {
  .plans-Each__Comparison__sp {
    display: block;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin: 36px auto 0;
    gap: 10px;
    width: min(100%, 264px);
    height: 62px;
    background: #F2F2F7;
    border: 1px solid #1B1B1C;
  }
}
.plans-Each__Comparison__sp p {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.06em;
}
.plans-Notice {
  font-size: var(--rem-12);
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 1039px) {
  .plans-Notice {
    letter-spacing: 0;
  }
}

.c-acc-toggle {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .c-acc-sp .c-acc-toggle {
    cursor: default;
  }
  .c-acc-sp .c-acc-toggle::before, .c-acc-sp .c-acc-toggle::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-acc-minSp .c-acc-toggle {
    display: none;
  }
}
.c-acc-toggle::before, .c-acc-toggle::after {
  display: block;
  content: "";
}
.c-acc-content {
  transition: cubic-bezier(0.78, 0.07, 0, 1) 0.4s;
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
}
@media screen and (min-width: 1040px) {
  .c-acc-sp .c-acc-content {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-acc-minSp .c-acc-content {
    display: block;
  }
}
.c-acc-content.is-open {
  grid-template-rows: 1fr;
}
.c-acc-content .c-acc-inner {
  overflow: hidden;
  min-height: 0;
}

@media screen and (min-width: 1040px) {
  .supports {
    width: calc(71.651% - 30px);
  }
}
@media screen and (max-width: 1039px) {
  .supports {
    padding: 0 24px;
    scroll-margin-top: 53px;
  }
}
@media screen and (min-width: 1040px) {
  .supports {
    margin: 127px 15px 0;
  }
}
@media screen and (max-width: 1039px) {
  .supports {
    margin: 63px auto 42px;
  }
}
.supports__Inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .supports__Inner {
    max-width: 816px;
  }
}
.supports-Title {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1039px) {
  .supports-Title {
    font-size: clamp(32px, 1.5060240964vw + 26.578313253px, 42px);
    margin-bottom: 40px;
  }
}
.supports-Title.gradient {
  background: linear-gradient(90deg, #4555E5 0%, #0FC2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.supports-Title--description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1039px) {
  .supports-Title--description {
    font-size: 16px;
  }
}
.supports-Program {
  background: linear-gradient(177.36deg, #3E98C2 0%, #1871B9 100%);
  display: grid;
  gap: 33px;
  padding: 30px;
  margin-top: 32px;
}
@media screen and (max-width: 1039px) {
  .supports-Program {
    flex-direction: column;
    margin: 0;
    gap: 35px;
    padding: 18px;
    margin-top: 28px;
  }
}
.supports-Program .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 24px;
}
@media screen and (max-width: 1039px) {
  .supports-Program .top {
    flex-direction: column;
    gap: 16px;
  }
}
.supports-Program .bottom {
  display: grid;
  gap: 14px;
}
.supports-Program--icon {
  max-width: 192px;
  width: 33%;
  height: 100%;
}
.supports-Program__Text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 22px;
  color: #FFFFFF;
}
.supports-Program__Text__Inner {
  display: grid;
  gap: 7px;
}
.supports-Program__Text h3 {
  font-family: "Futura";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1039px) {
  .supports-Program__Text h3 {
    padding-bottom: 3px;
    font-size: clamp(18px, 0.9036144578vw + 14.7469879518px, 24px);
    word-break: keep-all;
    display: block;
    white-space: nowrap;
    height: 100%;
    line-height: 1.25;
  }
}
.supports-Program__Price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  gap: 10px;
  margin: 0 0 7px 0;
}
.supports-Program__Price--label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  transform: translateY(1px);
}
.supports-Program__Price--num span {
  display: inline-block;
}
.supports-Program__Price--num .futura {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.03em;
}
.supports-Program__Price--num .unit {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  transform: translateX(-2px);
}
@media screen and (max-width: 1039px) {
  .supports-Program__Price--num .unit {
    transform: translate(4px, -3px);
  }
}
.supports-Program__Price--num .from {
  font-size: 14px;
  letter-spacing: 0;
  transform: translate(-1px, 1px);
}
@media screen and (max-width: 1039px) {
  .supports-Program__Price--num .from {
    font-size: 16px;
    transform: translate(2px, -3px);
  }
}
.supports-Program__Data {
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  .supports-Program__Data {
    margin-bottom: 16px;
  }
}
.supports-Program__Data__Label__Wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 9px;
}
.supports-Program__Data__Label--label {
  font-size: 14px;
  letter-spacing: 0;
}
.supports-Program__Data__Label--count {
  font-size: 14px;
  letter-spacing: 0;
  transform: translateY(-1px);
}
.supports-Program__Data--note {
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.06em;
}
.supports-Program__DataList {
  font-size: 11px;
}
@media screen and (max-width: 1039px) {
  .supports-Program__DataList {
    font-size: 14px;
  }
}
.supports-Program__DataList dt {
  background: #ADADB1;
  width: fit-content;
  font-size: 11px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  padding: 0 4px 2px;
  margin-bottom: 8px;
}
.supports-Program__DataList dd {
  font-weight: 400;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
.supports-Program__DataList:nth-of-type(2) dd > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
}
.supports__Customer {
  display: flex;
  width: 100%;
  max-width: 753px;
  background: #FFFFFF;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .supports__Customer {
    padding: 24px;
  }
}
.supports__Customer .heading {
  background-color: #000;
  padding: 8px;
  width: fit-content;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  position: relative;
}
.supports__Customer .heading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 8px;
  position: absolute;
  bottom: -16px;
  background-color: #1B1B1C;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16'%3E%3Cpath d='M9 16L0 0H18L9 16Z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16'%3E%3Cpath d='M9 16L0 0H18L9 16Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.supports__Customer__Item {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .supports__Customer__Item {
    flex-direction: column;
    align-items: center;
  }
}
.supports__Customer__Img {
  width: min(48%, 332px);
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .supports__Customer__Img {
    width: 100%;
    height: auto;
  }
}
.supports__Customer__Img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.supports__Customer__Text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .supports__Customer__Text {
    width: 100%;
  }
}
.supports__Customer__Text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.06em;
}
.supports__Customer__Company {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: right;
  letter-spacing: 0.06em;
  width: 100%;
}
.supports--notice {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 1039px) {
  .supports--notice {
    text-align: justify;
  }
}

.faqs {
  padding-top: 88px;
  margin: 5px 15px 54px;
}
@media screen and (min-width: 1040px) {
  .faqs {
    width: calc(71.651% - 30px);
  }
}
@media screen and (max-width: 1039px) {
  .faqs {
    padding: 0 24px;
    scroll-margin-top: 53px;
  }
}
@media screen and (max-width: 1039px) {
  .faqs {
    margin: 12px 0 50px;
    padding-top: 52px;
  }
}
.faqs__Inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .faqs__Inner {
    max-width: 816px;
  }
}
.faqs-Title {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1039px) {
  .faqs-Title {
    font-size: clamp(32px, 1.5060240964vw + 26.578313253px, 42px);
    margin-bottom: 40px;
  }
}
.faqs-Title.gradient {
  background: linear-gradient(90deg, #4555E5 0%, #0FC2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1039px) {
  .faqs-Title {
    letter-spacing: 0.04em;
  }
}
.faqs dl {
  margin-bottom: 64px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1039px) {
  .faqs dl {
    margin-bottom: 0;
  }
  .faqs dl:not(:last-child) {
    margin-bottom: 34px;
  }
}
.faqs dl:first-of-type {
  margin-top: 42px;
}
@media screen and (max-width: 1039px) {
  .faqs dl:first-of-type {
    margin-top: 19px;
  }
}
.faqs dt {
  border-top: 2px solid #000;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  gap: 0 15px;
  line-height: 1;
  padding: 14px 0 0 1px;
}
@media screen and (max-width: 1039px) {
  .faqs dt {
    border-top: 3px solid #000;
    align-items: flex-start;
    font-size: 24px;
    line-height: 1.4;
    gap: 0;
  }
}
.faqs dt::before {
  content: "Q.";
  font-size: 32px;
  font-weight: 700;
  font-family: "futura-pt", sans-serif !important;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1039px) {
  .faqs dt::before {
    margin: -3px 3px 0 0;
    min-width: 43px;
  }
}
.faqs dd {
  font-size: 18px;
  display: flex;
  letter-spacing: 0.06em;
  color: #333;
  gap: 0 20px;
  margin-top: 21px;
  line-height: 1.8;
}
@media screen and (max-width: 1039px) {
  .faqs dd {
    font-size: 16px;
    padding: 0;
    margin-top: 7px;
  }
}
.faqs dd::before {
  content: "A.";
  color: #444;
  font-size: 32px;
  font-weight: 700;
  font-family: "futura-pt", sans-serif !important;
  letter-spacing: 0.06em;
  min-width: 40px;
  transform: translateY(-11px);
  line-height: 1.8;
}
@media screen and (max-width: 1039px) {
  .faqs dd::before {
    margin: 3px -8px 0 0;
    min-width: 36px;
    white-space: nowrap;
  }
}
.faqs dd a {
  border-bottom: 1px solid #444;
  font-weight: bold;
  color: #444;
  display: inline;
  line-height: 1;
  margin: 4px 2px 0;
}
@media screen and (min-width: 1040px) {
  .faqs dd a {
    padding-bottom: 2px;
  }
}
.faqs dd a img {
  margin-left: 5px;
  vertical-align: baseline;
}
@media screen and (max-width: 1039px) {
  .faqs dd a img {
    width: 12px;
    height: 11px;
  }
}

.lp-thanks {
  padding: 223px 0 128px;
  text-align: center;
  min-height: calc(100vh - 199px);
}
@media screen and (max-width: 1039px) {
  .lp-thanks {
    padding: 119px 24px 46px;
    min-height: calc(100vh - 314px);
  }
}
.lp-thanks-Title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 34px;
}
@media screen and (max-width: 1039px) {
  .lp-thanks-Title {
    font-size: 24px;
    margin-bottom: 37px;
  }
}
.lp-thanks-Text {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.64;
  margin-bottom: 7px;
}
@media screen and (max-width: 1039px) {
  .lp-thanks-Text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 11px;
  }
}
.lp-thanks-Notice {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 1039px) {
  .lp-thanks-Notice {
    line-height: 1.55;
  }
}
.lp-thanks ul {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  display: flex;
  flex-direction: column;
  margin: 37px 0 38px;
  gap: 10px 0;
}
@media screen and (max-width: 1039px) {
  .lp-thanks ul {
    margin: 42px 0 56px;
  }
}
.lp-thanks ul a {
  border-bottom: 1px solid #3F3BFD;
  color: #3F3BFD;
}
.lp-thanks-Button {
  display: flex;
  justify-content: center;
}
.lp-thanks-Button a {
  background: #e9e9e9;
  color: #000;
  padding: 0 42px 0 0px;
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298px;
  height: 76px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 1039px) {
  .lp-thanks-Button a {
    width: 100%;
    height: 72px;
    font-size: 18px;
    letter-spacing: 0.06em;
    padding: 3px 30px 0 0;
  }
}
.lp-thanks-Button a svg {
  width: 25px;
  height: 25px;
  right: 33px;
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1039px) {
  .lp-thanks-Button a svg {
    width: 30px;
    height: 30px;
    right: 25px;
  }
}
.lp-thanks-Button a svg path {
  fill: #e9e9e9;
}
.lp-thanks-Button a .hoverCircle {
  background-color: #d7d7d7;
}

footer {
  background: #000;
  padding: 28px 98px 65px;
}
@media screen and (min-width: 1040px) {
  footer {
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  footer {
    padding: 32px 0 30px;
  }
}
footer.footer-index {
  margin-top: 0;
}
footer h2 {
  display: flex;
  justify-content: center;
}
footer nav {
  font-size: var(--rem-16);
  margin-bottom: 33px;
}
@media screen and (max-width: 1039px) {
  footer nav {
    font-size: var(--rem-12);
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1040px) {
  footer ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1039px) {
  footer ul {
    text-align: center;
  }
}
@media screen and (min-width: 1040px) {
  footer li {
    width: 16.3%;
    min-width: fit-content;
  }
  footer li:first-child {
    text-align: right;
    padding-right: 20px;
  }
  footer li:nth-child(2) {
    text-align: center;
  }
  footer li:last-child {
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1039px) {
  footer li {
    margin-bottom: 18px;
  }
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a img {
  width: 211px;
  height: auto;
}
footer .copy {
  color: #666;
  font-size: var(--rem-12);
  text-align: center;
  margin-right: 3px;
}
@media screen and (max-width: 1039px) {
  footer .copy {
    font-size: var(--rem-11);
  }
}

.cookie {
  max-width: 1440px;
  font-size: var(--rem-11);
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.35;
  margin: 28px auto 49px;
}
.cookie p {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1039px) {
  .cookie {
    padding: 0 24px;
    margin: 34px auto;
  }
}

.lp-top {
  word-break: break-word;
  position: relative;
}

.firstview {
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
@media screen and (min-width: 1040px) {
  .firstview {
    margin: 65px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1039px) {
  .firstview {
    margin-top: 38px;
  }
}
.firstview-Lead {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .firstview-Lead {
    width: 71.651%;
    height: min(54.3055555556vw, 782px);
  }
}
@media screen and (max-width: 1039px) {
  .firstview-Lead {
    width: 100%;
    height: 101.5vw;
    margin-bottom: 24px;
  }
}
.firstview-Lead__Img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 29%;
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Img {
    bottom: 0;
  }
}
.firstview-Lead__Text {
  white-space: nowrap;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1040px) {
  .firstview-Lead__Text {
    margin: min(0.6944444444vw, 10px) 0 0 min(7.1527777778vw, 103px);
  }
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text {
    margin: calc(4.28vw + 8px) 0 0 6.85vw;
  }
}
.firstview-Lead__Text .futura {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .futura {
    font-size: clamp(30px, 7.078313253vw + 4.5180722892px, 77px);
  }
}
.firstview-Lead__Text .noto {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.1944444444vw, 46px);
  line-height: 1.29;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-block;
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .noto {
    font-size: clamp(26px, 5.1204819277vw + 7.5662650602px, 60px);
    display: block;
    float: left;
    letter-spacing: 0;
  }
}
.firstview-Lead__Text .small {
  font-size: min(2.2916666667vw, 33px);
  font-weight: 700;
  margin: 0 6px;
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .small {
    font-size: clamp(14px, 3.0120481928vw + 3.156626506px, 34px);
    align-self: end;
    margin-bottom: clamp(8px, 1.8072289157vw + 1.4939759036px, 20px);
    margin-inline: 0;
  }
}
.firstview-Lead__Text .gradient {
  font-size: min(8.75vw, 126px);
  font-weight: 500;
  line-height: 1;
  margin-left: -0.05em;
  margin-right: 5px;
  transform: translateY(7px);
  background: linear-gradient(90deg, #38d1ff 0%, #7dd3fc 30%, #a78bfa 60%, #f472b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .gradient {
    font-size: clamp(62px, 14.7590361446vw + 8.8674698795px, 160px);
    transform: translateY(-1px);
    margin-right: 0;
  }
}
.firstview-Lead__Text .gradient .tight {
  letter-spacing: -0.1em;
}
.firstview-Lead__Text .gradient .wide {
  padding-left: 10px;
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .gradient .wide {
    padding-left: 5px;
  }
}
.firstview-Lead__Text .gradient .smaller {
  font-size: min(4.8611111111vw, 70px);
  font-weight: 500;
  margin: 0 0 0 -0.4em;
  transform: translateY(-3px);
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .gradient .smaller {
    font-size: clamp(32px, 7.2289156627vw + 5.9759036145px, 80px);
  }
}
.firstview-Lead__Text .top-top {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  font-size: min(4.4444444444vw, 64px);
  line-height: 1.2;
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .top-top {
    align-items: flex-end;
    line-height: 1.1;
  }
  .firstview-Lead__Text .top-top .noto:first-child {
    width: 100%;
    transform: translateY(3px);
  }
  .firstview-Lead__Text .top-top .noto:last-child {
    margin-bottom: 8px;
  }
}
.firstview-Lead__Text .top-bottom {
  font-size: min(3.6111111111vw, 52px);
  display: flex;
  align-items: baseline;
  gap: 3px;
  letter-spacing: 0;
  transform: translateY(-6px);
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .top-bottom {
    font-size: clamp(28px, 6.3253012048vw + 5.2289156627px, 70px);
    line-height: 1.2;
    margin-top: -5px;
    transform: translateY(0);
  }
}
.firstview-Lead__Text .bottom {
  font-size: min(1.6666666667vw, 24px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .bottom {
    margin-top: 0;
  }
}
.firstview-Lead__Text .bottom .noto {
  font-size: min(1.7361111111vw, 25px);
  line-height: 1.29;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .bottom .noto {
    font-size: clamp(14px, 3.0120481928vw + 3.156626506px, 34px);
    line-height: 1.4;
    float: none;
    display: inline-block;
  }
}
.firstview-Lead__Text .bottom .noto .tight-1 {
  margin: 0 -0.35em 0 -0.2em;
}
.firstview-Lead__Text .bottom .noto .tight-2 {
  margin: 0 -0.05em 0 -0.4em;
}
.firstview-Lead__Text .bottom .futura {
  font-size: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 1039px) {
  .firstview-Lead__Text .bottom .futura {
    font-size: clamp(16px, 3.6144578313vw + 2.9879518072px, 40px);
  }
}
.firstview-Lead__Text .bottom .futura.tight {
  margin: 0 -0.15em;
}
.firstview-Lead .banners {
  display: grid;
  gap: 16px;
  margin-top: min(3.1944444444vw, 46px);
  width: min(19.5138888889vw, 281px);
}
@media screen and (max-width: 1039px) {
  .firstview-Lead .banners {
    margin-top: clamp(28px, 6.3253012048vw + 5.2289156627px, 70px);
    width: clamp(153px, 34.6385542169vw + 28.3012048193px, 383px);
    gap: clamp(10px, 1.5060240964vw + 4.578313253px, 20px);
  }
}
.firstview-Lead .banners img {
  height: auto;
  width: 100%;
}
.firstview-Lead__Logo {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 17px;
}
.firstview-Lead__Logo img {
  width: min(56.6666666667vw, 816px);
  height: auto;
}
.firstview-Lead--notice {
  font-size: 8px;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.28;
  display: flex;
  position: relative;
  left: -72px;
}
@media screen and (min-width: 1040px) {
  .firstview-Lead--notice {
    margin-top: min(5.5555555556vw, 80px);
  }
}
@media screen and (max-width: 1039px) {
  .firstview-Lead--notice {
    left: -1.5vw;
    bottom: calc(-64.9px + (100vw - 350px) * -0.3445);
    position: absolute;
    width: 95%;
    white-space: normal;
    text-align: justify;
  }
}
.firstview-Lead--notice::before {
  content: "＊";
  display: block;
  font-size: 8px;
}
.firstview-Lead--notice a {
  display: block;
  color: #132D88;
  text-decoration: underline;
}

.bg-gradient {
  background: linear-gradient(159.23deg, #E0F4FF 11.73%, #F6F6F6 47.78%, #F2EDFF 83.14%);
}
@media screen and (min-width: 1040px) {
  .bg-gradient {
    width: calc(71.651% - 30px);
  }
}
@media screen and (max-width: 1039px) {
  .bg-gradient {
    padding: 0 24px;
    scroll-margin-top: 53px;
  }
}
@media screen and (min-width: 1040px) {
  .bg-gradient {
    width: 71.651%;
  }
}
@media screen and (max-width: 1039px) {
  .bg-gradient {
    padding: 0;
    background: linear-gradient(168.08deg, #E6F6FF 13.65%, #FDFEFF 35.7%, #F5F1FF 57.34%);
  }
}
.bg-gradient__Inner {
  padding: 0 24px;
}

.bg-gradient2 {
  background: linear-gradient(148.61deg, #FCF3EB 9.75%, #F8F6FF 72.35%);
}
@media screen and (min-width: 1040px) {
  .bg-gradient2 {
    width: calc(71.651% - 30px);
  }
}
@media screen and (max-width: 1039px) {
  .bg-gradient2 {
    padding: 0 24px;
    scroll-margin-top: 53px;
  }
}
@media screen and (min-width: 1040px) {
  .bg-gradient2 {
    width: 71.651%;
  }
}
@media screen and (max-width: 1039px) {
  .bg-gradient2 {
    padding: 0;
    background: linear-gradient(148.61deg, #FCF3EB 9.75%, #F8F6FF 72.35%);
  }
}
.bg-gradient2__Inner {
  padding: 0 24px;
}

.effect {
  padding-top: 122px;
  margin: 6px auto 0;
  max-width: 817px;
}
@media screen and (max-width: 1039px) {
  .effect {
    padding-top: 52px;
    margin: 10px 0 0;
  }
}
.effect__Title {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1039px) {
  .effect__Title {
    font-size: clamp(32px, 1.5060240964vw + 26.578313253px, 42px);
    margin-bottom: 40px;
  }
}
.effect__Title.gradient {
  background: linear-gradient(90deg, #4555E5 0%, #0FC2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.effect__Contents {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.effect__Contents-Title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.effect__Contents-List {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .effect__Contents-List {
    flex-direction: column;
  }
}
.effect__Contents-List li {
  width: 33.33%;
}
.effect__Contents-List li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .effect__Contents-List li {
    width: 100%;
  }
}

.features {
  font-weight: bold;
}
@media screen and (min-width: 1040px) {
  .features {
    padding: 112px 0 min(8%, 85px);
  }
}
@media screen and (max-width: 1039px) {
  .features {
    padding-top: 64px;
    padding-bottom: 33px;
  }
}
.features__Title {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1039px) {
  .features__Title {
    font-size: clamp(32px, 1.5060240964vw + 26.578313253px, 42px);
    margin-bottom: 40px;
  }
}
.features__Title.gradient {
  background: linear-gradient(90deg, #4555E5 0%, #0FC2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features__Inner {
  display: grid;
  gap: 96px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .features__Inner {
    max-width: 816px;
  }
}
@media screen and (max-width: 1039px) {
  .features__Inner {
    gap: 40px;
  }
}
.features__Contents__Wrap {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .features__Contents__Wrap {
    gap: 24px;
  }
}
.features__Contents__Textarea {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .features__Contents__Textarea {
    gap: 14px;
  }
}
.features__Contents__Heading {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .features__Contents__Heading {
    padding: 0;
  }
}
.features__Contents__Heading::before, .features__Contents__Heading::after {
  content: "";
  flex: 1;
  border-top: 1px solid #ccc;
}
.features__Contents__Heading::before {
  margin-right: 20px;
}
.features__Contents__Heading::after {
  margin-left: 20px;
}
.features__Contents__Title {
  color: #4555E5;
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1039px) {
  .features__Contents__Title {
    font-size: 24px;
  }
}
.features__Contents__Lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1039px) {
  .features__Contents__Lead {
    font-size: 16px;
  }
}
.features__Contents__List {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.features__Contents__List.--gap40 {
  gap: 40px;
}
@media screen and (max-width: 1039px) {
  .features__Contents__List.--gap40 {
    gap: 24px;
  }
}
.features__Contents__List__Item {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 52px 0 80px;
}
@media screen and (max-width: 767px) {
  .features__Contents__List__Item {
    flex-direction: column;
    padding: 40px 14px 0;
  }
}
.features__Contents__List__Item .list-item__Title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.features__Contents__List__Item img {
  width: min(50%, 422px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .features__Contents__List__Item img {
    width: 100%;
  }
}
.features__Contents__List img:is(#features-2 img) {
  width: 100%;
  height: auto;
}
.features .samples {
  background-color: white;
  padding: 29px;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .features .samples {
    flex-direction: column;
  }
}
.features .samples__Title {
  font-size: 18px;
  font-weight: bold;
  background-color: #DEDEE3;
  color: #1B1B1C;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .features .samples__Title {
    width: 100%;
    height: 42px;
    color: #4555E5;
  }
}
.features .samples__List {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 8px 15px;
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .features .samples__List {
    grid-template-rows: repeat(12, auto);
    font-size: 14px;
  }
}
.features .samples__List__Item::before {
  content: "■";
}
.features .samples__List__Item:last-child::before, .features .samples__List__Item:nth-child(11):before, .features .samples__List__Item:nth-child(12):before {
  content: "";
}
.features-3__Contents__List__Item {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 55px 40px 55px 25px;
}
@media screen and (max-width: 767px) {
  .features-3__Contents__List__Item {
    flex-direction: column;
    padding: 18px 8px;
  }
}
.features-3__Contents__List__Item.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .features-3__Contents__List__Item.--reverse {
    flex-direction: column;
  }
}
.features-3__Contents__List__Item .text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  width: min(40%, 280px);
}
@media screen and (max-width: 767px) {
  .features-3__Contents__List__Item .text-area {
    width: min(100%, 400px);
  }
}
.features-3__Contents__List__Item .text-area .point-num {
  background-color: #C8C8CC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 77px;
  height: 77px;
  margin: auto;
  padding-top: 10px;
}
.features-3__Contents__List__Item .text-area .point-num .point-label {
  font-size: 10px;
}
.features-3__Contents__List__Item .text-area .point-num .num {
  font-size: 42px;
  font-weight: 600;
  font-family: "futura-pt", sans-serif !important;
}
.features-3__Contents__List__Item .text-area .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
}
.features-3__Contents__List__Item .text-area .title .color-blue {
  color: #4555E5;
}
.features-3__Contents__List__Item .text-area .description {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 0 44px;
}
@media screen and (max-width: 767px) {
  .features-3__Contents__List__Item .text-area .description {
    padding: 0;
  }
}
.features-3__Contents__List__Item .image-area {
  width: min(60%, 495px);
}
@media screen and (max-width: 767px) {
  .features-3__Contents__List__Item .image-area {
    width: 100%;
  }
}
.features-3__Contents__List__Item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .features-3__Contents__List__Item img {
    width: 100%;
  }
}
