@charset "UTF-8";
/*! 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;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  padding: 0;
  vertical-align: top;
}

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

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

html {
  width: 100%;
}
@media screen and (max-width: 1235px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1236 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  overflow-x: clip;
  color: #353637;
  font-size: 1rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
body.is_fixed {
  left: 0;
  width: 100%;
  overflow: hidden;
}

body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
}

video,
img,
picture,
svg {
  -o-object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

picture,
img,
a,
span {
  display: block;
}

button {
  border: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l-main {
  position: relative;
  overflow: clip;
}

.l-footer {
  z-index: 1;
  position: relative;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 77.25rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 36.875rem;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    max-width: 36.875rem;
    padding: 0 1.25rem;
  }
}

.c-button-arrow {
  display: inline-block;
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 1.5625rem 1.4375rem 1.5625rem 2.0625rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.2);
  border-radius: 6.25rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  text-align: center;
  transition: all 0.3s ease-out;
}
.c-button-arrow::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 0.375rem);
  height: calc(100% + 0.3125rem);
  translate: -50% -50%;
  border: 0.125rem solid #ffffff;
  border-radius: inherit;
  background: #ffffff;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button-arrow {
    padding: 1.6875rem 1.4375rem 1.6875rem 2.0625rem;
  }
}
@media (any-hover: hover) {
  .c-button-arrow:hover {
    border-color: transparent;
  }
  .c-button-arrow:hover::before {
    opacity: 1;
  }
  .c-button-arrow:hover .c-button-arrow__text {
    color: transparent;
  }
  .c-button-arrow:hover .c-button-arrow__text::after {
    opacity: 1;
  }
}
.c-button-arrow:focus {
  border-color: transparent;
  outline: none;
}
.c-button-arrow:focus::before {
  opacity: 1;
}
.c-button-arrow:focus .c-button-arrow__text {
  color: transparent;
}
.c-button-arrow:focus .c-button-arrow__text::after {
  opacity: 1;
}

.c-button-arrow__text {
  -webkit-padding-end: 3rem;
  display: inline-block;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-end: 3rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button-arrow__text {
    font-size: 1.25rem;
  }
}
.c-button-arrow__text::before, .c-button-arrow__text::after {
  display: block;
  position: absolute;
  transition: all 0.3s ease-out;
}
.c-button-arrow__text::before {
  top: 50%;
  right: 0;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: url(../img/icon_blockquote-r_main-white.webp) no-repeat center center/cover;
  content: "";
}
.c-button-arrow__text::after {
  -webkit-background-clip: text;
  top: 0;
  right: 3rem;
  bottom: 0;
  left: 0;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  content: attr(data-text);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 0;
  pointer-events: none;
}

.c-button-arrow.-small {
  min-width: 14rem;
  padding: 1.1875rem 1rem 1.1875rem 2.75rem;
}
@media (min-width: 768px) {
  .c-button-arrow.-small {
    padding: 1.6875rem 1.4375rem 1.625rem 3.375rem;
  }
}
.c-button-arrow.-small .c-button-arrow__text {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .c-button-arrow.-small .c-button-arrow__text {
    font-size: 1.25rem;
  }
}
.c-button-arrow.-medi {
  width: 100%;
  min-width: initial;
  padding: 1rem 1rem 1rem 1.4375rem;
}
@media (min-width: 768px) {
  .c-button-arrow.-medi {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.375rem 1.375rem 1.375rem 1.875rem;
  }
}
.c-button-arrow.-medi .c-button-arrow__text {
  -webkit-padding-end: 2rem;
  padding-inline-end: 2rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .c-button-arrow.-medi .c-button-arrow__text {
    -webkit-padding-end: 2.625rem;
    padding-inline-end: 2.625rem;
  }
}
.c-button-arrow.-medi .c-button-arrow__text::before {
  width: 1.1875rem;
  height: 1.1875rem;
}
@media (min-width: 768px) {
  .c-button-arrow.-medi .c-button-arrow__text::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.c-button-arrow.-medi .c-button-arrow__text::after {
  right: 2rem;
}
@media (min-width: 768px) {
  .c-button-arrow.-medi .c-button-arrow__text::after {
    right: 2.625rem;
  }
}
@media (min-width: 768px) {
  .c-button-arrow.-medi .c-button-arrow__text {
    font-size: 1.125rem;
  }
}

.c-button-arrow.-hoverBorder::before {
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  translate: 0 0;
  border: none;
  border-radius: inherit;
  opacity: 0;
}
.c-button-arrow.-hoverBorder::after {
  display: block;
  z-index: -1;
  position: absolute;
  inset: 0.0625rem;
  border-radius: inherit;
  background: #ffffff;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-button-arrow.-hoverBorder:hover::before {
    opacity: 1;
  }
  .c-button-arrow.-hoverBorder:hover::after {
    opacity: 1;
  }
}
.c-button-arrow.-hoverBorder:focus::before {
  opacity: 1;
}
.c-button-arrow.-hoverBorder:focus::after {
  opacity: 1;
}

.c-button-arrow.-black {
  background: #353637;
}
.c-button-arrow.-black .c-button-arrow__text::before {
  background-image: url(../img/icon_blockquote-r_black-white.webp);
}
.c-button-arrow.-black .c-button-arrow__text::after {
  display: none;
}
@media (any-hover: hover) {
  .c-button-arrow.-black:hover .c-button-arrow__text {
    color: #353637;
  }
}
.c-button-arrow.-black:focus .c-button-arrow__text {
  color: #353637;
}
.c-button-arrow.-hp {
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}
.c-button-arrow.-hp .c-button-arrow__text::before {
  background-image: url(../img/icon_blockquote-r_main-white.webp);
}
.c-button-arrow.-hp .c-button-arrow__text::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}
.c-button-arrow.-ec {
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
}
.c-button-arrow.-ec .c-button-arrow__text::before {
  background-image: url(../img/icon_blockquote-r_sub01-white.webp);
}
.c-button-arrow.-ec .c-button-arrow__text::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}
.c-button-arrow.-seo {
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
}
.c-button-arrow.-seo .c-button-arrow__text::before {
  background-image: url(../img/icon_blockquote-r_sub02-white.webp);
}
.c-button-arrow.-seo .c-button-arrow__text::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
  background-clip: text;
}
.c-button-arrow.-system {
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
}
.c-button-arrow.-system .c-button-arrow__text::before {
  background-image: url(../img/icon_blockquote-r_sub03-white.webp);
}
.c-button-arrow.-system .c-button-arrow__text::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
  background-clip: text;
}
.c-button-arrow.-design {
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
}
.c-button-arrow.-design .c-button-arrow__text::before {
  background-image: url(../img/icon_blockquote-r_sub04-white.webp);
}
.c-button-arrow.-design .c-button-arrow__text::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
  background-clip: text;
}
.c-button-arrow.-movie {
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}
.c-button-arrow.-movie .c-button-arrow__text::before {
  background-image: url(../img/icon_blockquote-r_sub05-white.webp);
}
.c-button-arrow.-movie .c-button-arrow__text::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}

.c-button-arrow.-square {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 7rem;
  padding-inline: 0.625rem;
  border-radius: 0.625rem;
}
.c-button-arrow.-square::before {
  border: none;
}
@media (min-width: 768px) {
  .c-button-arrow.-square {
    max-width: 36.25rem;
    margin-inline: auto;
  }
}
.c-button-arrow.-square::after {
  border-radius: 0.4375rem;
}
.c-button-arrow.-square .c-button-arrow__text {
  padding-inline: 3.6875rem;
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-button-arrow.-square .c-button-arrow__text {
    padding-inline: 4.375rem;
    font-size: 1.625rem;
  }
}
.c-button-arrow.-square .c-button-arrow__text::before {
  display: block;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  content: "";
}
@media (min-width: 768px) {
  .c-button-arrow.-square .c-button-arrow__text::before {
    right: 0.75rem;
  }
}
.c-button-arrow.-square .c-button-arrow__text::after {
  right: 0;
  white-space: pre-line;
}

@-webkit-keyframes iconMainToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 1;
  }
}

@keyframes iconMainToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconMainToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 1;
  }
}
@keyframes iconMainToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconBlackToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 1;
  }
}
@keyframes iconBlackToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconBlackToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 1;
  }
}
@keyframes iconBlackToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconHpToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 1;
  }
}
@keyframes iconHpToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconHpToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 1;
  }
}
@keyframes iconHpToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_main.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_main-white.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconEcToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub01-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub01-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub01.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub01.webp);
    opacity: 1;
  }
}
@keyframes iconEcToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub01-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub01-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub01.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub01.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconEcToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub01.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub01.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub01-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub01-white.webp);
    opacity: 1;
  }
}
@keyframes iconEcToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub01.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub01.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub01-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub01-white.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconSeoToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub02-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub02-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub02.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub02.webp);
    opacity: 1;
  }
}
@keyframes iconSeoToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub02-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub02-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub02.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub02.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconSeoToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub02.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub02.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub02-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub02-white.webp);
    opacity: 1;
  }
}
@keyframes iconSeoToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub02.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub02.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub02-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub02-white.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconSystemToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub03-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub03-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub03.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub03.webp);
    opacity: 1;
  }
}
@keyframes iconSystemToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub03-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub03-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub03.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub03.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconSystemToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub03.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub03.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub03-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub03-white.webp);
    opacity: 1;
  }
}
@keyframes iconSystemToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub03.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub03.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub03-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub03-white.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconDesignToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub04-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub04-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub04.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub04.webp);
    opacity: 1;
  }
}
@keyframes iconDesignToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub04-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub04-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub04.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub04.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconDesignToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub04.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub04.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub04-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub04-white.webp);
    opacity: 1;
  }
}
@keyframes iconDesignToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub04.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub04.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub04-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub04-white.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconMovieToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub05-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub05-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub05.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub05.webp);
    opacity: 1;
  }
}
@keyframes iconMovieToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_sub05-white.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub05-white.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub05.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub05.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconMovieToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub05.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub05.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub05-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub05-white.webp);
    opacity: 1;
  }
}
@keyframes iconMovieToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_sub05.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/icon_blockquote-r_sub05.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/icon_blockquote-r_sub05-white.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_sub05-white.webp);
    opacity: 1;
  }
}
.c-button-arrow.js_buttonHover .c-button-arrow__text::before {
  -webkit-animation: iconMainToHover 0.3s ease-out forwards;
  animation: iconMainToHover 0.3s ease-out forwards;
}
.c-button-arrow:not(.js_buttonHover) .c-button-arrow__text::before {
  -webkit-animation: iconMainToNormal 0.3s ease-out forwards;
  animation: iconMainToNormal 0.3s ease-out forwards;
}

.c-button-arrow.-black.js_buttonHover .c-button-arrow__text::before {
  -webkit-animation: iconBlackToHover 0.3s ease-out forwards;
  animation: iconBlackToHover 0.3s ease-out forwards;
}
.c-button-arrow.-black:not(.js_buttonHover) .c-button-arrow__text::before {
  -webkit-animation: iconBlackToNormal 0.3s ease-out forwards;
  animation: iconBlackToNormal 0.3s ease-out forwards;
}
.c-button-arrow.-hp.js_buttonHover .c-button-arrow__text::before {
  -webkit-animation: iconHpToHover 0.3s ease-out forwards;
  animation: iconHpToHover 0.3s ease-out forwards;
}
.c-button-arrow.-hp:not(.js_buttonHover) .c-button-arrow__text::before {
  -webkit-animation: iconHpToNormal 0.3s ease-out forwards;
  animation: iconHpToNormal 0.3s ease-out forwards;
}
.c-button-arrow.-ec.js_buttonHover .c-button-arrow__text::before {
  -webkit-animation: iconEcToHover 0.3s ease-out forwards;
  animation: iconEcToHover 0.3s ease-out forwards;
}
.c-button-arrow.-ec:not(.js_buttonHover) .c-button-arrow__text::before {
  -webkit-animation: iconEcToNormal 0.3s ease-out forwards;
  animation: iconEcToNormal 0.3s ease-out forwards;
}
.c-button-arrow.-seo.js_buttonHover .c-button-arrow__text::before {
  -webkit-animation: iconSeoToHover 0.3s ease-out forwards;
  animation: iconSeoToHover 0.3s ease-out forwards;
}
.c-button-arrow.-seo:not(.js_buttonHover) .c-button-arrow__text::before {
  -webkit-animation: iconSeoToNormal 0.3s ease-out forwards;
  animation: iconSeoToNormal 0.3s ease-out forwards;
}
.c-button-arrow.-system.js_buttonHover .c-button-arrow__text::before {
  -webkit-animation: iconSystemToHover 0.3s ease-out forwards;
  animation: iconSystemToHover 0.3s ease-out forwards;
}
.c-button-arrow.-system:not(.js_buttonHover) .c-button-arrow__text::before {
  -webkit-animation: iconSystemToNormal 0.3s ease-out forwards;
  animation: iconSystemToNormal 0.3s ease-out forwards;
}
.c-button-arrow.-design.js_buttonHover .c-button-arrow__text::before {
  -webkit-animation: iconDesignToHover 0.3s ease-out forwards;
  animation: iconDesignToHover 0.3s ease-out forwards;
}
.c-button-arrow.-design:not(.js_buttonHover) .c-button-arrow__text::before {
  -webkit-animation: iconDesignToNormal 0.3s ease-out forwards;
  animation: iconDesignToNormal 0.3s ease-out forwards;
}
.c-button-arrow.-movie.js_buttonHover .c-button-arrow__text::before {
  -webkit-animation: iconMovieToHover 0.3s ease-out forwards;
  animation: iconMovieToHover 0.3s ease-out forwards;
}
.c-button-arrow.-movie:not(.js_buttonHover) .c-button-arrow__text::before {
  -webkit-animation: iconMovieToNormal 0.3s ease-out forwards;
  animation: iconMovieToNormal 0.3s ease-out forwards;
}

.c-tag {
  display: inline-block;
  padding: 0.3125rem 0.3125rem;
  border: 0.0625rem solid #ff5687;
  border-radius: 0.25rem;
}
.c-tag span {
  margin-block: calc((1em - 1lh) / 2);
  color: #ff5687;
  font-weight: 500;
  font-size: 0.75rem;
}

.c-button {
  display: inline-block;
  z-index: 0;
  position: relative;
  width: 100%;
  min-width: 12.5rem;
  padding: 1.25rem 0.625rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.2);
  border-radius: 6.25rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  text-align: center;
  transition: all 0.3s ease-out;
}
.c-button::before {
  z-index: -2;
  position: absolute;
  inset: 0;
  border-radius: 6.25rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
.c-button::after {
  display: block;
  z-index: -1;
  position: absolute;
  inset: 0rem;
  border-radius: 6.125rem;
  background: #ffffff;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button {
    min-width: 16.875rem;
    padding: 1.4375rem 1.4375rem 1.4375rem 2.0625rem;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    border-color: transparent;
  }
  .c-button:hover::before {
    opacity: 1;
  }
  .c-button:hover::after {
    opacity: 1;
  }
  .c-button:hover .c-button__text {
    color: transparent;
  }
  .c-button:hover .c-button__text::after {
    opacity: 1;
  }
}
.c-button:focus {
  border-color: transparent;
  outline: none;
}
.c-button:focus::before {
  opacity: 1;
}
.c-button:focus::after {
  opacity: 1;
}
.c-button:focus .c-button__text {
  color: transparent;
}
.c-button:focus .c-button__text::after {
  opacity: 1;
}

.c-button__text {
  display: inline-block;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button__text {
    font-size: 1.25rem;
  }
}
.c-button__text::after {
  -webkit-background-clip: text;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  content: attr(data-text);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.c-button.-small {
  min-width: 100%;
  padding-block: 1rem;
}
.c-button.-small .c-button__text {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .c-button.-small .c-button__text {
    font-size: 0.875rem;
  }
}
.c-button.-pagination {
  height: 3.75rem;
}
@media (min-width: 768px) {
  .c-button.-pagination {
    -webkit-padding-before: 1.6875rem;
    height: 4.875rem;
    padding-block-start: 1.6875rem;
  }
}

.c-button-icon {
  display: inline-block;
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 1.25rem 2.0625rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.2);
  border-radius: 6.25rem;
  background: #ffffff;
  text-align: center;
  transition: all 0.3s ease-out;
}
.c-button-icon:focus-visible {
  -webkit-filter: brightness(70%);
  outline: none;
  filter: brightness(70%);
}
@media (min-width: 768px) {
  .c-button-icon {
    min-width: 10.625rem;
    padding: 1.125rem 1.6875rem 1.125rem 1.75rem;
    background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  }
}
.c-button-icon::before, .c-button-icon::after {
  display: block;
  position: absolute;
  border-radius: 6.25rem;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
.c-button-icon::before {
  z-index: -2;
  inset: 0.125rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}
.c-button-icon::after {
  z-index: -1;
  inset: 0rem;
  background: #ffffff;
}
@media (min-width: 768px) and (any-hover: hover) {
  .c-button-icon:hover {
    border-color: transparent;
  }
  .c-button-icon:hover::before {
    opacity: 1;
  }
  .c-button-icon:hover::after {
    opacity: 1;
  }
  .c-button-icon:hover .c-button-icon__text {
    color: transparent;
  }
  .c-button-icon:hover .c-button-icon__text::after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .c-button-icon:focus {
    border-color: transparent;
    outline: none;
  }
  .c-button-icon:focus::before {
    opacity: 1;
  }
  .c-button-icon:focus::after {
    opacity: 1;
  }
  .c-button-icon:focus .c-button-icon__text {
    color: transparent;
  }
  .c-button-icon:focus .c-button-icon__text::after {
    opacity: 1;
  }
}

.c-button-icon__text {
  -webkit-padding-start: 1.6875rem;
  display: inline-block;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-start: 1.6875rem;
  color: #353637;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button-icon__text {
    color: #ffffff;
    font-size: 0.875rem;
  }
}
.c-button-icon__text::before, .c-button-icon__text::after {
  display: block;
  position: absolute;
}
.c-button-icon__text:before {
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  translate: 0 -50%;
  background: url(../img/icon_send-g.svg) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button-icon__text:before {
    background: url(../img/icon_send-white.svg) no-repeat center center/cover;
  }
}
.c-button-icon__text::after {
  -webkit-padding-start: 1.6875rem;
  -webkit-background-clip: text;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-text-fill-color: transparent;
  padding-inline-start: 1.6875rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  content: attr(data-text);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.c-button-icon.-secondary {
  border: 0.125rem solid rgba(0, 0, 0, 0.1);
  background: #cacaca;
}
@media (min-width: 768px) {
  .c-button-icon.-secondary {
    background: #ffffff;
  }
}
.c-button-icon.-secondary::before {
  inset: -0.125rem;
  background: #ffffff;
}
.c-button-icon.-secondary::after {
  inset: -0.125rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}
.c-button-icon.-secondary .c-button-icon__text {
  color: #ffffff;
}
@media (min-width: 768px) {
  .c-button-icon.-secondary .c-button-icon__text {
    color: #353637;
  }
}
.c-button-icon.-secondary .c-button-icon__text:before {
  background-image: url(../img/icon_calculator-white.svg);
}
@media (min-width: 768px) {
  .c-button-icon.-secondary .c-button-icon__text:before {
    background-image: url(../img/icon_calculator-g.svg);
  }
}
.c-button-icon.-secondary .c-button-icon__text::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #ffffff;
  background-clip: text;
}
@media (min-width: 768px) and (any-hover: hover) {
  .c-button-icon.-secondary:hover {
    border-color: transparent;
    background: transparent;
  }
  .c-button-icon.-secondary:hover .c-button-icon__text {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .c-button-icon.-secondary:focus {
    outline: none;
  }
  .c-button-icon.-secondary:focus .c-button-icon__text {
    color: transparent;
  }
}

@media (min-width: 768px) {
  @-webkit-keyframes iconSendToHover {
    0% {
      background-image: url(../img/icon_send-white.svg);
      opacity: 1;
    }
    50% {
      background-image: url(../img/icon_send-white.svg);
      opacity: 0;
    }
    51% {
      background-image: url(../img/icon_send-g.svg);
      opacity: 0;
    }
    100% {
      background-image: url(../img/icon_send-g.svg);
      opacity: 1;
    }
  }
  @keyframes iconSendToHover {
    0% {
      background-image: url(../img/icon_send-white.svg);
      opacity: 1;
    }
    50% {
      background-image: url(../img/icon_send-white.svg);
      opacity: 0;
    }
    51% {
      background-image: url(../img/icon_send-g.svg);
      opacity: 0;
    }
    100% {
      background-image: url(../img/icon_send-g.svg);
      opacity: 1;
    }
  }
  @-webkit-keyframes iconSendToNormal {
    0% {
      background-image: url(../img/icon_send-g.svg);
      opacity: 1;
    }
    50% {
      background-image: url(../img/icon_send-g.svg);
      opacity: 0;
    }
    51% {
      background-image: url(../img/icon_send-white.svg);
      opacity: 0;
    }
    100% {
      background-image: url(../img/icon_send-white.svg);
      opacity: 1;
    }
  }
  @keyframes iconSendToNormal {
    0% {
      background-image: url(../img/icon_send-g.svg);
      opacity: 1;
    }
    50% {
      background-image: url(../img/icon_send-g.svg);
      opacity: 0;
    }
    51% {
      background-image: url(../img/icon_send-white.svg);
      opacity: 0;
    }
    100% {
      background-image: url(../img/icon_send-white.svg);
      opacity: 1;
    }
  }
  @-webkit-keyframes iconCalculatorToHover {
    0% {
      background-image: url(../img/icon_calculator-g.svg);
      opacity: 1;
    }
    50% {
      background-image: url(../img/icon_calculator-g.svg);
      opacity: 0;
    }
    51% {
      background-image: url(../img/icon_calculator-white.svg);
      opacity: 0;
    }
    100% {
      background-image: url(../img/icon_calculator-white.svg);
      opacity: 1;
    }
  }
  @keyframes iconCalculatorToHover {
    0% {
      background-image: url(../img/icon_calculator-g.svg);
      opacity: 1;
    }
    50% {
      background-image: url(../img/icon_calculator-g.svg);
      opacity: 0;
    }
    51% {
      background-image: url(../img/icon_calculator-white.svg);
      opacity: 0;
    }
    100% {
      background-image: url(../img/icon_calculator-white.svg);
      opacity: 1;
    }
  }
  @-webkit-keyframes iconCalculatorToNormal {
    0% {
      background-image: url(../img/icon_calculator-white.svg);
      opacity: 1;
    }
    50% {
      background-image: url(../img/icon_calculator-white.svg);
      opacity: 0;
    }
    51% {
      background-image: url(../img/icon_calculator-g.svg);
      opacity: 0;
    }
    100% {
      background-image: url(../img/icon_calculator-g.svg);
      opacity: 1;
    }
  }
  @keyframes iconCalculatorToNormal {
    0% {
      background-image: url(../img/icon_calculator-white.svg);
      opacity: 1;
    }
    50% {
      background-image: url(../img/icon_calculator-white.svg);
      opacity: 0;
    }
    51% {
      background-image: url(../img/icon_calculator-g.svg);
      opacity: 0;
    }
    100% {
      background-image: url(../img/icon_calculator-g.svg);
      opacity: 1;
    }
  }
  .c-button-icon.js_iconButtonHover .c-button-icon__text::before {
    -webkit-animation: iconSendToHover 0.3s ease-out forwards;
    animation: iconSendToHover 0.3s ease-out forwards;
  }
  .c-button-icon:not(.js_iconButtonHover) .c-button-icon__text::before {
    -webkit-animation: iconSendToNormal 0.3s ease-out forwards;
    animation: iconSendToNormal 0.3s ease-out forwards;
  }
  .c-button-icon.-secondary.js_iconButtonHover .c-button-icon__text::before {
    -webkit-animation: iconCalculatorToHover 0.3s ease-out forwards;
    animation: iconCalculatorToHover 0.3s ease-out forwards;
  }
  .c-button-icon.-secondary:not(.js_iconButtonHover) .c-button-icon__text::before {
    -webkit-animation: iconCalculatorToNormal 0.3s ease-out forwards;
    animation: iconCalculatorToNormal 0.3s ease-out forwards;
  }
}
.c-form-button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6.25rem;
  background: linear-gradient(180deg, #ff5687 0%, #d956ae 91.52%);
  transition: all 0.3s ease-out;
}
.c-form-button::before {
  position: absolute;
  inset: -0.0625rem;
  border-radius: 6.25rem;
  background: #ffffff;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
.c-form-button::after {
  -webkit-background-clip: text;
  display: block;
  position: absolute;
  top: -0.25rem;
  right: 0;
  left: 0;
  -webkit-text-fill-color: transparent;
  padding: 1.625rem 1.375rem 1.25rem;
  border-radius: 6.25rem;
  background: linear-gradient(180deg, #ff5687, #d956ae 91.52%);
  background-clip: text;
  content: attr(data-text);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-form-button::after {
    top: -0.3125rem;
    padding: 1.6875rem 1.375rem 1.25rem;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .c-form-button:hover::before {
    opacity: 1;
  }
  .c-form-button:hover::after {
    opacity: 1;
  }
  .c-form-button:hover .c-form-button__text {
    opacity: 0;
  }
}
.c-form-button:focus::before {
  opacity: 1;
}
.c-form-button:focus::after {
  opacity: 1;
}
.c-form-button:focus .c-form-button__text {
  opacity: 0;
}

.c-form-button__text {
  display: inline-block;
  z-index: 1;
  position: relative;
  min-width: 15rem;
  padding: 1.375rem;
  border: none;
  border-radius: 6.25rem;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-form-button__text {
    min-width: 25rem;
    font-size: 1.125rem;
  }
}
.c-form-button__text:focus {
  outline: none;
}

.c-form-button.is_focused {
  outline: none;
}
.c-form-button.is_focused::before {
  opacity: 1;
}
.c-form-button.is_focused::after {
  opacity: 1;
}
.c-form-button.is_focused .c-form-button__text {
  opacity: 0;
}

.c-form-button.-white {
  background: #ffffff;
}
.c-form-button.-white::before {
  background: linear-gradient(180deg, #ff5687 0%, #d956ae 91.52%);
}
.c-form-button.-white::after {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: initial;
  background-clip: initial;
  color: #ffffff;
}
.c-form-button.-white .c-form-button__text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}

.c-heading-section {
  display: flex;
  flex-direction: column-reverse;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .c-heading-section {
    gap: 1.25rem;
  }
}

.c-heading-section__ja {
  margin-block: calc((1em - 1lh) / 2);
  color: #000000;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.c-heading-section__en {
  -webkit-padding-start: 1.125rem;
  -webkit-background-clip: text;
  position: relative;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-start: 1.125rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 500;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-heading-section__en {
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
    font-size: 1.5rem;
  }
}
.c-heading-section__en::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
@media (min-width: 768px) {
  .c-heading-section__en::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.c-heading-section.-fz_24-28 .c-heading-section__ja {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-heading-section.-fz_24-28 .c-heading-section__ja {
    font-size: 1.75rem;
  }
}
.c-heading-section.-fz_24-40 .c-heading-section__ja {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-heading-section.-fz_24-40 .c-heading-section__ja {
    font-size: 2.5rem;
  }
}
.c-heading-section.-fz_26-40 .c-heading-section__ja {
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .c-heading-section.-fz_26-40 .c-heading-section__ja {
    font-size: 2.5rem;
  }
}
.c-heading-section.-fz_28-40 .c-heading-section__ja {
  font-size: 1.75rem;
}
.c-heading-section.-fz_28-40 .c-heading-section__ja span {
  display: inline-block;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-heading-section.-fz_28-40 .c-heading-section__ja {
    font-size: 2.5rem;
  }
  .c-heading-section.-fz_28-40 .c-heading-section__ja span {
    font-size: 2.5rem;
  }
}
.c-heading-section.-fz_28 .c-heading-section__ja {
  font-size: 1.75rem;
}
.c-heading-section.-fz_30-40 .c-heading-section__ja {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .c-heading-section.-fz_30-40 .c-heading-section__ja {
    font-size: 2.5rem;
  }
}
.c-heading-section.-fz_30-48 .c-heading-section__ja {
  font-size: 1.875rem;
}
.c-heading-section.-fz_30-48 .c-heading-section__ja span {
  display: inline-block;
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .c-heading-section.-fz_30-48 .c-heading-section__ja {
    font-size: 3rem;
  }
  .c-heading-section.-fz_30-48 .c-heading-section__ja span {
    font-size: 2.375rem;
  }
}
.c-heading-section.-whiteTp .c-heading-section__ja {
  color: #ffffff;
}
.c-heading-section.-whiteTp .c-heading-section__en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: rgba(255, 255, 255, 0.5);
  background-clip: text;
  color: rgba(255, 255, 255, 0.5);
}
.c-heading-section.-whiteTp .c-heading-section__en::before {
  background: rgba(255, 255, 255, 0.5);
}
.c-heading-section.-whiteJa .c-heading-section__ja {
  color: #ffffff;
}
.c-heading-section.-white .c-heading-section__ja {
  color: #ffffff;
}
.c-heading-section.-white .c-heading-section__en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #ffffff;
  background-clip: text;
  color: #ffffff;
}
.c-heading-section.-white .c-heading-section__en::before {
  background: #ffffff;
}
.c-heading-section.-center {
  align-items: center;
}
.c-heading-section.-center .c-heading-section__ja {
  text-align: center;
}
.c-heading-section.-spCenter {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading-section.-spCenter {
    align-items: flex-start;
  }
}

.c-heading-section.-ec .c-heading-section__en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}
.c-heading-section.-ec .c-heading-section__en::before {
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
}
.c-heading-section.-seo .c-heading-section__en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
  background-clip: text;
}
.c-heading-section.-seo .c-heading-section__en::before {
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
}
.c-heading-section.-system .c-heading-section__en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
  background-clip: text;
}
.c-heading-section.-system .c-heading-section__en::before {
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
}
.c-heading-section.-design .c-heading-section__en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
  background-clip: text;
}
.c-heading-section.-design .c-heading-section__en::before {
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
}

.c-form-privacy {
  display: inline-block;
}

.c-form-privacy__input {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  opacity: 0;
}
.c-form-privacy__input:focus {
  outline: none;
}

.c-form-privacy__text {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
  color: #0a3445;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-form-privacy__text {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-form-privacy__text:hover {
    opacity: 0.7;
  }
}
.c-form-privacy__text:focus {
  outline: none;
  opacity: 0.7;
}
.c-form-privacy__text::before, .c-form-privacy__text::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.c-form-privacy__text::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #dcdcdc;
  border-radius: 0.1875rem;
  background: #ffffff;
}
.c-form-privacy__text::after {
  top: 0.625rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #ff5687;
  border-bottom: 0.1875rem solid #ff5687;
  opacity: 0;
}

.c-form-privacy__link {
  display: inline-block;
  color: #ff5687;
  line-height: 1.8;
  text-align: center;
  text-decoration: underline;
}
.c-form-privacy__link:focus {
  outline: none;
  opacity: 0.7;
}

.wpcf7-list-item {
  margin: 0;
}

.c-form-privacy__input:checked ~ .wpcf7-list-item-label .c-form-privacy__text::after {
  opacity: 1;
}

.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text {
  opacity: 0.7;
}
.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text::before {
  border-color: #ff5687;
  outline: none;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 13.375rem;
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid #dcdcdc;
  border-radius: 0.25rem;
  background: #ffffff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  resize: none;
  transition: all 0.3s ease;
}
.c-form-textarea::-webkit-input-placeholder {
  color: rgba(53, 54, 55, 0.4);
}
.c-form-textarea:-ms-input-placeholder {
  color: rgba(53, 54, 55, 0.4);
}
.c-form-textarea::-ms-input-placeholder {
  color: rgba(53, 54, 55, 0.4);
}
.c-form-textarea::placeholder {
  color: rgba(53, 54, 55, 0.4);
}
@media (min-width: 768px) {
  .c-form-textarea {
    height: 20rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-form-textarea:hover {
    border: 0.0625rem solid #ff5687;
  }
}
.c-form-textarea:focus, .c-form-textarea:active {
  border: 0.0625rem solid #ff5687;
  outline: none;
}

.c-form-text {
  display: block;
  width: 100%;
  height: 2.75rem;
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid #dcdcdc;
  border-radius: 0.25rem;
  background: #ffffff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.c-form-text::-webkit-input-placeholder {
  color: rgba(53, 54, 55, 0.4);
}
.c-form-text:-ms-input-placeholder {
  color: rgba(53, 54, 55, 0.4);
}
.c-form-text::-ms-input-placeholder {
  color: rgba(53, 54, 55, 0.4);
}
.c-form-text::placeholder {
  color: rgba(53, 54, 55, 0.4);
}
@media (min-width: 768px) {
  .c-form-text {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-form-text:hover {
    border: 0.0625rem solid #ff5687;
  }
}
.c-form-text:focus, .c-form-text:active {
  border: 0.0625rem solid #ff5687;
  outline: none;
}

.p-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (any-hover: hover) {
  .p-card:hover .p-card__title {
    opacity: 0.7;
  }
  .p-card:hover .p-card__buttonText::after {
    scale: 1;
  }
  .p-card:hover img {
    scale: 1.1;
  }
}
.p-card:focus {
  outline: none;
}
.p-card:focus .p-card__title {
  opacity: 0.7;
}
.p-card:focus .p-card__buttonText::after {
  scale: 1;
}
.p-card:focus img {
  scale: 1.1;
}

.p-card__inner {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  gap: 1.6875rem;
}
@media (min-width: 768px) {
  .p-card__inner {
    gap: 1.9375rem;
  }
}

.p-card__textArea {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.p-card__title {
  -webkit-margin-after: 0.9375rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block: calc((1em - 1lh) / 2);
  margin-block-end: 0.9375rem;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.74;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-card__title {
    -webkit-margin-after: 1.1875rem;
    margin-block-end: 1.1875rem;
    font-size: 1.5rem;
    line-height: 1.45;
  }
}
.p-card__title.-white {
  color: #ffffff;
}

.p-card__tags {
  -webkit-margin-before: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-block-start: auto;
  gap: 0.375rem;
}

.p-card__description {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-card__description {
    -webkit-margin-before: 1.125rem;
    margin-block-start: 1.125rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-card__button {
  -webkit-margin-before: 1.375rem;
  -webkit-padding-start: 2.375rem;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block-start: 1.375rem;
  padding-inline-start: 2.375rem;
}
@media (min-width: 768px) {
  .p-card__button {
    -webkit-margin-before: 2.3125rem;
    -webkit-padding-start: 2.4375rem;
    margin-block-start: 2.3125rem;
    padding-inline-start: 2.4375rem;
  }
}
.p-card__button::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  background: url(../img/p-card_button-arrow.webp) no-repeat center center/cover;
  content: "";
}

.p-card__buttonText {
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  color: #ff5687;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-card__buttonText {
    font-size: 1.125rem;
  }
}
.p-card__buttonText::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #ff5687;
  content: "";
  transition: all 0.3s ease-out;
}

.p-card__image {
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-card__image img {
  aspect-ratio: 335/223;
  transition: all 0.3s ease-out;
}

.p-card.-description {
  height: auto;
}
.p-card.-description .p-card__inner {
  gap: 1.5625rem;
}
@media (min-width: 768px) {
  .p-card.-description .p-card__inner {
    flex-direction: row-reverse;
    align-items: center;
    gap: 3.6875rem;
  }
}
@media (min-width: 768px) {
  .p-card.-description .p-card__textArea {
    flex-shrink: 0;
    width: 24rem;
  }
}
.p-card.-description .p-card__title {
  font-size: 1.5rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .p-card.-description .p-card__title {
    font-size: 2rem;
    line-height: 1.24;
  }
}

.p-card__tags.-service_hp .c-tag {
  border-color: #ff5687;
}
.p-card__tags.-service_hp .c-tag .c-tag__text {
  color: #ff5687;
}
.p-card__tags.-service_ec .c-tag {
  border-color: #70B68F;
}
.p-card__tags.-service_ec .c-tag .c-tag__text {
  color: #70B68F;
}
.p-card__tags.-service_seo .c-tag {
  border-color: #7DC2FF;
}
.p-card__tags.-service_seo .c-tag .c-tag__text {
  color: #7DC2FF;
}
.p-card__tags.-service_system .c-tag {
  border-color: #FD8DFF;
}
.p-card__tags.-service_system .c-tag .c-tag__text {
  color: #FD8DFF;
}
.p-card__tags.-service_design .c-tag {
  border-color: #f3993f;
}
.p-card__tags.-service_design .c-tag .c-tag__text {
  color: #f3993f;
}
.p-card__tags.-service_movie .c-tag {
  border-color: #ff5687;
}
.p-card__tags.-service_movie .c-tag .c-tag__text {
  color: #ff5687;
}

.p-header {
  height: 4.6875rem;
  padding: 2rem 2.125rem 0.3125rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-header {
    height: 8.3125rem;
    padding: 4rem 3.625rem 1.1875rem 4.9375rem;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-header__logo {
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
.p-header__logo:focus {
  outline: none;
  opacity: 0.7;
}

.p-header__logoImage {
  width: 5.75rem;
  height: 2.1875rem;
  overflow: hidden;
  background: url(../img/p-header_logo-white-min.webp) no-repeat center center/cover;
  text-indent: -9999px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-header__logoImage {
    width: 6.5625rem;
    height: 2.375rem;
  }
}
.p-header__logoImage.-black {
  background-image: url(../img/p-header_logo-black-min.webp);
}

.p-header__icon {
  width: 2.3125rem;
  height: 0.75rem;
}

.p-header__hamburger {
  width: 100%;
  height: 100%;
}
.p-header__hamburger:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-header__hamburgerLine {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-header__hamburgerLine::before, .p-header__hamburgerLine::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}
.p-header__hamburgerLine::before {
  top: 0;
  left: 0;
}
.p-header__hamburgerLine::after {
  bottom: 0;
  left: 0;
}
.p-header__hamburgerLine.-black::before, .p-header__hamburgerLine.-black::after {
  background: #353637;
}

.p-header__nav {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}
.p-header__nav.-black .p-header__link {
  color: #353637;
}
.p-header__nav.-black .p-header__link::before {
  border-bottom: 0.0625rem solid #353637;
  border-left: 0.0625rem solid #353637;
}

.p-header__list {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}

.p-header__item.-accordion {
  position: relative;
}

.p-header__link {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__link:hover {
    color: transparent !important;
  }
  .p-header__link:hover::after {
    opacity: 1;
  }
}
.p-header__link:focus {
  outline: none;
  color: transparent !important;
}
.p-header__link:focus::after {
  opacity: 1;
}
.p-header__link.-accordion {
  -webkit-padding-end: 1rem;
  padding-inline-end: 1rem;
}
.p-header__link.-accordion::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-bottom: 0.0625rem solid #ffffff;
  border-left: 0.0625rem solid #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}
.p-header__link::after {
  -webkit-background-clip: text;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  content: attr(data-text);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.p-header__subList {
  -webkit-padding-before: 2.75rem;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  padding-block-start: 2.75rem;
  translate: -50%;
}

.p-header__subList-inner {
  width: 12.6875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  background: #ffffff;
}

.p-header__subItem {
  display: -ms-grid;
  display: grid;
  align-items: center;
  height: 3.375rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.p-header__subItem:last-child {
  border-bottom: none;
}

.p-header__subLink {
  position: relative;
  width: 100%;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline: 1.375rem 2.8125rem;
  padding-block: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  transition: all 0.3s ease-out;
}
.p-header__subLink::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.375rem;
  width: 0.375rem;
  height: 0.625rem;
  translate: 0 -50%;
  background: url(../img/icon_blockquote-r_black.svg) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}
.p-header__subLink::after {
  -webkit-background-clip: text;
  position: absolute;
  top: 0.5rem;
  left: 1.375rem;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  content: attr(data-text);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: pre-line;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.p-header__subLink.-hp::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}
.p-header__subLink.-ec::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}
.p-header__subLink.-seo::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
  background-clip: text;
}
.p-header__subLink.-system::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
  background-clip: text;
}
.p-header__subLink.-design::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
  background-clip: text;
}
.p-header__subLink.-movie::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}
@media (any-hover: hover) {
  .p-header__subLink:hover {
    color: transparent;
  }
  .p-header__subLink:hover::before {
    right: 1.125rem;
  }
  .p-header__subLink:hover::after {
    opacity: 1;
  }
}
.p-header__subLink:focus {
  outline: none;
  color: transparent;
}
.p-header__subLink:focus::before {
  right: 1.125rem;
}
.p-header__subLink:focus::after {
  opacity: 1;
}

.p-header__buttons {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}

.p-header.is_scroll {
  -webkit-padding-before: 0.3125rem;
  height: 3.1875rem;
  padding-block-start: 0.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-header.is_scroll {
    -webkit-padding-before: 1.1875rem;
    height: 5.5rem;
    padding-block-start: 1.1875rem;
  }
}
.p-header.is_scroll .p-header__logoImage {
  background-image: url(../img/p-header_logo-black-min.webp);
}
.p-header.is_scroll .p-header__hamburgerLine::before, .p-header.is_scroll .p-header__hamburgerLine::after {
  background: #353637;
}
.p-header.is_scroll .p-header__link {
  color: #353637;
}
.p-header.is_scroll .p-header__link.-accordion::before {
  border-color: #353637;
}

.p-header__hamburger.is_open .p-header__hamburgerLine::before, .p-header__hamburger.is_open .p-header__hamburgerLine::after {
  top: 50%;
  translate: 0 -50%;
  background: #353637;
}
.p-header__hamburger.is_open .p-header__hamburgerLine::before {
  rotate: 17deg;
}
.p-header__hamburger.is_open .p-header__hamburgerLine::after {
  rotate: -17deg;
}

.p-header__link.is_open {
  color: transparent !important;
}
.p-header__link.is_open::before {
  rotate: -225deg;
}
.p-header__link.is_open::after {
  opacity: 1;
}

.p-drawer {
  -webkit-backdrop-filter: blur(22px);
  z-index: 101;
  position: fixed;
  top: 3.1875rem;
  right: -110vw;
  width: 100%;
  height: calc(100dvh - 3.1875rem);
  overflow-y: scroll;
  backdrop-filter: blur(22px);
  background: linear-gradient(163deg, rgba(255, 86, 135, 0.8) 25.37%, rgba(217, 86, 174, 0.8) 91.06%);
  transition: all 0.3s ease-out;
}

.p-drawer__inner {
  width: 21.875rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
  padding-block: 3.8125rem;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
}

.p-drawer__item {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.5);
}

.p-drawer__link {
  display: block;
  width: 100%;
  padding-block: 1.125rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
  transition: all 0.3s ease-out;
}
.p-drawer__link:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-drawer__link.-accordion {
  position: relative;
}
.p-drawer__link.-accordion::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 0.5625rem;
  height: 0.5625rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-bottom: 0.0625rem solid #ffffff;
  border-left: 0.0625rem solid #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}

.p-drawer__subList {
  -webkit-padding-after: 0.9375rem;
  display: none;
  padding-block-end: 0.9375rem;
}

.p-drawer__subLink {
  padding-block: 0.25rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-drawer__subLink:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-drawer__buttons {
  -webkit-margin-before: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-block-start: 2.5rem;
  gap: 1rem;
}

.p-drawer.is_open {
  right: 0;
}

.p-drawer__link.is_open::before {
  rotate: -225deg;
}

.p-top-thanks {
  display: flex;
  align-items: center;
  height: 5.0625rem !important;
  padding: 0.5625rem 0.8125rem 0.5rem;
  gap: 1.0625rem;
  border-radius: 0.75rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-thanks {
    width: 29.8125rem;
    height: 6rem !important;
    padding: 1.125rem 2rem;
    gap: 2rem;
  }
}

.p-top-thanks__title {
  -webkit-padding-start: 0.25rem;
  -webkit-background-clip: text;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 4.375rem;
  height: 100%;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-start: 0.25rem;
  border-right: 0.0625rem solid #eaeaea;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-top-thanks__title {
    -webkit-padding-start: 0;
    width: 6.0625rem;
    padding-inline-start: 0;
    font-size: 1.125rem;
  }
}

.p-top-thanks__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100% !important;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-top-thanks__item {
    gap: 0.25rem;
  }
}

.p-top-thanks__date {
  margin-block: calc((1em - 1lh) / 2);
  color: #c2c2c2;
  font-size: 0.75rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}

.p-top-thanks__text {
  color: #41261a;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-top-thanks__text {
    font-size: 0.875rem;
  }
}

.p-top-thanks__swiper-container,
.p-top-thanks__swiper,
.p-top-thanks__swiper-wrapper,
.p-top-thanks__swiper-slide {
  position: relative;
}

.p-top-thanks__swiper-container {
  height: 3.4375rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top-thanks__swiper-container {
    height: 3.75rem;
  }
}

.p-top-thanks__swiper {
  height: 100%;
}

.p-top-thanks__swiper-slide {
  display: flex;
  align-items: center;
  height: 3.4375rem;
  height: 3.4375rem;
}
@media (min-width: 768px) {
  .p-top-thanks__swiper-slide {
    height: 3.75rem;
  }
}

.p-top-catch {
  border-radius: 0 0 8.75rem 0;
  background: url(../img/sp/p-top-fv_bg.jpg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-catch {
    border-radius: 0 0 18.75rem 0;
    background-image: url(../img/p-top-fv_bg.jpg);
  }
}

.p-top-concept {
  padding-block: 2.8125rem 7.75rem;
}
@media (min-width: 768px) {
  .p-top-concept {
    padding-block: 5.5625rem 20.875rem;
  }
}

.p-top-concept__inner {
  display: flex;
  flex-direction: column;
  padding-inline: 2.4375rem 1.25rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-top-concept__inner {
    flex-direction: row;
    align-items: flex-start;
    padding-inline: 2.5rem;
    gap: 3.5625rem;
  }
}

.p-top-concept__heading {
  white-space: nowrap;
}

.p-top-concept__message {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-top-concept__message {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    gap: 1.875rem;
  }
}

.p-top-concept__text {
  color: #ffffff;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-top-concept__text {
    font-size: 1.25rem;
    white-space: nowrap;
  }
}
.p-top-concept__text.-bold {
  -webkit-margin-start: -0.5625rem;
  margin-inline-start: -0.5625rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-top-concept__text.-bold {
    font-weight: 700;
  }
}

.p-top-fv {
  -webkit-padding-before: 0.8125rem;
  position: relative;
  height: calc(100vh - 0.8125rem - 4.5rem);
  padding-inline: 0.8125rem;
  padding-block-start: 0.8125rem;
}
@media (min-aspect-ratio: 540/866) {
  .p-top-fv {
    height: 145vh;
  }
}
@media (min-width: 768px) {
  .p-top-fv {
    -webkit-padding-before: 2.5rem;
    height: calc(100vh - 2.5rem);
    min-height: initial;
    padding-block-start: 2.5rem;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-top-fv {
    height: 70vh;
  }
}

.p-top-fv__inner {
  height: 100%;
  padding-inline: 1.25rem;
  border-radius: 1.0625rem;
  background: url(../img/p-top-fv-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-fv__inner {
    padding-inline: 5.625rem;
  }
}

.p-top-fv__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 72.25rem;
  height: 100%;
  margin-inline: auto;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-fv__content {
    gap: 2.75rem;
  }
}

.p-top-fv__heading {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}
@media (min-width: 768px) {
  .p-top-fv__heading {
    gap: 2rem;
  }
}

.p-top-fv__ja {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 600;
  font-size: 2.375rem;
  line-height: 1.4;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-fv__ja {
    color: #ffffff;
    font-size: 3.75rem;
  }
}
.p-top-fv__ja span {
  display: inline;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-top-fv__ja span {
    font-size: 3.25rem;
  }
}

.p-top-fv__en {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-top-fv__en {
    font-size: 2.125rem;
  }
}

.p-top-fv__button {
  display: inline-block;
  width: 15.25rem;
}
@media (min-width: 768px) {
  .p-top-fv__button {
    width: 19.875rem;
  }
}

.p-top-fv__thanks {
  position: absolute;
  right: 1.25rem;
  bottom: 0.5rem;
  left: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-fv__thanks {
    right: 3.375rem;
    bottom: 1.6875rem;
    left: unset;
  }
}

.p-top-fv__scrolldown-text {
  position: absolute;
  bottom: 13.875rem;
  left: 3rem;
  margin-block: calc((1em - 1lh) / 2);
  rotate: 90deg;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}

.p-top-fv__scrolldown-bar {
  position: absolute;
  bottom: 5.125rem;
  left: 4.625rem;
  width: 0.125rem;
  height: 6.6875rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}

.p-top-fv__scrolldown-bar-active {
  -webkit-animation: scrollDown 2.5s cubic-bezier(1, 0, 0, 1) 0s infinite normal none;
  position: absolute;
  top: -0.3125rem;
  left: 0;
  width: 0.125rem;
  height: calc(100% + 0.3125rem);
  background: #ffffff;
  animation: scrollDown 2.5s cubic-bezier(1, 0, 0, 1) 0s infinite normal none;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  5% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%);
    opacity: 1;
  }
  95% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  5% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%);
    opacity: 1;
  }
  95% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
  }
}
.p-top-fv.-area-page .p-top-fv__inner {
  background: url(../img/sp/p-top-fv_area-min.jpg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-fv.-area-page .p-top-fv__inner {
    background-image: url(../img/p-top-fv_area-min.jpg);
  }
}

.p-top-voice {
  -webkit-margin-before: -1.25rem;
  -webkit-padding-after: 5.375rem;
  margin-block-start: -1.25rem;
  padding-block-end: 5.375rem;
}
@media (min-width: 768px) {
  .p-top-voice {
    -webkit-margin-before: -7.5rem;
    -webkit-padding-after: 6.25rem;
    margin-block-start: -7.5rem;
    padding-block-end: 6.25rem;
  }
}

.p-top-voice__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-top-voice__button {
  -webkit-margin-before: 2.125rem;
  width: 18.5625rem;
  margin-inline: auto;
  margin-block-start: 2.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-voice__button {
    -webkit-margin-before: 3.5625rem;
    width: 20rem;
    margin-block-start: 3.5625rem;
  }
}

.p-voice-swiper__swiper-container,
.p-voice-swiper__swiper,
.p-voice-swiper__swiper-wrapper,
.p-voice-swiper__swiper-slide {
  position: relative;
}

.p-voice-swiper__swiper-container {
  width: 100%;
}

.p-voice-swiper__swiper {
  overflow: visible !important;
}

.p-voice-swiper__swiper-wrapper {
  -webkit-margin-start: -1.0625rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline-start: -1.0625rem;
}
@media (min-width: 768px) {
  .p-voice-swiper__swiper-wrapper {
    -webkit-margin-start: -1.5625rem;
    margin-inline-start: -1.5625rem;
  }
}

.p-voice-swiper__swiper-slide {
  -webkit-transform-origin: bottom center;
  width: 100%;
  transform-origin: bottom center;
  transition: all 0.3s ease-out;
}
.p-voice-swiper__swiper-slide.swiper-slide-active {
  margin-inline: 1.0625rem 2.375rem !important;
  scale: 1.14;
}
@media (min-width: 768px) {
  .p-voice-swiper__swiper-slide.swiper-slide-active {
    margin-inline: 1.5625rem 3.125rem !important;
  }
}

.p-voice-swiper__swiper-slideLink {
  display: block;
}
.p-voice-swiper__swiper-slideLink:focus {
  outline: none;
}

.p-voice-swiper .swiper-button-prev,
.p-voice-swiper .swiper-button-next,
.p-voice-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-voice-swiper .swiper-button-prev::after,
.p-voice-swiper .swiper-button-next::after {
  content: "";
}
.p-voice-swiper .swiper-button-prev,
.p-voice-swiper .swiper-button-next {
  position: absolute;
  bottom: 50%;
  width: 3.75rem;
  height: 3.75rem;
  transition: all 0.3s ease-out;
}
@-webkit-keyframes swiperPrevToHover {
  0% {
    background-image: url(../img/p-voice-swiper_arrow-l.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/p-voice-swiper_arrow-l.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
    opacity: 1;
  }
}
@keyframes swiperPrevToHover {
  0% {
    background-image: url(../img/p-voice-swiper_arrow-l.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/p-voice-swiper_arrow-l.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
    opacity: 1;
  }
}
@-webkit-keyframes swiperPrevToNormal {
  0% {
    background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/p-voice-swiper_arrow-l.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/p-voice-swiper_arrow-l.webp);
    opacity: 1;
  }
}
@keyframes swiperPrevToNormal {
  0% {
    background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/p-voice-swiper_arrow-l.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/p-voice-swiper_arrow-l.webp);
    opacity: 1;
  }
}
@-webkit-keyframes swiperNextToHover {
  0% {
    background-image: url(../img/p-voice-swiper_arrow-r.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/p-voice-swiper_arrow-r.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
    opacity: 1;
  }
}
@keyframes swiperNextToHover {
  0% {
    background-image: url(../img/p-voice-swiper_arrow-r.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/p-voice-swiper_arrow-r.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
    opacity: 1;
  }
}
@-webkit-keyframes swiperNextToNormal {
  0% {
    background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/p-voice-swiper_arrow-r.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/p-voice-swiper_arrow-r.webp);
    opacity: 1;
  }
}
@keyframes swiperNextToNormal {
  0% {
    background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
    opacity: 1;
  }
  50% {
    background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
    opacity: 0;
  }
  51% {
    background-image: url(../img/p-voice-swiper_arrow-r.webp);
    opacity: 0;
  }
  100% {
    background-image: url(../img/p-voice-swiper_arrow-r.webp);
    opacity: 1;
  }
}
.p-voice-swiper .swiper-button-prev {
  left: calc(50% - 15rem);
  background: url(../img/p-voice-swiper_arrow-l.webp) no-repeat center center/cover;
}
.p-voice-swiper .swiper-button-prev.js_swiperHover {
  -webkit-animation: swiperPrevToHover 0.3s ease-out forwards;
  animation: swiperPrevToHover 0.3s ease-out forwards;
}
.p-voice-swiper .swiper-button-prev:not(.js_swiperHover) {
  -webkit-animation: swiperPrevToNormal 0.3s ease-out forwards;
  animation: swiperPrevToNormal 0.3s ease-out forwards;
}
.p-voice-swiper .swiper-button-prev:focus {
  outline: none;
}
.p-voice-swiper .swiper-button-next {
  right: calc(50% - 15rem);
  background: url(../img/p-voice-swiper_arrow-r.webp) no-repeat center center/cover;
}
.p-voice-swiper .swiper-button-next.js_swiperHover {
  -webkit-animation: swiperNextToHover 0.3s ease-out forwards;
  animation: swiperNextToHover 0.3s ease-out forwards;
}
.p-voice-swiper .swiper-button-next:not(.js_swiperHover) {
  -webkit-animation: swiperNextToNormal 0.3s ease-out forwards;
  animation: swiperNextToNormal 0.3s ease-out forwards;
}
.p-voice-swiper .swiper-button-next:focus {
  outline: none;
}

.p-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-thumbnail {
    border-radius: 1.0625rem;
  }
}

.p-thumbnail__inner {
  position: relative;
}

.p-thumbnail__textArea {
  display: flex;
  z-index: 3;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-thumbnail__textArea {
    bottom: 1.875rem;
    left: 1.875rem;
    gap: 1.125rem;
  }
}

.p-thumbnail__head {
  display: flex;
}

.p-thumbnail__company {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-thumbnail__company {
    font-size: 0.875rem;
  }
}

.p-thumbnail__manager {
  -webkit-padding-start: 0.9375rem;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-start: 0.9375rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-thumbnail__manager {
    font-size: 0.875rem;
  }
}
.p-thumbnail__manager::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  translate: 0 -50%;
  content: "/";
}

.p-thumbnail__catch {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-thumbnail__catch {
    font-size: 1.5rem;
  }
}

.p-thumbnail__imageArea {
  position: relative;
}
.p-thumbnail__imageArea::before {
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/p-thumbnail_effect.webp) no-repeat center center/cover;
  content: "";
}

.p-thumbnail__image {
  width: 100%;
}
.p-thumbnail__image img {
  aspect-ratio: 234/310;
  transition: all 0.3s ease-out;
}

*:hover > .p-thumbnail .p-thumbnail__image img {
  scale: 1.1;
}

*:focus > .p-thumbnail .p-thumbnail__image img {
  scale: 1.1;
}

.p-thumbnail.-article .p-thumbnail__image img {
  aspect-ratio: 334/409;
}
.p-thumbnail.-article .p-thumbnail__catch {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-thumbnail.-article .p-thumbnail__catch {
    font-size: 1.5rem;
  }
}
.p-thumbnail.-article .p-thumbnail__textArea {
  -webkit-padding-end: 1rem;
  bottom: 1.625rem;
  left: 1.5625rem;
  padding-inline-end: 1rem;
}
@media (min-width: 768px) {
  .p-thumbnail.-article .p-thumbnail__textArea {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}

.p-top-works {
  padding-block: 6.3125rem 5.5625rem;
  border-radius: 4.375rem 0 0 4.375rem;
  background: #353637;
}
@media (min-width: 768px) {
  .p-top-works {
    padding-block: 8.375rem;
    border-radius: 9.375rem 0 0 9.375rem;
  }
}
.p-top-works .p-top-works__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-top-works .p-top-works__inner {
    padding-inline: 2rem;
  }
  .p-top-works .p-top-works__inner::before {
    display: block;
    position: absolute;
    top: 0;
    left: -6rem;
    width: 5.0625rem;
    height: 72.125rem;
    background: url(../img/p-top-work_deco.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-top-works__content {
  -webkit-margin-before: 2.4375rem;
  margin-block-start: 2.4375rem;
}
@media (min-width: 768px) {
  .p-top-works__content {
    -webkit-margin-before: 3.1875rem;
    margin-block-start: 3.1875rem;
  }
}

.p-top-works__sub {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
}
@media (min-width: 768px) {
  .p-top-works__sub {
    -webkit-margin-before: 6rem;
    margin-block-start: 6rem;
  }
}

.p-top-works__list {
  display: flex;
  flex-direction: column;
  gap: 2.0625rem;
}
@media (min-width: 768px) {
  .p-top-works__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.3125rem 1.5rem;
  }
}

.p-top-works__item {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-works__item {
    width: calc((100% - 3rem) / 3);
  }
}

.p-top-works__article {
  width: 100%;
  height: 100%;
}

.p-top-works__button {
  -webkit-margin-before: 2.4375rem;
  width: 17.4375rem;
  margin-inline: auto;
  margin-block-start: 2.4375rem;
}
@media (min-width: 768px) {
  .p-top-works__button {
    -webkit-margin-before: 3.625rem;
    width: 18.5625rem;
    margin-block-start: 3.625rem;
  }
}

.p-top-service {
  -webkit-padding-before: 4.4375rem;
  padding-block-start: 4.4375rem;
}
@media (min-width: 768px) {
  .p-top-service {
    -webkit-padding-before: 8.75rem;
    padding-block-start: 8.75rem;
  }
}

.p-top-service__heading {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
@media (min-width: 768px) {
  .p-top-service__heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.p-top-service__lead {
  font-size: 0.875rem;
  line-height: 2.14;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-top-service__lead {
    flex-shrink: 0;
    width: 42rem;
    margin-block: calc((1em - 1lh) / 2);
    font-size: 1.125rem;
    line-height: 1.66;
  }
}

.p-top-service__content {
  -webkit-margin-before: 1.375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.375rem;
}
@media (min-width: 768px) {
  .p-top-service__content {
    -webkit-margin-before: 4rem;
    flex-direction: row-reverse;
    margin-block-start: 4rem;
    gap: 4rem;
  }
}

.p-top-service__textArea {
  order: 2;
}
@media (min-width: 768px) {
  .p-top-service__textArea {
    -webkit-margin-before: -1.6875rem;
    flex-shrink: 0;
    width: 26.375rem;
    margin-block-start: -1.6875rem;
  }
}

.p-top-service__item {
  display: flex;
  align-items: center;
  height: 5rem;
}
@media (min-width: 768px) {
  .p-top-service__item {
    height: 5.5rem;
  }
}

.p-top-service__link {
  -webkit-padding-end: 2.8125rem;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline-end: 2.8125rem;
  gap: 1rem;
  border-bottom: 0.0625rem solid rgba(53, 54, 55, 0.15);
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-service__link {
    -webkit-padding-end: 2.375rem;
    padding-inline-end: 2.375rem;
  }
}
.p-top-service__link::before, .p-top-service__link::after {
  display: block;
  position: absolute;
  content: "";
  transition: all 0.3s ease-out;
}
.p-top-service__link::before {
  top: 50%;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  translate: 0 -50%;
  background: url(../img/icon_blockquote-r_black-white.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-service__link::before {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.p-top-service__link::after {
  -webkit-transform-origin: top left;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #353637;
}
@media (any-hover: hover) {
  .p-top-service__link:hover::after {
    scale: 1;
  }
}
.p-top-service__link:focus {
  outline: none;
}
.p-top-service__link:focus::after {
  scale: 1;
}

.p-top-service__number {
  -webkit-background-clip: text;
  -webkit-margin-before: 0.1875rem;
  flex-shrink: 0;
  width: 2.6875rem;
  -webkit-text-fill-color: transparent;
  margin-block-start: 0.1875rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-size: 1.75rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}

.p-top-service__name {
  flex-grow: 1;
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-top-service__name {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-top-service__imageArea {
  display: contents;
  aspect-ratio: 334/238;
}
@media (min-width: 768px) {
  .p-top-service__imageArea {
    -webkit-margin-end: -2.125rem;
    display: block;
    position: relative;
    aspect-ratio: 702/500;
    width: 100%;
    margin-inline-end: -2.125rem;
  }
}

.p-top-service__image {
  display: block;
  position: relative;
  flex-grow: 1;
  order: 1;
  aspect-ratio: 334/200;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  background: url(../img/sp/p-top-service_default-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-service__image {
    aspect-ratio: 702/500;
    border-radius: 1.25rem;
    background-image: url(../img/p-top-service_default-min.webp);
  }
}

.p-top-service__button {
  -webkit-margin-before: 2.375rem;
  order: 3;
  width: 19.75rem;
  margin-inline: auto;
  margin-block-start: 2.375rem;
}
@media (min-width: 768px) {
  .p-top-service__button {
    -webkit-margin-before: 0;
    z-index: 2;
    position: absolute;
    right: 1.25rem;
    bottom: 1.1875rem;
    width: 21.25rem;
    margin-block-start: 0;
  }
}

.p-top-service__link.-hp .p-top-service__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}
.p-top-service__link.-ec .p-top-service__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}
.p-top-service__link.-seo .p-top-service__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
  background-clip: text;
}
.p-top-service__link.-system .p-top-service__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
  background-clip: text;
}
.p-top-service__link.-design .p-top-service__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
  background-clip: text;
}
.p-top-service__link.-movie .p-top-service__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}

.js_serviceImage {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.js_serviceImage.active {
  opacity: 1;
}

.js_serviceImage.-hp {
  background-image: url(../img/p-top-service_001-min.webp);
}
.js_serviceImage.-ec {
  background-image: url(../img/p-top-service_002-min.webp);
}
.js_serviceImage.-seo {
  background-image: url(../img/p-top-service_003-min.webp);
}
.js_serviceImage.-system {
  background-image: url(../img/p-top-service_004-min.webp);
}
.js_serviceImage.-design {
  background-image: url(../img/p-top-service_005-min.webp);
}

.p-top-service__image.-hp .js_serviceImage.-hp {
  opacity: 1;
}
.p-top-service__image.-ec .js_serviceImage.-ec {
  opacity: 1;
}
.p-top-service__image.-seo .js_serviceImage.-seo {
  opacity: 1;
}
.p-top-service__image.-system .js_serviceImage.-system {
  opacity: 1;
}
.p-top-service__image.-design .js_serviceImage.-design {
  opacity: 1;
}
.p-top-service__image.-movie .js_serviceImage.-movie {
  opacity: 1;
}

.p-top-service__link::before {
  background-image: url(../img/icon_blockquote-r_black-white.webp);
}
.p-top-service__link.js_iconHover::before {
  -webkit-animation: iconToHover 0.3s ease-out forwards;
  animation: iconToHover 0.3s ease-out forwards;
}
.p-top-service__link:not(.js_iconHover)::before {
  -webkit-animation: iconToNormal 0.3s ease-out forwards;
  animation: iconToNormal 0.3s ease-out forwards;
}

@-webkit-keyframes iconToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 1;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 1;
  }
}

@keyframes iconToHover {
  0% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 1;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 1;
  }
}
@-webkit-keyframes iconToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 1;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 1;
  }
}
@keyframes iconToNormal {
  0% {
    background-image: url(../img/icon_blockquote-r_black.webp);
    opacity: 1;
  }
  100% {
    background-image: url(../img/icon_blockquote-r_black-white.webp);
    opacity: 1;
  }
}
.p-scroll-infinity {
  width: 100%;
  overflow: hidden;
}

.p-scroll-infinity__wrap {
  display: flex;
  position: relative;
  width: 100%;
}

.p-scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  width: 123.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .p-scroll-infinity__list {
    width: 225.75rem;
  }
}
.p-scroll-infinity__list.-left {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.p-scroll-infinity__item {
  flex-shrink: 0;
  width: 61.8125rem;
}
@media (min-width: 768px) {
  .p-scroll-infinity__item {
    width: 112.875rem;
  }
}

.p-scroll-infinity__item img,
.p-scroll-infinity__item picture {
  display: block;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 768px) {
  .p-scroll-infinity__item img,
  .p-scroll-infinity__item picture {
    height: 5.125rem;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-top-reason {
  z-index: 2;
  position: relative;
  padding-block: 11.1875rem 5rem;
  border-radius: 0 0 2.5rem 2.5rem;
  background: url(../img/sp/p-top-reason_bg.jpg) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-top-reason {
    padding-block: 18rem 5.3125rem;
    background-image: url(../img/p-top-reason_bg.jpg);
  }
}

.p-top-reason__deco {
  position: absolute;
  top: 3.75rem;
  left: 0;
}
@media (min-width: 768px) {
  .p-top-reason__deco {
    top: 8.625rem;
  }
}

.p-top-reason__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-top-reason__content {
  -webkit-margin-before: 2.125rem;
  margin-block-start: 2.125rem;
}
@media (min-width: 768px) {
  .p-top-reason__content {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}

.p-top-reason__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-reason__list {
    flex-direction: row;
    gap: 0.625rem;
  }
}

.p-top-reason__item {
  -webkit-padding-after: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding-block-end: 0.625rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-reason__item {
    -webkit-padding-after: 2.1875rem;
    width: calc((100% - 1.5rem) / 3);
    padding-block-end: 2.1875rem;
    gap: 1.5625rem;
  }
}
.p-top-reason__item:first-child {
  background: url(../img/sp/p-top-reason-item_001-min.webp) no-repeat center center/100% 100%;
}
@media (min-width: 768px) {
  .p-top-reason__item:first-child {
    background: url(../img/p-top-reason-item_001-min.webp) no-repeat center center/100% 100%;
  }
}
.p-top-reason__item:nth-child(2) {
  background: url(../img/sp/p-top-reason-item_002-min.webp) no-repeat center center/100% 100%;
}
@media (min-width: 768px) {
  .p-top-reason__item:nth-child(2) {
    background: url(../img/p-top-reason-item_002-min.webp) no-repeat center center/100% 100%;
  }
}
.p-top-reason__item:last-child {
  background: url(../img/sp/p-top-reason-item_003-min.webp) no-repeat center center/100% 100%;
}
@media (min-width: 768px) {
  .p-top-reason__item:last-child {
    background: url(../img/p-top-reason-item_003-min.webp) no-repeat center center/100% 100%;
  }
}

.p-top-reason__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-top-reason__number {
    font-size: 2.75rem;
    line-height: 1.27;
  }
}

.p-top-reason__title {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.83;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-top-reason__title {
    font-size: 1.875rem;
    line-height: 1.46;
  }
}

.p-top-reason__text {
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-reason__text {
    margin-block: calc((1em - 1lh) / 2);
    line-height: 2.25;
  }
}

.p-top-reason__button {
  -webkit-margin-before: 2.25rem;
  width: 17.4375rem;
  margin-inline: auto;
  margin-block-start: 2.25rem;
}
@media (min-width: 768px) {
  .p-top-reason__button {
    -webkit-margin-before: 3.75rem;
    width: 18.5625rem;
    margin-block-start: 3.75rem;
  }
}

.p-top-about {
  -webkit-margin-before: -4.125rem;
  position: relative;
  margin-block-start: -4.125rem;
  padding-block: 9.5rem 5.0625rem;
}
@media (min-width: 768px) {
  .p-top-about {
    -webkit-margin-before: -3rem;
    margin-block-start: -3rem;
    padding-block: 11.5rem 7.5rem;
  }
}
.p-top-about::before {
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/sp/p-top-aboutBg_effect.png) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-about::before {
    background-image: url(../img/p-top-aboutBg_effect.png);
  }
}

.p-top-about__decoSwiper-container {
  z-index: -1;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  inset: 0;
}

.p-top-about__bgSwiper-slide {
  height: 100%;
}
.p-top-about__bgSwiper-slide img {
  height: 100%;
}

.p-top-about__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-top-about__content {
    flex-direction: row;
    align-items: center;
    gap: 3.75rem;
  }
}

.p-top-about__textArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-top-about__textArea {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    width: 47.125rem;
  }
}

.p-top-about__heading {
  order: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-top-about__heading {
    margin-inline: 0;
  }
}

.p-top-about__text {
  -webkit-margin-before: 1.875rem;
  order: 3;
  margin-block-start: 1.875rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 2.12;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-top-about__text {
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 2;
  }
}

.p-top-about__button {
  -webkit-margin-before: 2.25rem;
  order: 4;
  width: 17.5rem;
  margin-inline: auto;
  margin-block-start: 2.25rem;
}
@media (min-width: 768px) {
  .p-top-about__button {
    -webkit-margin-before: 3.375rem;
    -webkit-margin-start: 0;
    width: 18rem;
    margin-inline-start: 0;
    margin-block-start: 3.375rem;
  }
}

.p-top-about__swiper-container {
  -webkit-margin-before: 1.875rem;
  order: 2;
  margin-block-start: 1.875rem;
}

.p-top-about__swiper-slide {
  overflow: hidden;
}
.p-top-about__swiper-slide img {
  aspect-ratio: 334/196;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-about__swiper-slide img {
    aspect-ratio: 342/500;
    border-radius: 1.25rem;
  }
}

.p-top-topic {
  padding-block: 4rem 4.6875rem;
}
@media (min-width: 768px) {
  .p-top-topic {
    padding-block: 6.5rem 5.25rem;
  }
}

.p-top-topic__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-top-topic__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-top-topic__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-top-topic__heading {
    margin-inline: 0;
  }
}

.p-top-topic__content {
  -webkit-margin-before: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-block-start: 2.25rem;
}
@media (min-width: 768px) {
  .p-top-topic__content {
    -webkit-margin-before: 0;
    align-items: flex-end;
    margin-block-start: 0;
  }
}

.p-top-topic__list {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .p-top-topic__list {
    gap: 1.125rem;
  }
}

@media (min-width: 768px) {
  .p-top-topic__item {
    width: 50.5625rem;
  }
}

.p-top-topic__article {
  display: flex;
  flex-direction: column;
}

.p-top-topic__button {
  -webkit-margin-before: 1.9375rem;
  -webkit-padding-start: 2.4375rem;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.9375rem;
  padding-inline-start: 2.4375rem;
}
@media (min-width: 768px) {
  .p-top-topic__button {
    -webkit-margin-end: 0;
    -webkit-margin-before: 2.0625rem;
    margin-inline-end: 0;
    margin-block-start: 2.0625rem;
  }
}
@media (any-hover: hover) {
  .p-top-topic__button:hover .p-top-topic__buttonText::after {
    scale: 1;
  }
}
.p-top-topic__button:focus {
  outline: none;
}
.p-top-topic__button:focus .p-top-topic__buttonText::after {
  scale: 1;
}
.p-top-topic__button::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  background: url(../img/icon_blockquote-r_main.webp) no-repeat center center/cover;
  content: "";
}

.p-top-topic__buttonText {
  -webkit-background-clip: text;
  position: relative;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
  background-clip: text;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
}
.p-top-topic__buttonText::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #ff5687;
  content: "";
  transition: all 0.3s ease-out;
}

.p-media {
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-media {
    height: 11.25rem;
    border-radius: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-media:hover .p-media__title {
    opacity: 0.7;
  }
  .p-media:hover .p-media__image img {
    scale: 1.1;
  }
}
.p-media:focus {
  outline: none;
}
.p-media:focus .p-media__title {
  opacity: 0.7;
}
.p-media:focus .p-media__image img {
  scale: 1.1;
}

.p-media__inner {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .p-media__inner {
    flex-direction: row-reverse;
  }
}

.p-media__textArea {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem 1.625rem;
  gap: 1rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-media__textArea {
    flex-grow: 1;
    justify-content: center;
    padding: 1.8125rem 2.25rem 1.8125rem 1.1875rem;
  }
}

.p-media__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-media__category {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.49;
  letter-spacing: 0;
}

.p-media__separate {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.49;
}

.p-media__date {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.49;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}

.p-media__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block: calc((1em - 1lh) / 2);
  overflow: hidden;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}

.p-media__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-media__tags {
    -webkit-margin-before: 0.3125rem;
    margin-block-start: 0.3125rem;
  }
}

.p-media__imageArea {
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-media__imageArea {
    width: 15.75rem;
  }
}
.p-media__imageArea img {
  aspect-ratio: 334/239;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-media__imageArea img {
    aspect-ratio: 252/180;
  }
}

.p-media__imageArea.-noimage {
  overflow: hidden;
  border-top: 0.125rem solid #f7f7f7;
  border-radius: 0.75rem 0.75rem 0 0;
  border-inline: 0.125rem solid #f7f7f7;
}
@media (min-width: 768px) {
  .p-media__imageArea.-noimage {
    height: 11.25rem;
    border-right: none;
    border-bottom: 0.125rem solid #f7f7f7;
    border-radius: 1.25rem 0 0 1.25rem;
  }
}

.p-media.-is_front .p-media__imageArea img {
  aspect-ratio: 334/180;
}
@media (min-width: 768px) {
  .p-media.-is_front .p-media__imageArea img {
    aspect-ratio: 252/180;
  }
}

.p-footer {
  padding-block: 2.5625rem 1.625rem;
  border-radius: 2.5rem 2.5rem 0 0;
  background: #353637;
}
@media (min-width: 768px) {
  .p-footer {
    padding-block: 7.5rem 2.125rem;
    border-radius: 3.125rem 3.125rem 0 0;
  }
}

.p-footer__menu {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-footer__menu {
    -webkit-margin-before: 6.875rem;
    margin-block-start: 6.875rem;
  }
}

.p-footer__copy {
  -webkit-margin-before: 1.5625rem;
  margin-block-start: 1.5625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__copy {
    -webkit-margin-before: 3rem;
    margin-block-start: 3rem;
  }
}

.p-footer__copyText {
  color: #ffffff;
  font-size: 0.625rem;
  line-height: normal;
  letter-spacing: 0.06em;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-footer__copyText {
    font-size: 0.75rem;
  }
}
.p-footer__copyText a {
  display: inline-block;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer__copyText a:hover {
    opacity: 0.5;
  }
}
.p-footer__copyText a:focus {
  outline: none;
  opacity: 0.5;
}

.p-footer-cta__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-footer-cta__list {
    flex-direction: row;
    gap: 1.25rem;
  }
}

.p-footer-cta__item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.1875rem;
  overflow: hidden;
  border-radius: 1.875rem;
}
@media (min-width: 768px) {
  .p-footer-cta__item {
    width: calc((100% - 1.25rem) / 2);
    padding: 5.4375rem 5.0625rem 6.5rem;
    border-radius: 2.6875rem;
  }
}
.p-footer-cta__item::before, .p-footer-cta__item::after {
  display: block;
  position: absolute;
  inset: 0;
  content: "";
}
.p-footer-cta__item::before {
  -webkit-backdrop-filter: blur(6.055472374px);
  z-index: 2;
  backdrop-filter: blur(6.055472374px);
  background-color: rgba(255, 255, 255, 0.1);
}
.p-footer-cta__item::after {
  z-index: 1;
}
.p-footer-cta__item:first-child::after {
  background: url(../img/sp/p-footer-cta_001-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-footer-cta__item:first-child::after {
    background-image: url(../img/p-footer-cta_001-min.webp);
  }
}
.p-footer-cta__item:last-child::after {
  background: url(../img/sp/p-footer-cta_002-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-footer-cta__item:last-child::after {
    background-image: url(../img/p-footer-cta_002-min.webp);
  }
}

.p-footer-cta__heading,
.p-footer-cta__text,
.p-footer-cta__button {
  z-index: 3;
  position: relative;
}

.p-footer-cta__text {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.78;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-cta__text {
    -webkit-margin-before: 1.5625rem;
    margin-block-start: 1.5625rem;
    font-size: 0.9375rem;
    line-height: 1.96;
  }
}

.p-footer-cta__button {
  -webkit-margin-before: 0.875rem;
  width: 18.5625rem;
  margin-inline: auto;
  margin-block-start: 0.875rem;
}
@media (min-width: 768px) {
  .p-footer-cta__button {
    -webkit-margin-before: 2rem;
    width: 20rem;
    margin-block-start: 2rem;
  }
}

.p-footer-menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-footer-menu {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer-menu__head {
  display: contents;
}
@media (min-width: 768px) {
  .p-footer-menu__head {
    display: block;
  }
}

.p-footer-menu__logo {
  order: 1;
  width: 9.75rem;
  margin-inline: auto;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer-menu__logo:hover {
    opacity: 0.7;
  }
}
.p-footer-menu__logo:focus {
  outline: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-footer-menu__logo {
    width: 12.625rem;
    margin-inline: 0;
  }
}
.p-footer-menu__address {
  -webkit-margin-before: 1.25rem;
  order: 2;
  margin-block-start: 1.25rem;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-menu__address {
    font-size: 0.875rem;
    line-height: 1.7;
    text-align: left;
  }
}

.p-footer-menu__sns {
  -webkit-margin-before: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 4;
  margin-block-start: 1.875rem;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-footer-menu__sns {
    -webkit-margin-before: 1.75rem;
    justify-content: flex-start;
    margin-block-start: 1.75rem;
  }
}

.p-footer-menu__snsItem {
  display: block;
}

.p-footer-menu__snsLink {
  width: 1.625rem;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer-menu__snsLink:hover {
    opacity: 0.7;
  }
}
.p-footer-menu__snsLink:focus {
  outline: none;
  opacity: 0.7;
}

.p-footer-menu__nav {
  -webkit-margin-before: 2.0625rem;
  display: flex;
  flex-direction: column;
  order: 3;
  margin-block-start: 2.0625rem;
  padding-inline: 0.1875rem;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-footer-menu__nav {
    flex-direction: row;
    padding-inline: 0;
    gap: 3.125rem;
  }
}

.p-footer-menu__menu {
  display: flex;
  row-gap: 0.9375rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-footer-menu__menu {
    flex-direction: column;
  }
  .p-footer-menu__menu.-group {
    flex-direction: row;
    gap: 3.125rem;
  }
}

.p-footer-menu__item:nth-child(2n+1) {
  width: 59%;
}
@media (min-width: 768px) {
  .p-footer-menu__item:nth-child(2n+1) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .p-footer-menu__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-footer-menu__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.06em;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-menu__link {
    width: 100%;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .p-footer-menu__link:hover {
    opacity: 0.7;
  }
}
.p-footer-menu__link:focus {
  outline: none;
  opacity: 0.7;
}

.p-footer-menu__subMenu {
  -webkit-margin-before: 0.625rem;
  -webkit-padding-start: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.625rem;
  padding-inline-start: 0.875rem;
  gap: 0.6875rem;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .p-footer-menu__subMenu {
    -webkit-margin-before: 0.6875rem;
    -webkit-padding-start: 0;
    margin-block-start: 0.6875rem;
    padding-inline-start: 0;
    border-left: none;
  }
}

.p-footer-menu__subLink {
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: normal;
  letter-spacing: 0.06em;
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-menu__subLink {
    -webkit-padding-start: 0.875rem;
    position: relative;
    padding-inline-start: 0.875rem;
    font-size: 0.9375rem;
  }
  .p-footer-menu__subLink::before {
    display: block;
    position: absolute;
    top: 0.6875rem;
    left: 0;
    width: 0.5rem;
    height: 0.0625rem;
    background: #ffffff;
    content: "";
  }
}
@media (any-hover: hover) {
  .p-footer-menu__subLink:hover {
    opacity: 0.5;
  }
}
.p-footer-menu__subLink:focus {
  outline: none;
  opacity: 0.5;
}

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.p-breadcrumb span {
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.p-breadcrumb span a {
  text-decoration: underline;
  opacity: 0.4;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-breadcrumb span a:hover {
    opacity: 1;
  }
}
.p-breadcrumb span a:focus {
  outline: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .p-breadcrumb span {
    font-size: 0.6875rem;
  }
}
.p-breadcrumb span:not(:first-child) {
  -webkit-padding-start: 0.6875rem;
  position: relative;
  padding-inline-start: 0.6875rem;
}
.p-breadcrumb span:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.0625rem solid #353637;
  border-bottom: 0.0625rem solid #353637;
  content: "";
  opacity: 0.4;
}
.p-breadcrumb span .current-item {
  color: #353637;
  pointer-events: none;
}

.p-breadcrumb.-white span {
  color: #ffffff;
}
.p-breadcrumb.-white span::before {
  border-right: 0.0625rem solid #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
}

.p-page-fv {
  padding-block: 7.75rem 1.5rem;
}
@media (min-width: 768px) {
  .p-page-fv {
    padding-block: 11.375rem 2.125rem;
  }
}

.p-page-fv__heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-page-fv__heading {
    gap: 1.75rem;
  }
}

.p-page-fv__ja {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-page-fv__ja {
    font-size: 3.75rem;
    line-height: 1.35;
  }
}

.p-page-fv__en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.7;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .p-page-fv__en {
    font-size: 2.125rem;
  }
}

.p-page-fv__breadcrumb {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
}
@media (min-width: 768px) {
  .p-page-fv__breadcrumb {
    -webkit-margin-before: 2.5625rem;
    -webkit-margin-end: calc(50% - 50vw);
    -webkit-padding-end: 3.625rem;
    margin-inline-end: calc(50% - 50vw);
    margin-block-start: 2.5625rem;
    padding-inline-end: 3.625rem;
  }
}

.p-page-fv__group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-page-fv__meta {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-page-fv__meta {
    gap: 1rem;
  }
}

.p-page-fv__date {
  -webkit-margin-before: 0.0625rem;
  flex-shrink: 0;
  margin-block-start: 0.0625rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}

.p-page-fv__manager {
  -webkit-padding-start: 0.75rem;
  position: relative;
  padding-inline-start: 0.75rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-page-fv__manager::before {
  display: block;
  position: absolute;
  top: 43%;
  left: -0.1875rem;
  translate: 0 -50%;
  content: "/";
}

.p-page-fv__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 0.375rem;
}

.p-page-fv__tag {
  display: inline-block;
  padding: 0.3125rem 0.3125rem;
  border: 0.0625rem solid #ffffff;
  border-radius: 0.25rem;
}

.p-page-fv__tagText {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .p-page-fv__tagText {
    font-size: 0.75rem;
  }
}

.p-page-fv__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-page-fv__title {
    font-size: 2.5rem;
  }
}
.p-page-fv__title.-voice, .p-page-fv__title.-works {
  font-size: 1.8125rem;
}
@media (min-width: 768px) {
  .p-page-fv__title.-voice, .p-page-fv__title.-works {
    font-size: 2.5rem;
  }
}

.p-page-fv__link {
  -webkit-padding-start: 2.4375rem;
  position: relative;
  padding-inline-start: 2.4375rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  word-break: keep-all;
  overflow-wrap: break-word;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-page-fv__link {
    font-size: 1.125rem;
  }
}
.p-page-fv__link::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  background: url(../img/icon_blockquote-r_main-white.webp) no-repeat center center/cover;
  content: "";
}
@media (any-hover: hover) {
  .p-page-fv__link:hover {
    opacity: 0.7;
  }
}
.p-page-fv__link:focus {
  outline: none;
  opacity: 0.7;
}

.p-page-fv.-works, .p-page-fv.-voice {
  position: relative;
}
.p-page-fv.-works::before, .p-page-fv.-voice::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
}
@media (min-width: 768px) {
  .p-page-fv.-works::before, .p-page-fv.-voice::before {
    display: none;
  }
}
.p-page-fv.-works::before {
  bottom: -9.375rem;
  background: url(../img/sp/p-bg-min.jpg) no-repeat bottom center/cover;
}
.p-page-fv.-voice::before {
  bottom: -11.6875rem;
  background: url(../img/sp/p-bg-min.jpg) no-repeat bottom center/cover;
}

.p-page-fv__heading.-white .p-page-fv__ja {
  color: #ffffff;
}
.p-page-fv__heading.-white .p-page-fv__en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #ffffff;
  background-clip: text;
}

@media (min-width: 768px) {
  .p-page-fv__heading.-pcCenter {
    align-items: center;
    justify-content: center;
  }
}
.p-page-fv__heading.-pcCenter .p-page-fv__ja {
  white-space: nowrap;
}

.p-page-fv__ja.-nowrap {
  white-space: nowrap;
}

.p-about-head__wrapper {
  position: relative;
  padding-block: 5rem 16.4375rem;
  overflow: hidden;
  border-radius: 0 1.875rem 1.875rem 0;
}
@media (min-width: 768px) {
  .p-about-head__wrapper {
    padding-block: 6.4375rem 13.5625rem;
    border-radius: 0 1.0625rem 1.0625rem 0;
  }
}
.p-about-head__wrapper::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 1.875rem 1.875rem 0;
  background: url(../img/sp/p-about-head_bg-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-about-head__wrapper::after {
    width: calc(100% - 3.6875rem);
    min-width: 86.3125rem;
    border-radius: 0 1.0625rem 1.0625rem 0;
    background: url(../img/p-about-head_bg-min.webp) no-repeat center center/cover;
  }
}

.p-about-head__inner {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  padding-inline: 2.8125rem;
  gap: 2.375rem;
}
@media (min-width: 768px) {
  .p-about-head__inner {
    flex-direction: row-reverse;
    max-width: 77.25rem;
    height: inherit;
    margin-inline: auto;
    padding: 0 2.5rem;
    gap: 3.3125rem;
  }
}

.p-about-head__heading {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.7;
}
.p-about-head__heading span {
  display: inline;
}
@media (min-width: 768px) {
  .p-about-head__heading {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 2.625rem;
    letter-spacing: 0.15em;
    writing-mode: vertical-rl;
  }
  .p-about-head__heading span {
    letter-spacing: -0.3em;
  }
}

.p-about-head__content {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-about-head__content {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 1.0625rem;
    line-height: 2.2;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
  }
  .p-about-head__content span {
    -webkit-margin-start: -0.5rem;
    margin-inline-start: -0.5rem;
    letter-spacing: 0.1em;
  }
}

.p-about-message {
  -webkit-margin-before: -5.6875rem;
  z-index: -1;
  position: relative;
  margin-block-start: -5.6875rem;
  padding-block: 9.6875rem 4.8125rem;
  border-radius: 0 0 2.5rem 2.5rem;
  background: url(../img/sp/p-about-message_bg-min.jpg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-about-message {
    -webkit-margin-before: -21.1875rem;
    margin-block-start: -21.1875rem;
    padding-block: 26.4375rem 10.125rem;
    background-image: url(../img/p-about-message_bg-min.jpg);
  }
}

.p-about-message__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-about-message__heading {
    margin-inline: 0;
  }
}

.p-about-message__content {
  -webkit-margin-before: 2.3125rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 2.3125rem;
  gap: 2.375rem;
}
@media (min-width: 768px) {
  .p-about-message__content {
    flex-direction: row-reverse;
    align-items: center;
    gap: 4.6875rem;
  }
}

.p-about-message__textArea {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media (min-width: 768px) {
  .p-about-message__textArea {
    flex-shrink: 0;
    width: 36.125rem;
    gap: 2.625rem;
  }
}

.p-about-message__catch {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-about-message__catch {
    font-size: 2rem;
  }
}

.p-about-message__text {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-about-message__text {
    font-size: 1rem;
  }
}

.p-about-message__name {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-block: calc((1em - 1lh) / 2);
  gap: 0.625rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.p-about-message__name span {
  -webkit-margin-before: 0.1875rem;
  margin-block-start: 0.1875rem;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.p-about-message__imageArea {
  width: 100%;
}

.p-about-message__image {
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-about-message__image {
    border-radius: 1.25rem;
  }
}
.p-about-message__image img {
  aspect-ratio: 334/340;
}
@media (min-width: 768px) {
  .p-about-message__image img {
    aspect-ratio: 503/588;
  }
}

.p-about-outline {
  -webkit-padding-before: 3.5rem;
  padding-block-start: 3.5rem;
}
@media (min-width: 768px) {
  .p-about-outline {
    -webkit-padding-before: 7.875rem;
    padding-block-start: 7.875rem;
  }
}

.p-about-outline__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-about-outline__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-about-outline__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-about-outline__heading {
    -webkit-margin-before: 1.3125rem;
    margin-inline: 0;
    margin-block-start: 1.3125rem;
  }
}

.p-about-outline__content {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
}
@media (min-width: 768px) {
  .p-about-outline__content {
    -webkit-margin-before: 0rem;
    flex-shrink: 0;
    width: 45.0625rem;
    margin-block-start: 0rem;
  }
}

.p-about-outline__table {
  display: flex;
  flex-direction: column;
}
.p-about-outline__table tbody {
  display: contents;
}

.p-about-outline__tableRow {
  display: flex;
  flex-direction: column;
  padding-block: 1.5625rem;
  gap: 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.p-about-outline__tableRow:first-child {
  -webkit-padding-before: 0;
  padding-block-start: 0;
}
@media (min-width: 768px) {
  .p-about-outline__tableRow {
    position: relative;
    flex-direction: row;
    align-items: stretch;
    padding-block: 1.8125rem;
    gap: 0;
    border-bottom: none;
  }
  .p-about-outline__tableRow::before, .p-about-outline__tableRow::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.125rem;
    content: "";
  }
  .p-about-outline__tableRow::before {
    z-index: 1;
    width: 8.5625rem;
    background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  }
  .p-about-outline__tableRow::after {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
}

.p-about-outline__tableHead {
  flex-shrink: 0;
  margin-block: calc((1em - 1lh) / 2);
  color: #ff5687;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-about-outline__tableHead {
    position: relative;
    width: 8.5625rem;
    color: #353637;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.p-about-outline__tableData {
  display: flex;
  flex-direction: column;
  margin-block: calc((1em - 1lh) / 2);
  gap: 1.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-about-outline__tableData {
    -webkit-padding-start: 1.5rem;
    position: relative;
    flex-grow: 1;
    width: 100%;
    padding-inline-start: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
}

.p-about-access {
  padding-block: 3.0625rem 3.875rem;
}
@media (min-width: 768px) {
  .p-about-access {
    padding-block: 6.5rem 8.0625rem;
  }
}

.p-about-access__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-about-access__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-about-access__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-about-access__heading {
    margin-inline: 0;
  }
}

.p-about-access__content {
  -webkit-margin-before: 1.6875rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 1.6875rem;
  gap: 0.6875rem;
}
@media (min-width: 768px) {
  .p-about-access__content {
    -webkit-margin-before: 0rem;
    flex-shrink: 0;
    flex-direction: column;
    width: 45.0625rem;
    margin-block-start: 0rem;
    gap: 1.75rem;
  }
}

.p-about-access__address {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-about-access__address {
    font-size: 1rem;
  }
}

.p-about-access__caption {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-about-access__caption {
    font-size: 1rem;
  }
}

.p-about-access__image {
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-about-access__image iframe {
  aspect-ratio: 334/340;
  width: 100%;
}
@media (min-width: 768px) {
  .p-about-access__image iframe {
    aspect-ratio: 721/351;
  }
}

.p-about-area {
  -webkit-padding-after: 3.5625rem;
  padding-block-end: 3.5625rem;
}
@media (min-width: 768px) {
  .p-about-area {
    -webkit-padding-after: 6.8125rem;
    -webkit-margin-start: 3.25rem;
    margin-inline-start: 3.25rem;
    padding-block-end: 6.8125rem;
  }
}

.p-about-area__wrapper {
  padding-block: 6.125rem 6.625rem;
  border-radius: 4.375rem 0 0 4.375rem;
  background: url(../img/sp/p-about-area_bg-min.jpg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-about-area__wrapper {
    padding-block: 9.6875rem 9.375rem;
    background-image: url(../img/p-about-area_bg-min.jpg);
  }
}

@media (min-width: 768px) {
  .p-about-area__inner {
    translate: -1.625rem;
  }
}

.p-about-area__head {
  -webkit-margin-before: -5.5rem;
  margin-block-start: -5.5rem;
}
@media (min-width: 768px) {
  .p-about-area__head {
    -webkit-margin-before: 3.4375rem;
    margin-block-start: 3.4375rem;
  }
}

.p-about-area__body {
  -webkit-margin-before: 2.9375rem;
  margin-block-start: 2.9375rem;
}
@media (min-width: 768px) {
  .p-about-area__body {
    -webkit-margin-before: 6.3125rem;
    margin-block-start: 6.3125rem;
  }
}

.p-area-head {
  -webkit-padding-after: 2.9375rem;
  display: flex;
  flex-direction: column-reverse;
  padding-block-end: 2.9375rem;
  gap: 2.25rem;
  border-bottom: 0.0625rem dashed #ffffff;
}
@media (min-width: 768px) {
  .p-area-head {
    -webkit-padding-after: 1.6875rem;
    flex-direction: row;
    padding-block-end: 1.6875rem;
    gap: 3.0625rem;
  }
}

.p-area-head__textArea {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media (min-width: 768px) {
  .p-area-head__textArea {
    flex-shrink: 0;
    width: 31.375rem;
    gap: 2.8125rem;
  }
}

.p-area-head__title {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-area-head__title {
    font-size: 1.75rem;
  }
}

.p-area-head__text {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-area-head__text {
    font-size: 1.125rem;
  }
}
.p-area-head__text a {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-area-head__text a:hover {
    opacity: 0.7;
  }
}
.p-area-head__text a:focus {
  outline: none;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .p-area-head__imageArea {
    -webkit-margin-before: -11.6875rem;
    -webkit-margin-end: -4.5rem;
    flex-grow: 1;
    margin-inline-end: -4.5rem;
    margin-block-start: -11.6875rem;
  }
}

.p-area-body__head {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media (min-width: 768px) {
  .p-area-body__head {
    gap: 2.8125rem;
  }
}

.p-area-body__title {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-area-body__title {
    font-size: 1.75rem;
  }
}

.p-area-body__text {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-area-body__text {
    font-size: 1.125rem;
  }
}

.p-area-body__boxes {
  -webkit-margin-before: 1.9375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.9375rem;
  gap: 1.1875rem;
}
@media (min-width: 768px) {
  .p-area-body__boxes {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
    gap: 1.625rem;
  }
}

.p-area-body__box {
  position: relative;
  padding: 1.875rem 1.375rem 1.875rem 1.625rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-area-body__box {
    padding: 2.5rem 3.0625rem;
    border-radius: 1.25rem;
  }
}
.p-area-body__box.-foot {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}
@media (min-width: 768px) {
  .p-area-body__box.-foot {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
  }
}

.p-area-body__boxCaption {
  position: absolute;
  top: 1.625rem;
  right: 2.8125rem;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 0.6875rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-area-body__boxCaption {
    top: 2.8125rem;
    right: unset;
    left: 8.75rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-area-body__boxTitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-area-body__boxTitle {
    font-size: 1.375rem;
  }
}

.p-area-body__list {
  -webkit-margin-before: 1.1875rem;
  -webkit-margin-start: -0.5rem;
  display: flex;
  row-gap: 0.5rem;
  flex-wrap: wrap;
  margin-inline-start: -0.5rem;
  margin-block-start: 1.1875rem;
}
@media (min-width: 768px) {
  .p-area-body__list {
    -webkit-margin-before: 1.3125rem;
    -webkit-margin-start: -1.625rem;
    row-gap: 1.125rem;
    margin-inline-start: -1.625rem;
    margin-block-start: 1.3125rem;
  }
}

.p-area-body__item {
  position: relative;
  padding-inline: 0.5rem 0.8125rem;
}
@media (min-width: 768px) {
  .p-area-body__item {
    padding-inline: 1.625rem 2.1875rem;
  }
}
.p-area-body__item:last-child::before {
  display: none;
}
.p-area-body__item::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "/";
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-area-body__item::before {
    font-size: 1rem;
  }
}

.p-area-body__link {
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-area-body__link:hover {
    color: #ff5687;
  }
}
.p-area-body__link:focus {
  outline: none;
  color: #ff5687;
}
@media (min-width: 768px) {
  .p-area-body__link {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-area-body__foot {
  -webkit-margin-before: 2.8125rem;
  margin-block-start: 2.8125rem;
}

.p-area-body__boxText {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-area-body__boxText {
    font-size: 1rem;
  }
}
.p-area-body__boxText a {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-area-body__boxText a:hover {
    color: #ff5687;
  }
}
.p-area-body__boxText a:focus {
  outline: none;
  color: #ff5687;
}

.p-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 34.125rem;
  background: url(../img/sp/p-bg-min.jpg) no-repeat bottom center/cover;
}
@media (min-width: 768px) {
  .p-bg {
    height: 51.75rem;
    background-image: url(../img/p-bg-radius-min.jpg);
  }
}
.p-bg.-radius {
  height: 31.25rem;
  background-image: url(../img/sp/p-bg-radius-min.jpg);
}
@media (min-width: 768px) {
  .p-bg.-radius {
    height: 46.875rem;
    background-image: url(../img/p-bg-radius-min.jpg);
  }
}
.p-bg.-radius.-service_hp {
  background-image: url(../img/sp/p-bg-radius-min.jpg);
}
@media (min-width: 768px) {
  .p-bg.-radius.-service_hp {
    background-image: url(../img/p-bg-radius-min.jpg);
  }
}
.p-bg.-radius.-service_ec {
  background-image: url(../img/sp/p-bg-radius_sub01-min.jpg);
}
@media (min-width: 768px) {
  .p-bg.-radius.-service_ec {
    background-image: url(../img/p-bg-radius_sub01-min.jpg);
  }
}
.p-bg.-radius.-service_seo {
  background-image: url(../img/sp/p-bg-radius_sub02-min.jpg);
}
@media (min-width: 768px) {
  .p-bg.-radius.-service_seo {
    background-image: url(../img/p-bg-radius_sub02-min.jpg);
  }
}
.p-bg.-radius.-service_system {
  background-image: url(../img/sp/p-bg-radius_sub03-min.jpg);
}
@media (min-width: 768px) {
  .p-bg.-radius.-service_system {
    background-image: url(../img/p-bg-radius_sub03-min.jpg);
  }
}
.p-bg.-radius.-service_design {
  background-image: url(../img/sp/p-bg-radius_sub04-min.jpg);
}
@media (min-width: 768px) {
  .p-bg.-radius.-service_design {
    background-image: url(../img/p-bg-radius_sub04-min.jpg);
  }
}
.p-bg.-radius.-service_movie {
  background-image: url(../img/sp/p-bg-radius_sub05-min.jpg);
}
@media (min-width: 768px) {
  .p-bg.-radius.-service_movie {
    background-image: url(../img/p-bg-radius_sub05-min.jpg);
  }
}
.p-bg.-gradation {
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
}
.p-bg.-gradation.-small {
  height: 34.125rem;
}
@media (min-width: 768px) {
  .p-bg.-gradation.-small {
    height: 40.625rem;
  }
}
.p-bg.-gradation.-medi {
  height: 40.6875rem;
}
@media (min-width: 768px) {
  .p-bg.-gradation.-medi {
    height: 43.125rem;
  }
}
.p-bg.-gradation.-long {
  height: 34.125rem;
}
@media (min-width: 768px) {
  .p-bg.-gradation.-long {
    height: 62.625rem;
  }
}
.p-bg.-gradation.-page {
  height: 39.25rem;
}
@media (min-width: 768px) {
  .p-bg.-gradation.-page {
    height: 45.375rem;
  }
}
.p-bg.-gradation.-service_hp {
  background-image: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
}
.p-bg.-gradation.-service_ec {
  height: 45.375rem;
  background-image: linear-gradient(152deg, #7fc393 0%, #7fc293 35.13%, #70b68f 46.93%, #1b9373 68.59%, #1b9373 95.63%);
}
.p-bg.-gradation.-service_seo {
  background-image: linear-gradient(139deg, #5dabf0 0%, #4d90e6 38.59%, #3f78de 50.05%, #376bd9 79.42%);
}
.p-bg.-gradation.-service_system {
  background-image: linear-gradient(152deg, #d456d6 0%, #cd4fcf 38.58%, #ad31af 64.44%, #ab2fad 95.63%);
}
.p-bg.-gradation.-service_design {
  background-image: linear-gradient(151deg, #e9c25c 0%, #ecb754 39.2%, #f3993f 56.52%, #f3993f 92.92%);
}
.p-bg.-gradation.-service_movie {
  background-image: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
}

.p-qa-box {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}
.p-qa-box:first-child {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.p-qa-box__summary {
  list-style: none;
  transition: all 0.3s ease-out;
}
.p-qa-box__summary::-webkit-details-marker, .p-qa-box__summary::marker {
  display: none;
}
.p-qa-box__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-qa-box__q {
  display: block;
  position: relative;
  padding-block: 1.5rem;
}
@media (min-width: 768px) {
  .p-qa-box__q {
    padding-block: 2.625rem;
  }
}
.p-qa-box__q::before, .p-qa-box__q::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
  content: "";
}
.p-qa-box__q::before {
  right: 0;
  width: 0.8125rem;
  height: 0.0625rem;
}
@media (min-width: 768px) {
  .p-qa-box__q::before {
    width: 1.125rem;
  }
}
.p-qa-box__q::after {
  right: 0.375rem;
  width: 0.0625rem;
  height: 0.8125rem;
  transition: rotate 0.3s ease;
}
@media (min-width: 768px) {
  .p-qa-box__q::after {
    right: 0.5rem;
    height: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-qa-box__q:hover {
    cursor: pointer;
  }
}

details.is_opened .p-qa-box__q::after {
  rotate: 90deg;
}

.p-qa-box__q-text {
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline: 2.6875rem 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__q-text {
    padding-inline: 4.0625rem 1.75rem;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-qa-box__q-text::before {
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 50%;
  left: 0;
  place-content: center;
  width: 2.125rem;
  height: 2.125rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "Q";
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 768px) {
  .p-qa-box__q-text::before {
    width: 2.875rem;
    height: 2.875rem;
  }
}

.p-qa-box__a {
  -webkit-padding-after: 1.5rem;
  padding-block-end: 1.5rem;
}
@media (min-width: 768px) {
  .p-qa-box__a {
    -webkit-padding-after: 1.6875rem;
    padding-block-end: 1.6875rem;
  }
}

.p-qa-box__a-text {
  position: relative;
  padding-inline: 2.6875rem 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__a-text {
    padding-inline: 4.0625rem 0.9375rem;
  }
}
.p-qa-box__a-text::before {
  -webkit-background-clip: text;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 0.375rem;
  left: 0;
  place-content: center;
  width: 2.125rem;
  height: 2.125rem;
  -webkit-text-fill-color: transparent;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  content: "A";
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 768px) {
  .p-qa-box__a-text::before {
    width: 2.875rem;
    height: 2.875rem;
  }
}

.p-qa-box.-ec .p-qa-box__q-text::before {
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
}
.p-qa-box.-ec .p-qa-box__a-text::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}
.p-qa-box.-seo .p-qa-box__q-text::before {
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
}
.p-qa-box.-seo .p-qa-box__a-text::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
  background-clip: text;
}
.p-qa-box.-system .p-qa-box__q-text::before {
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
}
.p-qa-box.-system .p-qa-box__a-text::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
  background-clip: text;
}
.p-qa-box.-design .p-qa-box__q-text::before {
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
}
.p-qa-box.-design .p-qa-box__a-text::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
  background-clip: text;
}
.p-qa-box.-movie .p-qa-box__q-text::before {
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}
.p-qa-box.-movie .p-qa-box__a-text::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}

.p-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-pagination {
    gap: 0.875rem;
  }
}

.p-pagination__arrowL,
.p-pagination__arrowR {
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
}
@media (any-hover: hover) {
  .p-pagination__arrowL:hover,
  .p-pagination__arrowR:hover {
    opacity: 0.7;
  }
}

.p-pagination__arrowL {
  -webkit-margin-end: 0.375rem;
  margin-inline-end: 0.375rem;
  background: url(../img/pagination-arrow-l-min.webp) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-pagination__arrowL {
    -webkit-margin-end: 0.25rem;
    margin-inline-end: 0.25rem;
  }
}

.p-pagination__arrowR {
  -webkit-margin-start: 0.375rem;
  margin-inline-start: 0.375rem;
  background: url(../img/pagination-arrow-r-min.webp) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-pagination__arrowR {
    -webkit-margin-start: 0.25rem;
    margin-inline-start: 0.25rem;
  }
}

.p-pagination .next.page-numbers,
.p-pagination .prev.page-numbers {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.p-pagination .next.page-numbers::before,
.p-pagination .prev.page-numbers::before {
  display: none;
}
.p-pagination .next.page-numbers:focus,
.p-pagination .prev.page-numbers:focus {
  outline: none;
  opacity: 0.7;
}

.page-numbers {
  -webkit-background-clip: text;
  display: -ms-grid;
  display: grid;
  z-index: 1;
  position: relative;
  place-content: center;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-text-fill-color: transparent;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .page-numbers {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
  }
}
.page-numbers::before {
  z-index: -1;
  position: absolute;
  inset: 0;
  border-radius: 6.25rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .page-numbers:hover {
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: unset !important;
    background: transparent !important;
    background-clip: initial !important;
  }
  .page-numbers:hover::before {
    opacity: 1;
  }
}
.page-numbers:focus {
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: unset !important;
  outline: none;
  background: transparent !important;
  background-clip: initial !important;
}
.page-numbers:focus::before {
  opacity: 1;
}
.page-numbers.current {
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: unset !important;
  background: transparent !important;
  background-clip: initial !important;
  color: #ffffff !important;
}
.page-numbers.current::before {
  opacity: 1;
}

.p-pagination.-hp .p-pagination__arrowL {
  background: url(../img/pagination-arrow-l-min.webp) no-repeat center center/cover;
}
.p-pagination.-hp .p-pagination__arrowR {
  background: url(../img/pagination-arrow-r-min.webp) no-repeat center center/cover;
}
.p-pagination.-hp .page-numbers {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}
.p-pagination.-hp .page-numbers::before {
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}
.p-pagination.-ec .p-pagination__arrowL {
  background: url(../img/pagination-ec-arrow-l-min.webp) no-repeat center center/cover;
}
.p-pagination.-ec .p-pagination__arrowR {
  background: url(../img/pagination-ec-arrow-r-min.webp) no-repeat center center/cover;
}
.p-pagination.-ec .page-numbers {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}
.p-pagination.-ec .page-numbers::before {
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
}
.p-pagination.-seo .p-pagination__arrowL {
  background: url(../img/pagination-seo-arrow-l-min.webp) no-repeat center center/cover;
}
.p-pagination.-seo .p-pagination__arrowR {
  background: url(../img/pagination-seo-arrow-r-min.webp) no-repeat center center/cover;
}
.p-pagination.-seo .page-numbers {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
  background-clip: text;
}
.p-pagination.-seo .page-numbers::before {
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
}
.p-pagination.-system .p-pagination__arrowL {
  background: url(../img/pagination-system-arrow-l-min.webp) no-repeat center center/cover;
}
.p-pagination.-system .p-pagination__arrowR {
  background: url(../img/pagination-system-arrow-r-min.webp) no-repeat center center/cover;
}
.p-pagination.-system .page-numbers {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
  background-clip: text;
}
.p-pagination.-system .page-numbers::before {
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
}
.p-pagination.-design .p-pagination__arrowL {
  background: url(../img/pagination-design-arrow-l-min.webp) no-repeat center center/cover;
}
.p-pagination.-design .p-pagination__arrowR {
  background: url(../img/pagination-design-arrow-r-min.webp) no-repeat center center/cover;
}
.p-pagination.-design .page-numbers {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
  background-clip: text;
}
.p-pagination.-design .page-numbers::before {
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
}
.p-pagination.-movie .p-pagination__arrowL {
  background: url(../img/pagination-movie-arrow-l-min.webp) no-repeat center center/cover;
}
.p-pagination.-movie .p-pagination__arrowR {
  background: url(../img/pagination-movie-arrow-r-min.webp) no-repeat center center/cover;
}
.p-pagination.-movie .page-numbers {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}
.p-pagination.-movie .page-numbers::before {
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}

.p-index-box__details {
  padding: 0rem 1.4375rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-index-box__details {
    padding: 0.9375rem 4.375rem 0rem;
  }
}

.p-index-box__summary {
  list-style: none;
  transition: all 0.3s ease-out;
}
.p-index-box__summary::-webkit-details-marker, .p-index-box__summary::marker {
  display: none;
}
.p-index-box__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-index-box__title {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 3.3;
}
@media (min-width: 768px) {
  .p-index-box__title {
    -webkit-padding-after: 1.0625rem;
    padding-block-end: 1.0625rem;
    font-size: 1.75rem;
    line-height: 2.3;
  }
}
.p-index-box__title span {
  -webkit-background-clip: text;
  -webkit-padding-start: 0.4375rem;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  padding-inline-start: 0.4375rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 3.11;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 768px) {
  .p-index-box__title span {
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
.p-index-box__title::before {
  position: absolute;
  top: 1.625rem;
  right: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  rotate: -225deg;
  border-bottom: 0.125rem solid #353637;
  border-left: 0.125rem solid #353637;
  content: "";
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-index-box__title:hover {
    cursor: pointer;
  }
}

.p-index-box__details.is_opened .p-index-box__title::before {
  rotate: -45deg;
}
.p-index-box__details.is_opened .p-index-box__content {
  -webkit-padding-after: 1.875rem;
  padding-block-end: 1.875rem;
}
@media (min-width: 768px) {
  .p-index-box__details.is_opened .p-index-box__content {
    -webkit-padding-after: 0.625rem;
    padding-block-end: 0.625rem;
  }
}

.p-index-box__group {
  display: flex;
  flex-direction: column;
  padding-block: 1.125rem;
  gap: 0.9375rem;
  border-top: 0.125rem dashed rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .p-index-box__group {
    flex-direction: row;
    padding-block: 1.625rem;
  }
}

.p-index-box__taxonomy {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-index-box__taxonomy {
    flex-shrink: 0;
    width: 8.75rem;
  }
}

.p-index-box__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-index-box__link {
  /* テキストが前面に表示されるようにz-indexを追加 */
  z-index: 1;
  position: relative;
  padding: 0.125rem 0.4375rem;
  overflow: hidden;
  border-radius: 0.25rem;
  background: #353637;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
  transition: all 0.3s ease-out;
}
.p-index-box__link::before {
  display: block;
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
.p-index-box__link.is_active {
  background: transparent;
}
.p-index-box__link.is_active::before {
  opacity: 1;
}
@media (any-hover: hover) {
  .p-index-box__link:hover {
    background: transparent;
  }
  .p-index-box__link:hover::before {
    opacity: 1;
  }
}
.p-index-box__link:focus {
  outline: none;
  background: transparent;
}
.p-index-box__link:focus::before {
  opacity: 1;
}

.p-index-box.-service_hp .p-index-box__title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}
.p-index-box.-service_hp .p-index-box__link::before {
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}
.p-index-box.-service_ec .p-index-box__title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}
.p-index-box.-service_ec .p-index-box__link::before {
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
}
.p-index-box.-service_seo .p-index-box__title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
  background-clip: text;
}
.p-index-box.-service_seo .p-index-box__link::before {
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
}
.p-index-box.-service_system .p-index-box__title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
  background-clip: text;
}
.p-index-box.-service_system .p-index-box__link::before {
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
}
.p-index-box.-service_design .p-index-box__title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
  background-clip: text;
}
.p-index-box.-service_design .p-index-box__link::before {
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
}
.p-index-box.-service_movie .p-index-box__title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}
.p-index-box .p-index-box__link::before {
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}

.p-works {
  padding-block: 3.8125rem 5.1875rem;
}
@media (min-width: 768px) {
  .p-works {
    padding-block: 5.375rem 7.9375rem;
  }
}

.p-works__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-works__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem 2rem;
  }
}

.p-works__item {
  width: 100%;
}
@media (min-width: 768px) {
  .p-works__item {
    width: calc((100% - 4rem) / 3);
  }
}

.p-works__itemAttention {
  font-weight: 500;
}

.p-works__article {
  width: 100%;
}

.p-works__pagination {
  -webkit-margin-before: 3.5625rem;
  margin-block-start: 3.5625rem;
}
@media (min-width: 768px) {
  .p-works__pagination {
    -webkit-margin-before: 5rem;
    margin-block-start: 5rem;
  }
}

.p-voice {
  padding-block: 1.875rem 4.5rem;
}
@media (min-width: 768px) {
  .p-voice {
    padding-block: 2.5rem 7.9375rem;
  }
}

.p-voice__list {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .p-voice__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5.0625rem 1.875rem;
  }
}

@media (min-width: 768px) {
  .p-voice__item {
    width: calc((100% - 3.75rem) / 3);
  }
}

.p-voice__itemLink:focus {
  outline: none;
}

.p-voice__pagination {
  -webkit-margin-before: 2.9375rem;
  margin-block-start: 2.9375rem;
}

.p-single-custom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-single-custom {
    flex-direction: row;
    align-items: flex-start;
    gap: 4.9375rem;
  }
}

.p-single-custom__mainArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-single-custom__mainArea {
    display: block;
  }
}

.p-single-custom__catch {
  position: relative;
  width: 100%;
  padding: 1.875rem 1.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  background: #f7f7f7;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single-custom__catch {
    padding-block: 3.125rem;
  }
}
.p-single-custom__catch::before {
  display: block;
  position: absolute;
  right: -1rem;
  bottom: -1.375rem;
  width: 3.4775rem;
  height: 3.2675rem;
  background: url(../img/icon_megaphone-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-single-custom__catch::before {
    right: -2rem;
    bottom: -2.875rem;
    width: 7.875rem;
    height: 7.4375rem;
  }
}

.p-single-custom__catchText {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-custom__catchText {
    font-size: 2.125rem;
  }
}

.p-single-custom__article {
  display: flex;
  flex-direction: column;
  order: 1;
  gap: 2.625rem;
}
@media (min-width: 768px) {
  .p-single-custom__article {
    gap: 3.75rem;
  }
}

.p-single-custom__group {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
@media (min-width: 768px) {
  .p-single-custom__group {
    gap: 1.875rem;
  }
}

.p-single-custom__title {
  -webkit-padding-after: 1.125rem;
  position: relative;
  padding-block-end: 1.125rem;
  color: #222;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-custom__title {
    font-size: 1.75rem;
  }
}
.p-single-custom__title::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}

.p-single-custom__articleText > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single-custom__articleText > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single-custom__articleText h2 {
  -webkit-padding-after: 1.125rem;
  position: relative;
  margin-block: 2.5rem 1.875rem;
  padding-block-end: 1.125rem;
  color: #222;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-custom__articleText h2 {
    margin-block: 3.75rem 1.875rem;
    font-size: 1.75rem;
  }
}
.p-single-custom__articleText h2::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
.p-single-custom__articleText h3 {
  margin-block: 2.5rem 1.875rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.25rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-custom__articleText h3 {
    margin-block: 3.75rem 1.875rem;
    font-size: 1.5rem;
  }
}
.p-single-custom__articleText h4 {
  -webkit-padding-after: 1rem;
  position: relative;
  margin-block: 2.5rem 1.875rem;
  padding-block-end: 1rem;
  color: #222;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-custom__articleText h4 {
    margin-block: 3.75rem 1.875rem;
    font-size: 1.375rem;
  }
}
.p-single-custom__articleText h4::before, .p-single-custom__articleText h4::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1875rem;
  content: "";
}
.p-single-custom__articleText h4::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.p-single-custom__articleText h4::after {
  width: 5.0625rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}
.p-single-custom__articleText h5 {
  position: relative;
  margin-block: 2.5rem 1.625rem;
  padding: 0.5rem 0.875rem;
  border: 0.0625rem solid rgba(1, 164, 133, 0.2);
  border-radius: 0.25rem;
  background: #f7f7f7;
  color: #222;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-custom__articleText h5 {
    margin-block: 3.75rem 1.875rem;
    padding-inline: 1.5rem;
    color: #353637;
    font-size: 1.25rem;
  }
}
.p-single-custom__articleText h5::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  border-radius: 0rem 50% 50% 0rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
@media (min-width: 768px) {
  .p-single-custom__articleText h5::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-single-custom__articleText h6 {
  -webkit-padding-start: 1.625rem;
  position: relative;
  margin-block: 2.5rem 1.625rem;
  padding-inline-start: 1.625rem;
  color: #222;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-single-custom__articleText h6 {
    margin-block: 3.75rem 1.875rem;
    color: #353637;
    font-size: 1.125rem;
  }
}
.p-single-custom__articleText h6::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  translate: 0 -50%;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
.p-single-custom__articleText p {
  text-box-trim: trim-both;
  color: #222;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-single-custom__articleText p {
    color: #353637;
    font-size: 1rem;
  }
}
.p-single-custom__articleText p a {
  -webkit-background-clip: text;
  display: inline-block;
  position: relative;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
}
@media (any-hover: hover) {
  .p-single-custom__articleText p a:hover::after {
    scale: 0;
  }
}
.p-single-custom__articleText p a:focus {
  outline: none;
}
.p-single-custom__articleText p a:focus::after {
  scale: 0;
}
.p-single-custom__articleText p a::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.125rem;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
  transition: all 0.3s ease-out;
}
.p-single-custom__articleText p + p {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
.p-single-custom__articleText p:empty {
  display: none;
}
.p-single-custom__articleText br,
.p-single-custom__articleText strong {
  font-weight: 700;
}
.p-single-custom__articleText ul {
  display: flex;
  flex-direction: column;
  margin-block: 1.9375rem;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-single-custom__articleText ul {
    -webkit-margin-before: 2.4375rem;
    margin-block-start: 2.4375rem;
    gap: 0.3125rem;
  }
}
.p-single-custom__articleText ul li {
  -webkit-padding-start: 1.1875rem;
  position: relative;
  padding-inline-start: 1.1875rem;
  color: #222;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-single-custom__articleText ul li {
    color: #353637;
    font-size: 1rem;
    line-height: 2;
  }
}
.p-single-custom__articleText ul li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
@media (min-width: 768px) {
  .p-single-custom__articleText ul li::before {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.p-single-custom__articleText figure {
  display: contents;
}
.p-single-custom__articleText figcaption {
  font-size: 0.75rem;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-single-custom__articleText figcaption {
    font-size: 0.875rem;
  }
}
.p-single-custom__articleText img {
  aspect-ratio: 334/182;
  width: 100%;
  margin-block: 1.9375rem 1.5rem;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-single-custom__articleText img {
    aspect-ratio: 809/441;
    margin-block: 2.4375rem 1.8125rem;
  }
}
.p-single-custom__articleText p.-onlyLink a {
  -webkit-padding-start: 2.4375rem;
  text-box-trim: trim-both;
  -webkit-background-clip: text;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  margin-block: 1.5rem;
  padding-inline-start: 2.4375rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-custom__articleText p.-onlyLink a {
    margin-block: 1.8125rem;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-single-custom__articleText p.-onlyLink a:hover::after {
    scale: 0;
  }
}
.p-single-custom__articleText p.-onlyLink a:focus {
  outline: none;
}
.p-single-custom__articleText p.-onlyLink a:focus::after {
  scale: 0;
}
.p-single-custom__articleText p.-onlyLink a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  background: url(../img/icon_blockquote-r_main.webp) no-repeat center center/cover;
  content: "";
}
.p-single-custom__articleText p.-onlyLink a::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -0.0625rem;
  width: calc(100% - 2.4375rem);
  height: 0.0625rem;
  transform-origin: top left;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
  transition: all 0.3s ease-out;
}

.p-single-custom__thanks {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single-custom__thanks {
    font-size: 1.75rem;
    text-align: left;
  }
}

.p-single-custom__pagination {
  -webkit-margin-before: 3.1875rem;
  order: 3;
  margin-block-start: 3.1875rem;
}
@media (min-width: 768px) {
  .p-single-custom__pagination {
    -webkit-margin-before: 5.25rem;
    margin-block-start: 5.25rem;
  }
}

.p-single-custom__relation {
  -webkit-margin-before: 3.5rem;
  -webkit-padding-before: 4.5rem;
  order: 4;
  margin-block-start: 3.5rem;
  padding-block-start: 4.5rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .p-single-custom__relation {
    -webkit-margin-before: 5.5rem;
    -webkit-padding-before: 4.6875rem;
    margin-block-start: 5.5rem;
    padding-block-start: 4.6875rem;
  }
}

.p-single-custom__relationList {
  -webkit-margin-before: 2.1875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.1875rem;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-single-custom__relationList {
    -webkit-margin-before: 1.9375rem;
    flex-direction: row;
    margin-block-start: 1.9375rem;
    gap: 2.4375rem;
  }
}

@media (min-width: 768px) {
  .p-single-custom__relationItem {
    width: calc((100% - 2.4375rem) / 2);
  }
}

.p-single-custom__relationLink:focus {
  outline: none;
}

.p-single-custom__aside {
  -webkit-margin-before: 3rem;
  order: 2;
  margin-block-start: 3rem;
  padding-block: 1.875rem 1.625rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-single-custom__aside {
    -webkit-margin-before: 0rem;
    position: sticky;
    top: 5.5rem;
    flex-shrink: 0;
    width: 16.75rem;
    margin-block-start: 0rem;
    padding-block: 1.875rem 1.8125rem;
  }
}

.p-single-custom__asideInner {
  padding-inline: 1.1875rem;
}

.p-single-custom__asideTitle {
  margin-block: calc((1em - 1lh) / 2);
  color: #ff5687;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single-custom__asideTitle {
    text-align: left;
  }
}

