@charset "UTF-8";
/*
Theme Name: mind palace
Author: Fujisaki Wahei
Description: mind palaceのサービスサイト
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/*
Theme Name: mind palace
Author: Fujisaki Wahei
Description: mind palaceのサービスサイト
Version: 1.0
*/
* {
  font-feature-settings: "palt";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #fff;
  background: #161616;
  overflow-x: hidden !important;
}

main {
  position: relative;
}

.emoji {
  font-family: "Noto Color Emoji", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #161616 !important;
  background-color: #fff;
}

/* ===============================================
     aタグ
  =============================================== */
a {
  cursor: pointer;
  text-decoration: none;
}

/* ===============================================
     セクション
  =============================================== */
/* ===============================================
     セクションタイトル
  =============================================== */
.sectionTitle {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.sectionTitle .sectionTitleEnglish {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1;
}
.sectionTitle .sectionTitleEnglish::before {
  content: url("/wp-content/themes/mindpalace/assets/images/common/sectionTitleStar.svg");
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  transform: translateY(-2px);
}
.sectionTitle .sectionTitleJapanese {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .sectionTitle .sectionTitleEnglish {
    font-size: 14px;
  }
  .sectionTitle .sectionTitleJapanese {
    font-size: 24px;
    margin-top: 0px;
  }
}

/* ===============================================
     ページタイトル
  =============================================== */
/* ===============================================
       ボタン
  =============================================== */
/* ===============================================
   *  カラー
   =============================================== */
.colorWhite {
  color: #fff;
}

.colorBlack {
  color: #161616;
}

/* ===============================================
       改行
  =============================================== */
/* ===============================================
   *  デバイスサイズに応じた表示切り替え
  =============================================== */
@media screen and (max-width: 1040px) {
  .pcOnly {
    display: none !important;
  }
}

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

/* ===============================================
       グローバルナビゲーション
  =============================================== */
/* ===============================================
   *  ウェイトリスト
  =============================================== */
.waitListSection {
  padding-block: 80px;
}
.waitListSection .waitListInner {
  width: 1040px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.waitListSection .waitListInner .waitListTitleArea {
  flex-shrink: 0;
}
.waitListSection .waitListInner .waitListTitleArea .sectionTitle {
  margin: 0;
}
.waitListSection .waitListInner .waitListTitleArea .waitListCountdown {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.waitListSection .waitListInner .waitListTitleArea .waitListCountdown span {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #fffc56;
}
.waitListSection .waitListInner .waitListTitleArea .waitListEnglishCopy {
  font-size: 18px;
  margin-top: 40px;
  font-weight: 600;
  color: #6e6e6e;
}
.waitListSection .waitListInner .waitListFormArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.waitListSection .waitListInner .waitListFormArea .waitListJapaneseCopy {
  font-weight: 500;
  line-height: 1.5;
  color: #b7b7b7;
}
.waitListSection .waitListInner .waitListFormArea .waitListNewInfo {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fffc56;
}
@media screen and (max-width: 1040px) {
  .waitListSection {
    padding-block: 40px;
  }
  .waitListSection .waitListInner {
    width: 100%;
    flex-direction: column;
    gap: 40px;
    padding-inline: 20px;
  }
  .waitListSection .waitListInner .waitListTitleArea {
    width: 100%;
  }
  .waitListSection .waitListInner .waitListTitleArea .waitListCountdown {
    line-height: 1.8;
  }
  .waitListSection .waitListInner .waitListTitleArea .waitListCountdown span {
    font-size: 12vw;
  }
  .waitListSection .waitListInner .waitListTitleArea .waitListEnglishCopy {
    margin-top: 8px;
    font-size: 4.5vw;
  }
}

/* ===============================================
   *  フォーム
   =============================================== */
.waitListForm {
  width: 100%;
  height: 52px;
}
.waitListForm .screen-reader-response {
  display: none;
}
.waitListForm .wpcf7-spinner {
  display: none !important;
}
.waitListForm .wpcf7 {
  width: 100%;
  height: 100%;
}
.waitListForm .wpcf7 .wpcf7-form {
  width: 100%;
  height: 100%;
}
.waitListForm .wpcf7 .wpcf7-form .wpcf7-response-output {
  display: none;
}
.waitListForm .wpcf7 .wpcf7-form p {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
}
.waitListForm .wpcf7 .wpcf7-form p .wpcf7-not-valid-tip {
  width: 100%;
  position: absolute;
  bottom: -32px;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  color: #fffc56;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1040px) {
  .waitListForm .wpcf7 .wpcf7-form p .wpcf7-not-valid-tip {
    bottom: -24px;
    font-size: 12px;
  }
}
.waitListForm .wpcf7 .wpcf7-form p span {
  display: flex;
  width: 100%;
  height: 100%;
}
.waitListForm .wpcf7 .wpcf7-form p span input {
  width: 100%;
  height: 100%;
  padding: 0 0 0 12px;
  margin: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1040px) {
  .waitListForm .wpcf7 .wpcf7-form p span input {
    font-size: 14px;
  }
}
.waitListForm .wpcf7 .wpcf7-form p br {
  display: none;
}
.waitListForm .wpcf7 .wpcf7-form p input {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(100% - 8px);
  padding-inline: 16px;
  margin-right: 4px;
  border-radius: 6px;
  border: none;
  background: #fffc56;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.waitListForm .wpcf7 .wpcf7-form p input[type=submit] {
  cursor: pointer;
  width: 142px;
}
.waitListForm .wpcf7 .wpcf7-form p input.wpcf7-submit:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: ripple 1.5s infinite;
  scale: 0.95;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #fffc56;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 252, 86, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 252, 86, 0);
  }
}

/* ===============================================
 *  ふわっと出てくるアニメーション
 =============================================== */
.animatePrimary {
  opacity: 0;
  transform: translateY(100px);
}
.animatePrimary.isFadeIn {
  animation: fadeInPrimary 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeInPrimary {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animatePrimarySmall {
  opacity: 0;
  transform: translateY(50px);
}
.animatePrimarySmall.isFadeIn {
  animation: fadeInPrimarySmall 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeInPrimarySmall {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animateSecondary {
  opacity: 0;
  transform: translateX(-50px);
}
.animateSecondary.isFadeIn {
  animation: fadeInSecondary 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeInSecondary {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animateSecondaryReverse {
  opacity: 0;
  transform: translateX(50px);
}
.animateSecondaryReverse.isFadeIn {
  animation: fadeInSecondaryReverse 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeInSecondaryReverse {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
Theme Name: mind palace
Author: Fujisaki Wahei
Description: mind palaceのサービスサイト
Version: 1.0
*/
header {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1040px;
  z-index: 100;
}
@media screen and (max-width: 1040px) {
  header {
    width: 100vw;
    top: 20px;
    left: 0;
    transform: translateX(0);
    padding-inline: 20px;
  }
}
header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
}
@media screen and (max-width: 1040px) {
  header .headerInner {
    height: 48px;
  }
}
header .headerInner .headerLogo {
  height: 40px;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 1040px) {
  header .headerInner .headerLogo {
    height: 32px;
  }
}
header .headerInner .headerLogo h1,
header .headerInner .headerLogo p,
header .headerInner .headerLogo a {
  display: block;
  height: 100%;
}
header .headerInner .headerLogo h1 img,
header .headerInner .headerLogo p img,
header .headerInner .headerLogo a img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .headerInner .headerLogo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (hover: hover) {
  header .headerInner .headerLogo:hover {
    scale: 1.05;
  }
}
header .headerInner .headerNav {
  border-radius: 50vh;
  padding: 0.5px;
  background: linear-gradient(to right bottom, #fff, #999);
}
header .headerInner .headerNav .headerNavInner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 20px;
  border-radius: 50vh;
  background: #161616;
}
header .headerInner .headerNav .headerNavInner li a {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (hover: hover) {
  header .headerInner .headerNav .headerNavInner li a:hover {
    color: #fffc56;
  }
}
header .headerInner .headerButtonArea {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
header .headerInner .headerButtonArea .headerButton {
  z-index: 1;
  position: relative;
  width: 160px;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #b7b7b7;
  padding: 0.5px;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (hover: hover) {
  header .headerInner .headerButtonArea .headerButton:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: ripple 1.5s infinite;
    scale: 0.95;
    opacity: 0.8;
  }
}
header .headerInner .headerButtonArea .headerButton:first-child {
  background: rgba(110, 110, 110, 0.3);
}
@media (hover: hover) {
  header .headerInner .headerButtonArea .headerButton:first-child:hover {
    background: #161616;
  }
}
@media screen and (max-width: 1040px) {
  header .headerInner .headerButtonArea .headerButton:first-child {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  header .headerInner .headerButtonArea .headerButton {
    width: 160px;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #b7b7b7;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
header .headerInner .headerButtonArea .headerButton .headerButtonInner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 8px;
}
header .headerInner .headerButtonArea .headerButton .headerButtonInner .headerButtonText {
  font-size: 14px;
  color: #fff;
}
header .headerInner .headerButtonArea .headerButton .headerButtonInner .material-symbols-outlined {
  font-weight: 200;
  color: #fff;
  transform: translateY(1px);
}
header .headerInner .headerButtonArea .headerButton:nth-child(2) .headerButtonInner {
  background: #161616;
}
header .headerInner .headerSpRightWrapper {
  display: contents;
}
@media screen and (max-width: 1040px) {
  header .headerInner .headerSpRightWrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

.spGlobalNav {
  z-index: 99;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0 0 0;
  background: rgba(22, 22, 22, 0.8);
  border: 1px solid #b7b7b7;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.spGlobalNav nav {
  pointer-events: none !important;
}
.spGlobalNav nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.spGlobalNav nav ul li a {
  opacity: 0;
}
.spGlobalNav nav ul .spGlobalNavLogo {
  margin-top: 40px;
}
.spGlobalNav nav ul .spGlobalNavLogo img {
  width: 155px;
  height: auto;
}
.spGlobalNav.open {
  animation: open 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: forwards;
}
.spGlobalNav.open nav ul li a {
  opacity: 0;
  animation: openText 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: forwards;
}
@keyframes openText {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}
@keyframes open {
  0% {
    width: 80px;
    height: 80px;
    border-radius: 8px 0 0 0;
    background: rgba(22, 22, 22, 0.8);
  }
  100% {
    width: 100%;
    height: 440px;
    border-radius: 8px 8px 0 0;
    background: #161616;
  }
}
.spGlobalNav.close {
  animation: close 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: forwards;
}
.spGlobalNav.close nav ul li a {
  opacity: 0;
  animation: closeText 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: forwards;
  pointer-events: none;
}
@keyframes closeText {
  0% {
    opacity: 1;
    pointer-events: auto;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes close {
  0% {
    width: 100%;
    height: 440px;
    border-radius: 8px 8px 0 0;
    background: #161616;
  }
  100% {
    width: 80px;
    height: 80px;
    border-radius: 8px 0 0 0;
    background: rgba(22, 22, 22, 0.8);
  }
}

.headerHamburgerButton {
  z-index: 100;
  position: fixed;
  right: 22px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 32px;
  cursor: pointer;
}
.headerHamburgerButton .headerHamburgerButtonLine {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.headerHamburgerButton.open .headerHamburgerButtonLine:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.headerHamburgerButton.open .headerHamburgerButtonLine:nth-child(2) {
  opacity: 0;
}
.headerHamburgerButton.open .headerHamburgerButtonLine:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/*
Theme Name: mind palace
Author: Fujisaki Wahei
Description: mind palaceのサービスサイト
Version: 1.0
*/
footer {
  padding-block: 40px;
  background: #161616;
  color: #fff;
  line-height: 1;
}
footer .footerInner {
  width: 1040px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  footer .footerInner {
    width: 100%;
    padding-inline: 20px;
  }
}
footer .footerInner .footerLink {
  font-size: 14px;
  font-weight: 600;
  color: #b7b7b7;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (hover: hover) {
  footer .footerInner .footerLink:hover {
    color: #fff;
  }
}
footer .footerInner .footerCopyright {
  margin-top: 24px;
}
@media screen and (max-width: 1040px) {
  footer .footerInner .footerCopyright {
    font-size: 14px;
  }
}
footer .footerInner .footerLogoArea {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
footer .footerInner .footerLogoArea .footerLogo {
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (hover: hover) {
  footer .footerInner .footerLogoArea .footerLogo:hover {
    scale: 1.1;
    opacity: 0.8;
  }
}
footer .footerInner .footerLogoArea .footerLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footerInner .footerLogoArea .footerLogo.x {
  width: 32px;
  height: 32px;
}
footer .footerInner .footerLogoArea .footerLogo.note {
  width: 32px;
  height: 32px;
}
footer .footerInner .footerLogoArea .footerLogo.linkedIn {
  width: 32px;
  height: 29px;
}
footer .footerInner .footerLogoArea .footerLogo.medium {
  width: 77px;
  height: 17px;
}

/*
Theme Name: mind palace
Author: Fujisaki Wahei
Description: mind palaceのサービスサイト
Version: 1.0
*/
.home #fv {
  padding-top: 136px;
  height: 100vh;
  min-height: 840px;
  width: 100%;
  background-image: url("/wp-content/themes/mindpalace/assets/images/fvBg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1040px) {
  .home #fv {
    background-image: url("/wp-content/themes/mindpalace/assets/images/fvBgSp.webp");
  }
}
.home #fv .fvMain {
  position: relative;
  height: calc(100% - 120px);
  width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.home #fv .fvMain .fvText {
  width: 100%;
}
.home #fv .fvMain .fvText .fvCopy {
  font-size: 48px;
  font-family: "DotGothic16", sans-serif;
  line-height: 1.3;
}
.home #fv .fvMain .fvText .fvBeforeAfter {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.home #fv .fvMain .fvText .fvBeforeAfter .fvBefore,
.home #fv .fvMain .fvText .fvBeforeAfter .fvAfter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 16px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  color: #161616;
  font-weight: 600;
  text-align: center;
}
.home #fv .fvMain .fvText .fvBeforeAfter .fvBefore {
  border-style: dashed;
  background: none;
  color: #fff;
}
.home #fv .fvMain .fvText .fvBeforeAfter .material-symbols-outlined {
  font-size: 24px;
}
.home #fv .fvMain .fvText .fvButton {
  margin-top: 40px;
}
.home #fv .fvMain .fvText .fvButton a {
  height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 32px;
  border-radius: 50vh;
  border: 1px solid #fffc56;
  color: #fffc56;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.home #fv .fvMain .fvText .fvButton a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (hover: hover) {
  .home #fv .fvMain .fvText .fvButton a:hover {
    color: #161616;
    border-color: #161616;
  }
  .home #fv .fvMain .fvText .fvButton a:hover::before {
    width: 100%;
  }
}
.home #fv .fvMain .fvText .waitListForm {
  margin-top: 40px;
}
.home #fv .fvMain .fvImage {
  position: relative;
  width: 100%;
}
.home #fv .fvMain .fvImage img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home #fv .fvMain .fvImage::after {
  width: 100%;
  content: "※現在はPC・タブレットでのご利用を推奨しております。\aスマホ版は準備中ですので、今しばらくお待ちください";
  position: absolute;
  bottom: -40px;
  right: 48px;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  white-space: pre-line;
  text-align: right;
  z-index: 10;
}
.home #fv .fvSlider {
  pointer-events: none;
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.home #fv .fvSlider .slider-track {
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 24px;
  animation: infiniteSlide 30s linear infinite;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.home #fv .fvSlider .slider-track figure {
  pointer-events: none;
  flex-shrink: 0;
  width: auto;
  height: 40px;
}
.home #fv .fvSlider .slider-track figure img {
  pointer-events: none;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes infiniteSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1040px) {
  .home #fv {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-inline: 20px;
  }
  .home #fv .fvMain {
    height: auto;
    width: 100%;
    flex-direction: column-reverse;
    gap: 0px;
  }
  .home #fv .fvMain .fvText .fvCopy {
    font-size: 9vw;
  }
  .home #fv .fvMain .fvText .fvBeforeAfter {
    margin-top: 24px;
  }
  .home #fv .fvMain .fvText .fvBeforeAfter .fvBefore,
  .home #fv .fvMain .fvText .fvBeforeAfter .fvAfter {
    padding-block: 12px;
    font-size: 3.5vw;
  }
  .home #fv .fvMain .fvText .fvButton {
    margin-top: 24px;
    width: 100%;
  }
  .home #fv .fvMain .fvText .fvButton a {
    width: 100%;
    padding-inline: 20px;
  }
  .home #fv .fvMain .fvImage::after {
    position: static;
    display: block;
    margin-top: 0;
    font-size: 3vw;
    white-space: pre-line;
    text-align: left;
    margin-bottom: 24px;
  }
  .home #fv .fvSlider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.home #features {
  position: relative;
  width: 100%;
  padding: 20px;
}
.home #features .featuresBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.home #features .featuresBg figure {
  position: absolute;
  height: auto;
}
.home #features .featuresBg figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home #features .featuresBg figure:nth-child(1) {
  width: 30%;
  top: -100px;
  right: -100px;
}
.home #features .featuresBg figure:nth-child(2) {
  width: 40%;
  top: 10%;
  left: -30px;
}
.home #features .featuresBg figure:nth-child(3) {
  width: 40%;
  top: 35%;
  left: 40%;
}
.home #features .featuresBg figure:nth-child(4) {
  width: 50%;
  top: 60%;
  left: -100px;
}
.home #features .featuresBg figure:nth-child(5) {
  bottom: -100px;
  right: -100px;
}
.home #features .featuresInner {
  position: relative;
  z-index: 20;
  border-radius: 16px;
  border: 0.5px solid #fff;
  background: rgba(22, 22, 22, 0.85);
  padding: 80px;
}
.home #features .featuresInner .featuresList {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.home #features .featuresInner .featuresList .featuresItem {
  width: 50%;
}
.home #features .featuresInner .featuresList .featuresItem .featureImage {
  width: 100%;
}
.home #features .featuresInner .featuresList .featuresItem .featureImage img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home #features .featuresInner .featuresList .featuresItem .featureTitle {
  margin-top: 2vw;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.home #features .featuresInner .featuresList .featuresItem .featureTitle1 {
  color: #d82073;
}
.home #features .featuresInner .featuresList .featuresItem .featureTitle2 {
  color: #c259ef;
}
.home #features .featuresInner .featuresList .featuresItem .featureTitle3 {
  color: #3f9fff;
}
.home #features .featuresInner .featuresList .featuresItem .featureCopy {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.home #features .featuresInner .featuresList .featuresItem .featureDescription {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.home #features .featuresInner .featuresList .featuresItem:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .home #features {
    padding: 8px;
  }
  .home #features .featuresBg figure img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home #features .featuresBg figure:nth-child(1) {
    width: 40%;
    top: -30px;
    right: -30px;
  }
  .home #features .featuresBg figure:nth-child(2) {
    width: 60%;
    top: 10%;
    left: -30px;
  }
  .home #features .featuresBg figure:nth-child(3) {
    width: 60%;
    top: 35%;
    left: 40%;
  }
  .home #features .featuresBg figure:nth-child(4) {
    width: 70%;
    top: 60%;
    left: -100px;
  }
  .home #features .featuresBg figure:nth-child(5) {
    bottom: -100px;
    right: -100px;
  }
  .home #features .featuresInner {
    padding: 20px;
  }
  .home #features .featuresInner .featuresList {
    margin-top: 40px;
    gap: 40px;
  }
  .home #features .featuresInner .featuresList .featuresItem {
    width: 100%;
  }
  .home #features .featuresInner .featuresList .featuresItem .featureTitle {
    margin-top: 4vw;
    font-size: 8vw;
  }
  .home #features .featuresInner .featuresList .featuresItem .featureCopy {
    margin-top: 16px;
    font-size: 4.5vw;
    font-weight: 700;
  }
  .home #features .featuresInner .featuresList .featuresItem .featureDescription {
    margin-top: 16px;
    font-size: 14px;
  }
}
.home #pricing {
  padding-block: 80px;
  width: 100%;
  background: #fff;
  color: #161616;
}
.home #pricing .pricingInner {
  width: 1040px;
  margin-inline: auto;
}
.home #pricing .pricingInner .pricingTempFree {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .home #pricing .pricingInner .pricingTempFree {
    font-size: 24px;
  }
}
.home #pricing .pricingInner .pricingTempFreeNote {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.home #pricing .pricingInner .pricingTempFreeNote a {
  color: #d82073;
  text-decoration: underline;
}
.home #pricing .pricingInner .headerButton {
  z-index: 1;
  position: relative;
  width: 160px;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #b7b7b7;
  padding: 0.5px;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (hover: hover) {
  .home #pricing .pricingInner .headerButton:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: ripple 1.5s infinite;
    scale: 0.95;
    opacity: 0.8;
  }
}
.home #pricing .pricingInner .headerButton:first-child {
  background: rgba(110, 110, 110, 0.3);
}
@media (hover: hover) {
  .home #pricing .pricingInner .headerButton:first-child:hover {
    background: #161616;
  }
}
@media screen and (max-width: 1040px) {
  .home #pricing .pricingInner .headerButton:first-child {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .home #pricing .pricingInner .headerButton {
    width: 160px;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #b7b7b7;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.home #pricing .pricingInner .headerButton .headerButtonInner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 8px;
}
.home #pricing .pricingInner .headerButton .headerButtonInner .headerButtonText {
  font-size: 14px;
  color: #fff;
}
.home #pricing .pricingInner .headerButton .headerButtonInner .material-symbols-outlined {
  font-weight: 200;
  color: #fff;
  transform: translateY(1px);
}
.home #pricing .pricingInner .headerButton:nth-child(2) .headerButtonInner {
  background: #161616;
}
.home #pricing .pricingInner .pricingPlanArea {
  margin-top: 80px;
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem {
  flex: 1;
  padding: 40px;
  border-radius: 8px;
  background: #282828;
  color: #fff;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingPlanTitleEnglish {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #b7b7b7;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingPlanTitleJapanese {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingPrice {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingPrice span {
  font-size: 60px;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingPrice:nth-child(3) {
  margin-top: 24px;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingNote {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingFeatureList {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingFeatureList .pricingFeatureItem {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingFeatureList .pricingFeatureItem .material-symbols-outlined {
  font-size: 18px;
  font-weight: 400;
  color: #fffc56;
  transform: translateY(1px);
}
.home #pricing .pricingInner .pricingPlanArea .pricingPlanSeparator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  color: #282828;
}
.home #pricing .pricingInner .pricingExample {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.home #pricing .pricingInner .pricingExample .pricingExampleTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: #d82073;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.home #pricing .pricingInner .pricingExample .pricingExampleCopy {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .yen {
  font-size: 40px;
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .number {
  position: relative;
  font-weight: 700;
  font-size: 48px;
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .number.basic::before, .home #pricing .pricingInner .pricingExample .pricingExamplePlan .number.usage::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .number.basic::before {
  background-image: url(assets/images/pricing/avax.svg);
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .number.usage::before {
  background-image: url(assets/images/pricing/xpr.svg);
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .sign {
  margin-inline: 20px;
  font-size: 32px;
  color: #6e6e6e;
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .totalNumber {
  font-size: 48px;
  font-weight: 700;
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .totalUnit {
  font-size: 20px;
  font-weight: 700;
}
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .totalYen,
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .totalNumber,
.home #pricing .pricingInner .pricingExample .pricingExamplePlan .totalUnit {
  color: #d82073;
}
.home #pricing .pricingInner .pricingChain {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #6e6e6e;
  box-shadow: 0 0 20px rgba(110, 110, 110, 0.2);
}
.home #pricing .pricingInner .pricingChain .pricingChainText {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.home #pricing .pricingInner .pricingChain .pricingChainDiagramArea {
  display: flex;
  align-items: center;
  gap: 40px;
}
.home #pricing .pricingInner .pricingChain .pricingChainDiagramArea .pricingChainDiagram {
  width: 330px;
}
.home #pricing .pricingInner .pricingChain .pricingChainDiagramArea .pricingChainDiagram img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1040px) {
  .home #pricing {
    padding-block: 40px;
  }
  .home #pricing .pricingInner {
    width: 100%;
    padding-inline: 20px;
  }
  .home #pricing .pricingInner .pricingPlanArea {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .home #pricing .pricingInner .pricingPlanArea .pricingPlanItem {
    padding: 20px;
  }
  .home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingPlanTitleJapanese {
    font-size: 24px;
  }
  .home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingPrice {
    font-size: 24px;
  }
  .home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingPrice span {
    font-size: 40px;
  }
  .home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingFeatureList {
    margin-top: 24px;
    gap: 12px;
  }
  .home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingFeatureList .pricingFeatureItem {
    font-size: 14px;
  }
  .home #pricing .pricingInner .pricingPlanArea .pricingPlanItem .pricingFeatureList .pricingFeatureItem .material-symbols-outlined {
    font-size: 16px;
  }
  .home #pricing .pricingInner .pricingExample {
    margin-top: 40px;
  }
  .home #pricing .pricingInner .pricingExample .pricingExampleTitle {
    font-size: 20px;
  }
  .home #pricing .pricingInner .pricingExample .pricingExampleCopy {
    font-size: 16px;
  }
  .home #pricing .pricingInner .pricingExample .pricingExamplePlan {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .home #pricing .pricingInner .pricingChain {
    margin-top: 40px;
    padding: 40px 20px;
  }
  .home #pricing .pricingInner .pricingChain .pricingChainText {
    font-size: 16px;
  }
  .home #pricing .pricingInner .pricingChain .pricingChainDiagramArea {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
  .home #pricing .pricingInner .pricingChain .pricingChainDiagramArea .pricingChainDiagram {
    width: 100%;
  }
}
.home #benefits {
  padding-block: 80px;
  width: 1040px;
  margin-inline: auto;
}
.home #benefits .sectionTitle {
  margin: 0;
}
.home #benefits .benefitsList {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1040px) {
  .home #benefits .benefitsList {
    overflow: hidden;
  }
}
.home #benefits .benefitsList .benefitItem {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #d82073;
  background: #282828;
  box-shadow: 0 0 20px rgba(255, 69, 58, 0.3);
}
.home #benefits .benefitsList .benefitItem .benefitImage {
  width: 40%;
}
.home #benefits .benefitsList .benefitItem .benefitImage img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home #benefits .benefitsList .benefitItem .benefitTextArea {
  width: 60%;
}
.home #benefits .benefitsList .benefitItem .benefitTextArea .benefitTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #d82073;
}
.home #benefits .benefitsList .benefitItem .benefitTextArea .benefitCopy {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
.home #benefits .benefitsList .benefitItem .benefitTextArea .benefitCheckList {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home #benefits .benefitsList .benefitItem .benefitTextArea .benefitCheckList .benefitCheckItem {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 8px;
}
.home #benefits .benefitsList .benefitItem .benefitTextArea .benefitCheckList .benefitCheckItem .material-symbols-outlined {
  font-size: 20px;
  font-weight: 400;
  color: #d82073;
  transform: translateY(1px);
}
.home #benefits .benefitsList .benefitItem .benefitTextArea .benefitDescription {
  margin-top: 24px;
  font-size: 16px;
  color: #b7b7b7;
}
.home #benefits .benefitsList .benefitItem:nth-child(2) {
  border-color: #c259ef;
  flex-direction: row-reverse;
  box-shadow: 0 0 20px rgba(175, 82, 222, 0.3);
}
.home #benefits .benefitsList .benefitItem:nth-child(2) .benefitTitle {
  color: #c259ef;
}
.home #benefits .benefitsList .benefitItem:nth-child(2) .benefitCheckList .benefitCheckItem .material-symbols-outlined {
  color: #c259ef;
}
.home #benefits .benefitsList .benefitItem:nth-child(3) {
  border-color: #3f9fff;
  box-shadow: 0 0 20px rgba(0, 122, 255, 0.3);
}
.home #benefits .benefitsList .benefitItem:nth-child(3) .benefitTitle {
  color: #3f9fff;
}
.home #benefits .benefitsList .benefitItem:nth-child(3) .benefitCheckList .benefitCheckItem .material-symbols-outlined {
  color: #3f9fff;
}
@media screen and (max-width: 1040px) {
  .home #benefits {
    padding-block: 40px;
    width: 100%;
  }
  .home #benefits .sectionTitle {
    width: 100%;
    padding-inline: 20px;
  }
  .home #benefits .benefitsList {
    margin-top: 40px;
    gap: 40px;
    padding-inline: 8px;
  }
  .home #benefits .benefitsList .benefitItem,
  .home #benefits .benefitsList .benefitItem:nth-child(2) {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .home #benefits .benefitsList .benefitItem .benefitImage,
  .home #benefits .benefitsList .benefitItem:nth-child(2) .benefitImage {
    width: 100%;
  }
  .home #benefits .benefitsList .benefitItem .benefitTextArea,
  .home #benefits .benefitsList .benefitItem:nth-child(2) .benefitTextArea {
    width: 100%;
  }
  .home #benefits .benefitsList .benefitItem .benefitTextArea .benefitTitle,
  .home #benefits .benefitsList .benefitItem:nth-child(2) .benefitTextArea .benefitTitle {
    font-size: 6vw;
  }
  .home #benefits .benefitsList .benefitItem .benefitTextArea .benefitCopy,
  .home #benefits .benefitsList .benefitItem:nth-child(2) .benefitTextArea .benefitCopy {
    font-size: 5vw;
  }
  .home #benefits .benefitsList .benefitItem .benefitTextArea .benefitCheckList,
  .home #benefits .benefitsList .benefitItem:nth-child(2) .benefitTextArea .benefitCheckList {
    gap: 8px;
  }
  .home #benefits .benefitsList .benefitItem .benefitTextArea .benefitCheckList .benefitCheckItem,
  .home #benefits .benefitsList .benefitItem:nth-child(2) .benefitTextArea .benefitCheckList .benefitCheckItem {
    font-size: 4vw;
    font-weight: 500;
    gap: 4px;
  }
  .home #benefits .benefitsList .benefitItem .benefitTextArea .benefitCheckList .benefitCheckItem .material-symbols-outlined,
  .home #benefits .benefitsList .benefitItem:nth-child(2) .benefitTextArea .benefitCheckList .benefitCheckItem .material-symbols-outlined {
    font-size: 4vw;
  }
  .home #benefits .benefitsList .benefitItem .benefitTextArea .benefitCheckList .benefitDescription,
  .home #benefits .benefitsList .benefitItem:nth-child(2) .benefitTextArea .benefitCheckList .benefitDescription {
    font-size: 13px;
  }
}
.home #useCase {
  padding-block: 80px;
  width: 100%;
}
.home #useCase .sectionTitle {
  width: 1040px;
  margin-inline: auto;
}
.home #useCase .useCaseIntroduction {
  margin-top: 24px;
  width: 1040px;
  margin-inline: auto;
}
.home #useCase .useCaseItem {
  position: relative;
  padding: 24px;
  border-radius: 4px;
  border: 0.5px solid #b7b7b7;
  box-shadow: 0px 0px 6px rgba(187, 187, 187, 0.3);
}
.home #useCase .useCaseItem .useCaseItemBgGradient {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #useCase .useCaseItemTitle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home #useCase .useCaseItemTitle figure {
  width: 40px;
  height: 40px;
}
.home #useCase .useCaseItemTitle figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home #useCase .useCaseItemTitle .useCaseItemTitleText {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.home #useCase .useCaseItemCopy {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b7b7b7;
}
.home #useCase .useCaseItemText {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.home #useCase .swiper {
  width: calc(100% - (100% - 1040px) / 2);
  padding-top: 24px;
  margin-right: 0 !important;
}
.home #useCase .swiper .swiper-wrapper .swiper-slide {
  background: #b7b7b7;
  width: 400px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.home #useCase .swiper .swiper-controller {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-top: 20px;
}
.home #useCase .swiper .swiper-controller .swiper-button-prev,
.home #useCase .swiper .swiper-controller .swiper-button-next {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #161616;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home #useCase .swiper .swiper-controller .swiper-button-prev::before,
.home #useCase .swiper .swiper-controller .swiper-button-next::before {
  content: none;
}
.home #useCase .swiper .swiper-controller .swiper-button-prev::after,
.home #useCase .swiper .swiper-controller .swiper-button-next::after {
  content: none;
}
.home #useCase .swiper .swiper-controller .swiper-button-prev .material-symbols-outlined,
.home #useCase .swiper .swiper-controller .swiper-button-next .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
}
@media (hover: hover) {
  .home #useCase .swiper .swiper-controller .swiper-button-prev:hover,
  .home #useCase .swiper .swiper-controller .swiper-button-next:hover {
    background: #fff;
    color: #161616;
    border-color: #161616;
  }
}
.home #useCase .swiper .swiper-controller .swiper-button-prev.swiper-button-disabled,
.home #useCase .swiper .swiper-controller .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (hover: hover) {
  .home #useCase .swiper .swiper-controller .swiper-button-prev.swiper-button-disabled:hover,
  .home #useCase .swiper .swiper-controller .swiper-button-next.swiper-button-disabled:hover {
    background: #161616;
    color: #fff;
    border-color: #fff;
  }
}
@media screen and (max-width: 1040px) {
  .home #useCase {
    padding-block: 40px;
    width: 100%;
    padding-inline: 20px;
  }
  .home #useCase .sectionTitle {
    width: 100%;
  }
  .home #useCase .useCaseIntroduction {
    width: 100%;
    font-size: 14px;
  }
  .home #useCase .useCaseItem {
    padding: 20px;
  }
  .home #useCase .swiper {
    width: 100%;
  }
  .home #useCase .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.home #message {
  padding-block: 80px;
  width: 1040px;
  margin-inline: auto;
}
.home #message .messageTop {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.home #message .messageTop .messageTopTextArea {
  width: 50%;
}
.home #message .messageTop .messageTopTextArea .messageNameArea {
  margin-top: 40px;
  color: #fffc56;
  font-family: "Noto Serif JP", serif;
}
.home #message .messageTop .messageTopTextArea .messageNameArea .messageRole {
  font-size: 14px;
  line-height: 1;
}
.home #message .messageTop .messageTopTextArea .messageNameArea .messageName {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.home #message .messageTop .messageImage {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
.home #message .messageTop .messageImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #message .messageBottom {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.home #message .messageBottom .ceoVideoWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.home #message .messageBottom .ceoVideoWrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.home #message .messageBottom .ceoVideoWrapper .ceoVideoTitle {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .home #message {
    padding-block: 40px;
    width: 100%;
    padding-inline: 20px;
  }
  .home #message .messageTop {
    margin-top: 40px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .home #message .messageTop .messageTopTextArea {
    width: 100%;
    font-size: 14px;
  }
  .home #message .messageTop .messageTopTextArea .messageNameArea {
    margin-top: 20px;
  }
  .home #message .messageTop .messageImage {
    width: 100%;
  }
  .home #message .messageBottom {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
  .home #message .messageBottom .ceoVideoWrapper {
    width: 100%;
    flex-direction: column-reverse;
    gap: 8px;
  }
}
.home #faq {
  padding-block: 80px;
  width: 1040px;
  margin-inline: auto;
}
.home #faq .sectionTitle {
  width: 1040px;
  margin-inline: auto;
  color: #fff;
}
.home #faq .faqList .faqSection {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.home #faq .faqList .faqSection .faqListTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.home #faq .faqList .faqSection .faqListTitle::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  transform: translateY(2px);
  background: #fff;
}
.home #faq .faqList .faqSection .faqListTitle::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  transform: translateY(2px);
  background: #fff;
}
.home #faq .faqList .faqSection .faqItem {
  width: 100%;
  border-radius: 8px;
  background: #282828;
  border: 1px solid #6e6e6e;
  padding: 24px;
}
.home #faq .faqList .faqSection .faqItem summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  cursor: pointer;
  display: block;
}
.home #faq .faqList .faqSection .faqItem summary::-webkit-details-marker {
  display: none;
}
.home #faq .faqList .faqSection .faqItem .faqTitle {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.home #faq .faqList .faqSection .faqItem .faqTitle span {
  display: inline-block;
  transform: translateY(-1px);
}
.home #faq .faqList .faqSection .faqItem .faqTitle::before {
  content: "lightbulb";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 24px;
  color: #fff;
}
.home #faq .faqList .faqSection .faqItem .faqAnswer {
  margin-top: 8px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.home #faq .faqList .faqServiceSection .faqTitle::before {
  color: #d82073 !important;
}
.home #faq .faqList .faqServiceSection .faqListTitle::before, .home #faq .faqList .faqServiceSection .faqListTitle::after {
  background: #d82073;
}
.home #faq .faqList .faqPlanSection .faqTitle::before {
  color: #fffc56 !important;
}
.home #faq .faqList .faqPlanSection .faqListTitle::before, .home #faq .faqList .faqPlanSection .faqListTitle::after {
  background: #fffc56;
}
.home #faq .faqList .faqTechnicalSection .faqTitle::before {
  color: #3f9fff !important;
}
.home #faq .faqList .faqTechnicalSection .faqListTitle::before, .home #faq .faqList .faqTechnicalSection .faqListTitle::after {
  background: #3f9fff;
}
@media screen and (max-width: 1040px) {
  .home #faq {
    padding-block: 40px;
    width: 100%;
    padding-inline: 20px;
  }
  .home #faq .sectionTitle {
    width: 100%;
  }
  .home #faq .faqList .faqSection {
    margin-top: 40px;
    gap: 20px;
  }
  .home #faq .faqList .faqSection .faqListTitle {
    font-size: 20px;
  }
  .home #faq .faqList .faqSection .faqItem {
    padding: 20px 20px 8px 20px;
  }
  .home #faq .faqList .faqSection .faqItem .faqTitle {
    font-size: 16px;
    font-weight: 600;
  }
  .home #faq .faqList .faqSection .faqItem .faqTitle::before {
    display: none;
  }
  .home #faq .faqList .faqSection .faqItem .faqAnswer {
    font-size: 14px;
    margin-left: 0;
  }
  .home #faq .faqList .faqSection .faqItem::after {
    display: block;
    text-align: center;
    content: "double_arrow";
    font-family: "Material Symbols Outlined";
    font-size: 20px;
    font-weight: 300;
    color: #b7b7b7;
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transform: rotate(90deg);
  }
  .home #faq .faqList .faqSection .faqItem[open]::after {
    transform: rotate(270deg);
  }
}
.home #contact {
  padding-block: 80px;
  width: 1040px;
  margin-inline: auto;
}
.home #contact .contactInner {
  display: flex;
  gap: 40px;
}
.home #contact .contactTitleArea {
  width: 40%;
}
.home #contact .contactTitleArea .sectionTitle {
  margin: 0;
}
.home #contact .contactTitleArea .contactNote {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #b7b7b7;
}
.home #contact .contactForm {
  width: 60%;
}
.home #contact .contactForm .wpcf7-spinner {
  display: none !important;
}
.home #contact .contactForm .wpcf7 {
  width: 100%;
  height: 100%;
}
.home #contact .contactForm .wpcf7 .wpcf7-form {
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #6e6e6e;
  background: #282828;
}
.home #contact .contactForm .wpcf7 .wpcf7-form .wpcf7-response-output {
  display: none;
}
.home #contact .contactForm .wpcf7 .wpcf7-form .formRow {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home #contact .contactForm .wpcf7 .wpcf7-form .formRow:not(:last-child) {
  margin-bottom: 40px;
}
.home #contact .contactForm .wpcf7 .wpcf7-form dt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.home #contact .contactForm .wpcf7 .wpcf7-form dd p {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
}
.home #contact .contactForm .wpcf7 .wpcf7-form dd .wpcf7-not-valid-tip {
  width: 100%;
  position: absolute;
  bottom: -28px;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  color: #fffc56;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1040px) {
  .home #contact .contactForm .wpcf7 .wpcf7-form dd .wpcf7-not-valid-tip {
    font-size: 12px !important;
    bottom: -24px !important;
  }
}
.home #contact .contactForm .wpcf7 .wpcf7-form dd span {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.home #contact .contactForm .wpcf7 .wpcf7-form dd span input,
.home #contact .contactForm .wpcf7 .wpcf7-form dd span textarea {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 12px;
  margin: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.home #contact .contactForm .wpcf7 .wpcf7-form dd br {
  display: none;
}
.home #contact .contactForm .wpcf7 .wpcf7-form dd textarea {
  width: 100%;
  height: 240px !important;
  padding: 12px !important;
  border-radius: 8px;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.home #contact .contactForm .wpcf7 .wpcf7-form .submitButton {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #contact .contactForm .wpcf7 .wpcf7-form .submitButton input {
  cursor: pointer;
  width: 240px;
  height: 100%;
  border-radius: 8px;
  border: none;
  background: #fffc56;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (hover: hover) {
  .home #contact .contactForm .wpcf7 .wpcf7-form .submitButton input:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: ripple 1.5s infinite;
    scale: 0.95;
    opacity: 0.8;
  }
}
@media screen and (max-width: 1040px) {
  .home #contact {
    padding-block: 40px;
    width: 100%;
    padding-inline: 20px;
  }
  .home #contact .contactInner {
    flex-direction: column;
    gap: 20px;
  }
  .home #contact .contactInner .contactTitleArea {
    width: 100%;
  }
  .home #contact .contactInner .contactTitleArea .contactNote {
    margin-top: 12px;
    font-size: 14px;
  }
  .home #contact .contactInner .contactForm {
    width: 100%;
  }
  .home #contact .contactInner .contactForm .wpcf7-form {
    padding: 20px;
  }
  .home #contact .contactInner .contactForm .wpcf7-form .formLabel p {
    font-size: 16px !important;
  }
}
.home #company {
  margin-inline: 20px;
  padding-block: 80px;
  background: #fff;
  color: #161616;
  border-radius: 50vh;
}
.home #company .companyInner {
  width: 1000px;
  margin-inline: auto;
}
.home #company .companyInner .companyInfoArea {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.home #company .companyInner .companyInfoArea .companyLogo {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #company .companyInner .companyInfoArea .companyLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home #company .companyInner .companyInfoArea .companyInfo {
  margin-top: 80px;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.home #company .companyInner .companyInfoArea .companyInfo dl {
  display: flex;
  align-items: start;
  gap: 12px;
}
.home #company .companyInner .companyInfoArea .companyInfo dl dt {
  flex-shrink: 0;
  width: 140px;
  font-weight: 700;
}
.home #company .companyInner .companyInfoArea .companyInfo dl dd {
  font-size: 16px;
}
.home #company .companyInner .companyInfoArea .companyInfo dl dd a {
  color: #161616;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (hover: hover) {
  .home #company .companyInner .companyInfoArea .companyInfo dl dd a:hover {
    color: #6e6e6e;
  }
}
@media screen and (max-width: 1040px) {
  .home #company {
    padding-block: 40px;
    width: calc(100% - 40px);
    margin-inline: 20px;
    border-radius: 8px;
  }
  .home #company .companyInner {
    width: 100%;
    padding-inline: 20px;
  }
  .home #company .companyInner .companyInfoArea {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
  .home #company .companyInner .companyInfoArea .companyLogo {
    width: 50%;
  }
  .home #company .companyInner .companyInfoArea .companyInfo {
    margin-top: 0;
    width: 100%;
  }
  .home #company .companyInner .companyInfoArea .companyInfo dl {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
  .home #company .companyInner .companyInfoArea .companyInfo dl dt {
    width: 100%;
  }
  .home #company .companyInner .companyInfoArea .companyInfo dl dd {
    font-size: 14px;
  }
}

