@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;600&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;
}

/* 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, summary {
  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;
}

/* common */
*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #000000;
  --accent:#e4ff44;
  --text: #000000;
  --black:#333;
  --dark-gray:#4d4d4d;
  --hover:#7a8c91;
  --gray:#808080;
  --border:#666666;
  --bg: #e6e6e6;
  --light-bg: #f2f2f2;
  --white: #fff;
  --bg-reason1:#6d777c;
}

h1.site-title {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1000px;
  left: -1000px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.section-heading {
  font-size: clamp(2rem, 1.1219512195rem + 2.1951219512vw, 3.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}
.section-heading span {
  display: block;
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  color: var(--dark-gray);
  font-size: clamp(1.5rem, 1.1097560976rem + 0.9756097561vw, 2rem);
}

.parts-heading {
  font-size: clamp(1.75rem, 0.9695121951rem + 1.9512195122vw, 2.75rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  color: var(--text);
}

.card-heading {
  font-size: clamp(1rem, 0.6097560976rem + 0.9756097561vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}

.small-heading {
  font-size: clamp(0.875rem, 0.7774390244rem + 0.243902439vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: var(--text);
}

.header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    mix-blend-mode: initial;
  }
  .header.blur .logo-wrap {
    width: 100px !important;
  }
}
.header.blur {
  background: rgba(230, 230, 230, 0.5);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  height: 60px;
}
.header.blur .logo-wrap {
  width: 120px;
}
.header.blur .nav-contact {
  font-size: clamp(0.75rem, 0.6524390244rem + 0.243902439vw, 0.875rem) !important;
}
.header:has(.is-open) {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.header .inner {
  padding-inline: clamp(1rem, -0.1707317073rem + 2.9268292683vw, 2.5rem);
  height: 100%;
  display: flex;
  align-items: center;
}

.logo-wrap {
  width: 180px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .logo-wrap {
    width: 100px;
  }
}
.logo-wrap .site-logo {
  width: 52px;
}
.logo-wrap .service-logo {
  width: 100px;
  margin-left: clamp(12px, 1.6438356164vw, 24px);
  padding-left: clamp(12px, 1.6438356164vw, 24px);
  border-left: 1px solid var(--black);
}

.gnav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.gnav > ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.gnav > ul > li {
  pointer-events: auto;
}
.gnav > ul > li .nav-item {
  padding: 1em clamp(0.5rem, -0.2804878049rem + 1.9512195122vw, 1.5rem);
  display: block;
  color: var(--text);
  font-size: clamp(0.875rem, 0.7774390244rem + 0.243902439vw, 1rem);
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease-out;
}
.gnav > ul > li .nav-item:hover {
  color: var(--gray);
}

@media (max-width: 767px) {
  .gnav {
    margin-left: 0;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    transition: all 1s ease-out;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .gnav.is-open {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .gnav.is-open > ul li {
    -webkit-animation: navMoveSp 0.3s 0.6s ease-out forwards;
            animation: navMoveSp 0.3s 0.6s ease-out forwards;
  }
  .gnav.is-open > ul li:nth-child(1) {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms;
  }
  .gnav.is-open > ul li:nth-child(2) {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
  }
  .gnav.is-open > ul li:nth-child(3) {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
  }
  .gnav.is-open > ul li:nth-child(4) {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
  .gnav.is-open > ul li:nth-child(5) {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
  }
  .gnav.is-open > ul li:nth-child(6) {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
  }
  .gnav.is-open > ul li:nth-child(7) {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
  }
  .gnav.is-open > ul li:nth-child(8) {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms;
  }
  .gnav.is-open > ul li:nth-child(9) {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms;
  }
  .gnav > ul li {
    transform: translateX(-60px);
    opacity: 0.2;
    transition: all 0.3s ease-out;
  }
  .gnav > ul {
    width: 100%;
    flex-direction: column;
  }
  .gnav > ul > li .nav-item {
    padding: 1em clamp(0.5rem, -0.2804878049rem + 1.9512195122vw, 1.5rem);
    display: block;
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
  }
  .gnav > ul > li .nav-contact {
    margin-top: 1em;
  }
}
.toggle {
  display: none;
}
@media (max-width: 767px) {
  .toggle {
    position: absolute;
    top: calc(50% - 16px);
    right: 24px;
    width: 40px;
    height: 32px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 99;
  }
  .toggle span {
    width: 100%;
    height: 2px;
    background: var(--text);
    border-radius: 1px;
    transition: all 0.3s ease-out;
  }
  .toggle.is-active {
    gap: 0;
  }
  .toggle.is-active span:first-child {
    position: absolute;
    transform: rotate(20deg);
    background: var(--white);
  }
  .toggle.is-active span:last-child {
    position: absolute;
    transform: rotate(-20deg);
    background: var(--white);
  }
}

footer.sec {
  padding-bottom: clamp(16px, 2.1917808219vw, 32px);
  background: var(--bg) !important;
}
footer.sec .section-heading {
  font-family: "Inter", sans-serif;
}

.f-nav {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.f-nav li a {
  color: var(--text);
}
.f-nav li a:hover {
  color: var(--gray);
}

.f-sub-nav {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .f-sub-nav {
    flex-direction: column;
    align-items: center;
    gap: 2em;
  }
}
.f-sub-nav .f-logo {
  width: 64px;
  margin-right: clamp(16px, 4.3835616438vw, 64px);
}
@media (max-width: 767px) {
  .f-sub-nav .f-logo {
    margin-right: 0;
  }
}
.f-sub-nav .f-sns-wrap {
  display: flex;
  gap: 2em;
}
.f-sub-nav .f-sns-wrap > div {
  width: clamp(32px, 2.7397260274vw, 40px);
}
.f-sub-nav .f-sub-link {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2em;
}
.f-sub-nav .f-sub-link a {
  color: var(--text);
}
@media (max-width: 767px) {
  .f-sub-nav .f-sub-link {
    margin-left: 0;
  }
}

.lead {
  font-size: clamp(1.0625rem, 0.9161585366rem + 0.3658536585vw, 1.25rem);
  line-height: 1.6;
  color: var(--text);
}

.text-l {
  font-size: clamp(1rem, 0.7073170732rem + 0.7317073171vw, 1.375rem);
  line-height: 1.7;
  color: var(--text);
}

.text {
  font-size: clamp(0.875rem, 0.7774390244rem + 0.243902439vw, 1rem);
  line-height: 1.8;
  color: var(--text);
}

.note {
  font-size: clamp(0.75rem, 0.6524390244rem + 0.243902439vw, 0.875rem);
  line-height: 1.6;
  color: var(--text);
}
.note-kome {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.note-kome::before {
  content: "※";
}

.lh160 {
  line-height: 1.6;
}

.text-xs {
  font-size: clamp(0.625rem, 0.5274390244rem + 0.243902439vw, 0.75rem);
  line-height: 1.5;
  color: var(--text);
}

.ff-en {
  font-family: "Inter", sans-serif;
}

.ff-ja {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-din {
  font-family: "Barlow Semi Condensed", sans-serif;
}

.primary-color {
  color: var(--primary);
}

.accent-color {
  color: var(--accent);
}

.white {
  color: var(--white);
}

.gray {
  color: var(--gray);
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.large {
  font-size: 1.5em;
}

.marker {
  background: linear-gradient(to top, var(--marker) 40%, transparent 40%);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.radius4 {
  border-radius: 4px;
}

.radius8 {
  border-radius: 8px;
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.2em, transparent 0.2em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}
.list-normal > li:not(:first-of-type) {
  margin-top: 0.5em;
}

.list-triangle {
  position: relative;
  padding-left: 1.5em;
}
.list-triangle::before {
  content: "";
  width: 0.75em;
  height: 1em;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.5em);
}

.link-text {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.user-card > a,
.link-text-arrow {
  color: var(--text);
  text-decoration: none;
  padding: 1em;
  padding-right: 2.5em;
  position: relative;
}
.user-card > a > .link-arrow,
.link-text-arrow > .link-arrow {
  display: block;
  width: 2em;
  aspect-ratio: 1;
  background: var(--accent);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 1em);
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.user-card > a > .link-arrow.border,
.link-text-arrow > .link-arrow.border {
  border: 1px solid var(--black);
}
.user-card > a > .link-arrow::before,
.link-text-arrow > .link-arrow::before {
  content: "";
  width: 60%;
  height: 60%;
  -webkit-mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
}
.user-card > a > .link-arrow::after,
.link-text-arrow > .link-arrow::after {
  content: "";
  width: 60%;
  height: 60%;
  -webkit-mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: -170%;
  transition: all 0.2s ease-out;
}
.user-card > a:hover .link-arrow::before,
.link-text-arrow:hover .link-arrow::before {
  left: 170%;
}
.user-card > a:hover .link-arrow::after,
.link-text-arrow:hover .link-arrow::after {
  left: 50%;
}

.link-text-outer {
  padding-right: 1.5em;
  position: relative;
}
.link-text-outer::after {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-outer-link.svg) no-repeat center/contain;
          mask: url(../images/icon-outer-link.svg) no-repeat center/contain;
  background: var(--white);
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
}

.btn {
  display: block;
  min-width: 180px;
  padding: 1em 1.5em;
  padding-right: 3em;
  background: var(--accent);
  color: var(--text);
  border-radius: 99px;
  font-size: clamp(1rem, 0.9024390244rem + 0.243902439vw, 1.125rem);
  position: relative;
  transition: all 0.3s ease-out;
  overflow: hidden;
  z-index: 0;
}
.btn > span {
  position: relative;
  z-index: 1;
}
.btn > span.link-arrow {
  display: block;
  width: 1.25em;
  aspect-ratio: 1;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.625em);
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.btn > span.link-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--black);
  position: absolute;
  inset: 0;
  transition: all 0.2s ease-out;
}
.btn > span.link-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--white);
  position: absolute;
  inset: 0;
  left: -100%;
  transition: all 0.2s ease-out;
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.2s ease-out;
}
.btn:hover {
  color: var(--white);
}
.btn:hover::before {
  left: 0;
}
.btn:hover .link-arrow::before {
  left: 100%;
}
.btn:hover .link-arrow::after {
  left: 0;
}
.btn.btn-large {
  font-size: clamp(1rem, 0.6097560976rem + 0.9756097561vw, 1.5rem);
  width: min(480px, 90%);
  height: clamp(64px, 6.5753424658vw, 96px);
  display: grid;
  place-items: center;
  padding: 1em 2em;
  padding-right: 3.5em;
}
.btn.btn-middle {
  font-size: clamp(1rem, 0.8048780488rem + 0.487804878vw, 1.25rem);
  min-width: 320px;
  height: clamp(56px, 4.9315068493vw, 72px);
  display: grid;
  place-items: center;
  padding: 1em 2em;
  padding-right: 3.5em;
}
.btn.btn-black {
  border: 0;
  font-size: clamp(1rem, 0.8048780488rem + 0.487804878vw, 1.25rem);
  background: var(--text);
  color: var(--white);
  text-align: center;
}
.btn.btn-black:hover {
  color: var(--text);
}
.btn.btn-black::before {
  background: var(--accent);
}
.btn.btn-black span.link-arrow::before {
  content: "";
  background: var(--white);
}
.btn.btn-black span.link-arrow::after {
  content: "";
  background: var(--black);
}
.btn.btn-simulation {
  background: #aaa;
  margin-right: 1em;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

a {
  position: relative;
}
a .text-wrap {
  display: block;
  height: 1lh;
  overflow: hidden;
}
a .text-wrap .text-in {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1.1;
  transition: all 0.3s ease-out;
}
a .text-wrap .text-in::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}

.sec {
  padding: clamp(4rem, 0.8780487805rem + 7.8048780488vw, 8rem) 0;
  background: var(--bg);
  position: relative;
}
.sec .container {
  width: min(1460px, 88%);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.sec.border-bottom {
  border-bottom: 1px solid var(--border);
}

.bg-white {
  background: var(--white);
}

.bg-orange {
  background: var(--primary-pale);
}

.w880 {
  width: min(880px, 100%);
  margin-inline: auto;
}

.w640 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.full-width {
  margin-inline: calc(50% - 50vw);
}

.flex {
  display: flex;
}

.jc-center {
  justify-content: center;
}

.jc-right {
  justify-content: flex-end;
}

.al-center {
  align-items: center;
}

.grid {
  display: grid;
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, -0.1707317073rem + 2.9268292683vw, 2.5rem);
}
@media (max-width: 767px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, -0.1707317073rem + 2.9268292683vw, 2.5rem);
}
@media (max-width: 767px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}

.mt160 {
  margin-top: clamp(6rem, 2.8780487805rem + 7.8048780488vw, 10rem);
}

.mt112 {
  margin-top: clamp(4rem, 1.6585365854rem + 5.8536585366vw, 7rem);
}

.mt96 {
  margin-top: clamp(3.5rem, 1.5487804878rem + 4.8780487805vw, 6rem);
}

.mt80 {
  margin-top: clamp(3rem, 1.4390243902rem + 3.9024390244vw, 5rem);
}

.mt64 {
  margin-top: clamp(2.5rem, 1.3292682927rem + 2.9268292683vw, 4rem);
}

.mt48 {
  margin-top: clamp(2rem, 1.2195121951rem + 1.9512195122vw, 3rem);
}

.mt32 {
  margin-top: clamp(1rem, 0.2195121951rem + 1.9512195122vw, 2rem);
}

.mt24 {
  margin-top: clamp(1rem, 0.6097560976rem + 0.9756097561vw, 1.5rem);
}

.mt16 {
  margin-top: clamp(0.5rem, 0.1097560976rem + 0.9756097561vw, 1rem);
}

.mt8 {
  margin-top: clamp(0.25rem, 0.0548780488rem + 0.487804878vw, 0.5rem);
}

.mt4 {
  margin-top: 4px;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

.pagetop {
  color: var(--primary);
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 16px;
  transition: all 0.3s ease-out;
  writing-mode: vertical-rl;
  z-index: 10;
}
.pagetop:hover {
  letter-spacing: 0.2em;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
.aioseo-breadcrumbs {
  margin-top: 1em;
  padding: 8px 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--text);
}
.aioseo-breadcrumbs .aioseo-breadcrumb {
  font-size: clamp(0.625rem, 0.5274390244rem + 0.243902439vw, 0.75rem);
  background: var(--gray);
  border: 1px solid var(--black);
  border-radius: 20px;
  padding: 4px 8px;
  color: var(--white);
}
.aioseo-breadcrumbs .aioseo-breadcrumb:has(a) {
  background: var(--white);
  color: var(--text);
}
.aioseo-breadcrumbs a {
  color: var(--text-pale);
}
.aioseo-breadcrumbs br {
  display: none;
}

.copyright {
  font-size: clamp(0.625rem, 0.5274390244rem + 0.243902439vw, 0.75rem);
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 2000;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 2000;
  }
}
@-webkit-keyframes videoFade {
  to {
    opacity: 1;
  }
}
@keyframes videoFade {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mvText {
  to {
    opacity: 1;
  }
}
@keyframes mvText {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes navMoveSp {
  0% {
    transform: translateX(-30px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes navMoveSp {
  0% {
    transform: translateX(-30px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(105%);
  }
  51% {
    transform: translateX(-105%);
  }
  0% {
    transform: translateX(0);
  }
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(105%);
  }
  51% {
    transform: translateX(-105%);
  }
  0% {
    transform: translateX(0);
  }
}
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}
html.lock {
  overflow: hidden;
}

body {
  background: var(--white);
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" on;
  font-optical-sizing: auto;
  font-size: clamp(0.875rem, 0.7774390244rem + 0.243902439vw, 1rem);
  font-weight: normal;
  line-height: 1.15;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  overflow-x: clip;
}

.mv {
  position: relative;
  opacity: 0;
  -webkit-animation: mvText 1s 2.5s ease-out forwards;
          animation: mvText 1s 2.5s ease-out forwards;
  background: var(--white);
}
@media (max-width: 767px) {
  .mv {
    margin-top: -48px;
    padding-top: 16px;
    position: relative;
    z-index: 10;
  }
}
.mv .container {
  width: 80%;
}

.mv-title-wrap {
  width: 48%;
}
@media (max-width: 767px) {
  .mv-title-wrap {
    width: 100%;
    margin-inline: auto;
  }
  .mv-title-wrap .mt48 {
    margin-top: 16px;
  }
}
.mv-title-wrap .sub-title-l {
  font-size: clamp(1.75rem, 0.7743902439rem + 2.4390243902vw, 3rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.mv-title-wrap .sub-title-s {
  font-size: clamp(1rem, 0.2195121951rem + 1.9512195122vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--text);
}

.mv-movie-wrap {
  position: absolute;
  top: 96px;
  right: 2vw;
  width: 44vw;
  aspect-ratio: 1;
  z-index: 5;
}
@media (max-width: 767px) {
  .mv-movie-wrap {
    position: relative;
    width: min(480px, 110%);
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 24px;
  }
}

.mv-movie {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.mv-movie video {
  width: 102%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateY(-1%);
  opacity: 0;
  -webkit-animation: videoFade 1s 1.5s ease-out forwards;
          animation: videoFade 1s 1.5s ease-out forwards;
}

.controls {
  cursor: pointer;
  background: var(--white);
  width: clamp(40px, 3.2876712329vw, 48px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #333;
  position: absolute;
  right: clamp(0px, 2.1917808219vw, 32px);
  bottom: clamp(0px, 2.1917808219vw, 32px);
  display: grid;
  place-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .controls {
    right: 10%;
    top: 10%;
    bottom: initial;
  }
}
.controls:active {
  transform: scale(0.95);
}
.controls.play::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  background: url(../images/icon-play.svg) no-repeat center/contain;
  position: absolute;
  inset: auto;
}
.controls.stop::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  background: url(../images/icon-stop.svg) no-repeat center/contain;
  position: absolute;
  inset: auto;
}

.path1-wrap,
.path2-wrap,
.path3-wrap {
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  isolation: isolate;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.path1,
.path2,
.path3 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 100px;
  stroke-dashoffset: 0;
}

.path1-wrap {
  width: 56%;
}
.path1-wrap .path1 {
  stroke: #333;
  stroke-dasharray: 2000;
  -webkit-animation: draw 1s ease-out forwards;
          animation: draw 1s ease-out forwards;
}

.path2-wrap {
  width: 122%;
  display: flex;
  align-items: flex-end;
}
.path2-wrap svg {
  width: 88.6%;
}
.path2-wrap .path2 {
  stroke: #e4ff44;
  stroke-dasharray: 2000;
  -webkit-animation: draw 1s 0.3s ease-out forwards;
          animation: draw 1s 0.3s ease-out forwards;
}

.path3-wrap {
  width: 190%;
  display: flex;
  align-items: flex-end;
}
.path3-wrap svg {
  width: 88.6%;
}
.path3-wrap .path3 {
  stroke-width: 60px;
  stroke: #a2aeb1;
  stroke-dasharray: 2000;
  -webkit-animation: draw 2s 0.6s ease-out forwards;
          animation: draw 2s 0.6s ease-out forwards;
}

.user-slide-wrap .splide__track {
  padding-right: 12% !important;
}
.user-slide-wrap .splide__arrow {
  background-color: transparent;
  width: 40px;
  height: 72px;
  opacity: 1;
}
.user-slide-wrap .splide__arrow.splide__arrow--prev {
  background: url(../images/slide-arrow-prev.webp) no-repeat center/contain;
  left: -3em;
}
@media (max-width: 767px) {
  .user-slide-wrap .splide__arrow.splide__arrow--prev {
    left: -2em;
  }
}
.user-slide-wrap .splide__arrow.splide__arrow--next {
  background: url(../images/slide-arrow-next.webp) no-repeat center/contain;
  right: 9.3%;
}
@media (max-width: 767px) {
  .user-slide-wrap .splide__arrow.splide__arrow--next {
    right: 4%;
  }
}
.user-slide-wrap .splide__arrow svg {
  display: none;
}
.user-slide-wrap .splide__pagination {
  bottom: -2em;
}

@media (max-width: 767px) {
  .cirle-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.circle-s {
  width: clamp(6rem, 2.8780487805rem + 7.8048780488vw, 10rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--text);
}
.circle-s p {
  font-size: clamp(0.9375rem, 0.693597561rem + 0.6097560976vw, 1.25rem);
  color: var(--white);
  text-align: center;
}

.user-top-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 767px) {
  .user-top-wrap {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}

.user-card a {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(1rem, 0.0243902439rem + 2.4390243902vw, 2.25rem);
  background: var(--white);
  padding: clamp(1.5rem, 0.7195121951rem + 1.9512195122vw, 2.5rem);
  border-radius: clamp(1rem, 0.8048780488rem + 0.487804878vw, 1.25rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .user-card a {
    grid-template-columns: 1fr;
    height: 100%;
  }
}
.user-card a .link-text-arrow {
  padding-left: 0;
}
.user-card a:hover {
  background: var(--black);
}
.user-card a:hover .cate-b {
  background: var(--bg) !important;
  color: var(--text) !important;
}
.user-card a:hover .section-heading,
.user-card a:hover .card-heading,
.user-card a:hover .lead {
  color: var(--white);
}
.user-card a:hover .link-text-arrow {
  color: var(--white);
}
.user-card a:hover .link-text-arrow .link-arrow {
  border-color: var(--accent);
}
.user-card a .cate-area {
  display: flex;
  gap: 0.5em;
}
.user-card a .cate-area .cate-a,
.user-card a .cate-area .cate-b {
  background: var(--white);
  color: var(--text);
  border: 1px solid var(--text);
  padding: 0.4em 0.8em;
  display: block;
  text-align: center;
  font-weight: 700;
}
.user-card a .cate-area .cate-b {
  background: var(--text);
  color: var(--white);
}
.user-card a figure {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 3/2;
}
.user-card a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.user-card a .text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.user-card a .text-box .section-heading {
  line-height: 1;
}
.user-card a .text-box .btn-wrap {
  margin-top: auto;
}
@media (max-width: 767px) {
  .user-card {
    height: 100%;
  }
}

.user-slide-wrap {
  margin-right: calc(50% - 50vw);
  position: relative;
}
.user-slide-wrap .cate-a,
.user-slide-wrap .cate-b {
  font-size: 12px;
}
.user-slide-wrap .section-heading {
  font-size: clamp(2.5rem, 2.1097560976rem + 0.9756097561vw, 3rem);
}
@media (max-width: 767px) {
  .user-slide-wrap .section-heading {
    display: inline-block;
  }
}
.user-slide-wrap .card-heading {
  font-size: clamp(1rem, 0.8048780488rem + 0.487804878vw, 1.25rem);
}
@media (max-width: 767px) {
  .user-slide-wrap .card-heading {
    display: inline-block;
  }
}
.user-slide-wrap .lead {
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .user-slide-wrap .lead {
    margin-top: 8px;
    font-size: 1rem;
  }
}
.user-slide-wrap .link-text-arrow {
  font-size: 12px;
}
.user-slide-wrap .user-card a {
  padding: clamp(12px, 1.6438356164vw, 24px);
  gap: clamp(8px, 1.9178082192vw, 28px);
}
.user-slide-wrap .mt48 {
  margin-top: clamp(20px, 2.1917808219vw, 32px);
}
.user-slide-wrap .mt32 {
  margin-top: clamp(14px, 1.6438356164vw, 24px);
}
.user-slide-wrap .mt16 {
  margin-top: clamp(12px, 1.095890411vw, 16px);
}
@media (max-width: 767px) {
  .user-slide-wrap .btn-wrap {
    justify-content: flex-end;
  }
}

.bg-object {
  background: url(../images/bg-object.webp) no-repeat center/cover fixed;
  position: relative;
}

.path-object-wrap {
  width: 100%;
  overflow-x: clip;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}
.path-object-wrap > svg {
  width: 60vw;
  height: auto;
  position: absolute;
  top: 1vw;
  right: -8vw;
}
@media (max-width: 767px) {
  .path-object-wrap > svg {
    width: 90vw;
  }
}
.path-object-wrap .path-object {
  fill: none;
  mix-blend-mode: multiply;
  stroke: #a2aeb1;
  stroke-miterlimit: 10;
  stroke-width: 100px;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}

.path-user-wrap {
  width: 100%;
  overflow-x: clip;
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: 1;
  pointer-events: none;
}
.path-user-wrap > svg {
  width: 80%;
  height: auto;
  position: absolute;
  top: 0;
  left: -3vw;
}
@media (max-width: 767px) {
  .path-user-wrap > svg {
    width: 100%;
  }
}
.path-user-wrap .path-user {
  fill: none;
  mix-blend-mode: multiply;
  stroke: #c2c04e;
  stroke-miterlimit: 10;
  stroke-width: 100px;
  stroke-dasharray: 3200;
  stroke-dashoffset: 3200;
}

.path-traffic-wrap {
  width: 100%;
  overflow-x: clip;
  position: absolute;
  top: -5vw;
  right: -30vw;
  z-index: 1;
  pointer-events: none;
}
.path-traffic-wrap > svg {
  width: 80%;
  height: auto;
  position: absolute;
  top: 0;
  left: -3vw;
}
@media (max-width: 767px) {
  .path-traffic-wrap > svg {
    width: 100%;
  }
}
.path-traffic-wrap .path-traffic {
  fill: none;
  mix-blend-mode: multiply;
  stroke: #6ccbcb;
  stroke-miterlimit: 10;
  stroke-width: 40px;
  stroke-dasharray: 1260;
  stroke-dashoffset: 1260;
}

.section-heading-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 767px) {
  .section-heading-wrap {
    display: flex;
    flex-direction: column;
  }
}
.section-heading-wrap .lead {
  margin-top: 1em;
}

.object-wrap {
  position: relative;
}

.object-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 48%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.object-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .object-img {
    position: initial;
    margin-left: auto;
    margin-bottom: -4vw;
    transform: translate(10vw, 0);
    width: 80%;
  }
}
.object-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.object-list .parts-heading {
  padding-left: 55%;
}
@media (max-width: 767px) {
  .object-list .parts-heading {
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}

.object-wrap.reverse .object-img {
  left: initial;
  right: 0;
}
.object-wrap.reverse .parts-heading,
.object-wrap.reverse .event-list > li {
  padding-left: 0;
}
.object-wrap.reverse .parts-heading .question-a::after,
.object-wrap.reverse .event-list > li .question-a::after {
  right: 55%;
}
@media (max-width: 767px) {
  .object-wrap.reverse .parts-heading .question-a::after,
.object-wrap.reverse .event-list > li .question-a::after {
    right: 0;
  }
}

.event-list {
  margin-top: clamp(16px, 2.1917808219vw, 32px);
}
.event-list li {
  padding-left: 55%;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (max-width: 767px) {
  .event-list li {
    padding-left: 0;
  }
}
.event-list li::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  border-bottom: 1px solid var(--white);
  z-index: -1;
}
.event-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  opacity: 0.8;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.event-list li:hover::after {
  background: var(--hover);
}
.event-list li .question-a {
  display: flex;
  align-items: center;
  min-height: clamp(96px, 10.9589041096vw, 160px);
  padding: 1em 0;
  font-size: clamp(1.125rem, 0.8323170732rem + 0.7317073171vw, 1.5rem);
  line-height: 1.5;
  font-weight: 700;
  color: var(--text);
  position: relative;
}
@media (max-width: 767px) {
  .event-list li .question-a {
    padding-left: 0;
    padding-right: 1em;
  }
}
.event-list li .question-a:hover::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  background: transparent;
  transition: all 0.3s ease-out;
}
.event-list li .question-a::after {
  content: "+";
  color: var(--text);
  font-size: clamp(1.25rem, 1.0548780488rem + 0.487804878vw, 1.5rem);
  position: absolute;
  top: calc(50% - 0.75em);
  right: 0;
  transition: all 0.3s ease-out;
}
.event-list li .question-a.active::after {
  transform: rotate(45deg);
  color: var(--white);
}
.event-list li .question-a:hover {
  color: var(--white);
}
.event-list li .question-a:hover::before {
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.event-list li .question-a span {
  padding-left: 2.5em;
  position: relative;
}
.event-list li .question-a span::before {
  content: "";
  width: 2em;
  aspect-ratio: 1;
  background: url(../images/icon-check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: calc(50% - 1em);
}

.answer-a.open {
  padding-bottom: 2em;
}

.chec-list-circle {
  width: min(480px, 90%);
  aspect-ratio: 1;
  background: var(--border);
  margin-inline: auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.check-list > li {
  padding-left: 2em;
  padding-block: 0.25em;
  position: relative;
}
.check-list > li::before {
  content: "";
  width: 1.4em;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-check.svg) no-repeat center/contain;
          mask: url(../images/icon-check.svg) no-repeat center/contain;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: calc(50% - 0.7em);
}

.bg-report {
  background: url(../images/bg-report.webp) no-repeat center/cover fixed;
}

.sticky-wrap {
  position: relative;
}
.sticky-wrap .container {
  width: min(1460px, 92%);
}

.sec-reason {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec-reason {
    height: auto;
    padding: 0 0 40px;
  }
}

.bg-sticky1,
.bg-sticky2,
.bg-sticky3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .bg-sticky1,
.bg-sticky2,
.bg-sticky3 {
    position: initial;
  }
}

.bg-sticky1 {
  background: var(--bg-reason1);
  padding-right: clamp(48px, 4.3835616438vw, 64px);
}
@media (max-width: 767px) {
  .bg-sticky1 {
    padding-right: 0;
  }
}

.bg-sticky2 {
  background: var(--gray);
  width: calc(100% - clamp(48px, 4.3835616438vw, 64px));
  padding-right: clamp(48px, 4.3835616438vw, 64px);
}
@media (max-width: 767px) {
  .bg-sticky2 {
    padding-right: 0;
    width: 100%;
  }
}

.bg-sticky3 {
  background: #868073;
  width: calc(100% - clamp(96px, 8.7671232877vw, 128px));
  padding-right: clamp(48px, 4.3835616438vw, 64px);
}
@media (max-width: 767px) {
  .bg-sticky3 {
    padding-right: 0;
    width: 100%;
  }
}

.sticky-section {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(48px, 4.3835616438vw, 64px);
  padding-block: 1em;
  border-left: 1px solid var(--white);
}
@media (max-width: 767px) {
  .sticky-section {
    position: initial;
    border-left: none;
    width: 100%;
    margin-inline: auto;
    border-bottom: 1px solid var(--white);
    padding-block: 0.75em;
    padding-inline: 4%;
    margin-bottom: 2em;
  }
}
.sticky-section > div {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
@media (max-width: 767px) {
  .sticky-section > div {
    position: initial;
    top: 0;
    flex-direction: row;
  }
}
.sticky-section .num {
  font-size: clamp(1.25rem, 0.762195122rem + 1.2195121951vw, 1.875rem);
  font-weight: 700;
  color: var(--white);
  text-align: center;
  font-family: "Inter", sans-serif;
}
.sticky-section .text-l {
  writing-mode: vertical-lr;
  color: var(--white);
}
@media (max-width: 767px) {
  .sticky-section .text-l {
    writing-mode: initial;
  }
}

.reason-graph-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: clamp(16px, 2.7397260274vw, 40px) clamp(16px, 2.1917808219vw, 32px);
}
@media (max-width: 767px) {
  .reason-graph-list {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}
.reason-graph-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  align-items: start;
  gap: 0;
}

.analytics-wrap {
  width: min(800px, 100%);
  margin-inline: auto;
  display: flex;
  gap: clamp(16px, 2.1917808219vw, 32px);
}
@media (max-width: 767px) {
  .analytics-wrap {
    display: flex;
    flex-direction: column;
  }
  .analytics-wrap .splide__track {
    padding-right: 0 !important;
  }
}

.analysis-slide {
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .analysis-slide {
    width: 90%;
    margin-inline: auto;
  }
}

.text-navigation {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 767px) {
  .text-navigation {
    width: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5em;
  }
}
.text-navigation button {
  cursor: pointer;
  background: var(--text);
  color: var(--white);
  border-radius: 8px;
  border: none;
  padding: 0.5em;
  font-size: clamp(0.75rem, 0.5548780488rem + 0.487804878vw, 1rem);
}

.slide-label {
  margin-top: 1em;
  line-height: 1.5;
}
.slide-label > div {
  display: flex;
  gap: 1em;
}
@media (max-width: 767px) {
  .slide-label > div {
    display: contents;
  }
}
@media (max-width: 767px) {
  .slide-label {
    display: flex;
    flex-direction: column;
  }
  .slide-label .bold {
    order: 1;
  }
  .slide-label .note {
    order: 2;
  }
  .slide-label .text {
    order: 3;
  }
}

.cost-wrap {
  width: min(1040px, 90%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.7397260274vw, 40px);
}
@media (max-width: 767px) {
  .cost-wrap {
    grid-template-columns: 1fr;
  }
}

.cost-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}

.rental-table-wrap {
  width: 100%;
}
.rental-table-wrap::after {
  content: "";
  display: block;
  height: 100%;
  width: 80px;
  background: linear-gradient(to left, #999, transparent);
  mix-blend-mode: multiply;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 100vw;
}

.rental-table {
  border-top: 1px solid var(--text);
}
@media (max-width: 767px) {
  .rental-table {
    width: 1000px;
  }
}
.rental-table tr {
  border-bottom: 1px solid var(--text);
}
.rental-table th, .rental-table td {
  padding: 1em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
}
.rental-table th:not(:first-of-type)::before, .rental-table td:not(:first-of-type)::before {
  content: "";
  width: 0;
  height: calc(100% - 1em);
  border-left: 1px solid var(--text);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rental-table th .text, .rental-table td .text {
  line-height: 1.5;
}

.th14 {
  width: 14%;
}

.th18 {
  width: 18%;
}

.tag {
  display: inline-block;
  color: var(--white);
  background: var(--text);
  border-radius: 99px;
  padding: 0.125em 0.5em;
  margin: 2px 0;
}

.table-td-heading {
  background: var(--white);
  border: 1px solid var(--text);
  border-radius: 99px;
  padding: 0.25em 1em;
}

.price-simuration-box {
  background: var(--text);
  border-radius: clamp(6px, 0.6849315068vw, 10px);
  display: block;
  padding: 0.5em 1em;
  width: min(270px, 100%);
  margin-inline: auto;
}
.price-simuration-box:hover {
  background: var(--gray);
}

.plan-name {
  font-size: clamp(2rem, 1.2195121951rem + 1.9512195122vw, 3rem);
}

.price {
  font-size: clamp(1.5rem, 0.9146341463rem + 1.4634146341vw, 2.25rem);
  font-family: "Barlow Semi Condensed", sans-serif;
}

@media (max-width: 767px) {
  .scroll-hint {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .scroll-hint::before {
    content: "scrollable →";
    width: 160px;
    font-family: "Noto Sans JP", sans-serif;
    aspect-ratio: 5/3;
    background: rgba(0, 0, 0, 0.4);
    color: var(--white);
    border-radius: 8px;
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    left: 50vw;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out;
    z-index: 10;
  }
  .scroll-hint.hide::before {
    display: none;
  }
}
.bg-black {
  --text:#fff;
  --dark-gray:#fff;
  --white: #000;
  background: var(--white);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(6, 3fr) 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .flow-list {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: none;
    display: flex;
    flex-direction: column;
  }
}
.flow-list > li {
  background: var(--bg);
  border-radius: 8px;
  padding: clamp(12px, 1.6438356164vw, 24px);
  position: relative;
}
.flow-list > li .card-heading {
  color: var(--gray);
  font-size: clamp(1.25rem, 0.762195122rem + 1.2195121951vw, 1.875rem);
}
.flow-list > li .text {
  line-height: 1.6;
}
.flow-list > li:not(:first-of-type)::before {
  content: "";
  width: clamp(32px, 3.2876712329vw, 48px);
  aspect-ratio: 1;
  background: url(../images/icon-flow-arrow.webp) no-repeat center/contain;
  position: absolute;
  top: calc(50% - clamp(16px, 1.6438356164vw, 24px));
  left: -8px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .flow-list > li:not(:first-of-type)::before {
    top: -8px;
    left: calc(50% - clamp(16px, 1.6438356164vw, 24px));
    transform: translateX(0) translateY(-50%) rotate(90deg);
  }
}
.flow-list .no-card {
  padding: 0;
  background: none;
  display: grid;
  place-items: center;
}

.faq-list > li {
  border-radius: clamp(6px, 0.6849315068vw, 10px);
  overflow: hidden;
  background: var(--black);
}
.faq-list > li .card-heading {
  padding: clamp(8px, 1.095890411vw, 16px) clamp(16px, 1.6438356164vw, 24px);
  color: var(--bg);
}
.faq-list > li:not(:first-of-type) {
  margin-top: clamp(24px, 2.1917808219vw, 32px);
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content > div {
  overflow: hidden;
}

.accordion-content.open {
  grid-template-rows: 1fr;
}

.question {
  padding: 1em 3em 1em 3em;
  color: var(--bg);
  font-size: clamp(1rem, 0.6097560976rem + 0.9756097561vw, 1.5rem);
  font-weight: 700;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  transition: all 0.3s ease-out;
}
.question::before {
  content: "Q.";
  position: absolute;
  top: 0.4em;
  left: 0.75em;
  font-size: 1.5em;
  font-weight: 700;
}
.question::after {
  content: "＋";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  transition: all 0.3s ease-out;
}
.question:hover {
  background: var(--text);
}
.question > p {
  line-height: 1.4;
}

.question.active::after {
  transform: rotate(135deg);
}

.answer {
  padding: 0 2em;
}
.answer.open {
  padding: 2em;
}

.own-data-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .own-data-wrap {
    flex-direction: column;
  }
}
.own-data-wrap .own-data-img {
  max-width: 700px;
  aspect-ratio: 1;
  margin-left: auto;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .own-data-wrap .own-data-img {
    width: 100%;
    margin-top: 48px;
    margin-right: -80px;
  }
}

.bdr-top {
  border-top: 1px solid var(--border);
}

.bg-light-gray {
  background: var(--light-bg);
}

.simulation-contents {
  width: min(700px, 100%);
  margin-inline: auto;
}

.cloud-plan-simulation-block {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.1917808219vw, 32px);
}

.simulation-days-counter {
  background: var(--white);
  border: 2px solid var(--text);
  border-radius: 10px;
  padding: clamp(12px, 1.095890411vw, 16px) clamp(24px, 3.2876712329vw, 48px);
  display: flex;
}
.simulation-days-counter input {
  border: 0;
  width: 4em;
  text-align: right;
}
.simulation-days-counter label {
  margin-right: auto;
}
.simulation-days-counter .day-text {
  width: 2.5em;
  text-align: right;
}

.cloud-plan-checklist {
  background: var(--white);
  border: 2px solid var(--text);
  border-radius: 10px;
  padding: clamp(16px, 2.1917808219vw, 32px) clamp(24px, 3.2876712329vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.setting-checkbox {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr;
}
.setting-checkbox > p {
  text-align: right;
}
.setting-checkbox input[type=checkbox] {
  width: 24px;
  aspect-ratio: 1;
  margin-left: auto;
}
@media (max-width: 767px) {
  .setting-checkbox.lead {
    font-size: 0.75rem;
  }
}

.calculate-btn {
  border: 0;
  background: var(--black);
  color: var(--white);
  padding: 0.5em 3em;
  font-size: clamp(1.125rem, 1.0274390244rem + 0.243902439vw, 1.25rem);
  text-align: center;
  border-radius: 99px;
  position: relative;
  cursor: pointer;
}
.calculate-btn::after {
  content: "";
  width: 1.25em;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-arrow-next.svg) center/contain no-repeat;
          mask: url(../images/icon-arrow-next.svg) center/contain no-repeat;
  background: var(--white);
  position: absolute;
  right: 1em;
  top: calc(50% - 0.625em);
  transform: rotate(-45deg);
}

.kekka {
  background: var(--white);
  border: 2px solid var(--text);
  border-radius: 10px;
  padding: clamp(16px, 2.1917808219vw, 32px) clamp(24px, 3.2876712329vw, 48px);
  display: flex;
}
@media (max-width: 767px) {
  .kekka {
    flex-direction: column;
  }
}
.kekka .kekka-inner {
  height: 3em;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}
.kekka .kekka-inner .en {
  line-height: 2;
}

.lower .sec {
  background: var(--white);
}

.lower-container {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.case-article {
  margin-top: 48px;
  background: var(--bg);
  border-radius: clamp(12px, 1.6438356164vw, 24px);
  padding: clamp(48px, 6.5753424658vw, 96px) 16px;
  position: relative;
}
.case-article .inner {
  width: min(900px, 90%);
  margin-inline: auto;
}
.case-article .inner figcaption {
  text-align: right;
  color: var(--gray);
  margin-top: 0.5em;
}

.vertical-text {
  writing-mode: vertical-lr;
  position: absolute;
  top: clamp(32px, 3.2876712329vw, 48px);
  right: 3%;
  font-size: clamp(0.875rem, 0.5823170732rem + 0.7317073171vw, 1.25rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.article-detail {
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 10em 1fr;
}
.article-detail dt, .article-detail dd {
  padding: 1em 0;
  border-bottom: 1px solid var(--border);
}
.article-detail dt {
  display: flex;
  align-items: center;
}
.article-detail dd {
  padding-left: 1em;
  position: relative;
}
.article-detail dd::before {
  content: "";
  width: 0;
  height: calc(100% - 1em);
  border-left: 1px solid var(--border);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/*# sourceMappingURL=style.css.map */