.p-single-custom__asideContent {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
}

.p-single-custom__asideList {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}
@media (min-width: 768px) {
  .p-single-custom__asideList {
    gap: 0.875rem;
  }
}

.p-single-custom__asideGroup {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.p-single-custom__asideTerm {
  flex-shrink: 0;
  width: 4.5rem;
  padding: 0.1875rem 0.3125rem;
  border-radius: 6.25rem;
  background: #ffffff;
  color: #ff5687;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
  text-align: center;
}

.p-single-custom__asideDescription {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 0.875rem;
}
.p-single-custom__asideDescription.-url {
  text-decoration: underline;
}
.p-single-custom__asideDescription.-url a {
  word-break: keep-all;
  overflow-wrap: break-word;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single-custom__asideDescription.-url a:hover {
    opacity: 0.7;
  }
}
.p-single-custom__asideDescription.-url a:focus {
  outline: none;
  opacity: 0.7;
}

.p-single-custom__asideButton {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
}
@media (min-width: 768px) {
  .p-single-custom__asideButton {
    -webkit-margin-before: 1.5625rem;
    margin-block-start: 1.5625rem;
  }
}

.p-single-custom__pagination {
  -webkit-margin-before: 3.1875rem;
  margin-block-start: 3.1875rem;
}
@media (min-width: 768px) {
  .p-single-custom__pagination {
    -webkit-margin-before: 5.25rem;
    margin-block-start: 5.25rem;
  }
}

.p-single-custom.-voice .p-single-custom__article {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
}
@media (min-width: 768px) {
  .p-single-custom.-voice .p-single-custom__article {
    -webkit-margin-before: 5rem;
    margin-block-start: 5rem;
  }
}

.p-single-works {
  -webkit-padding-after: 4.9375rem;
  padding-block-end: 4.9375rem;
}
@media (min-width: 768px) {
  .p-single-works {
    -webkit-padding-after: 11rem;
    padding-block-end: 11rem;
  }
}

.p-single-works__thumbnail {
  -webkit-margin-end: calc(50% - 50vw);
  position: relative;
  margin-inline-end: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 1.0625rem 0rem 0rem 1.0625rem;
}
@media (min-width: 768px) {
  .p-single-works__thumbnail {
    -webkit-margin-start: calc(50% - 50vw);
    width: calc(100dvw - 3.6875rem);
    margin-inline-start: calc(50% - 50vw);
    translate: 3.6875rem;
  }
}
.p-single-works__thumbnail::before {
  display: block;
  position: absolute;
  inset: 0;
  box-shadow: 0rem 0rem 3.75rem 0rem rgba(0, 0, 0, 0.3) inset;
  content: "";
}
.p-single-works__thumbnail img {
  aspect-ratio: 355/299;
}
@media (min-width: 768px) {
  .p-single-works__thumbnail img {
    aspect-ratio: 1381/532;
  }
}

.p-single-works__body {
  -webkit-margin-before: 3.9375rem;
  margin-block-start: 3.9375rem;
}
@media (min-width: 768px) {
  .p-single-works__body {
    -webkit-margin-before: 5.75rem;
    margin-block-start: 5.75rem;
  }
}

.p-pagination-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-pagination-post {
    gap: 1.25rem;
  }
}

.p-pagination-post__link.-prev, .p-pagination-post__link.-next {
  position: relative;
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-pagination-post__link.-prev, .p-pagination-post__link.-next {
    width: 8.5625rem;
    height: 4.875rem;
    border-radius: 6.25rem;
  }
}
.p-pagination-post__link.-prev::before, .p-pagination-post__link.-next::before {
  display: block;
  z-index: -2;
  position: absolute;
  inset: -2px;
  border-radius: 6.25rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
.p-pagination-post__link.-prev::after, .p-pagination-post__link.-next::after {
  display: block;
  z-index: -1;
  position: absolute;
  inset: 0;
  border-radius: 6.125rem;
  background: #ffffff;
  content: "";
}
@media (any-hover: hover) {
  .p-pagination-post__link.-prev:hover, .p-pagination-post__link.-next:hover {
    border-color: transparent;
    background: transparent;
  }
  .p-pagination-post__link.-prev:hover::before, .p-pagination-post__link.-next:hover::before {
    opacity: 1;
  }
}
.p-pagination-post__link.-prev:focus, .p-pagination-post__link.-next:focus {
  border-color: transparent;
  outline: none;
  background: transparent;
}
.p-pagination-post__link.-prev:focus::before, .p-pagination-post__link.-next:focus::before {
  opacity: 1;
}

.p-pagination-post__linkText {
  -webkit-padding-before: 1.75rem;
  padding-block-start: 1.75rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-pagination-post__linkText {
    -webkit-padding-before: 1.25rem;
    padding-block-start: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.93;
  }
}

.p-pagination-post__item.-transparent {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.p-pagination-post__link.-prev .p-pagination-post__linkText::before, .p-pagination-post__link.-next .p-pagination-post__linkText::before {
  display: block;
  position: absolute;
  top: 0.8125rem;
  left: 50%;
  width: 0.8125rem;
  height: 0.8125rem;
  translate: -50%;
  content: "";
}
@media (min-width: 768px) {
  .p-pagination-post__link.-prev .p-pagination-post__linkText::before, .p-pagination-post__link.-next .p-pagination-post__linkText::before {
    top: 50%;
    width: 1.0625rem;
    height: 1.0625rem;
    translate: 0 -50%;
  }
}
@media (min-width: 768px) {
  .p-pagination-post__link.-prev .p-pagination-post__linkText {
    -webkit-padding-start: 1.8125rem;
    padding-inline-start: 1.8125rem;
  }
}
.p-pagination-post__link.-prev .p-pagination-post__linkText::before {
  background: url(../img/pagination-arrow-l-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-pagination-post__link.-prev .p-pagination-post__linkText::before {
    left: 2.25rem;
  }
}
@media (min-width: 768px) {
  .p-pagination-post__link.-next .p-pagination-post__linkText {
    -webkit-padding-end: 1.8125rem;
    padding-inline-end: 1.8125rem;
  }
}
.p-pagination-post__link.-next .p-pagination-post__linkText::before {
  background: url(../img/pagination-arrow-r-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-pagination-post__link.-next .p-pagination-post__linkText::before {
    right: 2.25rem;
    left: unset;
  }
}

.p-single-voice {
  -webkit-padding-after: 4.1875rem;
  padding-block-end: 4.1875rem;
}
@media (min-width: 768px) {
  .p-single-voice {
    -webkit-padding-after: 9.5625rem;
    padding-block-end: 9.5625rem;
  }
}

.p-single-voice__thumbnail {
  -webkit-margin-end: calc(50% - 50vw);
  width: calc(100vw - 1.25rem);
  margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-single-voice__thumbnail {
    width: calc(100vw - 2.5rem);
  }
}

.p-single-voice__swiper-container,
.p-single-voice__swiper,
.p-single-voice__swiper-wrapper,
.p-single-voice__swiper-slide {
  position: relative;
}

.p-single-voice__swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-single-voice__swiper-slide {
  width: 20rem;
}
@media (min-width: 768px) {
  .p-single-voice__swiper-slide {
    width: 40rem;
  }
}
.p-single-voice__swiper-slide img {
  aspect-ratio: 305/290;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-single-voice__swiper-slide img {
    aspect-ratio: 809/700;
  }
}

.p-single-voice__body {
  -webkit-margin-before: 2.625rem;
  margin-block-start: 2.625rem;
}
@media (min-width: 768px) {
  .p-single-voice__body {
    -webkit-margin-before: 5.0625rem;
    margin-block-start: 5.0625rem;
  }
}

.p-single-voice__swiper-nav .swiper-button-prev,
.p-single-voice__swiper-nav .swiper-button-next,
.p-single-voice__swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-single-voice__swiper-nav .swiper-button-prev::after,
.p-single-voice__swiper-nav .swiper-button-next::after {
  content: "";
}
.p-single-voice__swiper-nav .swiper-button-disabled {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.p-single-voice__swiper-button-prev,
.p-single-voice__swiper-button-next {
  position: absolute;
  bottom: 50% !important;
  width: 2.5rem;
  height: 2.5rem;
  translate: 0 50%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-single-voice__swiper-button-prev,
  .p-single-voice__swiper-button-next {
    width: 4.875rem;
    height: 4.875rem;
  }
}

.p-single-voice__swiper-button-prev {
  left: calc(50% - 12.1875rem) !important;
  background: url(../img/p-voice-swiper_arrow-l.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-single-voice__swiper-button-prev {
    left: -2.375rem !important;
  }
}
@media (any-hover: hover) {
  .p-single-voice__swiper-button-prev:hover {
    background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
  }
}
.p-single-voice__swiper-button-prev:focus-visible {
  outline: none;
  background-image: url(../img/p-voice-swiper_arrow-l-hover.webp);
}

.p-single-voice__swiper-button-next {
  right: calc(50% - 10rem) !important;
  background: url(../img/p-voice-swiper_arrow-r.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-single-voice__swiper-button-next {
    right: unset;
    left: 37.75rem !important;
  }
}
@media (any-hover: hover) {
  .p-single-voice__swiper-button-next:hover {
    background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
  }
}
.p-single-voice__swiper-button-next:focus-visible {
  outline: none;
  background-image: url(../img/p-voice-swiper_arrow-r-hover.webp);
}

.p-reason-voice {
  -webkit-padding-before: 4.0625rem;
  padding-block-start: 4.0625rem;
}
@media (min-width: 768px) {
  .p-reason-voice {
    -webkit-padding-before: 6.3125rem;
    padding-block-start: 6.3125rem;
  }
}

.p-reason-voice__content {
  -webkit-margin-before: 2.1875rem;
  margin-block-start: 2.1875rem;
}
@media (min-width: 768px) {
  .p-reason-voice__content {
    -webkit-margin-before: 4.0625rem;
    margin-block-start: 4.0625rem;
  }
}

.p-reason-voice__list {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
@media (min-width: 768px) {
  .p-reason-voice__list {
    flex-direction: row;
    gap: 1.875rem;
  }
}

@media (min-width: 768px) {
  .p-reason-voice__item {
    width: calc((100% - 3.75rem) / 3);
  }
}

.p-reason-voice__itemLink:focus {
  outline: none;
}

.p-reason-works {
  padding-block: 3.875rem 5.625rem;
}
@media (min-width: 768px) {
  .p-reason-works {
    padding-block: 7rem 9.125rem;
  }
}

.p-reason-works__content {
  -webkit-margin-before: 2.1875rem;
  margin-block-start: 2.1875rem;
}

.p-reason-works__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-reason-works__list {
    flex-direction: row;
    gap: 2.125rem;
  }
}

@media (min-width: 768px) {
  .p-reason-works__item {
    width: calc((100% - 4.25rem) / 3);
  }
}

@media (min-width: 768px) {
  .p-reason-head {
    -webkit-margin-end: 3.625rem;
    margin-inline-end: 3.625rem;
  }
}

.p-reason-head__wrapper {
  padding-block: 3.8125rem 6.5625rem;
  border-radius: 0rem 4.375rem 4.375rem 0rem;
  background: #353637;
}
@media (min-width: 768px) {
  .p-reason-head__wrapper {
    padding-block: 8.375rem 9.75rem;
    border-radius: 0rem 9.375rem 9.375rem 0rem;
  }
}

@media (min-width: 768px) {
  .p-reason-head__inner {
    position: relative;
    translate: 1.8125rem;
  }
  .p-reason-head__inner::before {
    display: block;
    position: absolute;
    top: 2.5rem;
    left: -8.5625rem;
    width: 5.0625rem;
    height: 51.3125rem;
    background: url(../img/p-reason_deco.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-reason-head__heading {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media (min-width: 768px) {
  .p-reason-head__heading {
    gap: 2.8125rem;
  }
}

.p-reason-head__catch {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1.48;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-reason-head__catch {
    font-size: 2.5rem;
    line-height: 1.65;
  }
}

.p-reason-head__lead {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-reason-head__lead {
    font-size: 1.125rem;
  }
}

.p-reason-head__content {
  -webkit-margin-before: 3rem;
  margin-block-start: 3rem;
}
@media (min-width: 768px) {
  .p-reason-head__content {
    -webkit-margin-before: 4rem;
    margin-block-start: 4rem;
  }
}

.p-reason-head__item {
  display: flex;
  flex-direction: column;
  padding-block: 2.25rem;
  gap: 2.1875rem;
  border-top: 0.125rem solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .p-reason-head__item {
    flex-direction: row;
    padding-block: 2.875rem;
    gap: 2.5rem;
  }
}
.p-reason-head__item:last-child {
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.1);
}

.p-reason-head__itemHead {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .p-reason-head__itemHead {
    width: 15.5rem;
    gap: 1.125rem;
  }
}

.p-reason-head__itemNumber {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-reason-head__itemNumber {
    font-size: 3.375rem;
    line-height: 1.03;
  }
}

.p-reason-head__itemCatch {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.69;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-reason-head__itemCatch {
    font-size: 1.875rem;
    line-height: 1.46;
  }
}

.p-reason-head__itemBody {
  display: flex;
  flex-direction: column;
}

.p-reason-head__itemText {
  margin-block: calc((1em - 1lh) / 2);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0;
}

.p-reason-head__itemButton {
  -webkit-margin-before: 1.4375rem;
  -webkit-padding-start: 2.3125rem;
  text-box-trim: trim-both;
  -webkit-background-clip: text;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  margin-block-start: 1.4375rem;
  padding-inline-start: 2.3125rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-reason-head__itemButton {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-reason-head__itemButton:hover::after {
    scale: 0;
  }
}
.p-reason-head__itemButton:focus {
  outline: none;
}
.p-reason-head__itemButton:focus::after {
  scale: 0;
}
.p-reason-head__itemButton::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  translate: 0 -50%;
  background: url(../img/icon_blockquote-r_main.webp) no-repeat center center/cover;
  content: "";
}
.p-reason-head__itemButton::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -0.0625rem;
  width: calc(100% - 2.3125rem);
  height: 0.0625rem;
  transform-origin: top left;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
  transition: all 0.3s ease-out;
}

.p-topic {
  -webkit-padding-after: 4.375rem;
  padding-block-end: 4.375rem;
}
@media (min-width: 768px) {
  .p-topic {
    -webkit-padding-after: 8.625rem;
    padding-block-end: 8.625rem;
  }
}

.p-topic__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-topic__inner::before {
    display: block;
    position: absolute;
    top: 0rem;
    left: -6.25rem;
    width: 5.0625rem;
    height: 51.875rem;
    background: url(../img/p-topic_deco.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-topic__contents {
  display: flex;
  flex-direction: column;
  gap: 2.9375rem;
}
@media (min-width: 768px) {
  .p-topic__contents {
    flex-direction: row;
    align-items: flex-start;
    gap: 4.9375rem;
  }
}

@media (min-width: 768px) {
  .p-topic__main {
    flex-grow: 1;
    min-height: 62.5rem;
  }
}

.p-topic__list {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .p-topic__list {
    gap: 1.5rem;
  }
}

.p-topic__pagination {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
}
@media (min-width: 768px) {
  .p-topic__pagination {
    -webkit-margin-before: 3.25rem;
    margin-block-start: 3.25rem;
  }
}

.p-topic__aside {
  padding-block: 1.5rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-topic__aside {
    position: sticky;
    top: 5.5rem;
    flex-shrink: 0;
    width: 16.75rem;
    padding-block: 3.375rem;
    border: none;
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }
}

.p-topic__asideInner {
  padding-inline: 1.0625rem;
}
@media (min-width: 768px) {
  .p-topic__asideInner {
    padding-inline: 3.25rem 0rem;
  }
}

.p-topic__asideGroup:not(:first-child) {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
}

.p-topic__asideTitle {
  -webkit-padding-after: 0.75rem;
  -webkit-background-clip: text;
  width: 100%;
  -webkit-text-fill-color: transparent;
  padding-block-end: 0.75rem;
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.p-topic__asideItem {
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.2);
}

.p-topic__asideLink {
  position: relative;
  padding-block: 0.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-topic__asideLink:hover {
    opacity: 0.7;
  }
  .p-topic__asideLink:hover::before {
    right: 0rem;
  }
}
.p-topic__asideLink:focus {
  outline: none;
  opacity: 0.7;
}
.p-topic__asideLink:focus::before {
  right: 0rem;
}
.p-topic__asideLink::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5625rem;
  width: 0.75rem;
  height: 0.75rem;
  translate: 0 -50%;
  background: url(../img/aside-arrow-r-min.webp) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}

.p-topic__asideDetails {
  -webkit-padding-after: 0.75rem;
  padding-block-end: 0.75rem;
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.2);
}

.p-topic__asideSummary {
  list-style: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.p-topic__asideSummary:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-topic__asideSummary::-webkit-details-marker, .p-topic__asideSummary::marker {
  display: none;
}

.p-topic__asideAccordion {
  -webkit-padding-before: 0.75rem;
  position: relative;
  padding-block-start: 0.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-topic__asideAccordion:hover {
    opacity: 0.7;
  }
}
.p-topic__asideAccordion:focus {
  outline: none;
  opacity: 0.7;
}
.p-topic__asideAccordion::before, .p-topic__asideAccordion::after {
  position: absolute;
  background: #353637;
  content: "";
}
.p-topic__asideAccordion::before {
  right: 0.8125rem;
  bottom: 0.8125rem;
  width: 0.875rem;
  height: 0.0625rem;
}
.p-topic__asideAccordion::after {
  right: 1.25rem;
  bottom: 0.375rem;
  width: 0.0625rem;
  height: 0.875rem;
  transition: rotate 0.3s ease;
}

.p-topic__asideAccordionLink {
  -webkit-padding-start: 0.9375rem;
  display: inline-block;
  position: relative;
  padding-inline-start: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-topic__asideAccordionLink:hover {
    opacity: 0.7;
  }
}
.p-topic__asideAccordionLink:focus {
  outline: none;
  opacity: 0.7;
}
.p-topic__asideAccordionLink::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4375rem;
  height: 0.0625rem;
  translate: 0 -50%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

details.is_opened .p-topic__asideAccordion::after {
  rotate: 90deg;
}

.p-single {
  padding-block: 6rem 4.1875rem;
}
@media (min-width: 768px) {
  .p-single {
    padding-block: 8.75rem 11.0625rem;
  }
}

.p-single__breadcrumb {
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .p-single__breadcrumb {
    padding-inline: 1.9375rem;
  }
}

.p-single-head {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-single-head {
    -webkit-margin-before: 3rem;
    margin-block-start: 3rem;
  }
}

.p-single-head__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.9375rem;
}
@media (min-width: 768px) {
  .p-single-head__head {
    width: 50.5625rem;
    gap: 0.5rem 1rem;
  }
}

.p-single-head__meta {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
}

.p-single-head__category {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-single-head__category span {
  -webkit-margin-before: -0.0625rem;
  margin-block-start: -0.0625rem;
}

.p-single-head__date {
  -webkit-padding-start: 1rem;
  position: relative;
  padding-inline-start: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}
.p-single-head__date::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "/";
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-single-head__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.p-single-head__title {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  color: #222;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-head__title {
    -webkit-margin-before: 1.8125rem;
    width: 50.5625rem;
    margin-block-start: 1.8125rem;
    font-size: 2.125rem;
  }
}

.p-single-body {
  -webkit-margin-before: 1.625rem;
  margin-block-start: 1.625rem;
}

.p-single-body__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4375rem;
}
@media (min-width: 768px) {
  .p-single-body__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 4.9375rem;
  }
}

.p-single-body__mainArea > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.p-single-body__thumbnail {
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-single-body__thumbnail img {
  aspect-ratio: 334/224;
}
@media (min-width: 768px) {
  .p-single-body__thumbnail img {
    aspect-ratio: 809/441;
  }
}

.p-single-body__article {
  -webkit-margin-before: 3rem;
  margin-block-start: 3rem;
}
@media (min-width: 768px) {
  .p-single-body__article {
    -webkit-margin-before: 3.5rem;
    margin-block-start: 3.5rem;
  }
}
.p-single-body__article > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single-body__article > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single-body__article h2 {
  -webkit-padding-after: 1.125rem;
  position: relative;
  margin-block: 2.5rem 1.875rem;
  padding-block-end: 1.125rem;
  color: #222;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-body__article h2 {
    margin-block: 3.75rem 1.875rem;
    font-size: 1.75rem;
  }
}
.p-single-body__article h2::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
.p-single-body__article h3 {
  margin-block: 2.5rem 1.875rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.25rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-body__article h3 {
    margin-block: 3.75rem 1.875rem;
    font-size: 1.5rem;
  }
}
.p-single-body__article h4 {
  -webkit-padding-after: 1rem;
  position: relative;
  margin-block: 2.5rem 1.875rem;
  padding-block-end: 1rem;
  color: #222;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-body__article h4 {
    margin-block: 3.75rem 1.875rem;
    font-size: 1.375rem;
  }
}
.p-single-body__article h4::before, .p-single-body__article h4::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1875rem;
  content: "";
}
.p-single-body__article h4::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.p-single-body__article h4::after {
  width: 5.0625rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}
.p-single-body__article h5 {
  position: relative;
  margin-block: 2.5rem 1.625rem;
  padding: 0.5rem 0.875rem;
  border: 0.0625rem solid rgba(1, 164, 133, 0.2);
  border-radius: 0.25rem;
  background: #f7f7f7;
  color: #222;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-body__article h5 {
    margin-block: 3.75rem 1.875rem;
    padding-inline: 1.5rem;
    color: #353637;
    font-size: 1.25rem;
  }
}
.p-single-body__article h5::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  border-radius: 0rem 50% 50% 0rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
@media (min-width: 768px) {
  .p-single-body__article h5::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-single-body__article h6 {
  -webkit-padding-start: 1.625rem;
  position: relative;
  margin-block: 2.5rem 1.625rem;
  padding-inline-start: 1.625rem;
  color: #222;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-single-body__article h6 {
    margin-block: 3.75rem 1.875rem;
    color: #353637;
    font-size: 1.125rem;
  }
}
.p-single-body__article h6::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  translate: 0 -50%;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
.p-single-body__article p {
  text-box-trim: trim-both;
  color: #222;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-single-body__article p {
    color: #353637;
    font-size: 1rem;
  }
}
.p-single-body__article p a {
  -webkit-background-clip: text;
  display: inline-block;
  position: relative;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
}
@media (any-hover: hover) {
  .p-single-body__article p a:hover::after {
    scale: 0;
  }
}
.p-single-body__article p a:focus {
  outline: none;
}
.p-single-body__article p a:focus::after {
  scale: 0;
}
.p-single-body__article p a::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.125rem;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
  transition: all 0.3s ease-out;
}
.p-single-body__article p + p {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
.p-single-body__article p:empty {
  display: none;
}
.p-single-body__article br,
.p-single-body__article strong {
  font-weight: 700;
}
.p-single-body__article ul {
  display: flex;
  flex-direction: column;
  margin-block: 1.9375rem;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-single-body__article ul {
    -webkit-margin-before: 2.4375rem;
    margin-block-start: 2.4375rem;
    gap: 0.3125rem;
  }
}
.p-single-body__article ul li {
  -webkit-padding-start: 1.1875rem;
  position: relative;
  padding-inline-start: 1.1875rem;
  color: #222;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-single-body__article ul li {
    color: #353637;
    font-size: 1rem;
    line-height: 2;
  }
}
.p-single-body__article ul li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
@media (min-width: 768px) {
  .p-single-body__article ul li::before {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.p-single-body__article figure {
  margin-block: 1.9375rem 1.5rem;
}
@media (min-width: 768px) {
  .p-single-body__article figure {
    margin-block: 2.4375rem 1.8125rem;
  }
}
.p-single-body__article figcaption {
  font-size: 0.75rem;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-single-body__article figcaption {
    font-size: 0.875rem;
  }
}
.p-single-body__article img {
  aspect-ratio: 334/182;
  width: 100%;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-single-body__article img {
    aspect-ratio: 809/441;
  }
}
.p-single-body__article p.-onlyLink a {
  -webkit-padding-start: 2.4375rem;
  text-box-trim: trim-both;
  -webkit-background-clip: text;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  margin-block: 1.5rem;
  padding-inline-start: 2.4375rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single-body__article p.-onlyLink a {
    margin-block: 1.8125rem;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-single-body__article p.-onlyLink a:hover::after {
    scale: 0;
  }
}
.p-single-body__article p.-onlyLink a:focus {
  outline: none;
}
.p-single-body__article p.-onlyLink a:focus::after {
  scale: 0;
}
.p-single-body__article p.-onlyLink a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  background: url(../img/icon_blockquote-r_main.webp) no-repeat center center/cover;
  content: "";
}
.p-single-body__article p.-onlyLink a::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -0.0625rem;
  width: calc(100% - 2.4375rem);
  height: 0.0625rem;
  transform-origin: top left;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
  transition: all 0.3s ease-out;
}

.p-single-body__pagination {
  -webkit-margin-before: 3.25rem;
  margin-block-start: 3.25rem;
}
@media (min-width: 768px) {
  .p-single-body__pagination {
    -webkit-margin-before: 5.5rem;
    margin-block-start: 5.5rem;
  }
}

.p-single-body__new {
  -webkit-margin-before: 3.5rem;
  -webkit-padding-before: 4.5rem;
  margin-block-start: 3.5rem;
  padding-block-start: 4.5rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .p-single-body__new {
    -webkit-margin-before: 5.5rem;
    -webkit-padding-before: 4.75rem;
    margin-block-start: 5.5rem;
    padding-block-start: 4.75rem;
  }
}

.p-single-body__newContent {
  -webkit-margin-before: 2.1875rem;
  margin-block-start: 2.1875rem;
}
@media (min-width: 768px) {
  .p-single-body__newContent {
    -webkit-margin-before: 1.75rem;
    margin-block-start: 1.75rem;
  }
}

.p-single-body__newList {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .p-single-body__newList {
    gap: 1.5rem;
  }
}

.p-single-body__aside {
  padding-block: 1.5rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-single-body__aside {
    position: sticky;
    top: 5.5rem;
    flex-shrink: 0;
    width: 16.75rem;
    padding-block: 3.375rem;
    border: none;
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }
}

.p-single-body__asideInner {
  padding-inline: 1.0625rem;
}
@media (min-width: 768px) {
  .p-single-body__asideInner {
    padding-inline: 3.25rem 0rem;
  }
}

.p-single-body__asideGroup:not(:first-child) {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
}

.p-single-body__asideTitle {
  -webkit-padding-after: 0.75rem;
  -webkit-background-clip: text;
  width: 100%;
  -webkit-text-fill-color: transparent;
  padding-block-end: 0.75rem;
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.p-single-body__asideItem {
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.2);
}

.p-single-body__asideLink {
  position: relative;
  padding-block: 0.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single-body__asideLink:hover {
    opacity: 0.7;
  }
  .p-single-body__asideLink:hover::before {
    right: 0rem;
  }
}
.p-single-body__asideLink:focus {
  outline: none;
  opacity: 0.7;
}
.p-single-body__asideLink:focus::before {
  right: 0rem;
}
.p-single-body__asideLink::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5625rem;
  width: 0.75rem;
  height: 0.75rem;
  translate: 0 -50%;
  background: url(../img/aside-arrow-r-min.webp) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}

.p-single-body__asideDetails {
  -webkit-padding-after: 0.75rem;
  padding-block-end: 0.75rem;
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.2);
}

.p-single-body__asideSummary {
  list-style: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.p-single-body__asideSummary:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-single-body__asideSummary::-webkit-details-marker, .p-single-body__asideSummary::marker {
  display: none;
}

.p-single-body__asideAccordion {
  -webkit-padding-before: 0.75rem;
  position: relative;
  padding-block-start: 0.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single-body__asideAccordion:hover {
    opacity: 0.7;
  }
}
.p-single-body__asideAccordion:focus {
  outline: none;
  opacity: 0.7;
}
.p-single-body__asideAccordion::before, .p-single-body__asideAccordion::after {
  position: absolute;
  background: #353637;
  content: "";
}
.p-single-body__asideAccordion::before {
  right: 0.8125rem;
  bottom: 0.8125rem;
  width: 0.875rem;
  height: 0.0625rem;
}
.p-single-body__asideAccordion::after {
  right: 1.25rem;
  bottom: 0.375rem;
  width: 0.0625rem;
  height: 0.875rem;
  transition: rotate 0.3s ease;
}

.p-single-body__asideAccordionLink {
  -webkit-padding-start: 0.9375rem;
  display: inline-block;
  position: relative;
  padding-inline-start: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single-body__asideAccordionLink:hover {
    opacity: 0.7;
  }
}
.p-single-body__asideAccordionLink:focus {
  outline: none;
  opacity: 0.7;
}
.p-single-body__asideAccordionLink::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4375rem;
  height: 0.0625rem;
  translate: 0 -50%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

details.is_opened .p-single-body__asideAccordion::after {
  rotate: 90deg;
}

.p-service-head__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-service-head__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.75rem 2rem;
  }
}

@media (min-width: 768px) {
  .p-service-head__item {
    width: calc((100% - 4rem) / 3);
  }
}

.p-service-head__button {
  position: relative;
  width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-service-head__button {
    padding: 1.625rem 0.75rem 2.75rem;
    font-size: 1.375rem;
    text-align: center;
  }
}
.p-service-head__button::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.25rem;
  height: 0.5625rem;
  translate: 0 -50%;
  background: url(../img/sp/icon_arrow-bottom.png) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-service-head__button::before {
    top: unset;
    right: unset;
    bottom: 1.25rem;
    left: 50%;
    width: 2.375rem;
    height: 0.8125rem;
    translate: -50%;
    background-image: url(../img/icon_arrow-bottom.png);
  }
}
.p-service-head__button::after {
  -webkit-background-clip: text;
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  content: attr(data-text);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-service-head__button::after {
    top: 1.625rem;
    left: 50%;
    width: 100%;
    translate: -50%;
  }
}
.p-service-head__button.-hp::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}
.p-service-head__button.-ec::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}
.p-service-head__button.-seo::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
  background-clip: text;
}
.p-service-head__button.-system::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
  background-clip: text;
}
.p-service-head__button.-design::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
  background-clip: text;
}
@media (any-hover: hover) {
  .p-service-head__button:hover {
    color: transparent;
  }
  .p-service-head__button:hover::before {
    top: calc(50% + 0.25rem);
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-service-head__button:hover::before {
    top: unset;
    bottom: 1rem;
  }
}
@media (any-hover: hover) {
  .p-service-head__button:hover::after {
    opacity: 1;
  }
}
.p-service-head__button:focus {
  outline: none;
  color: transparent;
}
.p-service-head__button:focus::before {
  top: calc(50% + 0.25rem);
}
@media (min-width: 768px) {
  .p-service-head__button:focus::before {
    top: unset;
    bottom: 1rem;
  }
}
.p-service-head__button:focus::after {
  opacity: 1;
}

.p-service-body {
  -webkit-margin-before: 4.5rem;
  -webkit-padding-after: 5rem;
  margin-block-start: 4.5rem;
  padding-block-end: 5rem;
}
@media (min-width: 768px) {
  .p-service-body {
    -webkit-margin-before: 10.1875rem;
    -webkit-padding-after: 10.3125rem;
    margin-block-start: 10.1875rem;
    padding-block-end: 10.3125rem;
  }
}

.p-service-body__list {
  display: flex;
  flex-direction: column;
  gap: 3.375rem;
}
@media (min-width: 768px) {
  .p-service-body__list {
    gap: 6rem;
  }
}

.p-service-body__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-service-body__item {
    flex-direction: row-reverse;
    align-items: center;
    gap: 6rem;
  }
}

.p-service-body__textArea {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media (min-width: 768px) {
  .p-service-body__textArea {
    flex-shrink: 0;
    width: 31.25rem;
    gap: 2.25rem;
  }
}

.p-service-body__heading {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-service-body__heading {
    gap: 2.125rem;
  }
}

.p-service-body__main {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.69;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-service-body__main {
    font-size: 2rem;
  }
}

.p-service-body__sub {
  -webkit-padding-start: 1.3125rem;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-start: 1.3125rem;
  font-weight: 700;
  line-height: 2.12;
}
@media (min-width: 768px) {
  .p-service-body__sub {
    -webkit-padding-start: 2.1875rem;
    padding-inline-start: 2.1875rem;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.p-service-body__sub::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  translate: 0 -50%;
  border-radius: 50%;
  content: "";
}

.p-service-body__text {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-service-body__text {
    font-size: 1.125rem;
  }
}

.p-service-body__button {
  width: 18rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-service-body__button {
    -webkit-margin-start: 0;
    width: 20rem;
    margin-inline-start: 0;
  }
}

.p-service-body__imageArea {
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
}

.p-service-body__image {
  overflow: hidden;
  border-radius: 0rem 0.75rem 0.75rem 0rem;
}
@media (min-width: 768px) {
  .p-service-body__image {
    max-height: 34.375rem;
    border-radius: 0rem 1.0625rem 1.0625rem 0rem;
  }
}
.p-service-body__image img {
  aspect-ratio: 354/214;
}
@media (min-width: 768px) {
  .p-service-body__image img {
    aspect-ratio: 720/460;
  }
}

@media (min-width: 768px) {
  .p-service-body__item.-reverse {
    flex-direction: row;
  }
}
.p-service-body__item.-reverse .p-service-body__imageArea {
  -webkit-margin-start: 0;
  -webkit-margin-end: calc(50% - 50vw);
  margin-inline-start: 0;
  margin-inline-end: calc(50% - 50vw);
}
.p-service-body__item.-reverse .p-service-body__image {
  border-radius: 0.75rem 0rem 0rem 0.75rem;
}
@media (min-width: 768px) {
  .p-service-body__item.-reverse .p-service-body__image {
    border-radius: 1.0625rem 0rem 0rem 1.0625rem;
  }
}

.p-service-body__item.-hp .p-service-body__sub {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
  background-clip: text;
}
.p-service-body__item.-hp .p-service-body__sub::before {
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
}
.p-service-body__item.-ec .p-service-body__sub {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(152deg, #7fc393 0%, #7fc293 35.13%, #70b68f 46.93%, #1b9373 68.59%, #1b9373 95.63%);
  background-clip: text;
}
.p-service-body__item.-ec .p-service-body__sub::before {
  background: linear-gradient(152deg, #7fc393 0%, #7fc293 35.13%, #70b68f 46.93%, #1b9373 68.59%, #1b9373 95.63%);
}
.p-service-body__item.-seo .p-service-body__sub {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(139deg, #5dabf0 0%, #4d90e6 38.59%, #3f78de 50.05%, #376bd9 79.42%);
  background-clip: text;
}
.p-service-body__item.-seo .p-service-body__sub::before {
  background: linear-gradient(139deg, #5dabf0 0%, #4d90e6 38.59%, #3f78de 50.05%, #376bd9 79.42%);
}
.p-service-body__item.-system .p-service-body__sub {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(152deg, #d456d6 0%, #cd4fcf 38.58%, #ad31af 64.44%, #ab2fad 95.63%);
  background-clip: text;
}
.p-service-body__item.-system .p-service-body__sub::before {
  background: linear-gradient(152deg, #d456d6 0%, #cd4fcf 38.58%, #ad31af 64.44%, #ab2fad 95.63%);
}
.p-service-body__item.-design .p-service-body__sub {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(151deg, #e9c25c 0%, #ecb754 39.2%, #f3993f 56.52%, #f3993f 92.92%);
  background-clip: text;
}
.p-service-body__item.-design .p-service-body__sub::before {
  background: linear-gradient(151deg, #e9c25c 0%, #ecb754 39.2%, #f3993f 56.52%, #f3993f 92.92%);
}

.p-form__table {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media (min-width: 768px) {
  .p-form__table {
    gap: 2.375rem;
  }
}
.p-form__table tbody {
  display: contents;
}

.p-form__privacy {
  -webkit-margin-before: 2.3125rem;
  margin-block-start: 2.3125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-form__privacy {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
}

.p-form__buttons {
  -webkit-margin-before: 1.9375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.9375rem;
  gap: 0.625rem;
}
.p-form__buttons .p-form__button {
  width: 100%;
}

.p-form__button {
  -webkit-margin-before: 1.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.6875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-form__button {
    -webkit-margin-before: 2.3125rem;
    margin-block-start: 2.3125rem;
  }
}

.p-form__recaptcha {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  font-weight: 500;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .p-form__recaptcha {
    font-size: 0.875rem;
    text-align: center;
  }
}
.p-form__recaptcha a {
  display: inline-block;
  color: #ff5687;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-form__recaptcha a:hover {
    opacity: 0.5;
  }
}
.p-form__recaptcha a:focus {
  outline: none;
  opacity: 0.5;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  -webkit-margin-before: 0.25rem;
  margin: 0;
  margin-block-start: 0.25rem;
  padding: 0;
  border: none !important;
  color: #ff5687;
  font-weight: 600;
  font-size: 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output.wpcf7-response-output {
  -webkit-margin-before: 0.25rem;
  margin: 0 !important;
  margin-block-start: 0.25rem;
  padding: 0 !important;
  border: none !important;
  color: #ff5687 !important;
  font-weight: 600;
  font-size: 1rem;
  text-align: center !important;
}

.p-form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.9375rem;
}

.p-form-item__body {
  flex-grow: 1;
}

.p-form-item__body {
  flex-grow: 1;
}
.p-form-item__body.-confirm {
  -webkit-padding-after: 1.5rem;
  padding-block-end: 1.5rem;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.07);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-form-item__body.-confirm {
    font-size: 1.125rem;
  }
}

.p-form-head {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.5rem;
}

.p-form-head__name {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-form-head__name {
    font-size: 1.125rem;
  }
}

.p-form-head__label {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  padding: 0.1875rem 0.375rem;
  border-radius: 0.25rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
}
.p-form-head__label.-required {
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
}

.p-form-head__caption {
  -webkit-margin-start: 0.4375rem;
  margin-inline-start: 0.4375rem;
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
}

.p-form-radios .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 1.5625rem;
  color: #0a3445;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label:hover {
    opacity: 0.7;
  }
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label:hover::before {
    border: 0.0625rem solid #ff5687;
  }
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label:focus {
  outline: none;
  opacity: 0.7;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label:focus::before {
  border: 0.0625rem solid #ff5687;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::before, .p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  transition: all 0.3s ease-out;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.14);
  border-radius: 0.1875rem;
  background: #ffffff;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
  top: 0.625rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #ff5687;
  border-bottom: 0.1875rem solid #ff5687;
  opacity: 0;
}
.p-form-radios input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form-radios input[type=radio]:focus-visible + .wpcf7-list-item-label {
  opacity: 1;
}
.p-form-radios input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  border-color: #ff5687;
}

.p-contact {
  -webkit-margin-before: -0.5625rem;
  margin-block-start: -0.5625rem;
}
@media (min-width: 768px) {
  .p-contact {
    -webkit-margin-start: 8.875rem;
    position: relative;
    margin-inline-start: 8.875rem;
  }
  .p-contact::before {
    display: block;
    position: absolute;
    top: 5.6875rem;
    left: -7rem;
    width: 5.0625rem;
    height: 56.0625rem;
    background: url(../img/p-contact_deco.webp) no-repeat center center/cover;
    content: "";
  }
}
.p-contact.-confirm {
  -webkit-padding-after: 4.4375rem;
  padding-block-end: 4.4375rem;
}
@media (min-width: 768px) {
  .p-contact.-confirm {
    -webkit-padding-after: 8.5625rem;
    padding-block-end: 8.5625rem;
  }
}
.p-contact.-confirm .p-contact__wrapper {
  -webkit-padding-after: 6.25rem;
  padding-block-end: 6.25rem;
}
@media (min-width: 768px) {
  .p-contact.-confirm .p-contact__wrapper {
    -webkit-padding-after: 12.5rem;
    padding-block-end: 12.5rem;
  }
}

.p-contact__wrapper {
  padding-block: 3.75rem 10rem;
  border-radius: 4.375rem 0rem 0rem 4.375rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-contact__wrapper {
    padding-block: 5.5rem 15rem;
    border-radius: 9.375rem 0rem 0rem 9.375rem;
  }
}

@media (min-width: 768px) {
  .p-contact__inner {
    max-width: 55rem;
    translate: -4.4375rem;
  }
}

.p-contact__headText {
  font-weight: 500;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-contact__headText {
    font-size: 1rem;
  }
}
.p-contact__headText a {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-contact__headText a:hover {
    opacity: 0.7;
  }
}
.p-contact__headText a:focus {
  outline: none;
  opacity: 0.7;
}

.p-contact__telBox {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
  padding: 0.6875rem 1.5625rem 0.625rem;
  border: 0.0625rem solid #dcdcdc;
  border-radius: 0.25rem;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__telBox {
    -webkit-margin-before: 1.5625rem;
    display: inline-block;
    margin-block-start: 1.5625rem;
  }
}

.p-contact__tel {
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "DM Sans", sans-serif;
}
.p-contact__tel span {
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}

.p-contact__form {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-contact__form {
    -webkit-margin-before: 3rem;
    margin-block-start: 3rem;
  }
}

.p-contact-voice {
  -webkit-margin-before: -1.875rem;
  -webkit-padding-after: 4.4375rem;
  margin-block-start: -1.875rem;
  padding-block-end: 4.4375rem;
}
@media (min-width: 768px) {
  .p-contact-voice {
    -webkit-margin-before: -3.25rem;
    -webkit-padding-after: 8.375rem;
    margin-block-start: -3.25rem;
    padding-block-end: 8.375rem;
  }
}

.p-contact-voice__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-thanks {
  -webkit-padding-before: 3.1875rem;
  height: 100vh;
  padding-block-start: 3.1875rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-thanks {
    -webkit-padding-before: 5.5rem;
    padding-block-start: 5.5rem;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-thanks {
    height: 70vh;
  }
}

.p-thanks__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-thanks__content {
  display: flex;
  flex-direction: column;
}

.p-thanks__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 3.125rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__title {
    font-size: 5rem;
  }
}

.p-thanks__subTitle {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__subTitle {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-thanks__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-thanks__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
  }
}

.p-thanks__button {
  -webkit-margin-before: 1.875rem;
  width: 15.625rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-thanks__button {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-404 {
  -webkit-padding-before: 3.1875rem;
  height: 100vh;
  padding-block-start: 3.1875rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-404 {
    -webkit-padding-before: 5.5rem;
    padding-block-start: 5.5rem;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-404 {
    height: 70vh;
  }
}

.p-404__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-404__content {
  display: flex;
  flex-direction: column;
}

.p-404__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 2.5625rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__title {
    font-size: 5rem;
  }
}

.p-404__subTitle {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__subTitle {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-404__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-404__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
  }
}

.p-404__button {
  -webkit-margin-before: 1.875rem;
  width: 15.625rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-404__button {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-contact-online {
  -webkit-margin-before: -0.5625rem;
  margin-block-start: -0.5625rem;
}
@media (min-width: 768px) {
  .p-contact-online {
    -webkit-margin-start: 8.875rem;
    position: relative;
    margin-inline-start: 8.875rem;
  }
  .p-contact-online::before {
    display: block;
    position: absolute;
    top: 5.6875rem;
    left: -7rem;
    width: 5.0625rem;
    height: 56.0625rem;
    background: url(../img/p-contact_deco.webp) no-repeat center center/cover;
    content: "";
  }
}
.p-contact-online.-confirm {
  -webkit-padding-after: 4.4375rem;
  padding-block-end: 4.4375rem;
}
@media (min-width: 768px) {
  .p-contact-online.-confirm {
    -webkit-padding-after: 8.5625rem;
    padding-block-end: 8.5625rem;
  }
}
.p-contact-online.-confirm .p-contact-online__wrapper {
  -webkit-padding-after: 6.25rem;
  padding-block-end: 6.25rem;
}
@media (min-width: 768px) {
  .p-contact-online.-confirm .p-contact-online__wrapper {
    -webkit-padding-after: 12.5rem;
    padding-block-end: 12.5rem;
  }
}

.p-contact-online__wrapper {
  padding-block: 3.75rem 10rem;
  border-radius: 4.375rem 0rem 0rem 4.375rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-contact-online__wrapper {
    padding-block: 5.5rem 15rem;
    border-radius: 9.375rem 0rem 0rem 9.375rem;
  }
}

@media (min-width: 768px) {
  .p-contact-online__inner {
    max-width: 55rem;
    translate: -4.4375rem;
  }
}

.p-contact-online__headTitle {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 800;
  font-size: 1.25rem;
}

.p-contact-online__headList {
  -webkit-margin-before: 1.9375rem;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-block-start: 1.9375rem;
  gap: 2.375rem;
}
.p-contact-online__headList::before {
  display: block;
  position: absolute;
  top: 1.4375rem;
  left: 1.4375rem;
  width: 0.0625rem;
  height: calc(100% - 4.75rem - 2.875rem);
  border-left: 0.0625rem dashed rgba(53, 54, 55, 0.2);
  content: "";
}
@media (min-width: 768px) {
  .p-contact-online__headList::before {
    height: calc(100% - 2.875rem);
  }
}

.p-contact-online__headItem {
  display: flex;
  align-items: flex-start;
  gap: 1.1875rem;
}

.p-contact-online__headNumber {
  display: -ms-grid;
  display: grid;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  place-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "DM Sans", sans-serif;
}

.p-contact-online__headText {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-contact-online__headText {
    font-size: 0.9375rem;
  }
}

.p-contact-online__form {
  -webkit-margin-before: 3.5625rem;
  margin-block-start: 3.5625rem;
}
@media (min-width: 768px) {
  .p-contact-online__form {
    -webkit-margin-before: 4.1875rem;
    margin-block-start: 4.1875rem;
  }
}

.p-contact-estimate {
  -webkit-margin-before: -0.5625rem;
  margin-block-start: -0.5625rem;
}
@media (min-width: 768px) {
  .p-contact-estimate {
    -webkit-margin-start: 8.875rem;
    position: relative;
    margin-inline-start: 8.875rem;
  }
  .p-contact-estimate::before {
    display: block;
    position: absolute;
    top: 5.6875rem;
    left: -7rem;
    width: 5.0625rem;
    height: 32.25rem;
    background: url(../img/p-estimate_deco.webp) no-repeat center center/cover;
    content: "";
  }
}
.p-contact-estimate.-confirm {
  -webkit-padding-after: 4.4375rem;
  padding-block-end: 4.4375rem;
}
@media (min-width: 768px) {
  .p-contact-estimate.-confirm {
    -webkit-padding-after: 8.5625rem;
    padding-block-end: 8.5625rem;
  }
}
.p-contact-estimate.-confirm .p-contact-estimate__wrapper {
  -webkit-padding-after: 6.25rem;
  padding-block-end: 6.25rem;
}
@media (min-width: 768px) {
  .p-contact-estimate.-confirm .p-contact-estimate__wrapper {
    -webkit-padding-after: 12.5rem;
    padding-block-end: 12.5rem;
  }
}

.p-contact-estimate__wrapper {
  padding-block: 3.75rem 10rem;
  border-radius: 4.375rem 0rem 0rem 4.375rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-contact-estimate__wrapper {
    padding-block: 5.5rem 15rem;
    border-radius: 9.375rem 0rem 0rem 9.375rem;
  }
}

@media (min-width: 768px) {
  .p-contact-estimate__inner {
    max-width: 55rem;
    translate: -4.4375rem;
  }
  .p-contact-estimate__inner.is_open {
    max-width: initial !important;
    translate: none !important;
  }
  .p-contact-estimate__inner.is_open::before {
    display: block;
    z-index: 99;
    position: fixed;
    inset: 0;
    background: #ffffff;
    content: "";
    transition: all 0.1s ease-out;
  }
}

.p-contact-estimate__headTitle {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 800;
  font-size: 1.25rem;
}

.p-contact-estimate__headList {
  -webkit-margin-before: 1.9375rem;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-block-start: 1.9375rem;
  gap: 1rem;
}
.p-contact-estimate__headList::before {
  display: block;
  position: absolute;
  top: 1.4375rem;
  left: 1.4375rem;
  width: 0.0625rem;
  height: calc(100% - 4.75rem);
  border-left: 0.0625rem dashed rgba(53, 54, 55, 0.2);
  content: "";
}
@media (min-width: 768px) {
  .p-contact-estimate__headList::before {
    height: calc(100% - 2.875rem);
  }
}

.p-contact-estimate__headItem {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}
.p-contact-estimate__headItem:nth-child(3) .p-contact-estimate__headNumber {
  -webkit-margin-before: -2.625rem;
  margin-block-start: -2.625rem;
}
@media (min-width: 768px) {
  .p-contact-estimate__headItem:nth-child(3) .p-contact-estimate__headNumber {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.p-contact-estimate__headNumber {
  display: -ms-grid;
  display: grid;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  place-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "DM Sans", sans-serif;
}

.p-contact-estimate__headText {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-contact-estimate__headText {
    font-size: 0.9375rem;
  }
}

.p-contact-estimate__headCaption {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.p-contact-estimate__headCaption a {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-contact-estimate__headCaption a:hover {
    opacity: 0.7;
  }
}
.p-contact-estimate__headCaption a:focus {
  outline: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-contact-estimate__headCaption {
    font-size: 0.75rem;
  }
}

.p-contact-estimate__form {
  -webkit-margin-before: 1.9375rem;
  margin-block-start: 1.9375rem;
}
@media (min-width: 768px) {
  .p-contact-estimate__form {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.wq--dialog {
  width: 30rem !important;
  padding: 1.25rem !important;
  border: none !important;
  border-radius: 0.625rem !important;
  box-shadow: 0 0 1.875rem 0 rgba(255, 86, 135, 0.1) !important;
}
.wq--dialog .wq--head {
  border: none !important;
  background: transparent !important;
}
.wq--dialog .wq-Selector,
.wq--dialog .wq-Quantity {
  border: none !important;
}
.wq--dialog .wq--bar {
  background: #fff8f8 !important;
}
.wq--dialog .wq--bar-content {
  background: #ff85a8 !important;
}
.wq--dialog .wq--head {
  padding-inline: 0 !important;
  padding-block: 0 !important;
}
.wq--dialog .wq--head .wq--note {
  font-size: 0.75rem !important;
}
@media (min-width: 768px) {
  .wq--dialog .wq--head .wq--note {
    font-size: 0.875rem !important;
  }
}
.wq--dialog .wq--head .wq--name {
  position: relative;
  margin-block: 1rem !important;
  color: #222;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .wq--dialog .wq--head .wq--name {
    margin-block: 1.25rem !important;
    font-size: 1.25rem;
  }
}
.wq--dialog .wq-TextInput {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.wq--dialog .wq-InputGroup {
  justify-content: flex-start !important;
  gap: 1rem !important;
}
.wq--dialog .wq--message {
  bottom: unset !important;
}
.wq--dialog .wq--body {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  gap: 1rem;
}
.wq--dialog .wq--body .wq--main {
  gap: 0.5rem !important;
}
.wq--dialog .wq--body .wq--main .wq--note {
  display: none !important;
}
.wq--dialog .wq--body .wq--label {
  padding: 0.625rem !important;
  border: 0.125rem solid transparent !important;
  border-radius: 0.5rem !important;
  background: #fff8f8 !important;
  transition: all 0.3s ease-out !important;
}
.wq--dialog .wq--body .wq--label .wq--media {
  -webkit-margin-end: 0.9375rem !important;
  margin-inline-end: 0.9375rem !important;
}
.wq--dialog .wq--body .wq--label .wq--name {
  -webkit-padding-end: 0 !important;
  padding-inline-end: 0 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  transition: all 0.3s ease-out !important;
}
@media (min-width: 768px) {
  .wq--dialog .wq--body .wq--label .wq--name {
    font-size: 1.125rem !important;
  }
}
.wq--dialog .wq--body .wq--label .wq--price {
  color: #353637 !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  font-family: "DM Sans", "Noto Sans JP", sans-serif !important;
  transition: all 0.3s ease-out !important;
}
@media (min-width: 768px) {
  .wq--dialog .wq--body .wq--label .wq--price {
    font-size: 0.9375rem !important;
  }
}
.wq--dialog .wq--body .wq--label::after {
  display: none !important;
}
@media (any-hover: hover) {
  .wq--dialog .wq--body .wq--label:hover {
    background-color: #ff85a8 !important;
  }
  .wq--dialog .wq--body .wq--label:hover .wq--name {
    color: #ffffff !important;
  }
  .wq--dialog .wq--body .wq--label:hover .wq--price {
    color: #ffffff !important;
  }
}
.wq--dialog .wq--body .wq--label:focus-visible, .wq--dialog .wq--body .wq--label:active, .wq--dialog .wq--body .wq--label:checked {
  outline: none;
  background-color: #ff85a8 !important;
}
.wq--dialog .wq--body .wq--label:focus-visible .wq--name, .wq--dialog .wq--body .wq--label:active .wq--name, .wq--dialog .wq--body .wq--label:checked .wq--name {
  color: #ffffff !important;
}
.wq--dialog .wq--body .wq--label:focus-visible .wq--price, .wq--dialog .wq--body .wq--label:active .wq--price, .wq--dialog .wq--body .wq--label:checked .wq--price {
  color: #ffffff !important;
}
.wq--dialog .wq--body .wq--suffix {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
}
.wq--dialog .wq-type-checkbox:checked + .wq--label {
  outline: none;
  background-color: #ff85a8 !important;
}
.wq--dialog .wq-type-checkbox:checked + .wq--label .wq--name {
  color: #ffffff !important;
}
.wq--dialog .wq-type-checkbox:checked + .wq--label .wq--price {
  color: #ffffff !important;
}
.wq--dialog .wq--img {
  border-radius: 0.5rem !important;
}
.wq--dialog .wq-Image {
  width: 6.25rem !important;
  height: 6.25rem !important;
}
.wq--dialog .wq-Button {
  display: inline-block;
  z-index: 0;
  position: relative;
  min-width: 5rem !important;
  padding-inline: 0.5rem !important;
  border: 0.125rem solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 6.25rem !important;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  text-align: center;
  transition: all 0.3s ease-out !important;
}
@media (min-width: 768px) {
  .wq--dialog .wq-Button {
    padding-inline: 1.875rem !important;
    font-size: 1rem !important;
  }
}
@media (any-hover: hover) {
  .wq--dialog .wq-Button:hover {
    opacity: 0.7 !important;
  }
}
.wq--dialog .wq-Button:focus {
  outline: none;
  box-shadow: none !important;
}
.wq--dialog .wq-Button:focus-visible {
  outline: none;
  box-shadow: none !important;
  opacity: 0.7 !important;
}
.wq--dialog .wq--action {
  padding: 0.75rem 1rem !important;
  border: none !important;
  border-radius: 6.25rem !important;
  background: #f7f7f7 !important;
}

.wq-Monitor .wq--header {
  display: none !important;
}
.wq-Monitor .wq-for-value {
  color: #353637 !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 768px) {
  .wq-Monitor .wq-for-value {
    font-size: 1.25rem !important;
  }
}
.wq-Monitor .wq-for-total .wq-for-value {
  color: #353637 !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .wq-Monitor .wq-for-total .wq-for-value {
    font-size: 1.125rem !important;
  }
}
.wq-Monitor .wq--prop {
  font-size: 0.9375rem !important;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
}
.wq-Monitor .wq-for-name {
  font-size: 0.9375rem !important;
}
.wq-Monitor .wq-for-category,
.wq-Monitor .wq-for-unitPrice,
.wq-Monitor .wq-for-quantity,
.wq-Monitor .wq-for-taxClass {
  font-size: 0.625rem !important;
}
@media (min-width: 768px) {
  .wq-Monitor .wq-for-category,
  .wq-Monitor .wq-for-unitPrice,
  .wq-Monitor .wq-for-quantity,
  .wq-Monitor .wq-for-taxClass {
    font-size: 0.9375rem !important;
  }
}
.wq-Monitor .wq-for-taxClass {
  white-space: nowrap !important;
}
.wq-Monitor .wq--footer {
  max-width: 75% !important;
}
@media (min-width: 768px) {
  .wq-Monitor .wq--footer {
    max-width: 35% !important;
  }
}

.wq-Form {
  background: #f6f6f6 !important;
}
.wq-Form .wq-WNavigator > .wq--base {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-inline: auto;
}

.wq-Control {
  -webkit-margin-after: 1.75rem !important;
  flex-direction: column;
  margin-block-end: 1.75rem !important;
}

.wq--message {
  top: unset !important;
  bottom: -1.1875rem !important;
  color: #ff5687 !important;
  font-weight: 600 !important;
}

.wq-Attributes .wq--body {
  position: relative !important;
}
.wq-Attributes .wq--body .wq--note {
  position: absolute !important;
  top: -1.875rem;
  left: 7.25rem;
  margin: 0 !important;
  color: #353637 !important;
  font-size: 0.75rem !important;
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .wq-Attributes .wq--body .wq--note {
    top: -2.375rem;
  }
}
.wq-Attributes .wq-TextInput {
  display: block !important;
  width: 100% !important;
  height: 2.75rem !important;
  padding: 0.625rem 0.9375rem !important;
  border: 0.0625rem solid #dcdcdc !important;
  border-radius: 0.25rem !important;
  background: #ffffff !important;
  font-weight: 500 !important;
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
  transition: all 0.3s ease !important;
}
.wq-Attributes .wq-TextInput::-webkit-input-placeholder {
  color: rgba(53, 54, 55, 0.4) !important;
  font-size: 0.9375rem !important;
}
.wq-Attributes .wq-TextInput:-ms-input-placeholder {
  color: rgba(53, 54, 55, 0.4) !important;
  font-size: 0.9375rem !important;
}
.wq-Attributes .wq-TextInput::-ms-input-placeholder {
  color: rgba(53, 54, 55, 0.4) !important;
  font-size: 0.9375rem !important;
}
.wq-Attributes .wq-TextInput::placeholder {
  color: rgba(53, 54, 55, 0.4) !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 768px) {
  .wq-Attributes .wq-TextInput::-webkit-input-placeholder {
    font-size: 1rem !important;
  }
  .wq-Attributes .wq-TextInput:-ms-input-placeholder {
    font-size: 1rem !important;
  }
  .wq-Attributes .wq-TextInput::-ms-input-placeholder {
    font-size: 1rem !important;
  }
  .wq-Attributes .wq-TextInput::placeholder {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .wq-Attributes .wq-TextInput {
    font-size: 1rem !important;
  }
}
@media (any-hover: hover) {
  .wq-Attributes .wq-TextInput:hover {
    border: 0.0625rem solid #ff5687 !important;
    box-shadow: none !important;
  }
}
.wq-Attributes .wq-TextInput:focus-visible, .wq-Attributes .wq-TextInput:active {
  -webkit-animation: none !important;
  border: 0.0625rem solid #ff5687 !important;
  outline: none !important;
  box-shadow: none !important;
  animation: none !important;
}
.wq-Attributes #wq-attr-checkbox-16 .wq--header {
  display: none !important;
}
.wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox label {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding-inline: 1.5625rem 0 !important;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #0a3445 !important;
  font-weight: 500 !important;
  font-size: 0.8125rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  transition: all 0.3s ease-out !important;
}
@media (min-width: 768px) {
  .wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox label {
    font-size: 1rem !important;
  }
}
@media (any-hover: hover) {
  .wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox label:hover {
    box-shadow: none;
    opacity: 0.7;
  }
}
.wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox label:focus {
  outline: none;
  box-shadow: none;
  opacity: 0.7;
}
.wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox label::before, .wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox label::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox label::before {
  -webkit-animation: none !important;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #dcdcdc;
  border-radius: 0.1875rem;
  background: #ffffff;
  animation: none !important;
}
.wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox label::after {
  top: 0.5625rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #ff5687;
  border-bottom: 0.1875rem solid #ff5687;
  opacity: 0;
}
@media (min-width: 768px) {
  .wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox label::after {
    top: 0.6875rem;
  }
}
.wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox #wq-checkbox-checkbox-16:checked ~ label::after {
  opacity: 1;
}
.wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox #wq-checkbox-checkbox-16:checked ~ label::before {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox #wq-checkbox-checkbox-16:focus-visible + label {
  opacity: 0.7;
}
.wq-Attributes #wq-attr-checkbox-16 .wq-Checkbox #wq-checkbox-checkbox-16:focus-visible + label::before {
  border-color: #ff5687;
  outline: none;
}
.wq-Attributes .wq-TextArea {
  display: block !important;
  width: 100% !important;
  height: 13.375rem !important;
  padding: 0.625rem 0.9375rem !important;
  border: 0.0625rem solid #dcdcdc !important;
  border-radius: 0.25rem !important;
  background: #ffffff !important;
  font-weight: 500 !important;
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
  resize: none;
  transition: all 0.3s ease !important;
}
.wq-Attributes .wq-TextArea::-webkit-input-placeholder {
  color: rgba(53, 54, 55, 0.4) !important;
  font-size: 0.9375rem !important;
}
.wq-Attributes .wq-TextArea:-ms-input-placeholder {
  color: rgba(53, 54, 55, 0.4) !important;
  font-size: 0.9375rem !important;
}
.wq-Attributes .wq-TextArea::-ms-input-placeholder {
  color: rgba(53, 54, 55, 0.4) !important;
  font-size: 0.9375rem !important;
}
.wq-Attributes .wq-TextArea::placeholder {
  color: rgba(53, 54, 55, 0.4) !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 768px) {
  .wq-Attributes .wq-TextArea::-webkit-input-placeholder {
    font-size: 1rem !important;
  }
  .wq-Attributes .wq-TextArea:-ms-input-placeholder {
    font-size: 1rem !important;
  }
  .wq-Attributes .wq-TextArea::-ms-input-placeholder {
    font-size: 1rem !important;
  }
  .wq-Attributes .wq-TextArea::placeholder {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .wq-Attributes .wq-TextArea {
    height: 20rem !important;
    font-size: 1rem !important;
  }
}
@media (any-hover: hover) {
  .wq-Attributes .wq-TextArea:hover {
    border: 0.0625rem solid #ff5687 !important;
    box-shadow: none !important;
  }
}
.wq-Attributes .wq-TextArea:focus-visible, .wq-Attributes .wq-TextArea:active {
  -webkit-animation: none !important;
  border: 0.0625rem solid #ff5687 !important;
  outline: none !important;
  box-shadow: none !important;
  animation: none !important;
}

.wq--header {
  -webkit-margin-after: 0.75rem !important;
  display: flex !important;
  position: relative !important;
  align-items: center !important;
  width: 100% !important;
  margin-block-end: 0.75rem !important;
  gap: 0.5rem !important;
}
.wq--header .wq--label {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  margin-block: calc((1em - 1lh) / 2) !important;
  gap: 0.5rem !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 768px) {
  .wq--header .wq--label {
    font-size: 1.125rem !important;
  }
}
.wq--header .wq--required {
  display: inline-block !important;
  margin-block: calc((1em - 1lh) / 2) !important;
  padding: 0.0625rem 0.375rem !important;
  border-radius: 0.25rem !important;
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%) !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  line-height: 2 !important;
}

.wq--body {
  width: 100% !important;
}

.wq-content-empty {
  display: contents !important;
}

.wq-InputGroup {
  justify-content: center !important;
}

.wq-for-action .wq-content-empty .wq--required.wq-is-optional {
  display: none !important;
}

#wq-wnavigator .wq--base {
  width: 100% !important;
}
#wq-wnavigator .wq--base .wq-Button {
  -webkit-padding-start: 3.125rem !important;
  display: block;
  position: relative;
  width: 100%;
  height: 4.25rem;
  padding-inline-start: 3.125rem !important;
  border: none;
  border-radius: 6.25rem;
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  #wq-wnavigator .wq--base .wq-Button {
    max-width: 25rem;
  }
}
@media (any-hover: hover) {
  #wq-wnavigator .wq--base .wq-Button:hover {
    opacity: 0.7;
  }
}
#wq-wnavigator .wq--base .wq-Button:focus {
  outline: none;
  box-shadow: none !important;
}
#wq-wnavigator .wq--base .wq-Button:focus-visible {
  outline: none;
  box-shadow: none !important;
  opacity: 0.7;
}
#wq-wnavigator .wq--base .wq-Button::before {
  display: block;
  position: absolute;
  top: 51%;
  width: 1.5rem;
  height: 1.5rem;
  translate: 0 -50%;
  background: url(../img/icon_calculator.svg) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  #wq-wnavigator .wq--base .wq-Button::before {
    left: 5rem;
  }
}

#wq-action .wq-InputGroup {
  -webkit-margin-before: 1.25rem !important;
  margin-block-start: 1.25rem !important;
}
@media (min-width: 768px) {
  #wq-action .wq-InputGroup {
    -webkit-margin-before: 2.25rem !important;
    margin-block-start: 2.25rem !important;
  }
}
#wq-action .wq-Button {
  width: 18rem;
  height: 3.875rem;
  border: none;
  border-radius: 6.25rem;
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  #wq-action .wq-Button {
    width: 25rem;
    height: 4.875rem;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  #wq-action .wq-Button:hover {
    opacity: 0.7;
  }
}
#wq-action .wq-Button:focus {
  outline: none;
  box-shadow: none !important;
  opacity: 0.7;
}

.wq-Attributes {
  margin-bottom: 0 !important;
}

.wq-for-back {
  -webkit-margin-before: 0.625rem !important;
  display: inline-block;
  z-index: 0;
  position: relative;
  min-width: 5rem !important;
  margin-block-start: 0.625rem !important;
  padding-inline: 0.5rem !important;
  border: 0.125rem solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 6.25rem !important;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  text-align: center;
  transition: all 0.3s ease-out !important;
}
@media (min-width: 768px) {
  .wq-for-back {
    padding-inline: 1.875rem !important;
    font-size: 1rem !important;
  }
}
@media (any-hover: hover) {
  .wq-for-back:hover {
    opacity: 0.7 !important;
  }
}
.wq-for-back:focus {
  outline: none;
  box-shadow: none !important;
}
.wq-for-back:focus-visible {
  outline: none;
  box-shadow: none !important;
  opacity: 0.7 !important;
}

.wq-is-confirming .wq--required {
  display: none !important;
}

.wq-lct-enabled .wq--prop.wq-for-taxClass {
  font-size: 0.625rem !important;
}

.p-detail-head__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-detail-head__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .p-detail-head__item {
    width: calc((100% - 4rem) / 3);
  }
}