/*
Theme Name: mind palace
Author: Fujisaki Wahei
Description: mind palaceのサービスサイト
Version: 1.0
*/
/* ===============================================
    404ページ
  =============================================== */
.error404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: #161616;
  padding-block: 80px 0;
  position: relative;
  overflow: hidden;
}
.error404 header {
  display: none;
}
.error404 .spGlobalNav {
  display: none;
}
.error404 .headerHamburgerButton {
  display: none;
}
.error404 .error404Inner {
  width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .error404 .error404Inner {
    width: 100%;
  }
}
.error404 .error404Inner .error404Title {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}
.error404 .error404Inner .error404Subtitle {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
.error404 .error404Inner .error404Description {
  margin-top: 24px;
}
.error404 .error404Inner .error404ButtonArea {
  margin-top: 40px;
}
.error404 .error404Inner .error404ButtonArea .error404Button {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.error404 .error404Inner .error404ButtonArea .error404Button:hover {
  background: #161616;
  color: #fff;
  border: 1px solid #fff;
}

/*
Theme Name: mind palace
Author: Fujisaki Wahei
Description: mind palaceのサービスサイト
Version: 1.0
*/
/* ===============================================
    ウェイトリスト送信完了ページ
  =============================================== */
.page-thanks {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: #161616;
  padding-block: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-thanks header {
  display: none;
}
.page-thanks .spGlobalNav {
  display: none;
}
.page-thanks .headerHamburgerButton {
  display: none;
}
.page-thanks .thanksInner {
  width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .page-thanks .thanksInner {
    width: calc(100% - 40px);
    margin-inline: auto;
    padding-inline: 0;
  }
}
.page-thanks .thanksInner .thanksTitle {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .page-thanks .thanksInner .thanksTitle {
    font-size: 80px;
  }
}
.page-thanks .thanksInner .thanksSubtitle {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  .page-thanks .thanksInner .thanksSubtitle {
    font-size: 24px;
  }
}
.page-thanks .thanksInner .thanksDescription {
  margin-top: 24px;
}
.page-thanks .thanksInner .thanksButtonArea {
  margin-top: 40px;
}
.page-thanks .thanksInner .thanksButtonArea .thanksButton {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-thanks .thanksInner .thanksButtonArea .thanksButton:hover {
  background: #161616;
  color: #fff;
  border: 1px solid #fff;
}

/*
Theme Name: mind palace
Author: Fujisaki Wahei
Description: mind palaceのサービスサイト
Version: 1.0
*/
/* ===============================================
    お問い合わせ完了ページ
  =============================================== */
.page-thanks-contact {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: #161616;
  padding-block: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-thanks-contact header {
  display: none;
}
.page-thanks-contact .spGlobalNav {
  display: none;
}
.page-thanks-contact .headerHamburgerButton {
  display: none;
}
.page-thanks-contact .thanksInner {
  width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .page-thanks-contact .thanksInner {
    width: calc(100% - 40px);
    margin-inline: auto;
    padding-inline: 0;
  }
}
.page-thanks-contact .thanksInner .thanksTitle {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .page-thanks-contact .thanksInner .thanksTitle {
    font-size: 80px;
  }
}
.page-thanks-contact .thanksInner .thanksSubtitle {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  .page-thanks-contact .thanksInner .thanksSubtitle {
    font-size: 24px;
  }
}
.page-thanks-contact .thanksInner .thanksDescription {
  margin-top: 24px;
}
.page-thanks-contact .thanksInner .thanksButtonArea {
  margin-top: 40px;
}
.page-thanks-contact .thanksInner .thanksButtonArea .thanksButton {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-thanks-contact .thanksInner .thanksButtonArea .thanksButton:hover {
  background: #161616;
  color: #fff;
  border: 1px solid #fff;
}

/*
Theme Name: mind palace
Author: Fujisaki Wahei
Description: mind palaceのサービスサイト
Version: 1.0
*/
.page-privacy header {
  display: none;
}
.page-privacy .spGlobalNav {
  display: none;
}
.page-privacy .headerHamburgerButton {
  display: none;
}
.page-privacy .policyAndTermsButtonArea {
  margin-top: 40px;
}
.page-privacy .policyAndTermsButtonArea .policyAndTermsButton {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-privacy .policyAndTermsButtonArea .policyAndTermsButton:hover {
  background: #161616;
  color: #fff;
  border: 1px solid #fff;
}
.page-privacy .wrapper {
  padding-block: 120px 80px;
  width: 900px;
  margin-inline: auto;
  padding-inline: 20px;
}
.page-privacy .wrapper #privacyPolicy {
  margin-top: 80px;
}
.page-privacy .wrapper #terms {
  margin-top: 80px;
}
@media screen and (max-width: 1040px) {
  .page-privacy .wrapper {
    width: 100%;
  }
}
.page-privacy .wrapper .policyAndTermsTitle {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-privacy .wrapper .policyAndTermsTitle::before {
  content: "";
  display: block;
  border-radius: 1px;
  width: 5px;
  height: 40px;
  background: #d82073;
  transform: translateY(2px);
}
@media screen and (max-width: 1040px) {
  .page-privacy .wrapper .policyAndTermsTitle {
    font-size: 32px;
  }
}
.page-privacy .wrapper .policyAndTermsContent .policyAndTermsSubtitle {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.page-privacy .wrapper .policyAndTermsContent .policyAndTermsText {
  margin-top: 8px;
  font-weight: 300;
  line-height: 1.8;
}
.page-privacy .wrapper .policyAndTermsContent .policyAndTermsText.policyDate {
  margin-top: 40px;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */