/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html,
body {
  height: 100%;
}

body {
  padding: 0;
  color: #121212;
  font-family: "Zen Maru Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Mefirstcall, serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

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

small {
  font-size: 100%;
}

.top {
  background-color: #ffaa00;
}
@media (max-width: 1024px) {
  .top {
    background-color: #ffffff;
    background-image: url("/assets/images/bg-top-main.jpg");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: contain;
  }
}

.service {
  background-color: #f4d400;
}
@media (max-width: 1024px) {
  .service {
    background-color: #ffffff;
    background-image: url("/assets/images/bg-top-main-service.jpg");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: contain;
  }
}

.tax {
  background-image: url("/assets/images/bg-tax.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}

.firstcall {
  background-image: url("/assets/images/bg-firstcall.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}

.welbox {
  background-image: url("/assets/images/bg-welbox.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}

.clipstudio {
  background-image: url("/assets/images/bg-clipstudio.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}

.error {
  background-color: #f4d400;
}

.l-footer {
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 8.625rem 0;
  background-color: #121212;
}
@media (max-width: 1024px) {
  .l-footer {
    z-index: 0;
    height: 100%;
    padding: 5.625rem 0;
  }
}
.l-footer .c-text-link--footer {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media (any-hover: hover) {
  .l-footer .c-text-link--footer:hover {
    text-decoration: none;
  }
}
.l-footer small {
  display: block;
}
.l-footer small + small {
  margin-top: 0.625rem;
}

.l-header {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  flex-direction: column;
  justify-content: center;
  width: 33.33%;
  height: 100svh;
  -webkit-margin-start: 0.625rem;
          margin-inline-start: 0.625rem;
}
@media (max-width: 1024px) {
  .l-header {
    position: fixed;
    z-index: 2;
    top: 0;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-inline: auto;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: cover;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .top .l-header {
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .service .l-header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    background-image: url("/assets/images/bg-top-main-service.jpg");
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .tax .l-header {
    background-image: url("/assets/images/bg-tax.jpg");
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .welbox .l-header {
    background-image: url("/assets/images/bg-welbox.jpg");
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .firstcall .l-header {
    background-image: url("/assets/images/bg-firstcall.jpg");
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .clipstudio .l-header {
    background-image: url("/assets/images/bg-clipstudio.jpg");
  }
}

.service .l-header.is-show {
  opacity: 1;
}

.l-wrapper {
  position: relative;
}

.l-main {
  width: 100%;
}
.top .l-main, .service .l-main {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 33.33%;
  min-block-size: 100svb;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .l-main {
    padding: 1.25rem 0 0;
  }
  .top .l-main, .service .l-main {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .l-main__inner {
    display: grid;
    position: relative;
    grid-template-rows: auto 1fr auto;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%), url("/assets/images/bg-service-sp.jpg");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  .top .l-main__inner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%), url("/assets/images/bg-sp.jpg");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: contain;
  }
}

.l-anchor {
  position: relative;
  z-index: 1;
  max-width: 30rem;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .l-anchor {
    margin-top: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .l-anchor {
    padding: 0 0.75rem;
  }
}

.l-content {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  padding: 7.5rem 0;
  overflow: unset;
}
@media (max-width: 1024px) {
  .l-content {
    flex-direction: column;
    padding: 1.875rem 0 5.625rem;
  }
}
@media (max-width: 1024px) {
  .clipstudio .l-content {
    padding: 5.3125rem 0 5.625rem;
  }
}
.service .l-content {
  padding: 7.5rem 0 5.625rem;
}
@media (max-width: 1024px) {
  .service .l-content {
    padding: 1.875rem 0 5.625rem;
  }
}
.top .l-content {
  padding: 0;
}
@media (max-width: 1024px) {
  .top .l-content {
    padding: 0;
  }
}

.l-navi {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  flex-direction: column;
  justify-content: center;
  width: 33.33%;
  height: 100svh;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}
@media (max-width: 1024px) {
  .l-navi {
    display: flex;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transition: opacity 0.3s ease-in;
    opacity: 0;
    background-image: url("/assets/images/bg-top-main-service.jpg");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: contain;
    padding-bottom: 0.625rem;
  }
  .c-header--open .l-navi {
    visibility: visible;
    z-index: 3;
    opacity: 1;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .top .l-navi {
    display: none;
  }
}
.l-navi__control {
  visibility: hidden;
}
@media (max-width: 1024px) {
  .l-navi__control {
    display: flex;
    position: absolute !important;
    top: 1.875rem;
    right: 1.375rem;
    width: 100%;
  }
  .c-header--open .l-navi__control {
    visibility: visible;
  }
}

.l-body {
  width: 100%;
  max-width: 30rem;
  margin-inline: auto;
  padding: 0 1.25rem;
}
@media (max-width: 1024px) {
  .l-body {
    width: 100%;
    margin-left: 0;
    margin-inline: auto;
    padding: 0 0.75rem;
  }
}
.top .l-body {
  padding: 0 1.25rem 15rem;
}
@media (max-width: 767.98px) {
  .top .l-body {
    padding: 0 1.25rem 7.5rem;
  }
}

.l-background {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100dvh;
  transition: opacity 0.5s ease-in-out;
  background-image: url(/assets/images/bg-top-service.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
}
@media (max-width: 1024px) {
  .l-background {
    display: none;
  }
}
.top .l-background {
  background-image: url(/assets/images/bg-top.jpg);
}
.l-background--error {
  mix-blend-mode: soft-light;
  background-image: url(/assets/images/bg-top-main.jpg);
}
@media (max-width: 1024px) {
  .l-background--error {
    display: block;
  }
}

.l-background-scroll {
  position: fixed;
  z-index: 0;
  width: 100%;
  opacity: 0.5;
  background-image: url(/assets/images/bg-top-service.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: soft-light;
}
@media (max-width: 1024px) {
  .l-background-scroll {
    display: none;
  }
}
.top .l-background-scroll {
  background-image: url(/assets/images/bg-top.jpg);
}

.l-error__inner {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 37.5%;
  height: 100svh;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .l-error__inner {
    width: 100%;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.25rem;
  border-radius: 10px;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.5vw + 0.555rem, 1rem);
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .c-button {
    font-size: 0.875rem;
  }
}
.c-button + .c-button {
  margin-top: 1.875rem;
}
.c-button--large {
  padding: 1.875rem 1.25rem;
}
.c-button--tax {
  background-color: #15c61e;
}
.c-button--clipstudio {
  background-color: #aa60e2;
}
.c-button--welbox {
  background-color: #1c80fc;
}
.c-button--firstcall {
  background-color: #fa4918;
}
.c-button--faq {
  background-color: #ffffff;
  color: #f4d400;
  letter-spacing: 0.1em;
}
.c-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.c-button__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.125rem;
  height: 2.4375rem;
  margin-left: 1.25rem;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
}
.c-button--faq .c-button__text::after {
  background-color: rgba(244, 212, 0, 0.3);
}
.c-button__arrow {
  display: block;
  align-self: center;
  width: 1.64375rem;
  height: 1.375rem;
  margin-left: 1.25rem;
  fill: #ffffff;
}
.c-button--faq .c-button__arrow {
  fill: #f4d400;
}
.c-button__num {
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (any-hover: hover) and (any-hover: hover) {
  .c-button:hover:hover {
    background-color: #121212;
  }
  .c-button:hover:hover .c-button__arrow {
    rotate: -45deg;
  }
}
.c-button--anchor .c-button__arrow {
  flex: 0 0 auto;
  width: 1.375rem;
  height: 2.25rem;
  background-image: url(/assets/images/button-anchor-arrow-off.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-button--anchor .c-button__text {
  font-size: 1rem;
}
.c-button--anchor .c-button__text::after {
  height: 3rem;
}
@media (any-hover: hover) {
  .c-button--anchor:hover {
    background-color: #121212;
  }
  .c-button--anchor:hover .c-button__arrow {
    rotate: 0deg !important;
    height: 2.25rem;
    background-image: url(/assets/images/button-anchor-arrow-on.svg);
  }
}
.c-button--plus .c-button__arrow {
  flex: 0 0 auto;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(/assets/images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (any-hover: hover) {
  .c-button--plus:hover .c-button__arrow {
    rotate: 0deg !important;
  }
}

.c-button--faq.c-button--anchor .c-button__arrow {
  background-image: url(/assets/images/button-anchor-yellow-arrow-off.svg);
}
@media (any-hover: hover) {
  .c-button--faq.c-button--anchor:hover .c-button__arrow {
    background-image: url(/assets/images/button-anchor-yellow-arrow-on.svg);
  }
}

.c-heading {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.c-heading--level1 {
  font-size: clamp(2.5rem, 0vw + 2.5rem, 2.5rem);
}
.c-heading--level2 {
  font-size: clamp(1.3125rem, 1.7vw + 0.2245rem, 1.75rem);
  letter-spacing: 0;
}
.welbox .c-heading--level2 {
  font-size: clamp(1.125rem, 1.7vw + 0.037rem, 1.5625rem);
}
.c-heading--level3 {
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
}

.c-paragraph {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-paragraph--copy {
  font-size: clamp(1rem, 0.5vw + 0.68rem, 1.125rem);
  line-height: 1.8;
}
.c-paragraph--lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.4;
}
.c-paragraph--lead-side {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.1;
}
.c-paragraph--credit {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.c-paragraph--lead-pr {
  font-size: clamp(1.125rem, 2.4vw + -0.411rem, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 2.4;
}
@media (max-width: 1024px) {
  .c-paragraph--lead-pr {
    font-size: 1.125rem;
    line-height: 2.5;
  }
}

.c-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  height: 100svh;
  min-height: 774px;
  margin-inline: auto;
  overflow: hidden;
  background-image: url(/assets/images/kv-all.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 30.125rem;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .c-logo {
    max-width: 21.875rem;
  }
}
@media (max-width: 1024px) {
  .l-navi .c-logo {
    width: 16rem;
    height: auto;
  }
}
.c-logo__text {
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.c-logo__svg {
  display: block;
  width: 100%;
  height: 11.4375rem;
  margin-top: 1.5625rem;
  fill: #121212;
}
@media (max-width: 1024px) {
  .c-logo__svg {
    height: auto;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .l-navi .c-logo__svg {
    width: 16rem;
    height: 6.0625rem;
  }
}
.c-logo__svg-lead {
  display: block;
  width: 100%;
  height: 1.875rem;
  margin-top: 1.875rem;
  fill: #121212;
}
@media (max-width: 1024px) {
  .c-logo__svg-lead {
    height: 1.625rem;
    margin-top: 1.25rem;
  }
}

.c-logo-shueisha {
  display: none;
}
@media (max-width: 1024px) {
  .c-logo-shueisha {
    display: block;
    width: 100%;
    max-width: 6.875rem;
    height: 3rem;
    margin-inline: auto;
    fill: #121212;
  }
}
@media (max-width: 767.98px) {
  .c-logo-shueisha {
    max-width: 6.875rem;
  }
}

.c-menu {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 19rem;
  margin-top: 6.25rem;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .c-menu {
    margin-top: 2.875rem;
  }
}

.c-anchor {
  max-width: 22.875rem;
  margin-inline: auto;
  margin-top: 3.75rem;
}

.c-header {
  width: 100%;
}
@media (max-width: 1024px) {
  .c-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 31.25rem;
    margin-inline: auto;
    padding: 1rem 1.375rem;
  }
}
.c-header__control {
  display: none;
  position: relative;
}
@media (max-width: 1024px) {
  .c-header__control {
    display: flex;
    z-index: 3;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #121212;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .c-header__control::before, .c-header__control::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.125rem;
    height: 0.1875rem;
    margin-inline: auto;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    opacity: 1;
    background: #f4d400;
    line-height: 0;
  }
  .welbox .c-header__control::before, .welbox .c-header__control::after {
    background: #e8f2fe;
  }
  .clipstudio .c-header__control::before, .clipstudio .c-header__control::after {
    background: #f7eaff;
  }
  .tax .c-header__control::before, .tax .c-header__control::after {
    background: #e2f9e3;
  }
  .firstcall .c-header__control::before, .firstcall .c-header__control::after {
    background: #fff1ed;
  }
}
@media (max-width: 1024px) {
  .c-header__control::before {
    content: "";
    transform: translateY(-8px);
  }
}
@media (max-width: 1024px) {
  .c-header__control::after {
    content: "";
    transform: translateY(8px);
  }
}
.c-header__control-icon {
  position: relative;
}
@media (max-width: 1024px) {
  .c-header__control-icon {
    display: block;
    width: 1.125rem;
    height: 0.1875rem;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    opacity: 1;
    background: #f4d400;
    line-height: 0;
  }
  .welbox .c-header__control-icon {
    background: #e8f2fe;
  }
  .clipstudio .c-header__control-icon {
    background: #f7eaff;
  }
  .tax .c-header__control-icon {
    background: #e2f9e3;
  }
  .firstcall .c-header__control-icon {
    background: #fff1ed;
  }
}
.c-header--open {
  overflow: hidden;
}
.c-header--open .c-header__control::before, .c-header--open .c-header__control::after {
  width: 1.5625rem;
  transform: translateY(0);
}
.c-header--open .c-header__control::before {
  rotate: 45deg;
  background: #f4d400 !important;
}
.c-header--open .c-header__control::after {
  rotate: -45deg;
  background: #f4d400 !important;
}
.c-header--open .c-header__control-icon {
  width: 0 !important;
}
.c-header__logo {
  max-width: 23rem;
  margin-top: 1.1875rem;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .c-header__logo {
    max-width: 14rem;
    margin-top: 0;
    margin-inline: revert;
  }
}
@media (any-hover: hover) {
  .tax .c-header__logo:hover .c-header__link .c-heading {
    color: #15c61e;
  }
  .clipstudio .c-header__logo:hover .c-header__link .c-heading {
    color: #aa60e2;
  }
  .welbox .c-header__logo:hover .c-header__link .c-heading {
    color: #1c80fc;
  }
  .firstcall .c-header__logo:hover .c-header__link .c-heading {
    color: #fa4918;
  }
  .tax .c-header__logo:hover .c-header__link .c-header__svg {
    fill: #15c61e;
  }
  .clipstudio .c-header__logo:hover .c-header__link .c-header__svg {
    fill: #aa60e2;
  }
  .welbox .c-header__logo:hover .c-header__link .c-header__svg {
    fill: #1c80fc;
  }
  .firstcall .c-header__logo:hover .c-header__link .c-header__svg {
    fill: #fa4918;
  }
}
.c-header__copy {
  margin-top: 2.25rem;
}
.top .c-header__link {
  pointer-events: none;
}
.c-header__svg {
  width: 100%;
  height: 8.75rem;
}

.c-kv {
  position: relative;
}
@media (max-width: 1024px) {
  .c-kv {
    padding: 5rem 0.625rem;
  }
}
.tax .c-kv {
  background-image: url("/assets/images/bg-tax-top.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}
.tax .c-kv__title {
  max-width: 31.875rem;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .tax .c-kv__title {
    width: 100%;
  }
}
.firstcall .c-kv {
  background-image: url("/assets/images/bg-firstcall-top.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}
.firstcall .c-kv__title {
  max-width: 32.5rem;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .firstcall .c-kv__title {
    width: 100%;
  }
}
.welbox .c-kv {
  background-image: url("/assets/images/bg-welbox-top.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}
.clipstudio .c-kv {
  background-image: url("/assets/images/bg-clipstudio-top.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}
.clipstudio .c-kv__title {
  max-width: 31.875rem;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .clipstudio .c-kv__title {
    width: 100%;
  }
}
.c-kv .c-heading {
  color: #ffffff !important;
  letter-spacing: -0.01em;
}
.c-kv__inner {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  max-width: 90rem;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .c-kv__inner {
    flex-direction: column;
    max-width: 30rem;
  }
}
.c-kv__img {
  flex-grow: 1;
  width: 50%;
  max-width: 45rem;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .c-kv__img {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-top: 1.875rem;
    padding: 1.125rem 1.125rem 0;
    border-radius: 20px 20px 0 0;
    background-color: #ffffff;
  }
}
.c-kv__description {
  flex: 0 0 auto;
  width: 50%;
  margin-inline: auto;
  padding: 3.5625rem 2.625rem 5.4375rem;
}
@media (max-width: 1024px) {
  .c-kv__description {
    display: contents;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .c-kv__description .c-heading {
    order: 1;
  }
}
.c-kv__box {
  margin-top: 1.875rem;
  padding: 3.125rem 3.75rem;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c-kv__box {
    order: 3;
    margin-top: 0;
    padding: 1.875rem 1.125rem;
    border-radius: 0 0 20px 20px;
  }
}
.c-kv__button {
  max-width: 22.875rem;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .c-kv__button {
    max-width: 100%;
  }
}

.c-top-kv {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .c-top-kv {
    align-self: center;
  }
}

.c-top-copy {
  margin-top: 2.0625rem;
}
@media (max-width: 1024px) {
  .c-top-copy {
    display: revert;
    margin-top: 0;
    padding-top: 1.875rem;
    background: #ffffff;
  }
}
.c-top-copy__support {
  max-width: 27.5rem;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .c-top-copy__support {
    position: relative;
    z-index: 1;
    max-width: 21.375rem;
    margin-top: 0;
  }
}
.c-top-copy__logo {
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 420/31;
}
.c-top-copy__lead {
  margin-top: 2.375rem;
}
@media (max-width: 1024px) {
  .c-top-copy__lead {
    margin-top: 0;
    padding-top: 1.875rem;
    background-color: #ffffff;
  }
}
@media (max-width: 1024px) {
  .c-top-copy__lead__inner {
    max-width: 18.125rem;
    margin-inline: auto;
    font-size: 1rem;
    line-height: 2.4;
  }
}
.c-top-copy .c-animation-icon {
  margin-top: 2.6875rem;
}
@media (max-width: 1024px) {
  .c-top-copy .c-animation-icon {
    margin-top: 1.0625rem;
  }
}

.c-top-copy-shueisha {
  position: relative;
}
@media (max-width: 1024px) {
  .c-top-copy-shueisha {
    padding-top: 4.375rem;
    background-color: #ffffff;
  }
}
@media (max-width: 1024px) {
  .c-top-copy-shueisha::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 12.5rem;
    left: 0;
    width: 100%;
    height: auto;
    background-image: url(/assets/images/bg-effect-bottom.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: contain;
    aspect-ratio: 65/46;
  }
}

.c-title {
  width: 100%;
  max-width: 17.75rem;
  margin-inline: auto;
}
.c-title--large {
  max-width: 27.5rem;
}
@media (max-width: 1024px) {
  .c-title--large {
    width: 100%;
    max-width: 22.8125rem;
  }
}

.c-support {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-radius: 15px;
  background-color: #ffffff;
}
.c-support__title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0 0;
  color: #ffffff;
  gap: 0 0.875rem;
}
.c-support__text {
  margin-top: 0.5rem;
  font-size: 1.3125rem;
  font-weight: 900;
}
.c-support__num {
  font-size: 3.9375rem;
  font-weight: 900;
}
.c-support__lead {
  margin-top: 1.875rem;
}
.c-support__inner {
  padding: 0 1.25rem;
}
@media (max-width: 1024px) {
  .c-support__inner {
    padding: 0 0.75rem;
  }
}
.c-support__illust {
  margin-top: 1.875rem;
}
.c-support__button {
  width: 100%;
  max-width: 19rem;
  margin: 3.75rem auto 0;
}

.c-support--tax {
  background-color: #e2f9e3;
}
.c-support--tax .c-support__title {
  background-color: #15c61e;
}
.c-support--tax .c-support__lead {
  color: #15c61e;
}

.c-support--clipstudio {
  background-color: #f7eaff;
}
.c-support--clipstudio .c-support__title {
  background-color: #aa60e2;
}
.c-support--clipstudio .c-support__lead {
  color: #aa60e2;
}

.c-support--welbox {
  background-color: #e8f2fe;
}
.c-support--welbox .c-support__title {
  background-color: #1c80fc;
}
.c-support--welbox .c-support__lead {
  color: #1c80fc;
}

.c-support--firstcall {
  background-color: #fff1ed;
}
.c-support--firstcall .c-support__title {
  background-color: #fa4918;
}
.c-support--firstcall .c-support__lead {
  color: #fa4918;
}

.c-faq {
  margin-top: 3.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-faq + .c-faq {
  margin-top: 1.875rem;
}
.c-faq__item {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5625rem;
  gap: 0 1.25rem;
}
.c-faq__item::before {
  flex: 0 0 auto;
  width: 1.875rem;
  font-size: 2.625rem;
  font-weight: 900;
}
.c-faq__item--question {
  border-radius: 20px 20px 0 0;
  background-color: #121212;
  color: #ffffff;
}
.c-faq__item--question::before {
  content: "Q";
  color: #ffffff;
}
.c-faq__item--answer {
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
}
.c-faq__item--answer::before {
  content: "A";
  color: #f4d400;
}

.c-animation-icon {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.375rem;
}
@media (max-width: 1024px) {
  .top .c-animation-icon, .service .c-animation-icon {
    padding: 0 0 1.25rem;
  }
}
.c-animation-icon-1st .c-icon-arrow {
  animation: pulse 0.6s ease 0s infinite alternate;
}
.c-animation-icon-2nd .c-icon-arrow {
  animation: pulse 0.6s ease 0.4s infinite alternate;
}
.c-animation-icon-3rd .c-icon-arrow {
  animation: pulse 0.6s ease 0.6s infinite alternate;
}
.c-animation-icon .c-icon-arrow {
  width: 6px;
  height: 6px;
  fill: #121212;
}
.tax .c-animation-icon .c-icon-arrow {
  fill: #15c61e;
}
.firstcall .c-animation-icon .c-icon-arrow {
  fill: #fa4918;
}
.welbox .c-animation-icon .c-icon-arrow {
  fill: #1c80fc;
}
.clipstudio .c-animation-icon .c-icon-arrow {
  fill: #aa60e2;
}

@keyframes pulse {
  0% {
    scale: 1.8;
  }
  100% {
    scale: 1;
  }
}
.c-trouble {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  color: #ffffff;
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.tax .c-trouble {
  max-width: 22.5rem;
  aspect-ratio: 16/8;
}
@media (max-width: 1024px) {
  .tax .c-trouble {
    max-width: 18.8125rem;
  }
}
.tax .c-trouble--1st {
  background-image: url(/assets/images/tax-bubble1.svg);
}
.tax .c-trouble--2nd {
  background-image: url(/assets/images/tax-bubble2.svg);
  color: #09710e;
  position: relative;
}
.tax .c-trouble--2nd .c-trouble__text {
  width: 100%;
  position: absolute;
  inset: 0;
  top: 28%;
}
@media (max-width: 1024px) {
  .tax .c-trouble--2nd .c-trouble__text {
    top: 22%;
  }
}
.tax .c-trouble--3rd {
  background-image: url(/assets/images/tax-bubble3.svg);
}
.clipstudio .c-trouble {
  max-width: 25.9375rem;
  aspect-ratio: 415/148;
  margin: auto;
}
@media (max-width: 1024px) {
  .clipstudio .c-trouble {
    max-width: 22.875rem;
    aspect-ratio: 366/130;
  }
}
.clipstudio .c-trouble--1st {
  background-image: url(/assets/images/clipstudio-bubble1.svg);
}
.welbox .c-trouble {
  max-width: 22.5rem;
  aspect-ratio: 360/180;
}
@media (max-width: 1024px) {
  .welbox .c-trouble {
    max-width: 22.875rem;
  }
}
.welbox .c-trouble--1st {
  background-image: url(/assets/images/welbox-bubble1.svg);
}
.welbox .c-trouble--2nd {
  background-image: url(/assets/images/welbox-bubble2.svg);
  color: #18599d;
}
.welbox .c-trouble--3rd {
  background-image: url(/assets/images/welbox-bubble3.svg);
}
@media (max-width: 1024px) {
  .welbox .c-trouble--1st {
    width: 18.6875rem;
    max-width: 18.6875rem;
    background-image: url(/assets/images/welbox-bubble1-sp.svg);
    aspect-ratio: 299/180;
  }
  .welbox .c-trouble--2nd {
    max-width: 22.5rem;
    aspect-ratio: 360/149;
    background-image: url(/assets/images/welbox-bubble2-sp.svg);
  }
  .welbox .c-trouble--3rd {
    max-width: 22.5625rem;
    aspect-ratio: 362/180;
    background-image: url(/assets/images/welbox-bubble3-sp.svg);
  }
}
.firstcall .c-trouble--1st {
  max-width: 25.125rem;
  aspect-ratio: 402/169;
  background-image: url(/assets/images/firstcall-bubble1.svg);
}
.firstcall .c-trouble--2nd {
  max-width: 20.6875rem;
  aspect-ratio: 331/157;
  background-image: url(/assets/images/firstcall-bubble2.svg);
  color: #7a311e;
}
.firstcall .c-trouble--3rd {
  max-width: 22.625rem;
  aspect-ratio: 362/208;
  background-image: url(/assets/images/firstcall-bubble3.svg);
}
.firstcall .c-trouble--4th {
  max-width: 22.5rem;
  aspect-ratio: 360/180;
  background-image: url(/assets/images/firstcall-bubble4.svg);
  color: #7a311e;
}
.firstcall .c-trouble--5th {
  max-width: 24.4375rem;
  aspect-ratio: 391/191;
  background-image: url(/assets/images/firstcall-bubble5.svg);
}
.firstcall .c-trouble--6th {
  max-width: 23.4375rem;
  aspect-ratio: 375/186;
  background-image: url(/assets/images/firstcall-bubble6.svg);
  color: #7a311e;
}
@media (max-width: 1024px) {
  .firstcall .c-trouble--1st {
    max-width: 22.8125rem;
    aspect-ratio: 365/202;
    background-image: url(/assets/images/firstcall-bubble1-sp.svg);
  }
  .firstcall .c-trouble--2nd {
    max-width: 19.6875rem;
    aspect-ratio: 315/150;
    background-image: url(/assets/images/firstcall-bubble2-sp.svg);
  }
  .firstcall .c-trouble--3rd {
    max-width: 21.5625rem;
    aspect-ratio: 345/208;
    background-image: url(/assets/images/firstcall-bubble3-sp.svg);
  }
  .firstcall .c-trouble--4th {
    max-width: 20.3125rem;
    aspect-ratio: 325/161;
    background-image: url(/assets/images/firstcall-bubble4-sp.svg);
  }
  .firstcall .c-trouble--5th {
    max-width: 20.25rem;
    aspect-ratio: 324/174;
    background-image: url(/assets/images/firstcall-bubble5-sp.svg);
  }
  .firstcall .c-trouble--6th {
    max-width: 20.5625rem;
    aspect-ratio: 329/178;
    background-image: url(/assets/images/firstcall-bubble6-sp.svg);
  }
}
.c-trouble + .c-trouble {
  margin-top: 1.375rem;
}
.c-trouble--right {
  margin-left: auto;
}

.c-solution {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .c-solution {
    width: 100%;
    font-size: 1.3125rem;
  }
}
.tax .c-solution {
  color: #15c61e;
}
.tax .c-solution--1st {
  aspect-ratio: 440/253;
  background-image: url(/assets/images/tax-bubble4.svg);
}
@media (max-width: 1024px) {
  .tax .c-solution--1st {
    aspect-ratio: 366/210;
  }
}
.tax .c-solution--2nd {
  aspect-ratio: 440/215;
  background-image: url(/assets/images/tax-bubble5.svg);
}
@media (max-width: 1024px) {
  .tax .c-solution--2nd {
    aspect-ratio: 366/179;
  }
}
.tax .c-solution--3rd {
  aspect-ratio: 440/215;
  background-image: url(/assets/images/tax-bubble6.svg);
}
@media (max-width: 1024px) {
  .tax .c-solution--3rd {
    aspect-ratio: 366/178;
  }
}
.clipstudio .c-solution {
  color: #aa60e2;
}
.clipstudio .c-solution--1st {
  aspect-ratio: 439/177;
  background-image: url(/assets/images/clipstudio-bubble2.svg);
}
@media (max-width: 1024px) {
  .clipstudio .c-solution--1st {
    aspect-ratio: 366/210;
    background-size: contain;
  }
}
.welbox .c-solution {
  margin-top: 20px;
  color: #1c80fc;
}
.welbox .c-solution--1st {
  aspect-ratio: 440/253;
  background-image: url(/assets/images/welbox-bubble4.svg);
}
@media (max-width: 1024px) {
  .welbox .c-solution--1st {
    aspect-ratio: 365/210;
    background-size: contain;
  }
}
.welbox .c-solution--2nd {
  aspect-ratio: 441/216;
  background-image: url(/assets/images/welbox-bubble5.svg);
}
@media (max-width: 1024px) {
  .welbox .c-solution--2nd {
    aspect-ratio: 366/179;
    background-size: contain;
  }
}
.welbox .c-solution--3rd {
  aspect-ratio: 440/215;
  background-image: url(/assets/images/welbox-bubble6.svg);
}
@media (max-width: 1024px) {
  .welbox .c-solution--3rd {
    aspect-ratio: 365/178;
    background-size: contain;
  }
}

.c-service__question {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  font-size: clamp(1.3125rem, 0.7vw + 0.8645rem, 1.5rem);
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .c-service__question {
    font-size: 1.125rem;
  }
}
.c-service__answer {
  width: 100%;
  margin-inline: auto;
}
.c-service__text {
  position: absolute;
  width: 100%;
  text-align: center;
}
.c-service--tax .c-service__question {
  max-width: 24.6875rem;
  margin-right: auto;
  background-image: url("/assets/images/top-tax-question1.svg");
  color: #15c61e;
  aspect-ratio: 395/206;
}
@media (max-width: 1024px) {
  .c-service--tax .c-service__question {
    max-width: 20.0625rem;
    aspect-ratio: 321/167;
  }
}
.c-service--tax .c-service__question + .c-service__question {
  max-width: 24.4375rem;
  margin-top: -0.9375rem;
  margin-right: 0 !important;
  margin-left: auto;
  background-image: url("/assets/images/top-tax-question2.svg");
  aspect-ratio: 391/216;
}
@media (max-width: 1024px) {
  .c-service--tax .c-service__question + .c-service__question {
    max-width: 19.875rem;
    aspect-ratio: 318/176;
  }
}
.c-service--tax .c-service__text--1st {
  top: 23%;
  left: -3%;
}
.c-service--tax .c-service__text--2nd {
  top: 19%;
  left: 5%;
}
.c-service--tax .c-service__answer {
  max-width: 28.125rem;
  margin-top: -1.875rem;
}
@media (max-width: 1024px) {
  .c-service--tax .c-service__answer {
    max-width: 22.4375rem;
    margin-top: -0.9375rem;
  }
}
.c-service--clipstudio .c-service__question {
  max-width: 18.0625rem;
  margin-left: auto;
  background-image: url("/assets/images/top-clipstudio-question1.svg");
  color: #aa60e2;
  aspect-ratio: 289/159;
}
@media (max-width: 1024px) {
  .c-service--clipstudio .c-service__question {
    max-width: 15.8125rem;
    aspect-ratio: 253/140;
  }
}
.c-service--clipstudio .c-service__text--1st {
  top: 23%;
  left: -1%;
}
.c-service--clipstudio .c-service__answer {
  max-width: 27.5rem;
}
@media (max-width: 1024px) {
  .c-service--clipstudio .c-service__answer {
    max-width: 22.375rem;
  }
}
.c-service--welbox .c-service__question {
  max-width: 20.5rem;
  margin-right: auto;
  background-image: url("/assets/images/top-welbox-question1.svg");
  color: #1c80fc;
  aspect-ratio: 328/152;
}
@media (max-width: 1024px) {
  .c-service--welbox .c-service__question {
    max-width: 16.6875rem;
    aspect-ratio: 267/124;
  }
}
.c-service--welbox .c-service__text--1st {
  top: 32%;
  left: -3%;
}
.c-service--welbox .c-service__answer {
  max-width: 27rem;
}
@media (max-width: 1024px) {
  .c-service--welbox .c-service__answer {
    max-width: 22rem;
  }
}
.c-service--firstcall .c-service__question {
  max-width: 25.25rem;
  margin-left: auto;
  background-image: url("/assets/images/top-firstcall-question1.svg");
  color: #fa4918;
  aspect-ratio: 404/228;
}
@media (max-width: 1024px) {
  .c-service--firstcall .c-service__question {
    max-width: 20.5rem;
    aspect-ratio: 328/185;
  }
}
.c-service--firstcall .c-service__question + .c-service__question {
  width: 24rem;
  height: 11.1875rem;
  margin-top: -2.6875rem;
  margin-right: auto;
  margin-left: 0 !important;
  background-image: url("/assets/images/top-firstcall-question2.svg");
}
@media (max-width: 1024px) {
  .c-service--firstcall .c-service__question + .c-service__question {
    width: 19.5rem;
    height: 9.0625rem;
  }
}
.c-service--firstcall .c-service__text--1st {
  top: 22%;
  left: 3%;
}
.c-service--firstcall .c-service__text--2nd {
  top: 24%;
  left: -5%;
}
.c-service--firstcall .c-service__answer {
  max-width: 27.5rem;
}
@media (max-width: 1024px) {
  .c-service--firstcall .c-service__answer {
    max-width: 22.375rem;
  }
}
.c-service + .c-service {
  margin-top: 3.75rem;
}

.c-lower-title {
  width: 100%;
  margin-inline: auto;
}
.c-lower-title--large {
  max-width: 27.5rem;
}
@media (max-width: 1024px) {
  .c-lower-title--large {
    max-width: 21.25rem;
  }
}
.c-lower-title--medium {
  max-width: 20.25rem;
}

.c-lower-button {
  width: 100%;
  max-width: 19rem;
  margin-inline: auto;
}
.c-lower-button .c-button {
  font-size: 0.875rem;
}

.c-lower-view-button {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF 100%, rgba(255, 255, 255, 0) 100%);
}
.c-lower-view-button::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.c-lower-view-button .c-button {
  max-width: 19rem;
  margin-inline: auto;
}

.c-lower-illust {
  width: 100%;
  margin-inline: auto;
}

.c-login {
  height: 83.4375rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .c-login {
    height: 82rem;
  }
}
.firstcall .c-login {
  height: auto;
}
.c-login__col + .c-login__col {
  margin-top: 1.875rem;
}
.c-login__step {
  display: flex;
  align-items: center;
  padding: 1.6875rem 1.1875rem 1.6875rem 1.5625rem;
  border-radius: 20px 20px 0 0;
  gap: 0 20px;
}
.clipstudio .c-login__step {
  background-color: #aa60e2;
}
.welbox .c-login__step {
  background-color: #1c80fc;
}
.firstcall .c-login__step {
  background-color: #fa4918;
}
.c-login__num {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
}
.c-login__todo {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.c-login__example {
  padding: 1.25rem 1.5625rem;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
}
.c-login__action {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.c-login__action + .c-login__action {
  margin-top: 1.25rem;
}
.c-login__img + .c-login__action {
  margin-top: 1.5625rem;
}
.c-login__detail {
  flex: 0 0 auto;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
}
.clipstudio .c-login__detail {
  color: #aa60e2;
}
.welbox .c-login__detail {
  color: #1c80fc;
}
.firstcall .c-login__detail {
  color: #fa4918;
}
.c-login__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.clipstudio .c-login__text .c-login__text-small {
  font-size: 0.75rem;
}
.welbox .c-login__text .c-login__text-small {
  font-size: 0.75rem;
}
.c-login__img {
  margin-top: 1.25rem;
}
.c-login__open .c-button {
  display: none;
}

.c-text-support {
  width: 20.25rem;
  height: 11.3125rem;
}
.tax .c-text-support {
  fill: #15c61e;
}
.firstcall .c-text-support {
  fill: #fa4918;
}
.welbox .c-text-support {
  fill: #1c80fc;
}
.clipstudio .c-text-support {
  fill: #aa60e2;
}

.c-message {
  margin-top: 5.625rem;
}
@media (max-width: 1024px) {
  .c-message {
    margin-top: 3.75rem;
  }
}
.c-message__svg {
  display: block;
  width: 100%;
  height: 6.75rem;
  animation: changeColor 1.5s infinite;
}
@media (max-width: 1024px) {
  .c-message__svg {
    height: 5.125rem;
  }
}

@keyframes changeColor {
  0% {
    fill: #121212;
  }
  48% {
    fill: #ffffff;
  }
  100% {
    fill: #121212;
  }
}
.c-footer {
  width: 100%;
  max-width: 30rem;
  margin-inline: auto;
}
.c-footer__heading {
  color: #ffffff;
}
.c-footer__logo {
  display: block;
  width: 100%;
  max-width: 16rem;
  max-height: 6.125rem;
  margin-top: 0.375rem;
  margin-inline: auto;
  fill: #ffffff;
}
.c-footer__navi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
  color: #ffffff;
}
.c-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 19rem;
  padding: 0.75rem 1.25rem;
}
.c-footer__links + .c-footer__links {
  margin-top: 0.625rem;
}
@media (any-hover: hover) {
  .c-footer__links--tax:hover {
    color: #15c61e;
  }
  .c-footer__links--tax:hover .c-footer__links__arrow {
    fill: #15c61e;
    rotate: -45deg;
  }
}
@media (any-hover: hover) {
  .c-footer__links--clipstudio:hover {
    color: #aa60e2;
  }
  .c-footer__links--clipstudio:hover .c-footer__links__arrow {
    fill: #aa60e2;
    rotate: -45deg;
  }
}
@media (any-hover: hover) {
  .c-footer__links--welbox:hover {
    color: #1c80fc;
  }
  .c-footer__links--welbox:hover .c-footer__links__arrow {
    fill: #1c80fc;
    rotate: -45deg;
  }
}
@media (any-hover: hover) {
  .c-footer__links--firstcall:hover {
    color: #fa4918;
  }
  .c-footer__links--firstcall:hover .c-footer__links__arrow {
    fill: #fa4918;
    rotate: -45deg;
  }
}
@media (any-hover: hover) {
  .c-footer__links--faq:hover {
    color: #f4d400;
  }
  .c-footer__links--faq:hover .c-footer__links__arrow {
    fill: #f4d400;
    rotate: -45deg;
  }
}
.c-footer__links__arrow {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  fill: #ffffff;
}
.c-footer__links__text {
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.c-footer__shueisha-link {
  display: block;
  max-width: 8.625rem;
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media (any-hover: hover) {
  .c-footer__shueisha-link:hover .c-footer__shueisha-logo {
    fill: #f4d400;
  }
}
.c-footer__shueisha-logo {
  width: 100%;
  max-height: 3.75rem;
  fill: #ffffff;
}
.c-footer__copy {
  margin-top: 1.875rem;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-align: center;
}
@media (any-hover: hover) {
  .c-footer__link:hover {
    color: #f4d400;
  }
  .c-footer__link:hover .c-footer__logo {
    fill: #f4d400;
  }
}
.top .c-footer .c-footer__link {
  pointer-events: none;
}

.c-text-link {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.tax .c-text-link {
  color: #15c61e;
}
.clipstudio .c-text-link {
  color: #aa60e2;
}
.welbox .c-text-link {
  color: #1c80fc;
}
.c-text-link .firstcall {
  color: #fa4918;
}
.c-text-link--faq {
  text-decoration: none;
  text-align: center;
  width: 100%;
  color: #121212 !important;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 1.875rem;
}
@media (any-hover: hover) {
  .c-text-link--faq:hover {
    text-decoration: underline;
  }
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

@media (max-width: 767.98px) {
  .u-text-md-left {
    text-align: left !important;
  }
}

@media (max-width: 767.98px) {
  .u-text-md-right {
    text-align: right !important;
  }
}

@media (max-width: 767.98px) {
  .u-text-md-center {
    text-align: center !important;
  }
}

.u-flex {
  display: flex;
}
.u-flex--column {
  flex-direction: column;
}

.u-flex-center {
  justify-content: center;
}

.u-mt30 {
  margin-top: 1.875rem;
}

.u-mt50 {
  margin-top: 3.125rem;
}

.u-mt60 {
  margin-top: 3.75rem;
}

.u-mt70 {
  margin-top: 4.375rem;
}

.u-mt90 {
  margin-top: 5.625rem;
}

.u-mt120 {
  margin-top: 7.5rem;
}

@media (max-width: 1024px) {
  .u-mt10-sp {
    margin-top: 0.625rem;
  }
}

@media (max-width: 1024px) {
  .u-mt60-sp {
    margin-top: 3.75rem;
  }
}

@media (max-width: 1024px) {
  .u-mt90-sp {
    margin-top: 5.625rem;
  }
}

@media (max-width: 1024px) {
  .u-pt60-sp {
    padding-top: 3.75rem;
  }
}

@media (max-width: 1024px) {
  .u-pt110-sp {
    padding-top: 6.875rem;
  }
}

.u-pc-none {
  display: none;
}
@media (max-width: 1024px) {
  .u-pc-none {
    display: block;
  }
}

.u-sp-none {
  display: block;
}
@media (max-width: 1024px) {
  .u-sp-none {
    display: none;
  }
}

.u-pc-menu-none {
  display: none;
}
@media (max-width: 1024px) {
  .u-pc-menu-none {
    display: flex;
  }
}

.u-text-color-welbox {
  color: #1c80fc;
}

.u-text-color-tax {
  color: #15c61e;
}

.u-text-color-firstcall {
  color: #fa4918;
}

.u-text-color-clipstudio {
  color: #aa60e2;
}