.p-detail-head__button {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding: 1.125rem 1.25rem 1.0625rem;
  gap: 0.6875rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-detail-head__button {
    padding: 1.625rem 0.375rem 2.75rem;
    font-size: 1.375rem;
    text-align: center;
  }
}
.p-detail-head__button::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.25rem;
  height: 0.5625rem;
  translate: 0 -50%;
  background: url(../img/sp/icon_arrow-bottom.png) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-detail-head__button::before {
    top: unset;
    right: unset;
    bottom: 1rem;
    left: 50%;
    width: 2.375rem;
    height: 0.8125rem;
    translate: -50%;
    background-image: url(../img/icon_arrow-bottom.png);
  }
}
@media (any-hover: hover) {
  .p-detail-head__button:hover::before {
    top: calc(50% + 0.25rem);
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-detail-head__button:hover::before {
    top: unset;
    bottom: 0.75rem;
  }
}
.p-detail-head__button:focus {
  outline: none;
}
.p-detail-head__button:focus::before {
  top: calc(50% + 0.25rem);
}
@media (min-width: 768px) {
  .p-detail-head__button:focus::before {
    top: unset;
    bottom: 0.75rem;
  }
}

.p-detail-head__lead {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-detail-head__lead {
    font-size: 1.125rem;
  }
}

.p-detail-head__catch {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-detail-head__catch {
    font-size: 1.625rem;
  }
}

.p-detail-head.-ec .p-detail-head__catch {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}

.p-detail-plan {
  -webkit-margin-before: 2.625rem;
  margin-block-start: 2.625rem;
}
@media (min-width: 768px) {
  .p-detail-plan {
    position: relative;
  }
  .p-detail-plan::before {
    display: block;
    position: absolute;
    content: "";
  }
}

.p-detail-plan__wrapper {
  z-index: 3;
  position: relative;
  padding-block: 5.4375rem 6.875rem;
  overflow: hidden;
  border-radius: 4.375rem 0 0 4.375rem;
}
@media (min-width: 768px) {
  .p-detail-plan__wrapper {
    border-radius: 9.375rem 0 0 9.375rem;
  }
}
.p-detail-plan__wrapper::before, .p-detail-plan__wrapper::after {
  position: absolute;
  content: "";
}
.p-detail-plan__wrapper::before {
  display: none;
}
@media (min-width: 768px) {
  .p-detail-plan__wrapper::before {
    display: block;
    z-index: -1;
    top: 14.6875rem;
    left: 1.875rem;
    width: 5.1875rem;
    height: 34.5625rem;
    background: url(../img/p-detail_deco.webp) no-repeat center center/cover;
  }
}
.p-detail-plan__wrapper::after {
  display: block;
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  width: calc(100% - 8.875rem);
  min-width: 81.125rem;
  height: 100%;
  border-radius: 4.375rem 0 0 4.375rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-detail-plan__wrapper::after {
    border-radius: 9.375rem 0 0 9.375rem;
  }
}
@media (min-width: 768px) {
  .p-detail-plan__wrapper {
    padding-block: 6.6875rem 7.5rem;
  }
}

@media (min-width: 768px) {
  .p-detail-plan__inner {
    max-width: 61.6875rem;
  }
}

.p-detail-plan__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-detail-plan__list {
    gap: 3.75rem;
  }
}

.p-detail-plan__item {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .p-detail-plan__item {
    gap: 1.5625rem;
  }
}

.p-detail-plan__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .p-detail-plan__heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
}

.p-detail-plan__price {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-detail-plan__price {
    font-size: 3.25rem;
  }
}
.p-detail-plan__price span {
  display: inline-block;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-detail-plan__price span {
    font-size: 2.375rem;
  }
}

.p-detail-plan__box {
  padding-block: 1.125rem 1.625rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-detail-plan__box {
    padding-block: 2rem;
  }
}

.p-detail-plan__boxInner {
  display: flex;
  flex-direction: column;
  padding-inline: 1.125rem;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-detail-plan__boxInner {
    padding-inline: 2rem;
  }
}

.p-detail-plan__boxLine {
  width: 100%;
  height: 0.0625rem;
  background: rgba(0, 0, 0, 0.1);
}

.p-detail-plan__boxGroup {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-detail-plan__boxGroup {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.1875rem;
  }
}

.p-detail-plan__boxHeading {
  width: 100%;
  padding: 0.3125rem 0.75rem;
  border-radius: 0.4375rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-detail-plan__boxHeading {
    flex-shrink: 0;
    width: 8.125rem;
  }
}

.p-detail-plan__boxText {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-detail-plan__boxText {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
  }
}

.p-detail-plan__boxSubList {
  -webkit-margin-before: 1.5rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.5rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-detail-plan__boxSubList {
    -webkit-margin-before: 1.375rem;
    margin-block-start: 1.375rem;
  }
}

.p-detail-plan__boxSubItem {
  -webkit-padding-start: 1.0625rem;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-start: 1.0625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-detail-plan__boxSubItem::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.125rem;
  translate: 0 -50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}

.p-detail-plan__boxList {
  -webkit-margin-before: 1.1875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.1875rem;
  gap: 1.5625rem;
}
@media (min-width: 768px) {
  .p-detail-plan__boxList {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
  }
}

.p-detail-plan__boxItem {
  -webkit-padding-start: 1.4375rem;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-start: 1.4375rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
}
.p-detail-plan__boxItem::before {
  display: block;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 1.1875rem;
  height: 0.9375rem;
  background: url(../img/icon_check.svg) no-repeat center center/cover;
  content: "";
}

.p-detail-plan__foot {
  -webkit-margin-before: 2.8125rem;
  margin-block-start: 2.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-detail-plan__foot {
    -webkit-margin-before: 4.6875rem;
    margin-block-start: 4.6875rem;
  }
}

