/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ==================================================
   Base
   ================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #0C0B1D;
  font-size: 16px;
}
@media (width <= 768px) {
  body {
    font-size: 14px;
  }
}

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

a:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}
@media (width <= 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (width <= 768px) {
  .pc {
    display: none;
  }
}

.pc-only {
  display: block;
}
@media (width <= 992px) {
  .pc-only {
    display: none !important;
  }
}

.tb {
  display: none !important;
}
@media (width <= 992px) {
  .tb {
    display: block !important;
  }
}

.l-header {
  width: 100%;
  height: 62px;
}
.l-header .l-headr__inner {
  width: 100%;
  margin: 0 auto;
  padding: 4px 108px 0;
  height: 100%;
  align-items: center;
  display: flex;
}
@media (width <= 1420px) {
  .l-header .l-headr__inner {
    padding: 4px 7.5vw 0;
  }
}
.l-header .l-header__logo {
  margin: 0;
  width: 150px;
  height: 24px;
}

.l-footer {
  background-color: #410A56;
}
.l-footer .l-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 127px;
}
@media (width <= 1420px) {
  .l-footer .l-footer__inner {
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 15px;
  }
}
.l-footer .p-footer__logo {
  max-width: 200px;
  margin-bottom: 30px;
}
.l-footer .p-footer__address {
  font-size: 16px;
  color: #fff;
}
.l-footer .p-footer__address a {
  color: #fff;
  text-decoration: none;
}

.l-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.l-bgborder {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  height: 100vh;
  background: linear-gradient(270deg, rgba(98, 13, 130, 0.8) 0%, rgba(12, 11, 29, 0.8) 100%);
}
@media (width <= 1420px) {
  .l-bgborder {
    width: 5.5555555556vw;
  }
}

.l-main {
  overflow: hidden;
}
.l-main h1, .l-main h2, .l-main h3, .l-main h4, .l-main p {
  margin: 0;
}

.c-img {
  display: block;
  width: 100%;
  height: auto;
}

.c-column {
  display: flex;
}

.c-col {
  display: flex;
}

.c-col20 {
  width: 20%;
}

.c-col30 {
  width: 30;
}

.c-col50 {
  width: 50%;
}

.c-col70 {
  width: 70%;
}

.c-col80 {
  width: 80%;
}

.c-grid {
  display: grid;
}

.c-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.c-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (width <= 768px) {
  .c-grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (width <= 992px) {
  .c-gridlg4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (width <= 992px) {
  .c-gridlg3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 992px) {
  .c-gridlg2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 768px) {
  .c-gridmd3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 768px) {
  .c-gridmd2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 768px) {
  .c-gridmd1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-card {
  padding: 2rem;
}

.c-ttl {
  font-family: "Unbounded", "Helvetica Neue", Arial, sans-serif;
  color: #0C0B1D;
  font-size: 40px;
  font-weight: 500;
}
@media (width <= 768px) {
  .c-ttl {
    font-size: 32px;
  }
}

.c-ttl--wh {
  color: #fff;
}

.c-ttljp {
  color: #410A56;
  font-size: 20px;
  font-weight: 500;
}
@media (width <= 768px) {
  .c-ttljp {
    font-size: 18px;
  }
}

.c-ttljp--sm {
  font-size: 14px;
}

.c-ttljp--wh {
  color: #fff;
}

.c-blod {
  font-weight: 700;
}

.c-txt {
  line-height: 24px;
}

.c-txt--sm {
  font-size: 14px;
}

.c-txt--lg {
  font-size: 20px;
}

.c-hidden {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.c-marker {
  background-image: linear-gradient(#FFD541, #FFD541);
  background-position: 0 92%;
  background-repeat: no-repeat;
  background-size: 100% 7px;
  display: inline;
  padding-bottom: 2.5px;
  font-weight: bold;
}

.c-decorator {
  position: relative;
}

.c-decorator:after, .c-decorator:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
}

.c-decorator::after {
  background: url(../img/icon-decorator-right.svg) no-repeat center center/cover;
  right: -1.5em;
}

.c-decorator::before {
  background: url(../img/icon-decorator-left.svg) no-repeat center center/cover;
  left: -1.4em;
}

.c-baloon {
  text-align: center;
  color: #ffffff;
  background-color: #858585;
  border-radius: 2rem;
  padding: 1.2rem 0;
  margin-bottom: 3.8rem;
  position: relative;
}

.c-baloon::after {
  content: "";
  width: 2.8rem;
  height: 3.2rem;
  background-color: #858585;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.c-flow__line {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 10px;
  height: calc(100% - 58px);
  background: #CCB6DE;
  z-index: 0;
}
@media (width <= 992px) {
  .c-flow__line {
    width: 8px;
  }
}

.c-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.c-btn__container {
  position: relative;
  line-height: 48px;
}
.c-btn__container::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 24px;
  background: url(../img/icon-btn-arrow.svg) no-repeat center center/cover;
  transform: translateY(-50%);
  top: 50%;
  right: 8%;
}
@media (width <= 992px) {
  .c-btn__container::after {
    width: 15px;
    height: 12px;
  }
}

.c-bnt--pry {
  border-radius: 100vw;
  background: linear-gradient(90deg, #FFD541 0%, #7EFF41 100%);
  box-shadow: 0px 6px 0px #1DAD22;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.c-bnt--pry:hover {
  transform: translateY(4px);
  box-shadow: 0px 2px 0px #1DAD22;
  opacity: 1;
}

.c-btn--second {
  position: relative;
  border-radius: 100vw;
  background: linear-gradient(90deg, #FFD541 0%, #7EFF41 100%);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.c-btn--second:hover {
  transform: translateY(4px);
  box-shadow: 0px 2px 0px #1DAD22;
  opacity: 1;
}
.c-btn--second::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 24px;
  background: url(../img/icon-btn-arrow.svg) no-repeat center center/cover;
  transform: translateY(-50%);
  top: 50%;
  right: 8%;
}

.animation-fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.animation-fade.inview {
  opacity: 1;
  visibility: visible;
}

.animation-fadeBottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.animation-fadeBottom.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.animation-fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.animation-fadeLeft.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.animation-fadeRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.animation-fadeRight.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.p-fv {
  position: relative;
  max-width: 2000px;
  margin: auto;
}
@media (width >= 992px) {
  .p-fv {
    height: 62.5vw;
    max-height: 800px;
  }
}
@media (width >= 1420px) {
  .p-fv {
    max-height: 1200px;
  }
}
.p-fv .p-fv__box {
  position: absolute;
  top: min(33vw, 170px);
  left: 11.1111111111vw;
  z-index: 1;
  width: 100%;
  max-width: 638px;
  padding: 57px 36px 57px 36px;
  background: linear-gradient(270deg, rgba(212, 41, 133, 0.7) 0%, rgba(98, 13, 130, 0.7) 19.5%, rgba(22, 15, 48, 0.7) 41%, rgba(43, 30, 86, 0.7) 63%, rgba(12, 11, 29, 0.7) 82.5%);
}
@media (width <= 1420px) {
  .p-fv .p-fv__box {
    padding: 3.9583333333vw 2.5vw 3.9583333333vw 2.5vw;
    max-width: 44.3055555556vw;
  }
}
@media (width <= 768px) {
  .p-fv .p-fv__box {
    padding: min(31.2px, 6vw) min(10.4px, 2vw) min(31.2px, 6vw) min(39px, 7.5vw);
    max-width: min(442px, 85vw);
    left: 0;
  }
}
@media (width >= 768px) {
  .p-fv .p-fv__box {
    top: 20.8333333333vw;
    left: 7%;
    bottom: auto;
  }
}
@media (width >= 992px) {
  .p-fv .p-fv__box {
    top: 19.4444444444vw;
  }
}
@media (width >= 1200px) {
  .p-fv .p-fv__box {
    top: 16.6666666667vw;
  }
}
@media (width >= 1420px) {
  .p-fv .p-fv__box {
    top: 15.2777777778vw;
  }
}
.p-fv .p-fv__txt {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
@media (width <= 1420px) {
  .p-fv .p-fv__txt {
    font-size: 2.2222222222vw;
  }
}
@media (width <= 768px) {
  .p-fv .p-fv__txt {
    font-size: min(20.8px, 4vw);
    letter-spacing: 1.4px;
  }
}
.p-fv .p-fv__box2 {
  position: absolute;
  bottom: auto;
  top: min(312px, 60vw);
  right: 0;
  max-width: 702px;
  width: 100%;
  padding: min(31.2px, 6vw) min(0px, 0vw) min(31.2px, 6vw) min(46.8px, 9vw);
  background: linear-gradient(270deg, rgba(212, 41, 133, 0.7) 0%, rgba(98, 13, 130, 0.7) 19.5%, rgba(22, 15, 48, 0.7) 41%, rgba(43, 30, 86, 0.7) 63%, rgba(12, 11, 29, 0.7) 82.5%);
}
@media (width <= 1420px) {
  .p-fv .p-fv__box2 {
    max-width: 48.75vw;
    padding: 3.125vw 5.1388888889vw;
  }
}
@media (width <= 768px) {
  .p-fv .p-fv__box2 {
    max-width: min(364px, 70vw);
  }
}
@media (width >= 768px) {
  .p-fv .p-fv__box2 {
    top: min(312px, 60vw);
  }
}
@media (width >= 992px) {
  .p-fv .p-fv__box2 {
    top: min(416px, 80vw);
    left: 15%;
  }
}
@media (width >= 1200px) {
  .p-fv .p-fv__box2 {
    top: min(494px, 95vw);
  }
}
@media (width >= 1420px) {
  .p-fv .p-fv__box2 {
    top: min(572px, 110vw);
  }
}
.p-fv .p-fv__txt--2 {
  font-size: 36px;
  font-weight: 500;
}
@media (width <= 1420px) {
  .p-fv .p-fv__txt--2 {
    font-size: 2.5vw;
  }
}
@media (width <= 992px) {
  .p-fv .p-fv__txt--2 {
    font-size: min(20.8px, 4vw);
  }
}
.p-fv .p-fv__txt--lg {
  font-size: 72px;
}
@media (width <= 1420px) {
  .p-fv .p-fv__txt--lg {
    font-size: 5vw;
  }
}
@media (width <= 992px) {
  .p-fv .p-fv__txt--lg {
    font-size: min(36.4px, 7vw);
  }
}
.p-fv .p-fv__img {
  display: block;
  width: 73.75vw;
  top: 0;
  margin-left: auto;
  margin-right: 3.125vw;
  overflow: hidden;
  max-width: 1800px;
}
@media (width <= 1420px) {
  .p-fv .p-fv__img {
    height: 46.25vw;
  }
}
@media (width <= 992px) {
  .p-fv .p-fv__img {
    position: static;
    width: 92.5vw;
    height: min(416px, 80vw);
    right: 0;
  }
}
.p-fv .p-fv__img img {
  object-fit: cover;
}
.p-fv .p-fv__cta {
  position: absolute;
  bottom: -0.6944444444vw;
  left: 7.6388888889vw;
  display: block;
  width: 260px;
  height: 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, #FFD541 0%, #7EFF41 100%);
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 36px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-fv .p-fv__cta:hover {
  content: "";
  transform: scale(1.05);
  opacity: 1;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.4);
}
@media (width <= 1420px) {
  .p-fv .p-fv__cta {
    width: 18.0555555556vw;
    height: 18.0555555556vw;
    padding-top: 2.5vw;
  }
}
@media (width <= 768px) {
  .p-fv .p-fv__cta {
    bottom: auto;
    top: min(305.5px, 58.75vw);
    left: min(54.6px, 10.5vw);
    width: min(143px, 27.5vw);
    height: min(143px, 27.5vw);
  }
}
.p-fv .p-fv__cta-txt {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 10px;
}
@media (width <= 1420px) {
  .p-fv .p-fv__cta-txt {
    font-size: 1.6666666667vw;
  }
}
@media (width <= 768px) {
  .p-fv .p-fv__cta-txt {
    margin-top: min(5.2px, 1vw);
    font-size: min(13px, 2.5vw);
  }
}
.p-fv .p-fv__cta-txt span {
  font-size: 26px;
  font-weight: 700;
}
@media (width <= 1420px) {
  .p-fv .p-fv__cta-txt span {
    font-size: 1.8055555556vw;
  }
}
@media (width <= 768px) {
  .p-fv .p-fv__cta-txt span {
    font-size: min(15.6px, 3vw);
  }
}
.p-fv .c-decorator {
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}
@media (width <= 1420px) {
  .p-fv .c-decorator {
    font-size: 1.3888888889vw;
  }
}
@media (width <= 768px) {
  .p-fv .c-decorator {
    font-size: min(10.4px, 2vw);
  }
}
.p-fv .c-decorator::before {
  background: url(../img/icon-decorator-bk-left.svg) no-repeat center center/cover;
}
.p-fv .c-decorator::after {
  background: url(../img/icon-decorator-bk-right.svg) no-repeat center center/cover;
}
.p-fv .p-fv-download {
  margin-top: 40px;
}
@media (width >= 992px) {
  .p-fv .p-fv-download {
    position: absolute;
    top: 13vh;
    right: 0;
    z-index: 999;
    margin-top: 0;
  }
}
@media (width >= 1200px) {
  .p-fv .p-fv-download {
    top: 20vh;
  }
}
@media (width >= 1420px) {
  .p-fv .p-fv-download {
    top: 28vh;
  }
}
.p-fv .p-fv-download .p-download-1 .p-download__inner {
  padding: 24px;
}
@media (width <= 1420px) {
  .p-fv .p-fv-download .p-download-1 .p-download__inner {
    padding-left: calc(5.5555555556vw + 15px);
  }
}
@media (width <= 992px) {
  .p-fv .p-fv-download .p-download-1 .p-download__inner {
    padding-right: 20px;
  }
}
.p-fv .p-fv-download .p-download-1 .p-download__inner p {
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: min(4.3vw, 18px);
  margin: 0 auto 12px;
}
@media (width >= 992px) {
  .p-fv .p-fv-download .p-download-1 .p-download__inner p {
    max-width: 367px;
    color: #fff;
  }
}
.p-fv .p-fv-download .p-download-1 .p-download__inner p::before, .p-fv .p-fv-download .p-download-1 .p-download__inner p::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 22px;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
@media (width >= 992px) {
  .p-fv .p-fv-download .p-download-1 .p-download__inner p::before, .p-fv .p-fv-download .p-download-1 .p-download__inner p::after {
    background: #FFF;
  }
}
.p-fv .p-fv-download .p-download-1 .p-download__inner p::before {
  transform: rotate(-20deg);
}
.p-fv .p-fv-download .p-download-1 .p-download__inner p::after {
  transform: rotate(20deg);
}
.p-fv .p-fv-download .p-download-1 .p-download__inner .p-download__form {
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
  max-width: 560px;
  margin: auto;
  background-color: #fff;
}
@media (width >= 992px) {
  .p-fv .p-fv-download .p-download-1 .p-download__inner .p-download__form {
    max-width: 367px;
    background: #FFF;
  }
}
.p-fv .p-fv-download .p-download-1 .p-download__inner h2 {
  display: flex;
  gap: 12px;
  color: #ffffff;
  background-color: #410A56;
  padding: 12px;
  justify-content: center;
  align-items: center;
  font-size: min(4.8vw, 20px);
}
.p-fv .p-fv-download .p-download-1 .p-download__inner h2::before {
  display: block;
  content: url(../img/icon-note.svg);
  width: 18px;
  height: 24px;
}
.p-fv .p-fv-download .p-download-1 .p-download__inner .p-download__formcontrol {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.p-fv .p-fv-download .p-download-1 .p-download__inner .p-download__label {
  display: block;
  font-size: 15px;
}
.p-fv .p-fv-download .p-download-1 .p-download__inner .p-download__input {
  background-color: #EFEBF3;
  border: 1px solid #CCB6DE;
  padding: 10px 16px;
  margin-top: 4px;
  line-height: 0;
}
.p-fv .p-fv-download .p-download-1 .p-download__inner .p-download__input::placeholder {
  color: #8F8F8F;
}
.p-fv .p-fv-download .p-download-1 .p-download__inner .p-download__btn {
  margin-top: 28px;
}
.p-fv .p-download.p-fv-download .p-download-1 .p-download__inner {
  padding-bottom: 60px;
}

.p-about {
  margin-top: 58px;
  background: rgba(56, 4, 96, 0.08);
}
@media (width <= 768px) {
  .p-about {
    margin-top: 16px;
  }
}
.p-about .l-section__inner {
  max-width: 1340px;
  padding-left: 40px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
@media (width <= 1420px) {
  .p-about .l-section__inner {
    padding-left: 5.5555555556vw;
  }
}
@media (width <= 992px) {
  .p-about .l-section__inner {
    padding-top: 64px;
  }
}
@media (width <= 768px) {
  .p-about .l-section__inner {
    padding-top: 40px;
  }
}
.p-about .p-about__content {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (width <= 992px) {
  .p-about .p-about__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.p-about .p-about__ttl {
  color: #000;
  font-size: 40px;
}
@media (width <= 992px) {
  .p-about .p-about__ttl {
    font-size: 32px;
  }
}
@media (width <= 768px) {
  .p-about .p-about__ttl {
    font-size: 20px;
  }
}
.p-about .c-txt {
  font-weight: 700;
}
.p-about .p-about__left {
  padding: 0 14px;
  flex: 1;
}
@media (width <= 992px) {
  .p-about .p-about__left {
    max-width: 780px;
  }
}
@media (width <= 1420px) {
  .p-about .p-about__left {
    flex: auto;
    flex-shrink: 1;
  }
}
@media (width <= 768px) {
  .p-about .p-about__left {
    padding: 0 10px;
  }
}
.p-about .p-about__desc {
  margin-top: 16px;
}
.p-about .p-about__right {
  width: 480px;
  flex-shrink: 1.5;
  min-width: 380px;
}
@media (width <= 1200px) {
  .p-about .p-about__right {
    width: 100%;
    max-width: 600px;
    padding-left: 14px;
  }
}
@media (width <= 768px) {
  .p-about .p-about__right {
    min-width: auto;
    width: 100%;
    padding: 0;
  }
}
.p-about .p-about__arrow {
  position: absolute;
  bottom: 16px;
  left: 86px;
}
@media (width <= 992px) {
  .p-about .p-about__arrow {
    left: calc(5.5555555556vw + 24px);
  }
}

.p-features {
  background: rgba(56, 4, 96, 0.08);
}
.p-features .l-section__inner {
  padding: 16px 32px 220px 32px;
}
@media (width <= 1420px) {
  .p-features .l-section__inner {
    padding-left: calc(5.5555555556vw + 15px);
  }
}
@media (width <= 992px) {
  .p-features .l-section__inner {
    padding-right: 20px;
    padding-bottom: 155px;
  }
}
.p-features .l-section__headline {
  display: flex;
  gap: 18px;
  align-items: center;
}
@media (width <= 768px) {
  .p-features .l-section__headline {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}
.p-features .p-features__upper {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 55px;
  gap: 24px;
}
@media (width <= 1420px) {
  .p-features .p-features__upper {
    gap: 16px;
  }
}
@media (width <= 992px) {
  .p-features .p-features__upper {
    flex-direction: column;
  }
}
.p-features .p-features__circle {
  border: 9px solid #B78FD6;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 187px;
  height: 187px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  z-index: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-features .p-features__upper-item {
  width: 33.3333333333%;
  position: relative;
  gap: 24px;
}
@media (width <= 992px) {
  .p-features .p-features__upper-item {
    width: 100%;
    max-width: 480px;
  }
}
.p-features .p-features__icon {
  width: 100px;
  left: auto;
  right: 0;
}
.p-features .c-baloon {
  position: relative;
  z-index: -1;
  margin-top: 163px;
  margin-bottom: 0;
  height: 160px;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (width <= 1200px) {
  .p-features .c-baloon {
    padding: 30px 10px;
  }
}
@media (width <= 992px) {
  .p-features .c-baloon {
    padding: 30px 20px;
    height: auto;
  }
}
@media (width <= 768px) {
  .p-features .c-baloon {
    padding: 25px 10px 20px 10p;
  }
}
.p-features .c-baloon::after {
  transform: translateY(-50%);
  rotate: -90deg;
  left: auto;
  right: 0;
  right: -40px;
  top: 43%;
  width: 33px;
  height: 30px;
}
@media (width <= 1420px) {
  .p-features .c-baloon::after {
    right: -30px;
    width: 23px;
    height: 20px;
  }
}
@media (width <= 992px) {
  .p-features .c-baloon::after {
    display: none;
  }
}
.p-features .p-features__lower {
  margin-top: 38px;
}
.p-features .c-baloon__ttl {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
@media (width <= 1420px) {
  .p-features .c-baloon__ttl {
    font-size: 18px;
  }
}
@media (width <= 1200px) {
  .p-features .c-baloon__ttl {
    font-size: 16px;
  }
}
@media (width <= 992px) {
  .p-features .c-baloon__ttl {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  .p-features .c-baloon__ttl {
    font-size: 16px;
  }
}
.p-features .c-baloon__txt {
  margin-top: 14px;
  font-size: 15px;
  text-align: center;
}
.p-features .c-baloon__txt span {
  font-size: 24px;
  font-weight: 700;
}
@media (width <= 1420px) {
  .p-features .c-baloon__txt {
    font-size: 14px;
  }
  .p-features .c-baloon__txt span {
    font-size: 20px;
  }
}
@media (width <= 1200px) {
  .p-features .c-baloon__txt {
    font-size: 13px;
  }
  .p-features .c-baloon__txt span {
    font-size: 16px;
  }
}
@media (width <= 992px) {
  .p-features .c-baloon__txt {
    font-size: 15px;
  }
  .p-features .c-baloon__txt span {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  .p-features .c-baloon__txt {
    font-size: 14px;
  }
  .p-features .c-baloon__txt span {
    font-size: 16px;
  }
}
.p-features .p-features__upper-item--1 .c-baloon {
  background: #B78FD6;
}
.p-features .p-features__upper-item--1 .c-baloon::after {
  background: #B78FD6;
}
.p-features .p-features__upper-item--1 .p-features__icon {
  width: 65px;
}
.p-features .p-features__upper-item--2 .c-baloon {
  background: #B57CE2;
}
.p-features .p-features__upper-item--2 .c-baloon::after {
  background: #B57CE2;
}
.p-features .p-features__upper-item--2 .p-features__icon {
  width: 106px;
}
.p-features .p-features__upper-item--3 .c-baloon {
  background: #672B96;
}
.p-features .p-features__upper-item--3 .c-baloon::after {
  display: none;
}
.p-features .p-features__upper-item--3 .p-features__icon {
  width: 106px;
}
.p-features .p-features__arrow {
  margin: 0 auto;
  margin-top: 42px;
  width: 30px;
  height: 31px;
}
.p-features .p-features__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-weight: 700;
}
@media (width <= 768px) {
  .p-features .p-features__title {
    font-size: 24px;
  }
}
.p-features .p-features__grid {
  justify-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 53px;
  padding: 0 40px;
}
@media (width <= 1200px) {
  .p-features .p-features__grid {
    gap: 10px;
  }
}
@media (width <= 992px) {
  .p-features .p-features__grid {
    padding: 0;
    gap: 32px;
    margin-top: 32px;
  }
}
.p-features .c-card {
  max-width: 311px;
  width: 100%;
  padding: 0;
}
.p-features .c-card__caption {
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}
@media (width <= 768px) {
  .p-features .c-card__caption {
    margin-top: 8px;
  }
}

.p-voice .l-section__headline {
  width: 660px;
  height: 324px;
  background: rgba(98, 13, 130, 0.8);
  padding: 122px 113px 60px 113px;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}
@media (width <= 992px) {
  .p-voice .l-section__headline {
    max-width: 660px;
    width: 100%;
    padding: 90px 15px 0 calc(5.5555555556vw + 15px);
    height: 280px;
  }
}
.p-voice .p-voice__upper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 280px;
}
@media (width <= 768px) {
  .p-voice .p-voice__upper {
    gap: 200px;
  }
}
.p-voice .p-voice__item {
  position: relative;
}
.p-voice .p-voice__box {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 433px;
  height: 148px;
  padding: 38px 104px;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(270deg, #DF529E 0%, #620D82 16%, #160F30 41%, #2B1E56 63%, #0C0B1D 82.5%);
}
@media (width <= 992px) {
  .p-voice .p-voice__box {
    padding-left: calc(5.5555555556vw + 15px);
    width: 100%;
    max-width: 433px;
  }
}
.p-voice .p-voice__ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media (width <= 768px) {
  .p-voice .p-voice__ttl {
    font-size: 22px;
  }
}
.p-voice .p-voice__flex {
  display: flex;
  gap: 34px;
}
@media (width <= 1420px) {
  .p-voice .p-voice__flex {
    justify-content: flex-end;
  }
}
@media (width <= 992px) {
  .p-voice .p-voice__flex {
    flex-direction: column;
  }
}
.p-voice .c-block {
  margin-top: 24px;
}
.p-voice .p-voice__left {
  flex: 1;
  position: relative;
  max-width: 680px;
}
@media (width <= 1420px) {
  .p-voice .p-voice__left {
    flex: auto;
  }
}
@media (width <= 992px) {
  .p-voice .p-voice__left {
    margin: 0 auto;
    max-width: 720px;
  }
}
.p-voice .p-voice__left .c-block:first-child {
  margin-top: 0;
}
.p-voice .p-voice__right {
  width: 633px;
  height: 468px;
  min-width: 480px;
}
@media (width <= 1200px) {
  .p-voice .p-voice__right {
    flex-shrink: 1;
  }
}
@media (width <= 992px) {
  .p-voice .p-voice__right {
    max-width: 780px;
    margin: 0 auto;
    min-width: auto;
    height: auto;
  }
}
@media (width <= 768px) {
  .p-voice .p-voice__right {
    max-width: 100%;
    height: auto;
  }
}
.p-voice .p-voice__right .p-voice__video {
  margin-top: 20px;
  position: relative;
}
@media (width <= 992px) {
  .p-voice .p-voice__right .p-voice__video {
    width: 100%;
    max-width: 100%;
  }
}
.p-voice .p-voice__right .p-voice__video::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(107deg, rgba(183, 143, 214, 0.9) -2.96%, rgba(65, 10, 86, 0.9) 90.4%);
  z-index: -1;
  top: 80px;
  left: 58px;
}
@media (width <= 992px) {
  .p-voice .p-voice__right .p-voice__video::after {
    height: 90%;
    top: 18%;
    left: 5%;
  }
}
.p-voice .p-voice__right .p-voice__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (width <= 992px) {
  .p-voice .p-voice__right .p-voice__video iframe {
    border: none;
    height: auto;
  }
}
.p-voice .p-voice__right .p-voice__img {
  margin-top: 20px;
  width: 593px;
  height: 408px;
  background: gray;
  position: relative;
}
@media (width <= 1420px) {
  .p-voice .p-voice__right .p-voice__img {
    max-width: 593px;
    width: 100%;
  }
}
.p-voice .p-voice__right img {
  position: relative;
}
.p-voice .p-voice__item--1 .l-section__inner {
  margin-left: 114px;
  margin-right: 0;
  padding-right: 20px;
  max-width: 100%;
}
@media (width <= 1200px) {
  .p-voice .p-voice__item--1 .l-section__inner {
    margin-left: 0;
    padding-left: calc(5.5555555556vw + 15px);
  }
}
.p-voice .p-voice__item--1 .p-voice__box {
  left: 0;
  top: -88px;
}
.p-voice .p-voice__item--1 .p-voice__flex {
  margin-top: 104px;
}
@media (width <= 1420px) {
  .p-voice .p-voice__item--1 .p-voice__flex {
    justify-content: space-between;
  }
}
@media (width <= 768px) {
  .p-voice .p-voice__item--1 .p-voice__flex {
    margin-top: 90px;
  }
}
.p-voice .p-voice__item--2 {
  padding-left: calc(5.5555555556vw + 15px);
  padding-right: 20px;
}
@media (width <= 1200px) {
  .p-voice .p-voice__item--2 .l-section__inner {
    margin-right: 0;
  }
}
.p-voice .p-voice__item--2 .p-voice__flex {
  flex-direction: row-reverse;
}
@media (width <= 992px) {
  .p-voice .p-voice__item--2 .p-voice__flex {
    flex-direction: column;
  }
}
.p-voice .p-voice__item--2 .p-voice__box {
  top: -161px;
  left: -28px;
  padding: 38px 32px;
}
@media (width <= 992px) {
  .p-voice .p-voice__item--2 .p-voice__box {
    padding: 38px 40px 38px 80px;
    padding-left: calc(5.5555555556vw + 15px);
    width: auto;
    left: 0;
  }
}
@media (width <= 768px) {
  .p-voice .p-voice__item--2 .p-voice__box {
    width: 100%;
    padding-right: 20px;
    top: -132px;
  }
}
.p-voice .p-voice__item--2 .p-voice__left {
  padding-top: 18px;
}
.p-voice .p-voice__item--2 .p-voice__video {
  margin-top: 0;
  margin-left: auto;
}
.p-voice .p-voice__item--2 .p-voice__video::after {
  width: 100%;
  right: 50px;
  left: auto;
}
@media (width <= 992px) {
  .p-voice .p-voice__item--2 .p-voice__video::after {
    height: 90%;
    top: 18%;
    left: 5%;
  }
}
.p-voice .p-voice__item--3 {
  margin-top: 4px;
}
.p-voice .p-voice__item--3 .p-voice__box {
  top: -180px;
  padding: 38px 80px 38px 100px;
}
@media (width <= 992px) {
  .p-voice .p-voice__item--3 .p-voice__box {
    padding: 38px 40px 38px 80px;
    padding-left: calc(5.5555555556vw + 15px);
  }
}
@media (width <= 768px) {
  .p-voice .p-voice__item--3 .p-voice__box {
    top: -132px;
  }
}
.p-voice .p-voice__item--3 .l-section__inner {
  margin-left: 114px;
  margin-right: 0;
  max-width: 100%;
}
@media (width <= 1200px) {
  .p-voice .p-voice__item--3 .l-section__inner {
    margin-left: 0;
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 20px;
  }
}
@media (width <= 768px) {
  .p-voice .p-voice__item--3 .l-section__inner {
    padding-top: 18px;
    margin-top: 24px;
  }
}
.p-voice .p-voice__lower {
  margin-top: 120px;
}
@media (width <= 768px) {
  .p-voice .p-voice__lower {
    margin-top: 80px;
  }
}
@media (width <= 1420px) {
  .p-voice .p-voice__lower .l-section__inner {
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 20px;
  }
}
@media (width <= 992px) {
  .p-voice .p-voice__lower .l-section__inner {
    padding: 0;
  }
}
.p-voice .p-voice__lower .p-voice__box {
  width: 100%;
  position: relative;
  height: 111px;
  padding: 38px 30px;
}
@media (width <= 992px) {
  .p-voice .p-voice__lower .p-voice__box {
    max-width: 480px;
    padding-left: calc(5.5555555556vw + 15px);
    height: auto;
  }
}
.p-voice .p-voice__lower .p-voice__ttl {
  font-size: 16px;
  line-height: 32px;
}
@media (width <= 992px) {
  .p-voice .p-voice__lower .p-voice__ttl {
    font-size: 22px;
  }
}
.p-voice .p-voice__lower .p-voice__img {
  margin-top: 8px;
}
.p-voice .p-voice__lower .p-voice__img img {
  background: gray;
  width: 509px;
  height: 283px;
}
.p-voice .p-voice__lower .p-voice__video {
  margin-top: 8px;
  position: relative;
}
@media (width <= 1200px) {
  .p-voice .p-voice__lower .p-voice__video {
    width: auto;
  }
}
@media (width <= 992px) {
  .p-voice .p-voice__lower .p-voice__video {
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
    margin-top: 55px;
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 20px;
    display: flex;
    justify-content: center;
  }
}
@media (width <= 768px) {
  .p-voice .p-voice__lower .p-voice__video {
    margin-top: 55px;
  }
}
.p-voice .p-voice__lower .p-voice__video iframe {
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  height: auto;
}
@media (width <= 992px) {
  .p-voice .p-voice__lower .p-voice__video iframe {
    max-width: 633px;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
  }
}
@media (width <= 992px) {
  .p-voice .p-voice__lower .p-voice__video::after {
    content: "";
    position: absolute;
    height: 90%;
    width: 100%;
    max-width: 638px;
    background: linear-gradient(107deg, rgba(183, 143, 214, 0.9) -2.96%, rgba(65, 10, 86, 0.9) 90.4%);
    z-index: -1;
    top: 18%;
    right: 2%;
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 20px;
  }
}
.p-voice .p-voice__lower .p-voice__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-voice .p-voice__items {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 152px;
  row-gap: 102px;
}
@media (width <= 1420px) {
  .p-voice .p-voice__items {
    gap: clamp(20px, 20px + (100vw - 980px) * 0.2869565217, 152px);
  }
}
@media (width <= 992px) {
  .p-voice .p-voice__items {
    padding: 0;
    gap: 125px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-voice .p-voice__desc {
  margin-top: 27px;
  padding: 0 29px;
}
@media (width <= 992px) {
  .p-voice .p-voice__desc {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 15px;
  }
}

.p-cta {
  margin-top: 125px;
  width: 100%;
  padding: 48px;
  background: url(../img/img-cta-bg.jpg) no-repeat center center/cover;
}
@media (width <= 992px) {
  .p-cta {
    padding: 48px 0;
  }
}
@media (width <= 768px) {
  .p-cta {
    padding: 0;
    margin-top: 95px;
  }
}
.p-cta .p-cta__box {
  text-align: center;
  max-width: 825px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.48);
  border-radius: 16px;
  padding: 51px 187px;
}
@media (width <= 992px) {
  .p-cta .p-cta__box {
    padding: 51px 20px;
  }
}
@media (width <= 768px) {
  .p-cta .p-cta__box {
    padding: 65px 20px 80px;
  }
}
.p-cta .c-decorator {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
@media (width <= 768px) {
  .p-cta .c-decorator {
    font-size: 24px;
  }
}
.p-cta .c-txt {
  margin-top: 53px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (width <= 992px) {
  .p-cta .c-txt {
    margin-top: 32px;
  }
}
.p-cta .p-cta__btn {
  margin: 0 auto;
  margin-top: 33px;
  max-width: 330px;
  width: 100%;
  line-height: 75px;
  font-size: 20px;
  font-weight: 700;
}
@media (width <= 992px) {
  .p-cta .p-cta__btn {
    max-width: 280px;
    line-height: 60px;
    font-size: 18px;
  }
}
@media (width <= 768px) {
  .p-cta .p-cta__btn {
    max-width: 260px;
    line-height: 50px;
  }
}

.p-why {
  margin-top: 150px;
}
@media (width <= 992px) {
  .p-why {
    margin-top: 100px;
  }
}
@media (width <= 768px) {
  .p-why {
    margin-top: 80px;
  }
}
.p-why .l-section__inner {
  padding: 0 28px;
}
@media (width <= 1420px) {
  .p-why .l-section__inner {
    padding-left: calc(5.5555555556vw + 15px);
  }
}
@media (width <= 992px) {
  .p-why .l-section__inner {
    padding-right: 20px;
  }
}
.p-why .l-section__headline {
  display: flex;
  gap: 18px;
  align-items: center;
}
@media (width <= 768px) {
  .p-why .l-section__headline {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.p-why .p-why__box {
  padding: 43px 40px 53px;
  margin-top: 54px;
  background: url(../img/img-why-bg.jpg) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media (width <= 768px) {
  .p-why .p-why__box {
    flex-direction: column;
    gap: 0;
    padding: 43px calc(5.5555555556vw + 15px) 53px calc(5.5555555556vw + 15px);
  }
}
.p-why .p-why__left {
  text-align: center;
}
.p-why .c-decorator {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media (width <= 768px) {
  .p-why .c-decorator {
    margin-right: 1em;
  }
}
.p-why .c-decorator::before {
  left: -1.6em;
  background: url(../img/icon-decorator-bk-left.svg) no-repeat center center/cover;
}
.p-why .c-decorator::after {
  background: url(../img/icon-decorator-bk-right.svg) no-repeat center center/cover;
}
.p-why .c-decorator span {
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}
.p-why .p-why__box-txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}
.p-why .p-why__box-pick {
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  background: linear-gradient(90deg, #813D9B 3.65%, #2B1E56 89.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (width <= 768px) {
  .p-why .p-why__box-pick {
    padding-left: 4px;
  }
}
.p-why .p-why__right {
  margin-right: 118px;
  padding-top: 12px;
}
@media (width <= 992px) {
  .p-why .p-why__right {
    margin-right: 20px;
  }
}
@media (width <= 768px) {
  .p-why .p-why__right {
    margin-right: 0;
  }
}
.p-why .p-why__items {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 62px;
  justify-content: space-between;
  gap: 110px;
}
@media (width <= 1200px) {
  .p-why .p-why__items {
    gap: clamp(10px, 10px + (100vw - 980px) * 0.2272727273, 110px);
  }
}
@media (width <= 992px) {
  .p-why .p-why__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
.p-why .c-card {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.p-why .c-card__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-why .c-card__img {
  margin: 0 auto;
  margin-top: 22px;
  width: 260px;
  height: 175px;
  overflow: hidden;
}
.p-why .c-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width <= 992px) {
  .p-why .c-card__img {
    max-width: 320px;
    width: 100%;
    height: auto;
  }
}
@media (width <= 768px) {
  .p-why .c-card__img {
    max-width: 280px;
    margin-top: 16px;
  }
}
.p-why .c-card__txt {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  height: 72px;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
@media (width <= 992px) {
  .p-why .c-card__txt {
    justify-content: center;
  }
}
@media (width <= 768px) {
  .p-why .c-card__txt {
    margin-top: 10px;
  }
}

.p-pflow {
  margin-top: 132px;
}
@media (width <= 768px) {
  .p-pflow {
    margin-top: 95px;
  }
}
.p-pflow .l-section__headline {
  gap: 28px;
}
@media (width <= 1420px) {
  .p-pflow .l-section__inner {
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 15px;
  }
}
.p-pflow .c-ttljp {
  font-size: 15px;
}
.p-pflow .l-section__headline {
  justify-content: center;
  display: flex;
  gap: 18px;
  align-items: center;
}
@media (width <= 992px) {
  .p-pflow .l-section__headline {
    justify-content: flex-start;
  }
}
.p-pflow .l-section__content {
  margin-top: 10px;
}
.p-pflow .p-pflow__title {
  color: #410A56;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (width <= 992px) {
  .p-pflow .p-pflow__title {
    text-align: left;
  }
}
@media (width <= 768px) {
  .p-pflow .p-pflow__title {
    font-size: 18px;
  }
}
.p-pflow .p-pflow__flex {
  margin-top: 100px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (width <= 992px) {
  .p-pflow .p-pflow__flex {
    gap: 70px;
    flex-direction: column;
  }
}
@media (width <= 768px) {
  .p-pflow .p-pflow__flex {
    margin-top: 80px;
  }
}
.p-pflow .p-pflow__left, .p-pflow .p-plow__right {
  flex: 1;
  width: 50%;
  max-width: 625px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 58px;
}
@media (width <= 992px) {
  .p-pflow .p-pflow__left, .p-pflow .p-plow__right {
    width: 100%;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 25px;
  }
}
.p-pflow .p-pflow__left {
  background: #F9F0FF;
}
.p-pflow .p-plow__right {
  background: linear-gradient(107deg, rgba(183, 143, 214, 0.9) -2.96%, rgba(65, 10, 86, 0.9) 90.4%);
}
.p-pflow .p-pflow__index {
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  width: 443px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
}
@media (width <= 1420px) {
  .p-pflow .p-pflow__index {
    width: clamp(400px, 400px + (100vw - 1080px) * 0.1264705882, 443px);
  }
}
@media (width <= 992px) {
  .p-pflow .p-pflow__index {
    width: clamp(244px, 244px + (100vw - 480px) * 0.2625482625, 380px);
    height: 48px;
    font-size: 16px;
  }
}
.p-pflow .p-pflow__step {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  background: #E9E9E9;
  width: 443px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
@media (width <= 1420px) {
  .p-pflow .p-pflow__step {
    width: clamp(380px, 380px + (100vw - 1080px) * 0.1852941176, 443px);
  }
}
@media (width <= 992px) {
  .p-pflow .p-pflow__step {
    width: clamp(244px, 244px + (100vw - 480px) * 0.2625482625, 380px);
    margin-top: 25px;
  }
}
@media (width <= 1420px) {
  .p-pflow .u-pflow__gray2 {
    margin-top: auto;
  }
}
@media (width <= 992px) {
  .p-pflow .u-pflow__gray2 {
    margin-top: 25px;
  }
}
.p-pflow .p_pflow__text {
  position: relative;
  z-index: 1;
  width: 443px;
  padding: 6px 12px;
  background: #FFF;
  font-size: 15px;
  margin-top: 6px;
  display: flex;
  align-items: center;
}
@media (width <= 1420px) {
  .p-pflow .p_pflow__text {
    width: clamp(380px, 380px + (100vw - 1080px) * 0.1852941176, 443px);
  }
}
@media (width <= 992px) {
  .p-pflow .p_pflow__text {
    width: clamp(244px, 244px + (100vw - 480px) * 0.2625482625, 380px);
    font-size: 12px;
    text-align: center;
    padding: 6px 8px;
  }
}
.p-pflow .c-pflow__spacer {
  height: 290px;
}
@media (width <= 992px) {
  .p-pflow .c-pflow__spacer {
    height: 0;
  }
}
.p-pflow .u-pflow__h3-left {
  background: #CCB6DE;
}
.p-pflow .u-pflow__h3-right {
  background: #410A56;
  color: #fff;
}

.p-service {
  margin-top: 136px;
}
@media (width <= 768px) {
  .p-service {
    margin-top: 95px;
  }
}
.p-service .l-section__inner {
  padding: 0 30px;
}
@media (width <= 1420px) {
  .p-service .l-section__inner {
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 15px;
  }
}
.p-service .l-section__headline {
  display: flex;
  align-items: center;
  gap: 18px;
}
.p-service .p-service__wrapper {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
@media (width <= 992px) {
  .p-service .p-service__wrapper {
    flex-direction: column;
  }
}
@media (width <= 768px) {
  .p-service .p-service__wrapper {
    margin-top: 40px;
  }
}
.p-service .p-service__left {
  max-width: 484px;
  width: 100%;
}
@media (width <= 992px) {
  .p-service .p-service__left {
    max-width: 780px;
  }
}
@media (width <= 768px) {
  .p-service .p-service__left {
    width: 100%;
  }
}
.p-service .p-service__img {
  width: 440px;
  position: relative;
  margin-left: auto;
}
@media (width <= 992px) {
  .p-service .p-service__img {
    width: 100%;
  }
}
.p-service .p-service__img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(98, 13, 130, 0.9) 0%, rgba(103, 43, 150, 0.9) 100%);
  bottom: -25px;
  left: -40px;
  z-index: -1;
}
@media (width <= 992px) {
  .p-service .p-service__img::after {
    left: -12px;
    bottom: -15px;
  }
}
.p-service .p-service__right {
  flex: 1;
}
.p-service .c-secvie__text {
  margin-top: 15px;
}
@media (width <= 992px) {
  .p-service .c-secvie__text {
    text-align: center;
  }
}
@media (width <= 768px) {
  .p-service .c-secvie__text {
    margin-top: 8px;
  }
}
.p-service .c-service__index {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media (width <= 992px) {
  .p-service .c-service__index {
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .p-service .c-service__index {
    font-size: 17px;
  }
}
.p-service .c-service__active {
  color: #410A56;
  font-weight: 700;
}
.p-service .l-price__box {
  max-width: 1069px;
  width: 100%;
  margin: 0 auto;
  margin-top: 164px;
  padding: 40px 64px;
}
@media (width <= 768px) {
  .p-service .l-price__box {
    margin-top: 70px;
    padding: 25px 10px 40px;
  }
}

.l-price__box {
  max-width: 1069px;
  width: 100%;
  margin: 0 auto;
  background: #CCB6DE;
}
.l-price__box .l-section__headline {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
.l-price__box .p-price__index {
  margin-top: 17px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media (width <= 768px) {
  .l-price__box .p-price__index {
    font-size: 18px;
  }
}
.l-price__box .l-price__inner {
  margin: 25px;
  width: 100%;
  padding: 36px 20px 28px;
  background: #fff;
  text-align: center;
}
@media (width <= 768px) {
  .l-price__box .l-price__inner {
    padding: 26px 20px 18px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.l-price__box .p-price__number {
  color: #620D82;
  font-size: 32px;
  font-weight: 700;
}
.l-price__box .p-price__btn {
  margin: 0 auto;
  width: 264px;
  line-height: 60px;
  font-weight: 700;
}
@media (width <= 768px) {
  .l-price__box .p-price__btn {
    margin-top: 25px;
  }
}
.l-price__box .u-price__small {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 14px;
}
.l-price__box .u-price__black {
  font-size: 14px;
  color: #000;
}

.p-usage {
  margin-top: 130px;
}
@media (width <= 768px) {
  .p-usage {
    margin-top: 95px;
  }
}
@media (width <= 1420px) {
  .p-usage .l-section__inner {
    padding-left: calc(5.5555555556vw + 15px);
  }
}
.p-usage .l-section__headline {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
}
@media (width <= 992px) {
  .p-usage .l-section__headline {
    padding: 0;
  }
}
.p-usage .l-usage__container {
  position: relative;
  margin-top: 55px;
}
.p-usage .c-usage__line {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 54%;
  left: 50%;
  height: 59px;
  width: 100vw;
  background: rgba(65, 10, 86, 0.17);
}
@media (width <= 992px) {
  .p-usage .c-usage__line {
    transform: translateY(0);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    height: 100%;
    width: 60px;
  }
}
.p-usage .l-usage__wrapper {
  display: flex;
  position: relative;
  gap: 55px;
}
@media (width <= 1420px) {
  .p-usage .l-usage__wrapper {
    gap: clamp(20px, 20px + (100vw - 992px) * 0.0817757009, 55px);
  }
}
@media (width <= 992px) {
  .p-usage .l-usage__wrapper {
    flex-direction: column;
    gap: 70px;
  }
}
.p-usage .l-usage__item {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 280px;
  width: 100%;
  height: 300px;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 992px) {
  .p-usage .l-usage__item {
    margin: 0 auto;
    height: clamp(300px, 300px + (100vw - 480px) * 0.1158301158, 360px);
  }
}
.p-usage .u-usage__arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  transform: translateY(-50%);
  top: 54%;
  right: -60px;
}
@media (width <= 1200px) {
  .p-usage .u-usage__arrow {
    width: 40px;
    height: 40px;
  }
}
@media (width <= 992px) {
  .p-usage .u-usage__arrow {
    transform: translateX(-50%);
    top: auto;
    bottom: -70px;
    left: 43%;
    rotate: 90deg;
    right: auto;
  }
}
.p-usage .p-usage__index {
  color: #410A56;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.p-usage .p-usage__img {
  width: 221px;
  height: 141px;
}
@media (width <= 992px) {
  .p-usage .p-usage__img {
    width: clamp(221px, 221px + (100vw - 480px) * 0.3069498069, 380px);
    height: auto;
  }
}
.p-usage .p-usage__text {
  font-size: 14px;
  margin-top: auto;
}
@media (width <= 992px) {
  .p-usage .p-usage__text {
    text-align: center;
  }
}
.p-usage .l-usage__item--1 .p-usage__img {
  margin-top: 34px;
  width: 212px;
}
@media (width <= 992px) {
  .p-usage .l-usage__item--1 .p-usage__img {
    margin-top: 24px;
    width: clamp(221px, 221px + (100vw - 480px) * 0.2683397683, 360px);
  }
}
.p-usage .l-usage__item--2 .p-usage__img {
  margin-top: 24px;
  width: 180px;
}
@media (width <= 992px) {
  .p-usage .l-usage__item--2 .p-usage__img {
    width: clamp(180px, 180px + (100vw - 480px) * 0.1930501931, 280px);
  }
}
.p-usage .l-usage__item--3 .p-usage__img {
  margin-top: 25px;
  width: 170px;
}
@media (width <= 992px) {
  .p-usage .l-usage__item--3 .p-usage__img {
    margin-top: 8px;
    width: clamp(180px, 180px + (100vw - 480px) * 0.1930501931, 280px);
  }
}
.p-usage .l-usage__item--4 .p-usage__img {
  margin-top: 15px;
}
@media (width <= 992px) {
  .p-usage .l-usage__item--4 .p-usage__img {
    margin-top: 40px;
    width: clamp(200px, 200px + (100vw - 480px) * 0.2316602317, 320px);
  }
}

.p-work {
  margin-top: 134px;
}
@media (width <= 992px) {
  .p-work {
    margin-top: 110px;
  }
}
@media (width <= 768px) {
  .p-work {
    margin-top: 95px;
  }
}
@media (width <= 1420px) {
  .p-work .l-section__inner {
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 15px;
  }
}
.p-work .l-section__headline {
  padding: 0 30px;
}
@media (width <= 992px) {
  .p-work .l-section__headline {
    padding: 0;
  }
}
.p-work .l-section__headline {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
@media (width <= 992px) {
  .p-work .l-section__headline {
    justify-content: flex-start;
  }
}
.p-work .l-work__wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 55px;
  gap: 44px;
}
@media (width <= 1420px) {
  .p-work .l-work__wrapper {
    gap: clamp(10px, 10px + (100vw - 998px) * 0.0805687204, 44px);
  }
}
@media (width <= 992px) {
  .p-work .l-work__wrapper {
    max-width: 420px;
    margin: 0 auto;
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.p-work .p-work__item {
  padding: 36px 15px;
  box-shadow: 0px 1px 14px 0px rgba(183, 143, 214, 0.33);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.p-work .p-work__item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(183, 143, 214, 0.5);
}
.p-work .p-work__img {
  height: auto;
}
.p-work .p-work__img iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-work .c-work__name {
  font-weight: 500;
  padding-top: 19px;
}
.p-work .p-work__tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.p-work .c-work__tag {
  border-radius: 3px;
  background: #E9E9E9;
  padding: 2px 26px;
  font-size: 14px;
}
.p-work .p-work__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 12px;
  row-gap: 12px;
}

.p-faq {
  margin-top: 115px;
}
@media (width <= 768px) {
  .p-faq {
    margin-top: 95px;
  }
}
.p-faq .l-section__inner {
  padding: 0 30px;
  max-width: 1220px;
}
@media (width <= 1200px) {
  .p-faq .l-section__inner {
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 15px;
  }
}
.p-faq .l-section__headline {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
@media (width <= 992px) {
  .p-faq .l-section__headline {
    justify-content: flex-start;
  }
}
.p-faq .p-faq__cat {
  padding: 0 20px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 55px;
  margin-bottom: 15px;
}
@media (width <= 768px) {
  .p-faq .p-faq__cat {
    font-size: 18px;
    padding: 0 8px;
  }
}
.p-faq .p-faq__item {
  padding: 20px 20px 16px;
  border-bottom: 1px dashed #000;
}
@media (width <= 768px) {
  .p-faq .p-faq__item {
    padding: 20px 8px 16px;
  }
}
.p-faq .p-faq__ques {
  color: #410A56;
  font-size: 20px;
  font-weight: 500;
}
@media (width <= 768px) {
  .p-faq .p-faq__ques {
    font-size: 16px;
  }
}
.p-faq .p-faq__ans {
  margin-top: 10px;
  color: #000;
}

.p-download {
  margin-top: 150px;
}
@media (width <= 768px) {
  .p-download {
    margin-top: 95px;
  }
}
.p-download .p-download-index {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
@media (width <= 992px) {
  .p-download .p-download-index {
    font-size: 32px;
  }
}
.p-download .l-download__wrapper {
  margin-top: 35px;
  width: 100%;
  padding: 64px 182px 87px;
  position: relative;
}
@media (width <= 1200px) {
  .p-download .l-download__wrapper {
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 15px;
  }
}
@media (width <= 768px) {
  .p-download .l-download__wrapper {
    padding-top: 24px;
  }
}
.p-download .c-download__background {
  position: absolute;
  width: 978px;
  height: 745px;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(98, 13, 130, 0.1) 0%, rgba(113, 60, 154, 0.1) 99.82%);
}
@media (width <= 992px) {
  .p-download .c-download__background {
    height: 100%;
  }
}
.p-download .l-section__inner {
  margin-top: 85px;
  width: 100%;
  max-width: 840px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 64px 204px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width <= 1420px) {
  .p-download .l-section__inner {
    padding: 64px clamp(12px, 12px + (100vw - 480px) * 0.332046332, 184px);
  }
}
@media (width <= 992px) {
  .p-download .l-section__inner {
    margin-top: 20px;
  }
}
.p-download .p-download__formcontrol {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.p-download .p-download__formcontrol:first-child {
  margin: 0;
}
.p-download .p-download__label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.p-download .p-download__formcontrol input {
  border: 0.5px solid #BBB;
  border-radius: 1px;
  padding: 2px 8px;
  line-height: 30px;
  margin-top: 8px;
}
.p-download .p-download__btn {
  margin: 0 auto;
  margin-top: 70px;
  width: 295px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
}
@media (width <= 768px) {
  .p-download .p-download__btn {
    width: 240px;
    line-height: 55px;
    font-size: 18px;
  }
}
.p-download .p-download__btn .c-btn {
  display: block;
  border: none;
  line-height: 62px;
  font-size: 20px;
  font-weight: 700;
}
@media (width <= 768px) {
  .p-download .p-download__btn .c-btn {
    font-size: 18px;
  }
}

.p-page.p-download {
  margin-top: 0;
}
.p-page.p-download .l-section__inner {
  margin-bottom: 180px;
}
.p-page.p-download .complete-container {
  text-align: center;
}
.p-page.p-download .complete-container a {
  color: #3498db;
}

.p-error404 .l-section__inner {
  margin: 200px auto;
}

.p-single, .p-post {
  margin: 80px auto;
}
@media (width <= 1420px) {
  .p-single, .p-post {
    padding-left: calc(5.5555555556vw + 15px);
    padding-right: 15px;
  }
}/*# sourceMappingURL=style.css.map */