@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "Aldrich";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/en/Aldrich-Regular.ttf") format("truetype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

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

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: hidden;
}

.l-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-container {
    padding: 0 4vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

.l-header__inner {
  padding: 0.5rem 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 1.8666666667vw 5.3333333333vw;
  }
}

.l-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__content h1 {
    width: 31.4666666667vw;
  }
}

.l-header__content h1 a {
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .l-header__content h1 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__content h1 a:hover {
    opacity: 0.7;
  }
}
.l-footer {
  padding: 7rem 2rem 4.7rem;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding: 14.4vw 4vw;
  }
}

.l-footer__link {
  width: fit-content;
  margin: 0 auto;
}

.l-footer__link a {
  display: block;
  text-align: center;
  margin-top: 2.4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__link a {
    margin-top: 5.3333333333vw;
  }
}

.l-footer__link a:first-child {
  margin-top: 0;
}

.l-tooer__logo {
  width: 23.3rem;
  margin: 0 auto;
  margin-top: 4.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-tooer__logo {
    width: 62.1333333333vw;
    margin-top: 10.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-footer__link a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__link a:hover {
    opacity: 0.7;
  }
}
.c-btn-line {
  background-color: #00c300;
  border-radius: 0.6rem;
  width: 18rem;
  padding: 0.4rem 0.5rem 0.5rem;
  color: #ffffff;
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-line {
    width: 37.3333333333vw;
    padding: 1.0666666667vw 5.3333333333vw;
    border-radius: 1.6vw;
    box-shadow: none;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn-line:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn-line:hover {
    opacity: 0.7;
  }
}
.c-btn-line span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-line span {
    font-size: 3.2vw;
  }
}

.c-btn-line div {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-line div {
    column-gap: 0.5333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-line div img {
    width: 5.8666666667vw;
  }
}

.c-btn-line div p {
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-line div p {
    font-size: 3.7333333333vw;
  }
}

.c-btn-line02 {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  background-color: #00c300;
  border-radius: 1rem;
  border: 2px solid #ffffff;
  width: 57rem;
  margin: 0 auto;
  padding: 2.3rem 1rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-line02 {
    width: 80vw;
    column-gap: 5.3333333333vw;
    font-size: 4.8vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}

.c-btn-line02 span {
  position: absolute;
  top: -3.6rem;
  left: -11rem;
  width: 30rem;
  background: linear-gradient(145deg, #a144f0 0%, #e441de 48%, #fe6352 100%);
  border: 2px solid #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 0.8rem 1.2rem;
  transform: rotate(-15deg);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-line02 span {
    font-size: 3.7333333333vw;
    border: 0.5333333333vw solid #ffffff;
    transform: none;
    left: 50%;
    transform: translateX(-50%);
    width: 64vw;
    padding: 1.0666666667vw 3.2vw;
    box-shadow: none;
    top: -8vw;
  }
}

.c-btn-line02 div {
  display: flex;
  column-gap: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-line02 div {
    column-gap: 1.6vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-line02 img {
    width: 2.6666666667vw;
  }
}

.c-btn-line02 div img {
  width: 5.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-line02 div img {
    width: 8.5333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn-line02:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn-line02:hover {
    opacity: 0.7;
  }
}
.c-title01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 {
    column-gap: 0.5333333333vw;
    flex-wrap: wrap;
  }
}

.c-title01 img {
  margin-bottom: -1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 img {
    margin-bottom: -2.6666666667vw;
    width: 11.2vw;
  }
}

.c-title01 p {
  font-size: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 p {
    font-size: 6.4vw;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-title01-txt-sp {
    width: 100%;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}

.c-title01-box {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01-box {
    column-gap: 0.5333333333vw;
  }
}

.c-title01-box span {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01-box span {
    font-size: 3.2vw;
  }
}

.c-title01-box div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  font-size: 7.2rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(145deg, #a144f0 0%, #e441de 48%, #fe6352 100%);
}
@media only screen and (max-width: 47.9375em) {
  .c-title01-box div {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 6.4vw;
  }
}

.c-title02 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 {
    font-size: 4.2666666667vw;
  }
}

.c-title02 span {
  display: block;
  background: linear-gradient(145deg, #a144f0 0%, #e441de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 span {
    font-size: 6.4vw;
  }
}

.c-title03 {
  font-size: 4rem;
  font-family: "Aldrich", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 {
    font-size: 4.8vw;
  }
}

.c-title03 span {
  font-size: 7.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 span {
    font-size: 8.5333333333vw;
  }
}

.c-title04 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 {
    font-size: 6.4vw;
  }
}

.c-title04 span {
  font-size: 2.4rem;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 span {
    font-size: 3.7333333333vw;
  }
}

.c-title05 h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 5.6rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0rem 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 h2 {
    font-size: 6.4vw;
    padding: 1.0666666667vw 10.6666666667vw;
  }
}

.c-title05 h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  transform: skewX(-15deg);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 h2::after {
    transform: skewX(-20deg);
  }
}

.c-title05 p {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 p {
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}

.c-list01 li {
  padding-left: 3.6rem;
  position: relative;
  font-size: 2.4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li {
    font-size: 3.7333333333vw;
    margin-top: 4.5333333333vw;
    padding-left: 4.8vw;
    letter-spacing: -0.05em;
  }
}

.c-list01 li::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../assets/images/common/icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li::after {
    width: 3.2vw;
    height: 3.2vw;
    top: 1.6vw;
  }
}

.c-list01 li:first-child {
  margin-top: 0;
}

.c-list01 li span {
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li span {
    display: block;
  }
}

.c-list02-wrap {
  display: flex;
  justify-content: center;
}

.c-list02 li {
  position: relative;
  font-size: 2.4rem;
  padding-left: 1.6rem;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li {
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
    margin-top: 8vw;
  }
}

.c-list02 li:first-child {
  margin-top: 0;
}

.c-list02 li::after {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #333333;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li::after {
    width: 0.8vw;
    height: 0.8vw;
    top: 2.6666666667vw;
  }
}

.c-txt01 {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt01 {
    font-size: 3.7333333333vw;
  }
}

.c-txt02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt02 {
    font-size: 3.7333333333vw;
  }
}

.c-txt03 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt03 {
    font-size: 3.7333333333vw;
  }
}