.p-detail-plan__footText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-detail-plan__footText span {
  display: inline-block;
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-detail-plan__footText span {
    font-size: 2rem;
    line-height: 1.82;
  }
}
.p-detail-plan__footText span::before {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0.25rem;
  width: 100%;
  height: 0.6875rem;
  content: "";
}
@media (min-width: 768px) {
  .p-detail-plan__footText span::before {
    height: 1rem;
  }
}
.p-detail-plan__footText span:first-child::before {
  background: url(../img/sp/p-detail-plan_deco-001-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-detail-plan__footText span:first-child::before {
    background: url(../img/p-detail-plan_deco-001-min.webp) no-repeat center center/cover;
  }
}
.p-detail-plan__footText span:nth-child(2)::before {
  background: url(../img/sp/p-detail-plan_deco-002-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-detail-plan__footText span:nth-child(2)::before {
    background: url(../img/p-detail-plan_deco-002-min.webp) no-repeat center center/cover;
  }
}
.p-detail-plan__footText span:last-child::before {
  background: url(../img/sp/p-detail-plan_deco-003-min.webp) no-repeat center center/cover;
}

@media (min-width: 768px) {
  .p-detail-plan.-ec .p-detail-plan__wrapper::before {
    background: url(../img/p-detail-ec_deco.webp) no-repeat center center/cover;
  }
}
.p-detail-plan.-ec .p-detail-plan__price {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}
.p-detail-plan.-ec .p-detail-plan__boxHeading {
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
}
.p-detail-plan.-ec .p-detail-plan__boxSubItem::before {
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
}
.p-detail-plan.-ec .p-detail-plan__boxItem::before {
  background: url(../img/icon_check-sub.svg) no-repeat center center/cover;
  content: "";
}
.p-detail-plan.-ec .p-detail-plan__foot {
  -webkit-margin-before: 2.8125rem;
  margin-block-start: 2.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-detail-plan.-ec .p-detail-plan__foot {
    -webkit-margin-before: 4.6875rem;
    margin-block-start: 4.6875rem;
  }
}
.p-detail-plan.-ec .p-detail-plan__footText span:first-child::before {
  background: url(../img/sp/p-detail-plan-ec_deco-001-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-detail-plan.-ec .p-detail-plan__footText span:first-child::before {
    background: url(../img/p-detail-plan-ec_deco-001-min.webp) no-repeat center center/cover;
  }
}
.p-detail-plan.-ec .p-detail-plan__footText span:nth-child(2)::before {
  background: url(../img/sp/p-detail-plan-ec_deco-002-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-detail-plan.-ec .p-detail-plan__footText span:nth-child(2)::before {
    background: url(../img/p-detail-plan-ec_deco-002-min.webp) no-repeat center center/cover;
  }
}
.p-detail-plan.-ec .p-detail-plan__footText span:last-child::before {
  background: url(../img/sp/p-detail-plan-ec_deco-003-min.webp) no-repeat center center/cover;
}

.p-detail-cta {
  -webkit-margin-before: 3.5625rem;
  margin-block-start: 3.5625rem;
  padding-block: 3.375rem 4.3125rem;
  background: #353637;
}
@media (min-width: 768px) {
  .p-detail-cta {
    -webkit-margin-before: 8.625rem;
    margin-block-start: 8.625rem;
    padding-block: 4.375rem 5rem;
  }
}

.p-detail-cta__item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.1875rem;
  overflow: hidden;
  border-radius: 1.875rem;
}
@media (min-width: 768px) {
  .p-detail-cta__item {
    padding: 3.125rem 5.0625rem 2.5rem;
    border-radius: 1.25rem;
  }
}
.p-detail-cta__item::before, .p-detail-cta__item::after {
  display: block;
  position: absolute;
  inset: 0;
  content: "";
}
.p-detail-cta__item::before {
  -webkit-backdrop-filter: blur(6.055472374px);
  z-index: 2;
  backdrop-filter: blur(6.055472374px);
  background-color: rgba(255, 255, 255, 0.1);
}
.p-detail-cta__item::after {
  z-index: 1;
  background: url(../img/sp/p-detail-cta-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-detail-cta__item::after {
    background-image: url(../img/p-detail-cta-min.webp);
  }
}

.p-detail-cta__heading,
.p-detail-cta__text,
.p-detail-cta__button {
  z-index: 3;
  position: relative;
}

.p-detail-cta__text {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.78;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-detail-cta__text {
    -webkit-margin-before: 1.125rem;
    margin-block-start: 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.96;
  }
}

.p-detail-cta__button {
  -webkit-margin-before: 0.875rem;
  margin-block-start: 0.875rem;
}
@media (min-width: 768px) {
  .p-detail-cta__button {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-detail-base {
  -webkit-padding-before: 3.5625rem;
  padding-block-start: 3.5625rem;
}
@media (min-width: 768px) {
  .p-detail-base {
    -webkit-padding-before: 8.125rem;
    padding-block-start: 8.125rem;
  }
}

.p-detail-base__content {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-detail-base__content {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
  }
}

.p-detail-base__caption {
  -webkit-margin-before: 0.8125rem;
  display: block;
  width: 100%;
  margin-block-start: 0.8125rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.8;
  text-align: right;
}
@media (min-width: 768px) {
  .p-detail-base__caption {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    font-size: 0.75rem;
  }
}

.p-detail-table {
  overflow: hidden;
  border: 0.125rem solid #d5d1d1;
  border-radius: 0.4375rem;
}
@media (min-width: 768px) {
  .p-detail-table {
    border: 0.1875rem solid #d5d1d1;
  }
}

.p-detail-table__inner {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-detail-table__tableRow {
  height: 3.625rem;
}
@media (min-width: 768px) {
  .p-detail-table__tableRow {
    height: 4.3125rem;
  }
}
.p-detail-table__tableRow:last-child .p-detail-table__tableHead,
.p-detail-table__tableRow:last-child .p-detail-table__tableData {
  border-bottom: none;
}

.p-detail-table__tableHead {
  width: 10rem;
  margin-block: calc((1em - 1lh) / 2);
  padding: 0.625rem 0.375rem 0.625rem 0.5625rem;
  border-right: 0.0625rem solid #d5d1d1;
  border-bottom: 0.0625rem solid #d5d1d1;
  background: #f7f7f7;
  color: #333;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-detail-table__tableHead {
    width: 50%;
    padding-inline: 1.75rem;
    font-size: 1.125rem;
  }
}

.p-detail-table__tableData {
  margin-block: calc((1em - 1lh) / 2);
  padding: 0.625rem;
  border-bottom: 0.0625rem solid #d5d1d1;
  color: #333;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-detail-table__tableData {
    padding-inline: 1.75rem;
    font-size: 1.125rem;
  }
}

.p-detail-option {
  -webkit-padding-before: 2.3125rem;
  padding-block-start: 2.3125rem;
}
@media (min-width: 768px) {
  .p-detail-option {
    -webkit-padding-before: 4rem;
    padding-block-start: 4rem;
  }
}

.p-detail-option__content {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-detail-option__content {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
  }
}

.p-detail-flow {
  padding-block: 2.8125rem 3.875rem;
}
@media (min-width: 768px) {
  .p-detail-flow {
    padding-block: 7.75rem 9rem;
  }
}

.p-detail-flow__content {
  -webkit-margin-before: 2.8125rem;
  -webkit-padding-start: 3.4375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.8125rem;
  padding-inline-start: 3.4375rem;
  gap: 3.875rem;
}
@media (min-width: 768px) {
  .p-detail-flow__content {
    -webkit-margin-before: 3.75rem;
    -webkit-padding-start: 6.6875rem;
    margin-block-start: 3.75rem;
    padding-inline-start: 6.6875rem;
    gap: 3.75rem;
  }
}

.p-detail-flow__group {
  position: relative;
}

.p-detail-flow__left {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: -0.5rem;
  bottom: 0;
  left: -4.4375rem;
  place-content: center;
  width: 3.3125rem;
  margin-block: calc((1em - 1lh) / 2);
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0 3.125rem 3.125rem 0;
  background: #353637;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-align: center;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .p-detail-flow__left {
    left: -6.5rem;
    width: 3.4375rem;
    border-radius: 3.125rem;
    font-size: 1.375rem;
    line-height: 1.5;
    letter-spacing: 0.5em;
  }
}

.p-detail-flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
}

.p-detail-flow__item {
  display: flex;
  position: relative;
  align-items: flex-start;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-detail-flow__item {
    gap: 1.1875rem;
  }
}
.p-detail-flow__item:last-child::before {
  display: none;
}
.p-detail-flow__item::before {
  display: block;
  position: absolute;
  top: 0rem;
  bottom: -3.125rem;
  left: 1.375rem;
  width: 0.0625rem;
  border-left: 0.125rem dashed rgba(53, 54, 55, 0.2);
  content: "";
}

.p-detail-flow__number {
  -webkit-margin-before: -0.5rem;
  display: -ms-grid;
  display: grid;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  place-content: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-block-start: -0.5rem;
  border-radius: 50%;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}

.p-detail-flow__itemGroup {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-detail-flow__itemGroup {
    gap: 2.125rem;
  }
}

.p-detail-flow__itemTitle {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-detail-flow__itemTitle {
    font-size: 1.625rem;
    line-height: 1.8;
  }
}

.p-detail-flow__itemText {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-detail-flow__itemText {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.p-detail-flow__itemText a {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-detail-flow__itemText a:hover {
    opacity: 0.7;
  }
}
.p-detail-flow__itemText a:focus {
  outline: none;
  opacity: 0.7;
}

.p-detail-flow__itemButton {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-detail-flow__itemButton {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}

.p-detail-flow.-ec .p-detail-flow__number {
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
}

.p-detail-operation {
  padding-block: 3.1875rem 3.125rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-detail-operation {
    padding-block: 5.5rem;
  }
}

.p-detail-operation__heading {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-detail-operation__heading {
    justify-content: flex-start;
  }
}

.p-detail-operation__content {
  -webkit-margin-before: 1.9375rem;
  margin-block-start: 1.9375rem;
}
@media (min-width: 768px) {
  .p-detail-operation__content {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-detail-operation__table {
  overflow: hidden;
  border: 0.125rem solid #d5d1d1;
  border-radius: 0.4375rem;
}
@media (min-width: 768px) {
  .p-detail-operation__table {
    border: 0.1875rem solid #d5d1d1;
  }
}

.p-detail-operation__tableInner {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-detail-operation__thead .p-detail-operation__tableRow {
  border-bottom: 0.0625rem solid #d5d1d1;
}
.p-detail-operation__thead .p-detail-operation__tableHead {
  margin-block: calc((1em - 1lh) / 2);
  border-right: 0.0625rem solid #d5d1d1;
  background: #353637;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-detail-operation__thead .p-detail-operation__tableHead {
    height: 4.25rem;
    font-size: 1.125rem;
  }
}
.p-detail-operation__thead .p-detail-operation__tableHead:nth-child(2), .p-detail-operation__thead .p-detail-operation__tableHead:last-child {
  width: 8.75rem;
}
@media (min-width: 768px) {
  .p-detail-operation__thead .p-detail-operation__tableHead:nth-child(2), .p-detail-operation__thead .p-detail-operation__tableHead:last-child {
    width: 25.8125rem;
  }
}
.p-detail-operation__thead .p-detail-operation__tableHead:last-child {
  border: none;
}

.p-detail-operation__tbody .p-detail-operation__tableRow:first-child {
  border-bottom: 0.0625rem solid #d5d1d1;
}
.p-detail-operation__tbody .p-detail-operation__tableRow:last-child .p-detail-operation__tableData {
  vertical-align: baseline;
}
.p-detail-operation__tbody .p-detail-operation__tableHead {
  margin-block: calc((1em - 1lh) / 2);
  background: #f7f7f7;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-detail-operation__tbody .p-detail-operation__tableHead {
    font-size: 1.125rem;
    text-align: left;
  }
}
.p-detail-operation__tbody .p-detail-operation__tableData {
  border-left: 0.0625rem solid #d5d1d1;
  background: #ffffff;
  color: #333;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-detail-operation__tbody .p-detail-operation__tableData {
    font-size: 1rem;
  }
}

.p-detail-operation__tableHead,
.p-detail-operation__tableData {
  height: 3.125rem;
  padding: 0.75rem 0.625rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-detail-operation__tableHead,
  .p-detail-operation__tableData {
    height: 4.875rem;
    padding: 1.375rem 1.75rem;
    text-align: left;
  }
}

.p-detail-operation__month {
  display: inline-block;
}

.p-detail-operation__price {
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 768px) {
  .p-detail-operation__price {
    font-size: 2rem;
  }
}
.p-detail-operation__price span {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-detail-operation__price span {
    font-size: 1.25rem;
  }
}

.p-detail-operation__caption {
  -webkit-margin-before: 1.1875rem;
  display: block;
  width: 100%;
  margin-block-start: 1.1875rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.8;
  text-align: right;
}
@media (min-width: 768px) {
  .p-detail-operation__caption {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    font-size: 0.75rem;
  }
}

.p-detail-operation.-ec .p-detail-operation__price {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7fc393 0.87%, #1b9373 98.7%);
  background-clip: text;
}

.p-detail-faq {
  padding-block: 3.25rem 3.75rem;
}
@media (min-width: 768px) {
  .p-detail-faq {
    padding-block: 6.1875rem 8.75rem;
  }
}

@media (min-width: 768px) {
  .p-detail-faq__inner {
    max-width: 58.125rem;
  }
}

.p-detail-faq__heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-detail-faq__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-detail-faq__content {
    -webkit-margin-before: 3.25rem;
    margin-block-start: 3.25rem;
  }
}

.p-privacy {
  padding-block: 1.6875rem 3.875rem;
}
@media (min-width: 768px) {
  .p-privacy {
    -webkit-padding-after: 7.0625rem;
    padding-block-end: 7.0625rem;
  }
}

.p-privacy__inner {
  max-width: 55.5625rem;
}

.p-privacy__head {
  margin-block: calc((1em - 1lh) / 2);
}

.p-privacy__body {
  -webkit-margin-before: 3.75rem;
  margin-block-start: 3.75rem;
}
.p-privacy__body h2 {
  -webkit-padding-after: 1.125rem;
  position: relative;
  margin-block: 3.75rem 1.875rem;
  padding-block-end: 1.125rem;
  color: #222;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-privacy__body h2 {
    margin-block: 3.75rem 1.875rem;
    font-size: 1.75rem;
  }
}
.p-privacy__body h2::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  content: "";
}
.p-privacy__body p {
  margin-block: calc((1em - 1lh) / 2);
}

.p-serviceMain-head__wrapper {
  padding-block: 4rem 5rem;
  border-radius: 4.375rem 0rem 0rem 4.375rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-serviceMain-head__wrapper {
    padding-block: 9.5625rem 10.125rem;
    border-radius: 9.375rem 0rem 0rem 9.375rem;
  }
}

.p-serviceMain-head__feature {
  -webkit-margin-before: 5.8125rem;
  position: relative;
  margin-block-start: 5.8125rem;
}
@media (min-width: 768px) {
  .p-serviceMain-head__feature {
    -webkit-margin-before: 12.625rem;
    margin-block-start: 12.625rem;
  }
}
.p-serviceMain-head__feature::before {
  display: block;
  position: absolute;
  top: -4.25rem;
  left: 50%;
  width: 8.75rem;
  height: 2.5rem;
  translate: -50%;
  background: url(../img/sp/p-serviceMain-web_arrow-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-serviceMain-head__feature::before {
    top: -9.3125rem;
    width: 17.125rem;
    height: 4.875rem;
    background: url(../img/p-serviceMain-web_arrow-min.webp) no-repeat center center/cover;
  }
}

.p-serviceMain-head.-ec .p-serviceMain-head__feature::before {
  background: url(../img/sp/p-serviceMain-ec_arrow-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-serviceMain-head.-ec .p-serviceMain-head__feature::before {
    background: url(../img/p-serviceMain-ec_arrow-min.webp) no-repeat center center/cover;
  }
}

.p-serviceMain-feature {
  position: relative;
}
@media (min-width: 768px) {
  .p-serviceMain-feature::before {
    display: block;
    position: absolute;
    top: -1.3125rem;
    left: -12rem;
    width: 5.0625rem;
    height: 56.3125rem;
    background: url(../img/p-serviceMain_deco-001.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-serviceMain-feature__heading {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__heading {
    justify-content: flex-start;
  }
}

.p-serviceMain-feature__content {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__content {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }
}

.p-serviceMain-feature__list {
  display: flex;
  flex-direction: column;
  gap: 2.9375rem;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__list {
    gap: 2.375rem;
  }
}

.p-serviceMain-feature__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.4375rem;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__item {
    flex-direction: row-reverse;
    align-items: center;
    gap: 3.0625rem;
  }
}

.p-serviceMain-feature__textArea {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__textArea {
    flex-shrink: 0;
    width: 31.1875rem;
    gap: 2.1875rem;
  }
}

.p-serviceMain-feature__head {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__head {
    gap: 0.5rem;
  }
}

.p-serviceMain-feature__number {
  -webkit-background-clip: text;
  flex-shrink: 0;
  width: 4.5rem;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
  background-clip: text;
  font-weight: 500;
  font-size: 2.875rem;
  line-height: 1.21;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.04em;
}

.p-serviceMain-feature__catch {
  flex-grow: 1;
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__catch {
    font-size: 1.75rem;
    white-space: nowrap;
  }
}

.p-serviceMain-feature__text {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__text {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
}

.p-serviceMain-feature__image {
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__image {
    border-radius: 1.0625rem;
  }
}
.p-serviceMain-feature__image img {
  aspect-ratio: 334/185;
}
@media (min-width: 768px) {
  .p-serviceMain-feature__image img {
    flex-grow: 1;
    aspect-ratio: 453/296;
  }
}

@media (min-width: 768px) {
  .p-serviceMain-feature.-ec::before {
    background: url(../img/p-serviceMain_deco-002.webp) no-repeat center center/cover;
  }
}
.p-serviceMain-feature.-ec .p-serviceMain-feature__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(152deg, #7fc393 0%, #7fc293 35.13%, #70b68f 46.93%, #1b9373 68.59%, #1b9373 95.63%);
  background-clip: text;
}

.p-serviceMain-standard {
  padding-block: 4.125rem;
}
@media (min-width: 768px) {
  .p-serviceMain-standard {
    padding-block: 6.1875rem 5.8125rem;
  }
}

.p-serviceMain-standard__heading {
  display: flex;
  justify-content: center;
}

.p-serviceMain-standard__content {
  -webkit-margin-before: 3.1875rem;
  margin-block-start: 3.1875rem;
}
@media (min-width: 768px) {
  .p-serviceMain-standard__content {
    -webkit-margin-before: 4.875rem;
    margin-block-start: 4.875rem;
  }
}

.p-serviceMain-standard__list {
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}
@media (min-width: 768px) {
  .p-serviceMain-standard__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4.875rem 2.1875rem;
  }
}

.p-serviceMain-standard__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.375rem;
}
@media (min-width: 768px) {
  .p-serviceMain-standard__item {
    width: calc((100% - 4.375rem) / 3);
    gap: 1.625rem;
  }
}

.p-serviceMain-standard__textArea {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
@media (min-width: 768px) {
  .p-serviceMain-standard__textArea {
    gap: 1.875rem;
  }
}

.p-serviceMain-standard__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .p-serviceMain-standard__head {
    justify-content: flex-start;
  }
}

.p-serviceMain-standard__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
  background-clip: text;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.55;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-serviceMain-standard__number {
    flex-shrink: 0;
    width: 3.5625rem;
  }
}

.p-serviceMain-standard__catch {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.74;
}
@media (min-width: 768px) {
  .p-serviceMain-standard__catch {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}

.p-serviceMain-standard__text {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-serviceMain-standard__text {
    font-size: 0.9375rem;
  }
}

.p-serviceMain-standard__image {
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-serviceMain-standard__image img {
  aspect-ratio: 334/185;
}

.p-serviceMain-standard__buttonWrapper {
  -webkit-margin-before: 2.75rem;
  margin-block-start: 2.75rem;
}

.p-serviceMain-standard__button {
  display: inline-block;
  z-index: 0;
  position: relative;
  min-width: 15rem;
  padding: 1.375rem 1.4375rem 1.375rem 2.0625rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.2);
  border-radius: 6.25rem;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  text-align: center;
  transition: all 0.3s ease-out;
}
.p-serviceMain-standard__button::before {
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  translate: 0 0;
  border: 0.125rem solid #ffffff;
  border-radius: 6.25rem;
  background: linear-gradient(151deg, #ff5687 0%, #d956ae 91.52%);
  opacity: 0;
}
.p-serviceMain-standard__button::after {
  display: block;
  z-index: -1;
  position: absolute;
  inset: 0.0625rem;
  border-radius: 6.1875rem;
  background: #ffffff;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-serviceMain-standard__button:hover::before {
    opacity: 1;
  }
  .p-serviceMain-standard__button:hover::after {
    opacity: 1;
  }
}
.p-serviceMain-standard__button:focus::before {
  opacity: 1;
}
.p-serviceMain-standard__button:focus::after {
  opacity: 1;
}

.p-serviceMain-standard__buttonText {
  -webkit-padding-end: 3rem;
  display: inline-block;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-end: 3rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  transition: all 0.3s ease-out;
}
.p-serviceMain-standard__buttonText::before {
  top: 50%;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: url(../img/icon_blockquote-r_main-white.webp) no-repeat center center/cover;
  content: "";
}
.p-serviceMain-standard__buttonText::after {
  -webkit-background-clip: text;
  top: 0;
  right: 3rem;
  bottom: 0;
  left: 0;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
  content: attr(data-text);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 0;
  pointer-events: none;
}

.p-serviceMain-standard.-ec .p-serviceMain-standard__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(152deg, #7fc393 0%, #7fc293 35.13%, #70b68f 46.93%, #1b9373 68.59%, #1b9373 95.63%);
  background-clip: text;
}

.p-serviceMain-works {
  padding-block: 3.3125rem 4.0625rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-serviceMain-works {
    padding-block: 7.3125rem 7.9375rem;
  }
}

.p-serviceMain-works__content {
  -webkit-margin-before: 2.1875rem;
  margin-block-start: 2.1875rem;
}
@media (min-width: 768px) {
  .p-serviceMain-works__content {
    -webkit-margin-before: 3.625rem;
    margin-block-start: 3.625rem;
  }
}

.p-serviceMain-works__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-serviceMain-works__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.p-serviceMain-works__item {
  width: 100%;
}
@media (min-width: 768px) {
  .p-serviceMain-works__item {
    width: calc((100% - 4rem) / 3);
  }
}

.p-serviceMain-index__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-serviceMain-index__title {
  display: inline-block;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline: 2.5rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.69;
  text-align: center;
}
@media (min-width: 768px) {
  .p-serviceMain-index__title {
    padding-inline: 4.4375rem;
    font-size: 2.5rem;
    line-height: 1.65;
  }
}
.p-serviceMain-index__title::before, .p-serviceMain-index__title::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.375rem;
  height: 1.375rem;
  translate: 0 -50%;
  content: "";
}
@media (min-width: 768px) {
  .p-serviceMain-index__title::before, .p-serviceMain-index__title::after {
    width: 2.4375rem;
    height: 2.375rem;
  }
}
.p-serviceMain-index__title::before {
  left: 0;
  background: url(../img/icon_slash-left.svg) no-repeat center center/cover;
}
.p-serviceMain-index__title::after {
  right: 0;
  background: url(../img/icon_slash-right.svg) no-repeat center center/cover;
}

.p-serviceMain-index__content {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-serviceMain-index__content {
    -webkit-margin-before: 2.9375rem;
    margin-block-start: 2.9375rem;
  }
}

.p-serviceMain-index__list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-serviceMain-index__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.3125rem 0.875rem;
  }
}

.p-serviceMain-index__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.0625rem;
  padding: 0.375rem 1.3125rem;
  gap: 0.3125rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-serviceMain-index__item {
    width: calc((100% - 1.75rem) / 3);
    height: 6.75rem;
    padding: 0.875rem 0.5625rem 0.875rem 0.875rem;
    gap: 0.5rem;
  }
}

.p-serviceMain-index__number {
  -webkit-background-clip: text;
  flex-shrink: 0;
  width: 2.1875rem;
  -webkit-text-fill-color: transparent;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
  background-clip: text;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.8;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.09em;
}
@media (min-width: 768px) {
  .p-serviceMain-index__number {
    width: 4rem;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.p-serviceMain-index__catch {
  flex-grow: 1;
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-serviceMain-index__catch {
    font-size: 1.25rem;
    line-height: 1.65;
  }
}

.p-serviceMain-index.-ec .p-serviceMain-index__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(152deg, #7fc393 0%, #7fc293 35.13%, #70b68f 46.93%, #1b9373 68.59%, #1b9373 95.63%);
  background-clip: text;
}

.p-serviceSub-head {
  z-index: 10;
  position: relative;
}

.p-serviceSub-head__wrapper {
  padding-block: 3.8125rem 7.0625rem;
  border-radius: 4.375rem 0rem 0rem 4.375rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-serviceSub-head__wrapper {
    padding-block: 10.1875rem 10.125rem;
    border-radius: 9.375rem 0rem 0rem 9.375rem;
  }
}

.p-serviceSub-head__feature {
  -webkit-margin-before: 5.9375rem;
  margin-block-start: 5.9375rem;
}
@media (min-width: 768px) {
  .p-serviceSub-head__feature {
    -webkit-margin-before: 9.375rem;
    margin-block-start: 9.375rem;
  }
}

.p-serviceSub-field__heading {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-serviceSub-field__heading {
    justify-content: flex-start;
  }
}

.p-serviceSub-field__content {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
}
@media (min-width: 768px) {
  .p-serviceSub-field__content {
    -webkit-margin-before: 2.1875rem;
    margin-block-start: 2.1875rem;
  }
}

.p-serviceSub-field__list {
  display: flex;
  flex-direction: column;
  gap: 2.9375rem;
}
@media (min-width: 768px) {
  .p-serviceSub-field__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2.1875rem;
  }
}

.p-serviceSub-field__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.4375rem;
}
@media (min-width: 768px) {
  .p-serviceSub-field__item {
    width: calc((100% - 4.375rem) / 3);
    gap: 1.625rem;
  }
}

.p-serviceSub-field__textArea {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media (min-width: 768px) {
  .p-serviceSub-field__textArea {
    gap: 1.875rem;
  }
}

.p-serviceSub-field__head {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.p-serviceSub-field__number {
  width: 3.5625rem;
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.55;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.04em;
}

.p-serviceSub-field__catch {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.75;
}

.p-serviceSub-field__text {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-serviceSub-field__text {
    font-size: 0.9375rem;
  }
}

.p-serviceSub-field__image {
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-serviceSub-field__image img {
  aspect-ratio: 334/185;
}

.p-serviceSub-field.-seo .p-serviceSub-field__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
  background-clip: text;
}
.p-serviceSub-field.-system .p-serviceSub-field__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
  background-clip: text;
}
.p-serviceSub-field.-design .p-serviceSub-field__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
  background-clip: text;
}
.p-serviceSub-field.-movie .p-serviceSub-field__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
  background-clip: text;
}

.p-serviceSub-feature__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__inner::before {
    display: block;
    position: absolute;
    top: -1.3125rem;
    left: -9.4375rem;
    width: 5.0625rem;
    height: 56.3125rem;
    background: url(../img/p-serviceSub_deco-001.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-serviceSub-feature__heading {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__heading {
    justify-content: flex-start;
  }
}

.p-serviceSub-feature__content {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__content {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }
}

.p-serviceSub-feature__list {
  display: flex;
  flex-direction: column;
  gap: 2.9375rem;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__list {
    gap: 2.375rem;
  }
}

.p-serviceSub-feature__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.4375rem;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__item {
    flex-direction: row-reverse;
    align-items: center;
    gap: 3.0625rem;
  }
}

.p-serviceSub-feature__textArea {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__textArea {
    flex-shrink: 0;
    width: 31.1875rem;
    gap: 2.1875rem;
  }
}

.p-serviceSub-feature__head {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__head {
    gap: 0.5rem;
  }
}

.p-serviceSub-feature__number {
  flex-shrink: 0;
  width: 4.5rem;
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  font-size: 2.875rem;
  line-height: 1.21;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.04em;
}

.p-serviceSub-feature__catch {
  flex-grow: 1;
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__catch {
    font-size: 1.75rem;
    white-space: nowrap;
  }
}

.p-serviceSub-feature__text {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__text {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
}

.p-serviceSub-feature__image {
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__image {
    border-radius: 1.0625rem;
  }
}
.p-serviceSub-feature__image img {
  aspect-ratio: 334/185;
}
@media (min-width: 768px) {
  .p-serviceSub-feature__image img {
    flex-grow: 1;
    aspect-ratio: 453/296;
  }
}

@media (min-width: 768px) {
  .p-serviceSub-feature.-seo .p-serviceSub-feature__inner::before {
    background: url(../img/p-serviceSub_deco-001.webp) no-repeat center center/cover;
    content: "";
  }
}
.p-serviceSub-feature.-seo .p-serviceSub-feature__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(139deg, #5dabf0 0%, #4d90e6 38.59%, #3f78de 50.05%, #376bd9 79.42%);
  background-clip: text;
}
@media (min-width: 768px) {
  .p-serviceSub-feature.-system .p-serviceSub-feature__inner::before {
    background: url(../img/p-serviceSub_deco-002.webp) no-repeat center center/cover;
    content: "";
  }
}
.p-serviceSub-feature.-system .p-serviceSub-feature__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(152deg, #d456d6 0%, #cd4fcf 38.58%, #ad31af 64.44%, #ab2fad 95.63%);
  background-clip: text;
}
@media (min-width: 768px) {
  .p-serviceSub-feature.-design .p-serviceSub-feature__inner::before {
    background: url(../img/p-serviceSub_deco-003.webp) no-repeat center center/cover;
    content: "";
  }
}
.p-serviceSub-feature.-design .p-serviceSub-feature__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(151deg, #e9c25c 0%, #ecb754 39.2%, #f3993f 56.52%, #f3993f 92.92%);
  background-clip: text;
}
.p-serviceSub-feature.-movie .p-serviceSub-feature__number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(149deg, #ff5687 0%, #fc568a 47.66%, #dc56ab 70.11%, #d956ae 115.01%);
  background-clip: text;
}

.p-serviceSub-worksSP {
  -webkit-margin-before: -6.25rem;
  margin-block-start: -6.25rem;
  padding-block: 9.6875rem 5.75rem;
  background: #353637;
}

.p-serviceSub-worksSP__content {
  -webkit-margin-before: 2.1875rem;
  margin-block-start: 2.1875rem;
}

.p-serviceSub-worksSP__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-serviceSub-worksSP__item {
  width: 100%;
}

.p-serviceSub-worksPC {
  -webkit-margin-before: -12.375rem;
  margin-block-start: -12.375rem;
  padding-block: 19.125rem 6.0625rem;
  overflow: clip;
  background: #353637;
}

.p-serviceSub-worksPC__content {
  -webkit-margin-before: 3.4375rem;
  -webkit-margin-end: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  margin-block-start: 3.4375rem;
}

.p-serviceSub-worksPC__list {
  -webkit-padding-after: 2.5rem;
  display: flex;
  padding-block-end: 2.5rem;
  overflow-x: scroll;
  gap: 2rem;
}
.p-serviceSub-worksPC__list::-webkit-scrollbar {
  height: 0.25rem;
}
.p-serviceSub-worksPC__list::-webkit-scrollbar-track {
  border-radius: 6.25rem;
  background: #f7f7f7;
}
.p-serviceSub-worksPC__list::-webkit-scrollbar-thumb {
  border-radius: 6.25rem;
}

.p-serviceSub-worksPC__item {
  flex-shrink: 0;
  width: 22.625rem;
}
.p-serviceSub-worksPC__item:last-child {
  -webkit-margin-end: 2rem;
  margin-inline-end: 2rem;
}

.p-serviceSub-worksPC.-seo .p-serviceSub-worksPC__list::-webkit-scrollbar-thumb {
  background: #7DC2FF;
}
.p-serviceSub-worksPC.-system .p-serviceSub-worksPC__list::-webkit-scrollbar-thumb {
  background: #FD8DFF;
}
.p-serviceSub-worksPC.-design .p-serviceSub-worksPC__list::-webkit-scrollbar-thumb {
  background: #f3993f;
}
.p-serviceSub-worksPC.-movie .p-serviceSub-worksPC__list::-webkit-scrollbar-thumb {
  background: #ff5687;
}

.p-serviceSub-flow {
  padding-block: 2.5rem 2.625rem;
}
@media (min-width: 768px) {
  .p-serviceSub-flow {
    padding-block: 7.1875rem 8.4375rem;
  }
}

.p-serviceSub-flow__inner {
  max-width: 19.9375rem;
}
@media (min-width: 768px) {
  .p-serviceSub-flow__inner {
    display: flex;
    align-items: flex-start;
    max-width: 69.8125rem;
    gap: 5.375rem;
  }
}

@media (min-width: 768px) {
  .p-serviceSub-flow__heading {
    flex-shrink: 0;
    width: 12.5rem;
  }
}

.p-serviceSub-flow__content {
  -webkit-margin-before: 2.5rem;
  flex-grow: 1;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-serviceSub-flow__content {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
  }
}

.p-serviceSub-flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
}
@media (min-width: 768px) {
  .p-serviceSub-flow__list {
    gap: 3.125rem;
  }
}

.p-serviceSub-flow__item {
  display: flex;
  position: relative;
  align-items: flex-start;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-serviceSub-flow__item {
    gap: 1.1875rem;
  }
}
.p-serviceSub-flow__item:last-child::before {
  display: none;
}
.p-serviceSub-flow__item::before {
  display: block;
  position: absolute;
  top: 0rem;
  bottom: -3.125rem;
  left: 1.375rem;
  width: 0.0625rem;
  border-left: 0.125rem dashed rgba(53, 54, 55, 0.2);
  content: "";
}

.p-serviceSub-flow__number {
  -webkit-margin-before: -0.5rem;
  display: -ms-grid;
  display: grid;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  place-content: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-block-start: -0.5rem;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}

.p-serviceSub-flow__itemGroup {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-serviceSub-flow__itemGroup {
    gap: 2.0625rem;
  }
}

.p-serviceSub-flow__itemTitle {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-serviceSub-flow__itemTitle {
    font-size: 1.625rem;
    line-height: 1.8;
  }
}

.p-serviceSub-flow__itemText {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-serviceSub-flow__itemText {
    font-size: 1rem;
    white-space: nowrap;
  }
}

.p-serviceSub-flow__itemButton {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}

.p-serviceSub-flow.-seo .p-serviceSub-flow__number {
  background: linear-gradient(94deg, #5dabf0 0%, #376bd9 93.85%);
}
.p-serviceSub-flow.-system .p-serviceSub-flow__number {
  background: linear-gradient(90deg, #d456d6 0.87%, #ab2fad 98.7%);
}
.p-serviceSub-flow.-design .p-serviceSub-flow__number {
  background: linear-gradient(94deg, #e9c25c 0%, #f3993f 93.85%);
}
.p-serviceSub-flow.-movie .p-serviceSub-flow__number {
  background: linear-gradient(94deg, #ff5687 0%, #d956ae 93.85%);
}

.p-serviceSub-faq {
  -webkit-margin-after: -3.9375rem;
  margin-block-end: -3.9375rem;
  padding-block: 3.9375rem 8rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-serviceSub-faq {
    -webkit-margin-after: -4.0625rem;
    margin-block-end: -4.0625rem;
    padding-block: 7.0625rem 11.75rem;
  }
}

@media (min-width: 768px) {
  .p-serviceSub-faq__inner {
    width: 58.125rem;
  }
}

.p-serviceSub-faq__heading {
  display: flex;
  justify-content: center;
}

.p-serviceSub-faq__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-serviceSub-faq__content {
    -webkit-margin-before: 3.25rem;
    margin-block-start: 3.25rem;
  }
}

@media (min-width: 768px) {
  .u-only__sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-only__pc {
    display: none !important;
  }
}
.u-separate {
  margin-block: 24px;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */