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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  background: rgb(255, 178, 184);
  background: linear-gradient(85deg, rgba(255, 178, 184, 0.1979385504) 0%, rgba(237, 98, 199, 0.2) 26%, rgba(187, 21, 242, 0.2) 44%, rgba(173, 0, 255, 0.2) 48%, rgba(167, 17, 254, 0.2) 55%, rgba(154, 53, 252, 0.2) 64%, rgba(129, 126, 249, 0.2) 75%, rgba(120, 151, 248, 0.2) 80%, rgba(109, 184, 247, 0.2) 100%);
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.l-footer {
  position: relative;
  padding: 12rem 3rem 3rem;
  text-align: center;
  background: #111111;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8rem 2rem 2rem;
  }
}
.l-footer__word {
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
}
.l-footer__word img {
  width: 100%;
}
.l-footer__wrap {
  position: relative;
  z-index: 10;
}
.l-footer__catch {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__catch {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
}
.l-footer__catch img {
  display: block;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__catch img {
    max-width: 14rem;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    gap: 3rem;
  }
}
.l-footer__item a {
  font-size: 1.6rem;
  color: #ffffff;
}
.l-footer__copy {
  font-size: 1.3rem;
  margin-top: 10rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 6rem;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 4rem;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2rem 2rem;
  }
}
.l-header__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 6rem;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 10rem;
  background: #01b902;
}
@media screen and (max-width: 767px) {
  .l-header__line {
    gap: 0.7rem;
    padding: 1.5rem 2rem;
  }
}
@media (hover: hover) {
  .l-header__line:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
.l-header__line-img {
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .l-header__line-img {
    width: 2rem;
  }
}
.l-header__line-txt {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header__line-txt {
    font-size: 1.5rem;
  }
}

.l-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-logo {
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-logo__img {
  max-width: 15rem;
}
@media screen and (max-width: 767px) {
  .l-logo__img {
    max-width: 8rem;
  }
}
.l-logo__sub {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .l-logo__sub {
    font-size: 1rem;
  }
}

.p-elmBtn {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-elmBtn {
    margin-top: 5rem;
  }
}
.p-elmBtn__link {
  font-size: 2.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5rem 2rem 2.5rem 5rem;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: #ffffff;
  border-radius: 10rem;
  background: url(../../assets/img/grad-1.jpg) no-repeat center/100% 100%;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-elmBtn__link {
    font-size: 1.8rem;
    padding: 2rem 2rem 2rem 3rem;
  }
  .p-elmBtn__link img {
    width: 3rem;
  }
}
@media (hover: hover) {
  .p-elmBtn__link:hover {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

.p-elmHead__main {
  font-size: 6rem;
  font-weight: 600;
  position: relative;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmHead__main {
    font-size: 3.2rem;
    line-height: 1.2;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
  }
}
.p-elmHead__main:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmHead__main:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-elmHead__main::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.7rem);
  right: calc(50% - 0.5rem);
  width: 0.4rem;
  height: 2.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1rem;
  background: #111111;
}
.p-elmHead__main span::before, .p-elmHead__main span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: calc((100% - 2rem) / 2);
  height: 0.4rem;
  border-radius: 1rem;
  background: #111111;
}
.p-elmHead__main span::before {
  left: 0;
}
.p-elmHead__main span::after {
  right: 0;
}
.p-elmHead__sub {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-elmHead__sub {
    font-size: 2rem;
  }
}
.p-elmHead__txt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.9;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-elmHead__txt {
    font-size: 1.8rem;
  }
}
.p-elmHead__txt small {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-elmHead__txt small {
    font-size: 1.6rem;
  }
}
.p-elmHead__dec-1 {
  position: absolute;
  top: -8rem;
  right: -5rem;
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-elmHead__dec-1 {
    top: -4rem;
    right: 1rem;
    width: 3rem;
  }
}
.p-elmHead__dec-2 {
  position: absolute;
  bottom: -12rem;
  bottom: -5rem;
  left: -3rem;
  left: 1rem;
  width: 7rem;
  width: 3rem;
}
.p-elmHead.white {
  color: #ffffff;
}
.p-elmHead.white .p-elmHead__main::after {
  background: #ffffff;
}
.p-elmHead.white .p-elmHead__main span::before, .p-elmHead.white .p-elmHead__main span::after {
  background: #ffffff;
}

.p-view {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 17rem 2rem;
  background: url(../../assets/img/view_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-view {
    padding: 15rem 2rem;
  }
}
.p-view__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-view__desc {
  text-align: center;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 62rem;
  padding-bottom: 5rem;
  text-align: center;
  background: url(../../assets/img/view_bubble.svg) no-repeat center/contain;
  aspect-ratio: 582/446;
}
@media screen and (max-width: 767px) {
  .p-view__desc {
    padding-right: 2rem;
    padding-bottom: 3rem;
  }
}
.p-view__desc-ttl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-view__desc-ttl {
    font-size: 2.4rem;
  }
}
.p-view__desc-ttl b {
  font-size: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc-ttl b {
    font-size: 6.2rem;
  }
}
.p-view__desc-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
@media screen and (max-width: 767px) {
  .p-view__desc-sub {
    -webkit-transform: translate(0%, -65%);
            transform: translate(0%, -65%);
  }
}
.p-view__deco {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.p-view__deco-sub {
  text-align: center;
}
.p-view__deco-main {
  font-size: 6.2rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-view__deco-main {
    font-size: 3rem;
    line-height: 1.35;
    text-align: center;
  }
}

.p-start {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-start {
    margin: 8rem 2rem;
  }
}
.p-start__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 128rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-start__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-start__img {
  position: relative;
  width: 100%;
  max-width: 56rem;
  padding: 11rem 3rem;
  border-radius: 1.6rem;
  background: #ff44cb;
}
@media screen and (max-width: 767px) {
  .p-start__img {
    padding: 3rem;
  }
}
.p-start__bubble1 {
  position: absolute;
  top: 4rem;
  left: 4rem;
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-start__bubble1 {
    top: 1rem;
    width: 7rem;
  }
}
.p-start__bubble2 {
  position: absolute;
  top: 7rem;
  right: 5rem;
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-start__bubble2 {
    top: 5rem;
    right: 4rem;
    width: 7rem;
  }
}
.p-start__bubble3 {
  position: absolute;
  bottom: 8rem;
  left: 11rem;
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-start__bubble3 {
    bottom: 4rem;
    left: 7rem;
    width: 7rem;
  }
}
.p-start__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-start__desc-txt {
  font-size: 2rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-start__desc-txt {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 3rem;
    border-radius: 1.6rem;
    background: #ffffff;
  }
}
.p-start__desc-txt span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-start__desc-txt span {
    display: inline;
    padding: 0;
    background: unset;
  }
}
.p-start__desc-txt span:not(:last-child) {
  margin-bottom: 1.5rem;
}

.p-about {
  margin: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin: 8rem 2rem;
  }
}
.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 128rem;
  margin-top: 10rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6rem;
  }
}
.p-about__img {
  position: relative;
  width: 100%;
  max-width: 56rem;
  padding: 11rem 3rem;
  border-radius: 1.6rem;
  background: #40c4ff;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    padding: 3rem;
  }
}
.p-about__bubble1 {
  position: absolute;
  top: 4rem;
  left: 45%;
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__bubble1 {
    top: 1rem;
    left: 8rem;
    width: 7.8rem;
  }
}
.p-about__bubble2 {
  position: absolute;
  bottom: 13rem;
  left: 1rem;
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__bubble2 {
    bottom: 3rem;
    left: 1rem;
    width: 7.8rem;
  }
}
.p-about__bubble3 {
  position: absolute;
  right: 1rem;
  bottom: 20rem;
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__bubble3 {
    right: 1rem;
    bottom: 10rem;
    width: 7.8rem;
  }
}
.p-about__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
}
.p-about__desc-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-right: 2rem;
  padding-bottom: 1.8rem;
  padding-left: 2rem;
  border-bottom: solid 0.5rem #a519fe;
}
@media screen and (max-width: 767px) {
  .p-about__desc-ttl {
    font-size: 2.2rem;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-left: 0;
  }
}
.p-about__desc-txt {
  font-size: 2rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.p-about__desc-txt span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem;
  background: #ffffff;
}
.p-about__desc-txt span:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-about__desc-list {
  margin-bottom: 2.5rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__desc-list {
    padding-left: 0;
  }
}
.p-about__desc-list li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-about__desc-list li {
    font-size: 1.6rem;
  }
}
.p-about__desc-list li::before {
  content: "⚫︎";
  display: block;
}
.p-about__desc-sub {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-about__desc-sub {
    font-size: 1.6rem;
  }
}

.p-point {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-point {
    margin: 8rem 2rem;
  }
}
.p-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 128rem;
  margin-top: 12rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-point__list {
    margin-top: 8rem;
  }
}
.p-point__item {
  width: calc((100% - 4rem) / 3);
  padding: 5rem 3.5rem;
  border-radius: 1rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-point__item {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.p-point__item-ttl {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
  letter-spacing: 0.01em;
}
.p-point__item-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-point__item-txt {
    font-size: 1.7rem;
  }
}

.p-guide {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-guide {
    margin: 8rem 2rem;
  }
}
.p-guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 128rem;
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #111111;
  border-radius: 1rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-guide__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-guide__item {
  position: relative;
  width: 100%;
  padding: 5rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-guide__item {
    padding: 3rem 2rem 10rem;
  }
  .p-guide__item:last-child {
    padding-bottom: 5rem;
  }
}
.p-guide__item-num {
  width: 8rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
.p-guide__item-ttl {
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.p-guide__item-txt {
  font-size: 1.8rem;
  line-height: 2;
}
.p-guide__item-txt.center {
  text-align: center;
}
.p-guide__item:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -14rem;
  width: 40rem;
  -webkit-transform: translateY(-50%) scaleX(0.35) rotate(45deg);
          transform: translateY(-50%) scaleX(0.35) rotate(45deg);
  border: 0.3rem solid currentColor;
  border-bottom: none;
  border-left: none;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-guide__item:not(:last-child)::after {
    -webkit-transform: translate(-28%, 0) scale(1, 0.25) rotate(135deg);
            transform: translate(-28%, 0) scale(1, 0.25) rotate(135deg);
  }
}
.p-guide__note {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-guide__note {
    font-size: 1.8rem;
    line-height: 1.5;
    gap: 2rem;
  }
}
.p-guide__note::before, .p-guide__note::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 8rem;
  border-radius: 1rem;
  background: #ff44cb;
}
@media screen and (max-width: 767px) {
  .p-guide__note::before, .p-guide__note::after {
    height: 5rem;
  }
}
.p-guide__note::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.p-guide__note::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.p-coin {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-coin {
    margin: 8rem 2rem;
  }
}
.p-coin__wrap {
  max-width: 128rem;
  margin-right: auto;
  margin-left: auto;
  padding: 10rem 8rem;
  border-radius: 8rem;
  background: url(../../assets/img/coin_bg1.jpg);
}
@media screen and (max-width: 767px) {
  .p-coin__wrap {
    padding: 4rem 1rem;
    border-radius: 2rem;
  }
}
.p-coin__img {
  max-width: 80rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
.p-coin__list {
  margin-bottom: 4rem;
  padding: 2rem 5rem 5rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-coin__list {
    padding: 1rem;
  }
}
.p-coin__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-coin__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2rem;
  }
}
.p-coin__item:not(:last-child) {
  padding-bottom: 3rem;
  border-bottom: solid 1px #a5a8ad;
}
@media screen and (max-width: 767px) {
  .p-coin__item:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.p-coin__summary {
  font-size: 2.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 31rem;
  padding: 6.5rem 0;
  color: #111111;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-coin__summary {
    font-size: 1.8rem;
    padding: 3rem 0;
    border-radius: 1.6rem;
  }
}
.p-coin__summary.red {
  background: #ff5252;
}
.p-coin__summary.purple {
  background: #e040fb;
}
.p-coin__summary.blue {
  background: #40c4ff;
}
.p-coin__summary.green {
  background: #69f0ae;
}
.p-coin__summary.orange {
  background: #ffab40;
}
.p-coin__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-coin__detail {
    width: 100%;
  }
}
.p-coin__detail p {
  font-size: 2rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-coin__detail p {
    font-size: 1.6rem;
    line-height: 1.5;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.8rem;
  }
}
.p-coin__detail p span {
  font-weight: 600;
}
.p-coin__note {
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-coin__note {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-special {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-top: 10rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-special {
    padding-top: 8rem;
  }
}
.p-special__wrap {
  position: relative;
  max-width: 128rem;
  margin-right: auto;
  margin-left: auto;
  padding: 10rem 0 5rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-special__wrap {
    margin-right: -2rem;
    margin-left: -2rem;
    padding: 6rem 0;
  }
}
.p-special__wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(50% - 50vw);
  left: 0;
  height: 100%;
  border-radius: 6rem 0 0 6rem;
  background: linear-gradient(85deg, rgba(255, 178, 184, 0.1979385504) 0%, rgba(237, 98, 199, 0.2) 26%, rgba(187, 21, 242, 0.2) 44%, rgba(173, 0, 255, 0.2) 48%, rgba(167, 17, 254, 0.2) 55%, rgba(154, 53, 252, 0.2) 64%, rgba(129, 126, 249, 0.2) 75%, rgba(120, 151, 248, 0.2) 80%, rgba(109, 184, 247, 0.2) 100%);
}
.p-special__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  margin-top: 6rem;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-bottom: 2.5rem;
  background: url(../../assets/img/special_bubble.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-special__bubble {
    width: 30rem;
    margin-top: 4rem;
  }
}
.p-special__bubble-txt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-special__bubble-txt {
    font-size: 2rem;
  }
}
.p-special__bubble-txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-special__catch {
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-special__catch {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
  }
}
.p-special__splide {
  margin-right: calc(50% - 50vw - 10rem);
}
@media screen and (max-width: 767px) {
  .p-special__splide {
    margin-right: 0;
  }
}
.p-special__item {
  padding: 5rem;
  border-radius: 6rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
}
.p-special__item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-special__item p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 2.5rem;
  text-align: center;
}
.p-special__note {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-special__note {
    font-size: 1.4rem;
    right: 2rem;
  }
}
.p-special .splide__track {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-special .splide__track {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-ranking {
  margin-top: 15rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 6rem;
  }
}
.p-ranking__wrap {
  width: 90%;
  max-width: 87rem;
  margin-right: auto;
  margin-left: auto;
  background: url(../../assets/img/ranking_bg1.svg) no-repeat center/contain;
  aspect-ratio: 874/636;
}
@media screen and (max-width: 767px) {
  .p-ranking__wrap {
    width: 100%;
  }
}
.p-ranking__catch {
  max-width: 56rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}
@media screen and (max-width: 767px) {
  .p-ranking__catch {
    max-width: 26rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-ranking__star {
  max-width: 21rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}
@media screen and (max-width: 767px) {
  .p-ranking__star {
    max-width: 8rem;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
.p-ranking__desc {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 43rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-ranking__desc {
    font-size: 1.2rem;
    max-width: 24rem;
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-oshi {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-oshi {
    margin: 5rem 2rem -1rem;
  }
}
.p-oshi__wrap {
  position: relative;
  z-index: 10;
  max-width: 128rem;
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12rem;
  background: url(../../assets/img/oshi_bg1.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-oshi__wrap {
    margin-top: 6rem;
    padding-top: 0rem;
    background-repeat: repeat-y;
  }
}
.p-oshi__catch {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 65%;
  max-width: 68rem;
}
@media screen and (max-width: 767px) {
  .p-oshi__catch {
    top: 3rem;
    right: 0;
    left: unset;
  }
}
.p-oshi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-oshi__list {
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-oshi__bubble {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
  aspect-ratio: 1/1;
}
.p-oshi__bubble::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../../assets/img/bubble_dec.svg) no-repeat center/contain;
  aspect-ratio: 5/3;
}
.p-oshi__bubble.bubble-1 {
  width: 32rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #ff5252;
          box-shadow: 0.5rem 0.5rem 0 #ff5252;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble.bubble-1 {
    width: 20rem;
  }
}
.p-oshi__bubble.bubble-1::before {
  bottom: 3.5rem;
  width: 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble.bubble-1::before {
    width: 3rem;
  }
}
.p-oshi__bubble.bubble-2 {
  width: 37rem;
  margin-top: 10rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #448aff;
          box-shadow: 0.5rem 0.5rem 0 #448aff;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble.bubble-2 {
    width: 20rem;
    margin-top: -4rem;
    margin-left: auto;
  }
}
.p-oshi__bubble.bubble-2::before {
  bottom: 4.2rem;
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble.bubble-2::before {
    width: 2.4rem;
  }
}
.p-oshi__bubble.bubble-3 {
  width: 32rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #69f0ae;
          box-shadow: 0.5rem 0.5rem 0 #69f0ae;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble.bubble-3 {
    width: 20rem;
    margin-top: -4rem;
  }
}
.p-oshi__bubble.bubble-3::before {
  bottom: 3.2rem;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble.bubble-3::before {
    width: 2.4rem;
  }
}
.p-oshi__bubble.bubble-4 {
  width: 44rem;
  margin-right: 15rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #eeff41;
          box-shadow: 0.5rem 0.5rem 0 #eeff41;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble.bubble-4 {
    width: 28rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-oshi__bubble.bubble-4::before {
  bottom: 3.2rem;
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble.bubble-4::before {
    width: 6rem;
  }
}
.p-oshi__bubble.bubble-5 {
  width: 27rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #ff4081;
          box-shadow: 0.5rem 0.5rem 0 #ff4081;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble.bubble-5 {
    width: 20rem;
  }
}
.p-oshi__bubble.bubble-5::before {
  bottom: 3.2rem;
  width: 5rem;
}
.p-oshi__bubble-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble-ttl {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.p-oshi__bubble-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  max-width: 65%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble-txt {
    font-size: 1.4rem;
    max-width: 75%;
    margin-top: 0.5rem;
  }
}
.p-oshi__bubble-sub {
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-oshi__bubble-sub {
    font-size: 1.2rem;
    gap: 0.5rem;
    text-align: center;
  }
}
.p-oshi__bubble-sub::before {
  content: "";
  width: 1rem;
  height: 100%;
  background: url(../../assets/img/brackets-l.png) no-repeat left center/100% 100%;
}
.p-oshi__bubble-sub::after {
  content: "";
  width: 1rem;
  height: 100%;
  background: url(../../assets/img/brackets-r.png) no-repeat left center/100% 100%;
}
.p-oshi__img {
  width: 55%;
  max-width: 62rem;
  margin-top: -26rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-oshi__img {
    width: 75%;
    margin-top: 0;
  }
}

.p-holder {
  position: relative;
  z-index: 10;
  margin-top: 15rem;
  margin-bottom: 25rem;
  padding-top: 15rem;
  padding-right: 2rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  background: #ff4081;
}
@media screen and (max-width: 767px) {
  .p-holder {
    margin-top: 0;
    margin-bottom: 12rem;
    padding-top: 8rem;
  }
}
.p-holder__decTop {
  position: absolute;
  z-index: -1;
  top: -12rem;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-holder__decTop {
    top: -5rem;
  }
  .p-holder__decTop span {
    display: block;
    max-width: 35%;
  }
}
.p-holder__decBottom {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -12rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media screen and (max-width: 767px) {
  .p-holder__decBottom {
    bottom: -5rem;
  }
  .p-holder__decBottom span {
    display: block;
    max-width: 35%;
  }
}
.p-holder__wrap {
  max-width: 82rem;
  margin-top: 15rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-holder__wrap {
    margin-top: 6rem;
  }
}
.p-holder__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-holder__item {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
  }
}
.p-holder__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-holder__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-holder__img {
  position: relative;
  width: 100%;
  max-width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-holder__img {
    max-width: 100%;
  }
}
.p-holder__img-dec {
  position: absolute;
  bottom: 100%;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .p-holder__img-dec {
    bottom: 80%;
    left: -2rem;
    width: 11rem;
  }
}
.p-holder__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-holder__desc-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-holder__desc-ttl {
    font-size: 2.6rem;
    line-height: 1.3;
    text-align: center;
  }
}
.p-holder__desc-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2.5rem;
  color: #ffffff;
  border-top: dashed 1px rgba(255, 255, 255, 0.3607843137);
}
@media screen and (max-width: 767px) {
  .p-holder__desc-txt {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}
.p-holder__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-holder__check:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-holder__check li {
  font-size: 1.8rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-holder__check li {
    font-size: 1.5rem;
  }
  .p-holder__check li img {
    width: 1.6rem;
  }
}
.p-holder__note {
  font-size: 1.6rem;
  text-align: right;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-holder__note {
    font-size: 1.3rem;
    margin-top: 3rem;
  }
}

.p-safety {
  position: relative;
  z-index: 10;
  margin-top: 30rem;
  padding: 15rem 2rem 8rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-safety {
    margin-top: 0;
    padding: 6rem 2rem 6rem;
  }
}
.p-safety__bg {
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  left: 0;
}
.p-safety__bg img {
  width: 100%;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .p-safety__bg img {
    height: 4rem;
  }
}
.p-safety__wrap {
  max-width: 128rem;
  margin-right: auto;
  margin-left: auto;
}
.p-safety__catch {
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 12rem;
  margin-bottom: 6rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.3rem;
  text-decoration-color: #ff4081;
}
@media screen and (max-width: 767px) {
  .p-safety__catch {
    font-size: 2.4rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.p-safety__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-safety__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-safety__item {
  width: 100%;
}
.p-safety__item-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-safety__item-ttl {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.p-safety__item-txt {
  font-size: 1.6rem;
  line-height: 2;
  padding-right: 2rem;
  padding-left: 2rem;
  letter-spacing: 0.05em;
}

.p-faq {
  position: relative;
  z-index: 10;
  margin-bottom: 22rem;
  padding: 8rem 2rem 12rem;
  background: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-bottom: 10rem;
    padding: 6rem 2rem 8rem;
  }
}
.p-faq__catch {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 6rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.3rem;
  text-decoration-color: #ff4081;
}
.p-faq__bg {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.p-faq__bg img {
  width: 100%;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq__bg img {
    height: 4rem;
  }
}
.p-faq__wrap {
  max-width: 118rem;
  margin-right: auto;
  margin-left: auto;
}
.p-faq__item {
  position: relative;
  padding: 6rem;
  cursor: pointer;
  border-bottom: solid 0.3rem #fcfcfc;
  background: #f8f5fc;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 3rem 2rem;
  }
}
.p-faq__item::after {
  content: "+";
  font-size: 2.2rem;
  font-weight: 900;
  position: absolute;
  top: 6rem;
  right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  color: #111111;
  border-radius: 100%;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-faq__item::after {
    font-size: 1.3rem;
    top: 3rem;
    right: 2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-faq__item.is-open {
  background: #f2ebfd;
}
.p-faq__item.is-open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #ffffff;
  background: #111111;
}
.p-faq__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__summary {
    gap: 1rem;
  }
}
.p-faq__summary-num {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-faq__summary-num {
    width: 3rem;
  }
}
.p-faq__summary-num span {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  background-image: url(../../assets/img/grad-1.jpg);
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .p-faq__summary-num span {
    font-size: 2.2rem;
  }
}
.p-faq__summary-ttl {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-faq__summary-ttl {
    font-size: 1.7rem;
  }
}
.p-faq__detail-txt {
  font-size: 2rem;
  line-height: 1.8;
  padding-top: 2.5rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq__detail-txt {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 4rem;
  }
}

.p-issue__catch {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.5;
  width: 90%;
  max-width: 77rem;
  margin-right: auto;
  margin-bottom: 8rem;
  margin-left: auto;
  padding-top: 12rem;
  text-align: center;
  background: url(../../assets/img/issue_dec1.svg) no-repeat center/contain;
  aspect-ratio: 770/500;
}
@media screen and (max-width: 767px) {
  .p-issue__catch {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    padding-top: 6rem;
  }
}
.p-issue__catch .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
.p-issue__desc {
  text-align: center;
}
.p-issue__desc-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-issue__desc-ttl {
    font-size: 1.7rem;
  }
}
.p-issue__desc-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-issue__desc-txt {
    font-size: 1.6rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.p-issue__desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.p-issue__desc-list li {
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-issue__desc-list li {
    font-size: 1.6rem;
  }
}
.p-issue__desc-list li img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-issue__desc-list li img {
    width: 1.8rem;
  }
}

.p-cta {
  overflow: hidden;
  padding: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 8rem 2rem;
  }
}
.p-cta__wrap {
  position: relative;
  max-width: 128rem;
  margin-right: auto;
  margin-left: auto;
  padding: 16rem 3rem 12rem;
  text-align: center;
  border-radius: 12rem;
  background: url(../../assets/img/cta_bg.png) no-repeat center/cover;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    padding: 6rem 2rem 6rem;
    border-radius: 3rem;
  }
}
.p-cta__catch {
  margin-top: 8rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 767px) {
  .p-cta__catch {
    margin-top: 5rem;
    margin-bottom: -4rem;
  }
}
.p-cta__dec-img1 {
  position: absolute;
  top: -7rem;
  left: -5rem;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-cta__dec-img1 {
    top: -4rem;
    left: -6rem;
    width: 11rem;
  }
}
.p-cta__dec-img2 {
  position: absolute;
  top: -5rem;
  right: -6rem;
  width: 17.4rem;
}
@media screen and (max-width: 767px) {
  .p-cta__dec-img2 {
    top: 10rem;
    right: -4rem;
    width: 8.4rem;
  }
}
.p-cta__dec-img3 {
  position: absolute;
  bottom: 8rem;
  left: -6rem;
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-cta__dec-img3 {
    bottom: -2rem;
    left: -1.5rem;
    width: 9rem;
  }
}
.p-cta__dec-img4 {
  position: absolute;
  right: -4rem;
  bottom: -11rem;
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .p-cta__dec-img4 {
    right: -5rem;
    bottom: 2rem;
    width: 9rem;
  }
}

.p-company {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    margin: 8rem 2rem;
  }
}
.p-company__catch {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 4rem;
  font-weight: 600;
}
.p-company__logo {
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__logo {
    max-width: 10rem;
    margin-bottom: 3rem;
  }
}
.p-company__detail {
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #f2ebfd;
  padding: 10rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__detail {
    padding: 4rem 2rem;
  }
}
.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  border-bottom: solid 1px #ddd;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-company__item {
    gap: 0;
  }
}
.p-company__item dt {
  padding: 3rem 0;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company__item dt {
    padding: 1rem;
    font-size: 1.4rem;
    white-space: nowrap;
    width: 7rem;
  }
}
.p-company__item dd {
  padding: 3rem 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-company__item dd {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1rem 0;
  }
}/*# sourceMappingURL=style.css.map */