.c-txt03::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  height: 0.2rem;
  background-color: #333333;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt03::after {
    bottom: 0;
    height: 0.2666666667vw;
  }
}

.c-img01 {
  display: flex;
  justify-content: center;
  column-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img01 {
    flex-wrap: wrap;
    row-gap: 6.4vw;
  }
}

.c-img01 div {
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .c-img01 div {
    width: 42.6666666667vw;
  }
}

.c-img02 {
  width: 34rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-img02 {
    width: 58.6666666667vw;
  }
}

.c-img04 {
  width: 44.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-img04 {
    width: 58.6666666667vw;
  }
}

.c-img04 img {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.p-home__fv {
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__fv {
    margin-top: 17.0666666667vw;
  }
}

.p-home__sec01 {
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  padding: 12rem 0 5.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 {
    padding: 16vw 0;
  }
}

.p-home__sec01-content {
  border-radius: 8rem;
  background-color: #fbfbfb;
  padding: 2.8rem 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-content {
    padding: 9.6vw 3.7333333333vw;
    border-radius: 8vw;
  }
}

.p-home__sec01-box {
  display: flex;
  justify-content: space-between;
  margin-top: 8.4rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-box {
    flex-wrap: wrap;
    margin-top: 19.7333333333vw;
  }
}

.p-home__sec01-block {
  width: 60rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-block {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-block:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    row-gap: 18.6666666667vw;
    margin-top: 18.6666666667vw;
  }
}

.p-home__sec01-item.item02 .c-title02 div {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item.item02 .c-title02 div {
    column-gap: 0.2666666667vw;
  }
}

.p-home__sec01-item.item02 .c-title02 div img {
  width: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item.item02 .c-title02 div img {
    width: 5.3333333333vw;
  }
}

.p-home__sec01-item.item03 .c-title02 p {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.p-home__sec01-item.item03 .c-title02 p::after {
  content: "";
  position: absolute;
  left: 96%;
  top: 0;
  background-image: url(../../assets/images/common/hand.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.3rem;
  height: 4.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item.item03 .c-title02 p::after {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}

.p-home__sec01-item {
  padding: 6rem 4rem;
  border: 0.8rem solid;
  border-image: linear-gradient(145deg, #a144f0 0%, #e441de 100%) 1;
  position: relative;
  margin-top: 9rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item {
    padding: 15.2vw 3.7333333333vw 9.0666666667vw;
    border: 1.0666666667vw solid;
    border-image: linear-gradient(145deg, #a144f0 0%, #e441de 100%) 1;
    margin-top: 0;
    width: 100%;
  }
}

.p-home__sec01-item:first-child {
  margin-top: 0;
}

.p-home__sec01-item .tokuten {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6.4rem;
  width: 11.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item .tokuten {
    width: 24vw;
    top: -12.8vw;
  }
}

.p-home__sec01-item .c-title02 {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item .c-title02 {
    margin-bottom: 5.3333333333vw;
  }
}

.p-home__sec01-item.item01::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6rem;
  height: 8.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item.item01::after {
    width: 10.6666666667vw;
    height: 14.6666666667vw;
    bottom: -8vw;
  }
}

.p-home__sec01-img01 {
  width: 38rem;
  margin: 0 auto;
  margin-top: 3.6rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-img01 {
    width: 64.8vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec01-item02 p {
  margin-top: 1.8rem;
  position: relative;
  z-index: 1;
}

.p-home__sec01-item02 p:first-child,
.p-home__sec01-item02 p:nth-child(2) {
  margin-top: 0;
}

.p-home__sec01-img02 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-img02 {
    margin-top: 12.8vw;
  }
}

.p-home__sec01 .c-btn-line02 {
  margin-top: 15rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 .c-btn-line02 {
    margin-top: 24vw;
  }
}

.p-home__sec02 {
  padding: 4rem 0 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 {
    padding: 10.6666666667vw 0;
  }
}

.p-home__sec02-title {
  width: 71.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-title {
    width: 92vw;
  }
}

.p-home__sec02-content01 {
  margin-top: 2.6rem;
}

.p-home__sec02-item01 {
  position: relative;
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item01 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 37.3333333333vw;
  }
}

.p-home__sec02-item01:first-child {
  margin-top: 0;
}

.media-bg01 {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .media-bg01 {
    left: 0;
    transform: none;
    top: 1.6vw;
    width: 94.9333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item01:nth-child(2) .media-bg01 {
    right: 0;
    left: auto;
    width: 94.9333333333vw;
  }
}

.p-home__sec02-wrap01 {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-wrap01 .c-title04 {
    margin-top: 4.8vw;
  }
}

.p-home__sec02-wrap01 .c-txt02 {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-wrap01 .c-txt02 {
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec02-img-wrap {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img-wrap {
    flex-wrap: wrap;
    row-gap: 6.4vw;
    margin-top: 6.4vw;
  }
}

.p-home__sec02-img-wrap02 {
  width: 60rem;
  position: relative;
  margin: 0 auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img-wrap02 {
    width: 66.6666666667vw;
    margin-top: 14.6666666667vw;
  }
}

.p-home__sec02-img-wrap03 {
  position: relative;
  max-width: 92rem;
  margin: 0 auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img-wrap03 {
    width: 66.6666666667vw;
    margin-top: 6.4vw;
  }
}

.p-home__sec02-img05 {
  max-width: 59rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img05 {
    width: 66.6666666667vw;
  }
}

.p-home__sec02-img06 {
  position: absolute;
  bottom: -11.6rem;
  right: 0;
  width: 50rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img06 {
    width: 66.6666666667vw;
    position: relative;
    bottom: auto;
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec02-img04 {
  position: absolute;
  width: 16rem;
  top: -14rem;
  left: -10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img04 {
    width: 20.8vw;
    top: -18.6666666667vw;
    left: -5.3333333333vw;
  }
}

.p-home__sec02-img01 {
  width: 60rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img01 {
    width: 76vw;
  }
}

.p-home__sec02-img02 {
  width: 21.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img02 {
    width: 34.6666666667vw;
  }
}

.p-home__sec02-content02 {
  margin-top: 19rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-content02 {
    margin-top: 26.6666666667vw;
  }
}

.p-home__sec02-content02-title {
  text-align: center;
}

.p-home__sec02-content02-title h2 {
  font-size: 4.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-content02-title h2 {
    font-size: 4.8vw;
  }
}

.p-home__sec02-content02-title h2 span {
  padding: 1.2rem;
  color: #ffffff;
  font-size: 5.6rem;
  font-weight: 700;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-content02-title h2 span {
    font-size: 6.4vw;
    padding: 0.5333333333vw 3.2vw;
    margin: 0 1.0666666667vw;
  }
}

.p-home__sec02-content02-title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  font-size: 4.8rem;
  font-weight: 700;
  column-gap: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-content02-title h3 {
    flex-wrap: wrap;
    margin-top: 4.8vw;
    font-size: 4.8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-content02-title h3 img {
    width: 24.5333333333vw;
    margin: 0 auto;
  }
}

.p-home__sec02-box02 {
  max-width: 1260px;
  margin: 0 auto;
  margin-top: 11rem;
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-box02 {
    width: 76.8vw;
    margin-top: 14.4vw;
    flex-wrap: wrap;
    row-gap: 21.3333333333vw;
  }
}

.p-home__sec02-item02 {
  width: 40rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item02 {
    width: 100%;
  }
}

.p-home__sec02-txt-box {
  position: relative;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt-box {
    margin-top: 3.2vw;
  }
}

.p-home__sec02-txt-box .grad-border-block {
  position: relative;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  border-radius: 10px;
  padding: 3px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: -2.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt-box .grad-border-block {
    margin-bottom: -3.2vw;
    padding: 0.8vw;
    border-radius: 1.6vw;
  }
}

.p-home__sec02-txt-box .grad-border-content {
  background: #ffffff;
  border-radius: 6px;
  padding: 1rem 1.4rem;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt-box .grad-border-content {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 3.7333333333vw;
    border-radius: 1.0666666667vw;
    line-height: 1.2;
  }
}

.p-home__sec02-txt-box .grad-border-content img {
  position: absolute;
  top: -1rem;
  left: -1rem;
  transform: rotate(-23deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt-box .grad-border-content img {
    width: 8.5333333333vw;
    top: -2.6666666667vw;
    left: -2.6666666667vw;
  }
}

.p-home__sec02-txt-box h4 {
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  width: 100%;
  padding: 2.7rem 1rem 1rem 1rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt-box h4 {
    font-size: 6.4vw;
    width: 64vw;
    margin: 0 auto;
    padding: 3.2vw 2.6666666667vw;
  }
}

.p-home__sec02-txt-box h4 span {
  font-size: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt-box h4 span {
    font-size: 6.4vw;
  }
}

.p-home__sec03 {
  background-color: #e9e9e9;
  padding: 6.8rem 0 8.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03 {
    padding: 10.6666666667vw 0;
  }
}

.p-home__sec03-title {
  width: 50rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-title {
    width: 62.9333333333vw;
  }
}

.p-home__sec03-content {
  margin-top: 7rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-content {
    width: 80vw;
    margin: 0 auto;
    margin-top: 11.7333333333vw;
  }
}

.p-home__sec03-content img {
  position: absolute;
  right: 6.8rem;
  bottom: -8.5rem;
  width: 36rem;
}
.p-home__sec03-content p {
  padding: 1.8rem 2.4rem;
  border: 2px solid #333333;
  border-radius: 1rem;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 7rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-content p {
    font-size: 4.2666666667vw;
    text-align: center;
    border-radius: 2.6666666667vw;
    padding: 4.8vw 5.3333333333vw;
    width: 100%;
    margin-top: 9.6vw;
  }
}

.p-home__sec03-content p::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  background-image: url(../../assets/images/home/deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.3rem;
  height: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-content p::after {
    width: 9.3333333333vw;
    height: 6.4vw;
    top: -4.2666666667vw;
    left: -4.8vw;
  }
}

.p-home__sec03-content p:first-child {
  margin-top: 0;
}

.p-home__sec04 {
  padding: 9rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 {
    padding: 6.4vw 0;
  }
}

.p-home__sec04-content {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.p-home__sec04-deco01 {
  position: absolute;
  left: -31rem;
  bottom: -1rem;
  width: 34rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-deco01 {
    width: 29.3333333333vw;
    left: -14.9333333333vw;
    bottom: 2.6666666667vw;
  }
}

.p-home__sec04-deco02 {
  position: absolute;
  right: -25rem;
  bottom: -1rem;
  width: 30.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-deco02 {
    width: 26.6666666667vw;
    right: -12.2666666667vw;
    bottom: 2.6666666667vw;
  }
}

.p-home__sec04-title {
  background: linear-gradient(145deg, #a144f0 0%, #e441de 48%, #fe6352 100%);
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3.6rem;
  padding: 3rem 2.5rem 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-title {
    font-size: 4.2666666667vw;
    margin-top: 3.2vw;
    padding: 4.2666666667vw 3.2vw 2.1333333333vw;
    background: linear-gradient(145deg, #a144f0 0%, #e441de 100%);
  }
}

.p-home__sec04-title span {
  position: relative;
}

.p-home__sec04-title span::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-title span::after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: -1.6vw;
  }
}

.p-home__sec04-deco {
  width: fit-content;
  margin: 0 auto;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-deco {
    margin-top: 3.2vw;
  }
}

.p-home__sec04-deco span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  margin-top: 0.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-deco span {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    margin-top: 1.0666666667vw;
  }
}

.p-home__sec04-deco span:first-child {
  margin-top: 0;
}

.p-home__sec04-title02 {
  font-size: 4rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 5.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-title02 {
    margin-top: 4.8vw;
    font-size: 4.8vw;
  }
}

.p-home__sec04-title02 span {
  font-size: 7.2rem;
  background: linear-gradient(120deg, #d8a5ff 0%, #5bc3db 59%, #a4e2f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-title02 span {
    font-size: 6.4vw;
  }
}

.p-home__sec05 {
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  padding-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 {
    background: linear-gradient(90deg, #9170fc 0%, #6addea 100%);
    padding-bottom: 10.6666666667vw;
  }
}

.p-home__sec05 .wave01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-home__sec05 .wave02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-home__sec05 .l-container {
  position: relative;
  z-index: 1;
}

.p-home__sec05-title {
  position: relative;
}

.p-home__sec05-title::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 720px solid transparent;
  border-left: 720px solid transparent;
  border-top: 352px solid #ffffff;
  border-bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-title::after {
    border-right: 53.3333333333vw solid transparent;
    border-left: 53.3333333333vw solid transparent;
    border-top: 26.6666666667vw solid #ffffff;
  }
}

.p-home__sec05-title div {
  padding-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-title div {
    padding-top: 8vw;
  }
}

.p-home__sec05-title h2 {
  position: relative;
  text-align: center;
  z-index: 1;
  background-color: #333333;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  padding: 1.6rem 3rem 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-title h2 {
    font-size: 4.8vw;
    padding: 1.0666666667vw 3.7333333333vw;
  }
}

.p-home__sec05-title h2 span {
  position: relative;
  font-size: 5.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-title h2 span {
    font-size: 6.4vw;
  }
}

.p-home__sec05-title h2 span::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ffffff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-title h2 span::after {
    display: none;
  }
}

.p-home__sec05-title h2 span.color {
  background: linear-gradient(120deg, #d8a5ff 0%, #5bc3db 59%, #a4e2f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.2rem;
  margin-right: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-title h2 span.color {
    font-size: 6.4vw;
    margin-right: 0.8vw;
  }
}

.p-home__sec05-title h2 span.color::after {
  content: none;
}

.p-home__sec05-subtitle {
  margin-top: 15.5rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-subtitle {
    margin-top: 10.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 2.3;
  }
}

.p-home__sec05-subtitle span {
  color: #ffffff;
  background-color: #333333;
  line-height: 1;
  padding: 0.2rem 1.2rem;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-subtitle span {
    padding: 1.0666666667vw 3.2vw;
    margin: 0 1.0666666667vw;
  }
}

.p-home__sec05-content {
  margin-top: 11.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-content {
    margin-top: 11.2vw;
  }
}

.p-home__sec05-box {
  max-width: 95rem;
  margin: 0 auto;
  border-radius: 2rem;
  background-color: #ffffff;
  padding: 9rem 8.5rem;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 11rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box {
    width: 88vw;
    margin: 0 auto;
    padding: 10.6666666667vw 2.6666666667vw;
    margin-top: 14.9333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.p-home__sec05-box:first-child {
  margin-top: 0;
}

.p-home__sec05-deco01 {
  position: absolute;
  width: 20.1rem;
  top: -4rem;
  right: -4rem;
}

.p-home__sec05-deco02 {
  position: absolute;
  width: 27.5rem;
  left: -9rem;
  bottom: -1.4rem;
}

.p-home__sec05-box h3 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box h3 {
    font-size: 4.8vw;
  }
}

.p-home__sec05-box.p-home__sec05-box03 h3 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box.p-home__sec05-box03 h3 {
    font-size: 4.8vw;
    line-height: 1.4;
  }
}

.p-home__sec05-box.p-home__sec05-box03 h3 span {
  font-size: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box.p-home__sec05-box03 h3 span {
    font-size: 6.4vw;
  }
}

.p-home__sec05-box h3 span {
  background: linear-gradient(180deg, #a144f0 0%, #e441de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box h3 span {
    font-size: 6.4vw;
  }
}

.p-home__sec05-box h4 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.8rem;
  background-color: #f4f4f4;
  padding: 1.4rem 4.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box h4 {
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 3.2vw;
    margin-top: 3.2vw;
  }
}

.p-home__sec05-box h4 span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box h4 span {
    font-size: 4.2666666667vw;
  }
}

.p-home__sec05-box .c-list01 {
  width: 53.6rem;
  margin: 0 auto;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box .c-list01 {
    width: 59.7333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box .c-list01 li {
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box .c-list01 li span {
    font-size: 3.7333333333vw;
  }
}

.p-home__sec05-box.p-home__sec05-box02 .c-list01 {
  width: auto;
  margin: 0;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box.p-home__sec05-box02 .c-list01 {
    width: 72vw;
    margin: 0 auto;
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec05-box.p-home__sec05-box03 .c-list01 {
  width: auto;
  margin: 0;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box.p-home__sec05-box03 .c-list01 {
    width: 72vw;
    margin: 0 auto;
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec05-box .c-list01 li {
  margin-top: 1rem;
}

.p-home__sec05-box.p-home__sec05-box02 .c-list01 li {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box.p-home__sec05-box02 .c-list01 li {
    margin-top: 8.5333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__sec05-box.p-home__sec05-box03 .c-list01 li {
  margin-top: 3.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box.p-home__sec05-box03 .c-list01 li {
    font-size: 3.7333333333vw;
    margin-top: 8.5333333333vw;
  }
}

.p-home__sec05-box .c-list01 li:first-child,
.p-home__sec05-box.p-home__sec05-box02 .c-list01 li:first-child,
.p-home__sec05-box.p-home__sec05-box03 .c-list01 li:first-child {
  margin-top: 0;
}

.p-home__sec05-txt {
  margin-top: 3.6rem;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-txt {
    margin-top: 6.9333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__sec05-txt.p-home__sec05-txt02 {
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-txt.p-home__sec05-txt02 {
    margin-top: 4.8vw;
  }
}

.c-line-grade {
  position: relative;
  font-weight: 700;
}

.c-line-grade::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
}
@media only screen and (max-width: 47.9375em) {
  .c-line-grade::after {
    height: 0.5333333333vw;
  }
}

.p-home__sec05-txt span.box {
  border: 0.25rem solid;
  border-image: linear-gradient(95deg, #9170fc 0%, #6addea 100%) 1;
  font-weight: 700;
  padding: 0rem 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-txt span.box {
    border: 0.8vw solid;
    border-image: linear-gradient(95deg, #9170fc 0%, #6addea 100%) 1;
    padding: 0 1.6vw;
    margin: 0 0.5333333333vw;
  }
}

.p-home__sec05-img {
  width: 72vw;
  margin: 0 auto;
  margin-top: 7.2vw;
}

.p-home__sec05-box .c-img01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box .c-img01 {
    margin-top: 4vw;
  }
}

.p-home__sec05-box .c-img02 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box .c-img02 {
    margin-top: 4vw;
  }
}

.p-home__sec05-box .c-img03 {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box .c-img03 {
    margin-top: 4vw;
  }
}

.p-home__sec05-box .c-img04 {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-box .c-img04 {
    margin-top: 5.3333333333vw;
  }
}

.l-container.l-container-home06 {
  padding: 0;
}

.p-home__sec06 {
  position: relative;
  padding-bottom: 8rem;
}

.p-home__sec06 .l-container {
  position: relative;
  z-index: 1;
}

.p-home__sec06-bg01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-bg01 {
    top: 42%;
  }
}

.p-home__sec01-title {
  max-width: 84.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-title {
    width: 74.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-scroll {
    margin-top: 40vw;
    width: 33.3333333333vw;
  }
}

.p-home__sec06-title {
  position: relative;
}

.p-home__sec06-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* border-left + border-right の合計 */
  height: 35.2rem;
  background: linear-gradient(95deg, #878df8 0%, #6addea 100%);
  clip-path: polygon(100% 0, 50% 100%, 0 0);
  margin-top: -0.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-title::after {
    height: 22.9333333333vw;
    background: linear-gradient(90deg, #9170fc 0%, #6addea 100%);
    clip-path: polygon(100% 0, 50% 100%, 0 0);
  }
}

.p-home__sec06-title div {
  padding-top: 13rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-title div {
    padding-top: 6.4vw;
  }
}

.p-home__sec06-title h2 {
  position: relative;
  text-align: center;
  z-index: 1;
  background-color: #333333;
  color: #ffffff;
  font-size: 5.6rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  padding: 0rem 6.8rem 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-title h2 {
    font-size: 4.8vw;
    padding: 0.5333333333vw 5.8666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-title h2 span {
    font-size: 6.4vw;
  }
}

.p-home__sec06-title h2 span.color {
  background: linear-gradient(120deg, #d8a5ff 0%, #5bc3db 59%, #a4e2f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.2rem;
  margin-right: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-title h2 span.color {
    font-size: 6.4vw;
  }
}

.p-home__sec06-title h2 span.color::after {
  content: none;
}

.p-home__sec06-txt-box {
  margin-top: 14.5rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt-box {
    margin-top: 9.8666666667vw;
  }
}

.p-home__sec06-txt01 p {
  margin-top: 5.6rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt01 p {
    font-size: 3.7333333333vw;
    margin-top: 4.8vw;
  }
}

.p-home__sec06-txt01 p span {
  position: relative;
}

.p-home__sec06-txt01 p span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt01 p span::after {
    height: 0.5333333333vw;
    bottom: 0.8vw;
    z-index: -1;
  }
}

.p-home__sec06-txt01 p:first-child {
  margin-top: 0;
}

.p-home__sec06-txt02 {
  margin-top: 5.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 2.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt02 {
    margin-top: 7.4666666667vw;
    column-gap: 4.8vw;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt02 div {
    width: 5.8666666667vw;
  }
}

.p-home__sec06-txt02 span {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt02 span {
    font-size: 6.4vw;
  }
}

.p-home__sec06-txt02 span::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -1.4rem;
  background-image: url(../../assets/images/common/icon02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt02 span::after {
    width: 2.6666666667vw;
    height: 2.1333333333vw;
    top: 2.1333333333vw;
    left: -3.2vw;
  }
}

.p-home__sec06-txt02 span::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: -1.4rem;
  background-image: url(../../assets/images/common/icon03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt02 span::before {
    width: 2.6666666667vw;
    height: 2.1333333333vw;
    top: 2.1333333333vw;
    right: -3.2vw;
  }
}

.p-home__sec06-txt02 p {
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt02 p {
    font-size: 3.7333333333vw;
  }
}

.p-home__sec06-txt03 {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt03 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec06-txt03 p {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt03 p {
    font-size: 6.4vw;
  }
}

.p-home__sec06-txt03 p span {
  background-color: #333333;
  color: #ffffff;
  padding: 0rem 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-txt03 p span {
    padding: 0 2.1333333333vw;
    margin: 0 0.5333333333vw;
  }
}

.p-home__sec06-table-wrap {
  margin-top: 19rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-table-wrap {
    overflow: scroll;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-top: 4.8vw;
  }
}

.p-home__sec06-table {
  max-width: 110rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-table {
    max-width: none;
    width: 172.2666666667vw;
  }
}

.p-home__sec06 .c-btn-line02 {
  margin-top: 17rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06 .c-btn-line02 {
    margin-top: 21.8666666667vw;
  }
}

.p-home__sec07 {
  padding: 12rem 0 31rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07 {
    padding: 8vw 0 26.6666666667vw;
  }
}

.p-home__sec07 .l-container {
  position: relative;
}

.p-home__sec07-bg01 {
  position: absolute;
  top: -13rem;
  right: -24rem;
  width: 98rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-bg01 {
    width: 65.0666666667vw;
    top: -10.6666666667vw;
    right: 0;
  }
}

.p-home__sec07-bg02 {
  position: absolute;
  bottom: -31rem;
  left: -24rem;
  width: 98rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-bg02 {
    bottom: -18.6666666667vw;
    width: 65.0666666667vw;
    left: 0;
  }
}

.p-home__line {
  display: block;
  margin: 3.2rem auto;
  width: 0.4rem;
  height: 7.6rem;
  background: linear-gradient(145deg, #a144f0 0%, #e441de 100%);
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__line {
    width: 1.0666666667vw;
    height: 10.6666666667vw;
    margin: 6.4vw auto;
    border-radius: 2.6666666667vw;
  }
}

.p-home__sec07-content {
  max-width: 105rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-content {
    width: 85.3333333333vw;
  }
}

.p-home__box01 {
  width: 100%;
  padding: 0.4rem;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  border-radius: 2.4rem;
  margin-top: 3.2rem;
  height: 20rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__box01 {
    height: auto;
    border-radius: 6.4vw;
    margin-top: 8.5333333333vw;
    padding: 0.5333333333vw;
  }
}

.p-home__box01-inner {
  background: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__box01-inner {
    padding: 7.4666666667vw 4vw;
    border-radius: 5.8666666667vw;
  }
}

.p-home__box01:first-child {
  margin-top: 0;
}

.p-home__box01 h3 {
  text-align: center;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__box01 h3 {
    font-size: 6.4vw;
    line-height: 1.2;
  }
}

.p-home__box01 .c-list02-wrap {
  margin-top: 1.4rem;
}

.p-home__box01 p {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__box01 p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec07-content02 {
  max-width: 105rem;
  margin: 0 auto;
  margin-top: 19rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-content02 {
    margin-top: 19.2vw;
  }
}

.p-home__sec07-content02 .p-home__box01 {
  height: 62rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-content02 .p-home__box01 {
    height: auto;
    width: 85.3333333333vw;
    margin: 0 auto;
  }
}

.p-home__sec07 .c-list01 li span {
  background: linear-gradient(145deg, #a144f0 0%, #e441de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-content02 .c-list01 li span {
    display: inline;
  }
}

.p-home__sec08 {
  padding: 2rem 0 8rem;
  background-image: url(../../assets/images/home/bg06.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08 {
    padding: 5.8666666667vw 0 7.4666666667vw;
    background-image: url(../../assets/images/home/bg06_sp.png);
  }
}

.p-home__sec08-title {
  text-align: center;
}

.p-home__sec08-title p {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  border-radius: 10rem;
  width: fit-content;
  margin: 0 auto;
  padding: 0 4.8rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-title p {
    font-size: 6.4vw;
    border-radius: 26.6666666667vw;
    padding: 0 10.6666666667vw;
  }
}

.p-home__sec08-title p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 2rem;
  background: #7cadf2;
  clip-path: polygon(100% 0, 50% 100%, 0 0);
  margin-top: -0.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-title p::after {
    height: 4.2666666667vw;
    width: 2.6666666667vw;
    margin-top: -0.2666666667vw;
  }
}

.p-home__sec08-title h3 {
  font-size: 5.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-title h3 {
    font-size: 6.4vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec08-title h3 span {
  font-size: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-title h3 span {
    font-size: 6.4vw;
  }
}

.p-home__sec08-content {
  max-width: 74rem;
  margin: 0 auto;
  margin-top: 5.6rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-content {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec08-content::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1.2rem;
  height: 100%;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  z-index: -1;
  transform: rotate(180deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-content::after {
    width: 3.2vw;
  }
}

.p-home__sec08-box {
  width: 100%;
  position: relative;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  border-radius: 1rem;
  padding: 0.2rem;
  height: 18rem;
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box {
    height: 26.6666666667vw;
    padding: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    width: 82.6666666667vw;
    margin-left: auto;
    margin-top: 12.8vw;
  }
}

.p-home__sec08-box:first-child {
  margin-top: 0;
}

.p-home__sec08-box-inner {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  column-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box-inner {
    border-radius: 2.6666666667vw;
    column-gap: 2.6666666667vw;
    padding: 0 2.6666666667vw 0 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box:first-child .p-home__sec08-box-inner {
    padding-left: 0.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box:nth-child(3) .p-home__sec08-box-inner {
    padding-left: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box:nth-child(4) .p-home__sec08-box-inner {
    padding-left: 0.2666666667vw;
  }
}

.p-home__sec08-box-inner P {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box-inner P {
    font-size: 3.7333333333vw;
    font-weight: 400;
  }
}

.p-home__sec08-step {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6.5rem;
  padding: 0.2rem;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  width: fit-content;
  border-radius: 100%;
  width: 13rem;
  height: 13rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-step {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    left: -8vw;
  }
}

.p-home__sec08-step .p-home__sec08-step-inner {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home__sec08-step span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-step span {
    font-size: 4.2666666667vw;
  }
}

.p-home__sec08-step p {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-step p {
    font-size: 6.4vw;
    text-align: center;
  }
}

.p-home__sec08-box-img01 {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box-img01 {
    width: 21.3333333333vw;
  }
}

.p-home__sec08-box-img02 {
  width: 13.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box-img02 {
    width: 18.1333333333vw;
  }
}

.p-home__sec08-box-img03 {
  width: 13.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box-img03 {
    width: 18.6666666667vw;
  }
}

.p-home__sec08-box-img04 {
  width: 15.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box-img04 {
    width: 18.6666666667vw;
  }
}

.p-home__sec08-box-img05 {
  width: 16.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-box-img05 {
    width: 20.2666666667vw;
  }
}

.p-home__sec08 .c-btn-line02 {
  margin-top: 26rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08 .c-btn-line02 {
    margin-top: 21.8666666667vw;
  }
}

.p-home__sec09 {
  padding: 6rem 0 10rem;
  background-image: url(../../assets/images/home/bg07.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09 {
    padding: 9.6vw 0 23.4666666667vw;
    background-image: url(../../assets/images/home/bg07_sp.png);
  }
}

.p-home__sec09-title {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 3rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-title {
    font-size: 6.4vw;
    padding: 0 5.3333333333vw;
  }
}

.p-home__sec09-title span {
  font-size: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-title span {
    font-size: 4.8vw;
  }
}

.p-home__sec09-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.2rem;
  height: 3.6rem;
  background: linear-gradient(95deg, #6addea 0%, #9170fc 100%);
  transform: rotate(-30deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-title::after {
    width: 0.5333333333vw;
    height: 6.4vw;
  }
}

.p-home__sec09-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.2rem;
  height: 3.6rem;
  background: linear-gradient(95deg, #6addea 0%, #9170fc 100%);
  transform: rotate(30deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-title::before {
    width: 0.5333333333vw;
    height: 6.4vw;
  }
}

.p-home__sec11 {
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  padding: 6.5rem 0 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec11 {
    padding: 9.6vw 0 5.3333333333vw;
  }
}

.p-home__sec11 .l-container {
  position: relative;
}

.p-home__sec11-bg01 {
  position: absolute;
  width: 56rem;
  left: -8rem;
  top: -9rem;
}

.p-home__sec11-title {
  width: fit-content;
  margin: 0 auto;
  background: #333333;
  padding: 1.6rem 8.8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec11-title {
    padding: 2.1333333333vw 8.5333333333vw;
  }
}

.p-home__sec11-title span {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec11-title span {
    font-size: 3.7333333333vw;
  }
}

.p-home__sec11-title h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec11-title h2 {
    font-size: 6.4vw;
  }
}

.p-home__sec11-title img {
  position: absolute;
  left: -5rem;
  top: -2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec11-title img {
    width: 10.1333333333vw;
    top: -4vw;
    left: -4.8vw;
  }
}

.p-home__sec09-swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-swiper {
    width: 100%;
    margin: 0;
    margin-top: 8.5333333333vw;
  }
}

.p-home__sec09-box {
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  padding: 0.4rem;
  margin-top: -3rem;
  border-radius: 2rem;
  height: 46.5277777778vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-box {
    height: auto;
    border-radius: 5.3333333333vw;
    margin-top: -5.3333333333vw;
  }
}

.p-home__sec09-box-inner {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5.5555555556vw 0;
  border-radius: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-box-inner {
    padding: 12.2666666667vw 0 10.6666666667vw;
    border-radius: 4.8vw;
  }
}

.p-home__sec09-swiper h3 {
  width: fit-content;
  margin: 0 auto;
  background-color: #333333;
  color: #ffffff;
  font-size: 1.6666666667vw;
  font-weight: 700;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-swiper h3 {
    text-align: center;
    font-size: 3.2vw;
    width: 93%;
    padding: 1.6vw;
  }
}

.p-home__sec09-swiper h3 span {
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-home__sec09-video {
  width: 80%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-video {
    width: 93%;
  }
}

.p-home__sec09-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home__sec09-box-inner p {
  text-align: center;
  font-size: 1.6666666667vw;
  margin-top: 3.4722222222vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-box-inner p {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 13.3333333333vw;
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  z-index: 10;
}

.swiper-button-prev {
  left: 19.4%;
}
@media screen and (max-width: 1440px) {
  .swiper-button-prev {
    left: 19.2%;
  }
}
@media screen and (max-width: 1220px) {
  .swiper-button-prev {
    left: 18.6%;
  }
}
@media screen and (max-width: 1100px) {
  .swiper-button-prev {
    left: 18%;
  }
}
@media screen and (max-width: 880px) {
  .swiper-button-prev {
    left: 17.2%;
  }
}

.swiper-button-next {
  right: 19.4%;
}
@media screen and (max-width: 1440px) {
  .swiper-button-next {
    right: 19.2%;
  }
}
@media screen and (max-width: 1220px) {
  .swiper-button-next {
    right: 18.6%;
  }
}
@media screen and (max-width: 1100px) {
  .swiper-button-next {
    right: 18%;
  }
}
@media screen and (max-width: 880px) {
  .swiper-button-next {
    right: 17.2%;
  }
}

.swiper-button-prev:after {
  content: "";
  background-image: url(../../assets/images/common/prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 4.2rem;
}

.swiper-button-next:after {
  content: "";
  background-image: url(../../assets/images/common/after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 4.2rem;
}

.p-home__sec10 {
  padding: 6rem 0;
}

.p-home__sec10-title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec10-title {
    font-size: 6.4vw;
  }
}

.p-home__sec10-content {
  width: 81.4rem;
  margin: 0 auto;
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec10-content {
    width: 100%;
    margin-top: 8vw;
  }
}

.details {
  margin-bottom: 4rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .details {
    margin-bottom: 6.4vw;
    border-radius: 2.6666666667vw;
  }
}
.details:last-of-type {
  margin-bottom: 0;
}

.details-summary {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
  padding: 2rem 4rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 4.2666666667vw;
    column-gap: 2.4vw;
  }
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary .btn {
  position: absolute;
  top: 37%;
  right: 4rem;
  width: 1.8rem;
  height: 1.8rem;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .btn {
    right: 5.3333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 36%;
  }
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #333333;
  border-radius: 10px;
  width: 1.8rem;
  height: 0.2rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
  transform-origin: center center;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .btn:before, .details-summary .btn:after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    top: 1.8666666667vw;
  }
}
.details-summary .btn:before {
  width: 0.2rem;
  height: 1.8rem;
  top: 0;
  left: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .btn:before {
    width: 0.5333333333vw;
    height: 4.2666666667vw;
    left: 1.8666666667vw;
  }
}
.details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}

.details-summary .head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .head {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
    padding-top: 0vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .details-summary p {
    width: 66.6666666667vw;
    line-height: 1.4;
    line-height: 1;
  }
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 2rem 4rem;
  display: flex;
  column-gap: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-content {
    padding: 5.3333333333vw 4.2666666667vw;
    column-gap: 2.4vw;
  }
}

.details-content .head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #a144f0 0%, #e441de 100%);
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Aldrich", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-content .head {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
    padding-top: 0vw;
  }
}

.details-content p {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .details-content p {
    font-size: 3.7333333333vw;
    width: 69.3333333333vw;
    font-weight: 400;
  }
}

.p-home__sec11-box {
  max-width: 72rem;
  margin: 0 auto;
  margin-top: 3.2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec11-box {
    width: 74.6666666667vw;
    margin-top: 7.4666666667vw;
  }
}

.p-home__sec11-box iframe {
  display: block;
  width: 100%;
  height: 41.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec11-box iframe {
    height: 42.6666666667vw;
  }
}

.p-home__sec12 {
  background-image: url(../../assets/images/home/bg05.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14rem 0 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12 {
    background-image: url(../../assets/images/home/bg05_sp.png);
    padding: 23.4666666667vw 0;
  }
}

.p-home__sec12-content {
  max-width: 113rem;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0 6rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-content {
    padding: 10.6666666667vw 0 8vw;
  }
}

.p-home__sec12-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/common/icon05.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10rem;
  height: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-content::after {
    width: 16.5333333333vw;
    height: 15.7333333333vw;
  }
}

.p-home__sec12-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../../assets/images/common/icon06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10rem;
  height: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-content::before {
    width: 16.5333333333vw;
    height: 15.7333333333vw;
  }
}

.p-home__sec12-content h3 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-content h3 {
    font-size: 6.1333333333vw;
    line-height: 1.3;
  }
}

.p-home__sec12-txt-wrap {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-txt-wrap {
    margin-top: 8vw;
  }
}

.p-home__sec12-txt-wrap p {
  margin-top: 5.6rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-txt-wrap p {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}

.p-home__sec12-txt-wrap p span {
  font-size: 3.2rem;
  font-weight: 700;
  background: linear-gradient(120deg, #9170fc 0%, #5bc3db 59%, #6addea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-txt-wrap p span {
    font-size: 6.4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-txt-wrap p span span {
    font-size: 3.7333333333vw;
  }
}

.p-home__sec12-txt-wrap p:first-child {
  margin-top: 0;
}

.p-home__sec12-content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 5.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-content h4 {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__sec12-content h4 span {
  background: #333333;
  padding: 0.2rem 1.2rem;
  color: #ffffff;
  margin-right: 0.2rem;
  font-size: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-content h4 span {
    font-size: 6.1333333333vw;
  }
}

.p-home__sec12-content h4 small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-content h4 small {
    font-size: 4.5333333333vw;
  }
}

.p-home__sec12-content h4 span span {
  padding: 0;
  background: linear-gradient(95deg, #9170fc 0%, #6addea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0;
}

.p-home__sec12-img01 {
  width: 0.4rem;
  margin: 0 auto;
  margin-top: -1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12-img01 {
    width: 0.5333333333vw;
    margin-top: -2.6666666667vw;
  }
}

.p-home__sec12 .c-btn-line02 {
  margin-top: 9rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec12 .c-btn-line02 {
    margin-top: 16vw;
  }
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */