@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd,
ul, ol {
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

i, em {
  font-style: normal;
}

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

picture,
video,
canvas,
iframe,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border: none;
}

button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  a {
    opacity: 1;
    transition: 0.2s;
    transition-property: opacity, color, border, background, transform, box-shadow;
  }
  a:hover {
    opacity: 0.7;
  }
}

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

[hidden] {
  display: none !important;
}

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

main {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1D1D1D;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.4;
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes itemFadeOut {
  from {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  to {
    opacity: 0;
  }
}
.l-bg-pale {
  background: #FAF7FF;
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .l-bg-pale {
    padding-block: 8.8rem;
  }
}

.l-bg-lease {
  padding-block: 0 14rem;
  position: relative;
  z-index: 0;
}
.l-bg-lease::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 40.5rem);
  background: linear-gradient(#faf7ff 0%, #fbf8ff 44.83%, #fff 100%);
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 8rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-left: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .l-header__inner {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__right {
    display: flex;
    align-items: center;
    gap: 4.5rem;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .l-header__right {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 8rem;
  }
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 3.5rem;
    height: 8rem;
  }
}

.l-footer {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-block: 2.5rem 13rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    margin-inline: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    width: 152rem;
    max-width: calc(100% - 4rem);
    margin-inline: auto;
  }
}

.l-section {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}

:where(.l-header, .l-footer) a {
  display: block;
}

.c-btn-wrap {
  text-align: center;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn-wrap {
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-wrap--r {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-wrap--l {
    text-align: left;
  }
}
.c-btn-wrap--sd {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.c-button {
  font-size: 1.8rem;
  height: 5.2rem;
  width: 24rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
  max-width: 100%;
  background: #522393;
  padding-right: 1.3em;
  clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
  position: relative;
}
.c-button::after {
  content: "";
  position: absolute;
  background: url(../img/arw-r02.svg) no-repeat center/contain;
  height: 100%;
  top: 0;
  width: 2.7rem;
  right: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 7rem;
    width: 40rem;
    font-size: 2.4rem;
    clip-path: polygon(1.5rem 0, 100% 0, calc(100% - 1.5rem) 100%, 0% 100%);
  }
  .c-button::after {
    width: 3.5rem;
    right: 3.4rem;
  }
}
.c-button--light {
  background: #6B1AD9;
}
.c-button--w {
  color: #522393;
  background: #fff;
}
.c-button--w::after {
  background-image: url(../img/arw-r07.svg);
}
@media screen and (min-width: 768px) {
  .c-button--l {
    width: 40.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-button--s {
    font-size: 1.7rem;
    width: 18rem;
    padding-right: 1.6em;
    height: 4rem;
  }
  .c-button--s::after {
    width: 2.1rem;
  }
}
.c-button--motion {
  background-color: #6B1AD9;
}
@media screen and (min-width: 768px) {
  .c-button--motion {
    width: 38rem;
    height: 6rem;
  }
}
.c-button--motion span {
  position: relative;
  z-index: 1;
}
.c-button--motion::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.c-button--motion:hover {
  opacity: 1;
  color: #6B1AD9;
}
.c-button--motion:hover::after {
  background-image: url(../img/arw-r07.svg);
}
.c-button--motion:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.c-button--01, .c-button--02 {
  background: #fff;
  color: #6B1AD9;
  width: 44rem;
  height: 9rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-button--01, .c-button--02 {
    font-size: 2.6rem;
  }
}
.c-button--01::after, .c-button--02::after {
  background-image: url(../img/arw-r07.svg);
  right: calc(50% - 5em);
}
.c-button--01 {
  background: linear-gradient(#ece4f7 0%, #f7f4fc 100%);
}
.c-heading {
  margin-bottom: 5.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading:has(.c-heading__sub) .c-heading__title {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
.c-heading::before {
  content: "";
  position: absolute;
  background: url(../img/bg01.png) no-repeat center/contain;
  width: 30.1rem;
  height: 32.9rem;
  top: -9rem;
  left: -7rem;
}
@media screen and (max-width: 767px) {
  .c-heading::before {
    background-image: url(../img/bg01-sp.png);
    width: 17rem;
    height: 44.9rem;
    left: 0;
    top: 0;
  }
}
.c-heading__sub {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.c-heading__title {
  font-size: 5.8rem;
  font-weight: bold;
  color: #6B1AD9;
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .c-heading__title {
    font-size: 5.6rem;
    margin-bottom: 3.7rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading__title--l {
    font-size: 6.2rem;
  }
}
.c-heading__title small {
  font-size: 2.6rem;
  font-weight: 500;
}
.c-heading__lead {
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .c-heading__lead {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.c-heading__list {
  display: flex;
  margin-block: 8rem 10rem;
}
@media screen and (max-width: 767px) {
  .c-heading__list {
    margin-block: 5rem 7rem;
    flex-direction: column;
    gap: 4.3rem;
  }
}
.c-heading__list-title {
  font-size: 3rem;
  font-weight: bold;
  background-color: #6B1AD9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-heading__list-title {
    clip-path: polygon(3rem 0, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
    width: 32.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading__list-title {
    height: 7rem;
    margin-inline: -3.5rem;
  }
  .c-heading__list-title br {
    display: none;
  }
}
.c-heading__list-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-heading__list-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6rem;
  }
}
.c-heading__list-items > * {
  clip-path: polygon(2.2rem 0, 100% 0, calc(100% - 2.2rem) 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5em 2em;
  min-height: 8rem;
  line-height: 1.38;
  background: linear-gradient(#ece4f7 0%, #f5f0fd 100%);
}
@media screen and (max-width: 767px) {
  .c-heading__list-items > * {
    font-size: 2.6rem;
    height: 11rem;
    text-align: center;
  }
}

.c-title-dotline {
  color: #522393;
  font-size: 2.4rem;
  background-image: linear-gradient(to right, #6B1AD9 0 2px, transparent 2px 8px);
  background-size: 8px 1px; /* 繰り返しの幅（2px+6px=8px）とドットの太さ（1px） */
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
  padding-left: 1.83em;
  padding-bottom: 0.4em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-title-dotline {
    font-size: 3.2rem;
    padding-bottom: 0.6em;
    margin-bottom: 4rem;
  }
}
.c-title-dotline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #522393;
  width: 1.0625em;
  height: 1.4583em;
  clip-path: polygon(0.5em 0, 100% 0, calc(100% - 0.5em) 100%, 0% 100%);
}
.c-title-top {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #522393;
}
.c-title-top__en {
  font-size: 10rem;
  display: block;
  color: #6B1AD9;
}
.c-title-top--l {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-title-top--l {
    font-size: 2.4rem;
  }
  .c-title-top--l .c-title-top__en {
    font-size: 8.2rem;
  }
}
.c-title-top--w {
  color: #fff;
}
.c-title-top--w .c-title-top__en {
  color: #fff;
}
.c-title-top--hol {
  display: flex;
  align-items: center;
  gap: 1.2em;
}
@media screen and (max-width: 767px) {
  .c-title-top--hol {
    font-size: 2.4rem;
  }
}
.c-title-top--hol .c-title-top__en {
  position: relative;
  top: -0.13em;
}
@media screen and (max-width: 767px) {
  .c-title-top--hol .c-title-top__en {
    font-size: 8.2rem;
  }
}
.c-title-line {
  color: #522393;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-title-line {
    font-size: 3.2rem;
  }
}
.c-title-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.12em;
  background: #522393;
  width: 0.96em;
  height: 1.66em;
  clip-path: polygon(0.6em 0, 100% 0, calc(100% - 0.6em) 100%, 0% 100%);
}
.c-title-bg {
  position: relative;
  z-index: 0;
  color: #6B1AD9;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .c-title-bg {
    font-size: 4.4rem;
    text-align: center;
  }
}
.c-title-bg::before {
  content: "";
  position: absolute;
  background: url(../img/ttl-bg02.png) no-repeat 50%/contain;
  width: 18.3rem;
  height: 17.2rem;
  z-index: -1;
  top: -0.25em;
}
@media screen and (max-width: 767px) {
  .c-title-bg::before {
    left: 50%;
    translate: -50% 0;
  }
}
.c-title-rel {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #6B1AD9;
  display: flex;
  align-items: center;
  gap: 0.3em 1.4em;
  position: relative;
  z-index: 0;
  padding-top: 10rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-title-rel {
    padding-top: 5.5rem;
    font-size: 4rem;
    flex-direction: column;
  }
}
.c-title-rel__en {
  font-size: 10rem;
  position: relative;
  font-weight: 500;
  top: -0.13em;
}
.c-title-rel::before {
  content: "";
  position: absolute;
  background: url(../img/ttl-bg01.png) no-repeat 50%/contain;
  width: 32.7rem;
  height: 30.7rem;
  z-index: -1;
  top: -1rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .c-title-rel::before {
    left: 50%;
    translate: -50% 0;
  }
}

.c-title-prd {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  color: #6B1AD9;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .c-title-prd {
    font-size: 4rem;
  }
}
.c-title-prd-frm {
  border: solid 1px #6B1AD9;
  border-top: none;
  padding-block: 0 7rem;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-title-prd-frm {
    padding-block: 0 5rem;
  }
}
.c-title-prd-frm::after, .c-title-prd-frm::before {
  content: "";
  position: absolute;
  width: calc(50% - 30rem);
  border-bottom: solid 1px;
  border-color: inherit;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-title-prd-frm::after, .c-title-prd-frm::before {
    width: calc(50% - 25rem);
  }
}
.c-title-prd-frm::before {
  left: 0;
}
.c-title-prd-frm::after {
  right: 0;
}
.c-title-prd-frm__inner {
  padding-inline: 4.4%;
}
@media screen and (max-width: 767px) {
  .c-title-prd-frm__inner {
    padding-inline: 3rem;
  }
}
.c-title-prd-frm--short::before, .c-title-prd-frm--short::after {
  width: calc(50% - 20.5rem);
}
@media screen and (max-width: 767px) {
  .c-title-prd-frm--short::before, .c-title-prd-frm--short::after {
    width: calc(50% - 17rem);
  }
}
.c-title-prd--ls {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  translate: 0 -50%;
}
.c-title-prd--ls::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 52.5rem;
  bottom: 0;
  height: 2px;
  background: #6B1AD9;
}
@media screen and (max-width: 767px) {
  .c-title-prd--ls::before {
    width: 45rem;
  }
}
.c-title-prd--short::before {
  width: 35rem;
}
@media screen and (min-width: 768px) {
  .c-title-prd--ll {
    border-bottom: solid 1px #6B1AD9;
    padding-bottom: 0.5em;
    margin-bottom: 6rem;
  }
}

.c-switch__panel {
  display: none;
}
.c-switch__panel.is-active {
  display: block;
  animation: itemFadeIn 1s;
}

.c-loopslider {
  display: flex;
  overflow: hidden;
}
.c-loopslider ul {
  animation: scroll-left 80s infinite linear 0.5s both;
  display: flex;
  gap: 1rem;
  padding-right: 1rem;
  height: 36rem;
}
@media screen and (max-width: 767px) {
  .c-loopslider ul {
    height: 23.7rem;
  }
}
.c-loopslider li {
  display: flex;
  align-items: center;
}
.c-loopslider img {
  max-width: none;
  width: auto;
  height: 36rem;
}
@media screen and (max-width: 767px) {
  .c-loopslider img {
    height: 23.7rem;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .c-grid--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .c-grid--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-breadcrumb {
  margin-bottom: 9rem;
  color: #6B1AD9;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb a {
  color: #605F5F;
}
.c-breadcrumb a:after {
  content: "＞";
  display: inline-block;
  margin-inline: 0.8em;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__inner {
    width: 152rem;
    max-width: 100%;
  }
}
.c-breadcrumb__list {
  display: flex;
  font-size: 1.4rem;
}
.c-breadcrumb__item br {
  display: none;
}

.c-cta-btn {
  font-size: 2.6rem;
  height: 12.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  max-width: 100%;
  position: relative;
  white-space: nowrap;
}
.c-cta-btn__text {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.c-cta-btn::before, .c-cta-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: skewX(-16deg);
}
.c-cta-btn::before {
  background: #fff;
}
.c-cta-btn--mail {
  color: #fff;
}
.c-cta-btn--mail::before {
  background: #6B1AD9;
}
.c-cta-btn--mail::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .c-cta-btn--mail .c-cta-btn__text {
    padding-left: 1.5em;
  }
}
.c-cta-btn--mail .c-cta-btn__text::before {
  content: "";
  position: absolute;
  background: url(../img/ico-mail.svg) no-repeat 50%/contain;
  width: 1.33em;
  height: 100%;
  top: 0;
  margin-left: -11%;
}
.c-cta-btn--mail .c-cta-btn__text::after {
  content: "";
  position: absolute;
  background: url(../img/arw-r02.svg) no-repeat 50%/contain;
  width: 1.5em;
  height: 100%;
  top: 0;
  right: 8%;
}
@media screen and (max-width: 767px) {
  .c-cta-btn--mail .c-cta-btn__text::after {
    content: none;
  }
}
.c-cta-btn--tel {
  color: #6B1AD9;
}
.c-cta-btn--tel::before {
  background: #fff;
}
.c-cta-btn--tel::after {
  background: #D1C3E3;
  padding: 1px; /* 線の太さ */
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
.c-cta-btn--tel em {
  background: url(../img/ico-tel02.svg) no-repeat left 75%/0.615em;
  font-size: 4.8rem;
  padding-left: 0.9em;
}
.c-cta-btn--tel small {
  display: block;
  font-size: 1.8rem;
}
.c-cta-btn--small {
  font-size: 1.8rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .c-cta-btn--small {
    font-size: 2.4rem;
    width: 40rem;
    margin-inline: auto;
  }
  .c-cta-btn--small.c-cta-btn--mail .c-cta-btn__text {
    padding-left: 0;
  }
  .c-cta-btn--small.c-cta-btn--mail .c-cta-btn__text:before {
    content: none;
  }
  .c-cta-btn--small.c-cta-btn--mail .c-cta-btn__text:after {
    content: "";
  }
}
.c-cta-btn--small em {
  font-size: 2.6rem;
}
.c-cta-btn--small small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-cta-btn--small small {
    font-size: 1.3rem;
  }
}

.c-caselist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3.1%;
}
@media screen and (max-width: 767px) {
  .c-caselist {
    gap: 7.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-caselist__button-wrap {
  text-align: right;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-caselist__button-wrap {
    text-align: center;
    margin-top: 4rem;
  }
}
.c-caselist__title {
  font-weight: bold;
  font-size: 2.4rem;
  color: #522393;
  margin-block: 0.8em 0.4em;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .c-caselist__title {
    font-size: 3.2rem;
  }
}
.c-caselist__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-caselist__item {
    padding-bottom: 11rem;
  }
}
.c-caselist__meta {
  display: flex;
  color: #522393;
  font-size: 1.6rem;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .c-caselist__meta {
    font-size: 2.2rem;
  }
}
.c-caselist__category {
  font-weight: 500;
  white-space: nowrap;
}
.c-caselist__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
}
.c-caselist__tags span {
  background: #F0EAF8;
  border-radius: 3em;
  padding-inline: 1em;
}
.c-caselist__btm {
  border-top: solid 1px #D1C3E3;
  padding-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-caselist__btm {
    padding-top: 2.3rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-caselist__btm {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

.c-case-cat {
  background: #FAF7FF;
  margin-block: 6rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-case-cat {
    margin-block: 7rem 2.5rem;
  }
}
.c-case-cat__links {
  font-weight: 500;
  gap: 1.5rem;
}
.c-case-cat__links a {
  font-size: 2rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.5em 1.5em;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-case-cat__links a {
    font-size: 2.4rem;
  }
}
.c-case-cat, .c-case-tag {
  padding: 1.5rem 3rem;
  display: flex;
  color: #522393;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-case-cat, .c-case-tag {
    flex-direction: column;
    padding: 2.5rem 3rem 3.3rem;
    align-items: flex-start;
  }
}
.c-case-cat__title, .c-case-tag__title {
  font-size: 2.4rem;
  font-weight: 500;
  width: 8.4em;
}
@media screen and (max-width: 767px) {
  .c-case-cat__title, .c-case-tag__title {
    font-size: 2.8rem;
    margin-bottom: 0.8em;
  }
}
.c-case-cat__links, .c-case-tag__links {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-case-cat__links, .c-case-tag__links {
    padding-block: 2rem;
    padding-left: 4.7rem;
    border-left: dotted 1px #A288C6;
  }
}
.c-case-tag {
  border: solid 1px #D1C3E3;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-case-tag {
    margin-bottom: 7.5rem;
  }
}
.c-case-tag__links {
  gap: 0.9rem;
}
.c-case-tag__links a {
  background: #F0EAF8;
  border-radius: 3em;
  padding: 0.3em 1em;
}
@media screen and (max-width: 767px) {
  .c-case-tag__links a {
    font-size: 2rem;
  }
}

.c-rslist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3rem 3.4%;
}
@media screen and (max-width: 767px) {
  .c-rslist {
    gap: 4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-rslist__title {
  font-weight: bold;
  font-size: 3rem;
  color: #6B1AD9;
  text-align: center;
  margin-bottom: 0.6em;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .c-rslist__title {
    font-size: 3.6rem;
  }
}
.c-rslist__lead {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-rslist__lead {
    font-size: 2.2rem;
    line-height: 2.18;
  }
}
.c-rslist__figure {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-rslist__figure {
    margin-top: 3.5rem;
  }
}
.c-rslist__figure img {
  width: 100%;
}
.c-rslist__item {
  position: relative;
  background: #F4EFFC;
  padding: 6rem 9.1%;
  position: relative;
}
.c-rslist__item::before {
  content: "";
  position: absolute;
  width: 54.4%;
  background: #6B1AD9;
  height: 2px;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .c-rslist__item::before {
    width: 40rem;
  }
}
.c-rslist__item::after {
  content: "";
  position: absolute;
  width: 3.3rem;
  height: 1.5rem;
  background: #6B1AD9;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .c-rslist__item {
    padding: 4.8rem 3.5rem 4rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  font-size: 2.6rem;
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 3.4rem;
    gap: 1.5em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  font-weight: 500;
  color: #A09B9B;
}
.wp-pagenavi .current {
  color: #6B1AD9;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-weight: 400;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 1em;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 1em;
  }
}

.c-news-data {
  display: flex;
  gap: 1em;
  align-items: center;
}
.c-news-data time {
  color: #522393;
  font-size: 1.8rem;
}
.c-news-data i:not([class]) {
  color: #9A71D1;
  background: #F0EAF8;
}
.c-news-data i {
  border-radius: 3em;
  padding: 0.2em 1em;
  font-size: 1.5rem;
  text-align: center;
}

.cat-information {
  color: #522393;
  background: #F0EAF8;
}

.cat-case {
  background: #694E8E;
  color: #fff;
}

.cat-product {
  background: #6B1AD9;
  color: #fff;
}

.cat-other {
  background: #E5E5E5;
  color: #383838;
}

.c-newslist__item {
  background: radial-gradient(circle at 0.5px 0.5px, #522393 0.5px, transparent 0) 0 100% repeat-x;
  background-size: 6px 1px;
  background-position: left bottom;
}
.c-newslist__link {
  display: flex;
  padding-block: 1.9rem;
  justify-content: space-between;
  padding-right: 5rem;
  background: url(../img/arw-r01.svg) no-repeat right center/3.9rem;
}
@media screen and (max-width: 767px) {
  .c-newslist__link {
    padding-block: 3rem;
    background-size: 3.5rem;
  }
}
.c-newslist__figure {
  width: 15rem;
}
.c-newslist__figure img {
  aspect-ratio: 150/100;
  width: 100%;
  object-fit: cover;
}
.c-newslist__body {
  display: flex;
  flex-direction: column;
  line-height: 1.45;
  gap: 1em;
  width: calc(100% - 18.5rem);
}
.c-newslist__body span:nth-child(2) {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-newslist__body span:nth-child(2) {
    font-size: 2.2rem;
  }
}

.c-map iframe {
  height: 39.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-map iframe {
    height: 30rem;
  }
}

.h-logo img {
  min-width: 27.1rem;
}
@media screen and (max-width: 767px) {
  .h-logo img {
    width: 24rem;
  }
}

@media screen and (min-width: 768px) {
  .h-nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 3.2rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .h-nav__list {
    gap: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .h-nav__item {
    position: relative;
  }
}
.h-nav__link {
  font-size: 1.8rem;
  color: #050505;
}
@media screen and (max-width: 767px) {
  .h-nav__link {
    font-size: 2.8rem;
    color: #fff;
    padding-block: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .h-nav__link:hover {
    color: #6B1AD9;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .h-nav__list {
    background: #522393;
    text-align: center;
    padding-block: 10rem;
  }
  .h-nav__biz {
    padding: 3.6rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 6.8rem;
  }
  .h-nav__biz-item {
    display: flex;
    align-items: center;
  }
  .h-nav__biz-title {
    color: #522393;
    font-size: 2.6rem;
    font-weight: 500;
    width: 18rem;
  }
  .h-nav__biz ul {
    border-left: solid 1px #A288C6;
    padding-left: 2.6rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .h-nav__biz a {
    font-size: 2.2rem;
  }
  .h-nav__biz a[target=_blank] {
    display: flex;
    gap: 0.8em;
    align-items: center;
  }
  .h-nav__biz a[target=_blank]::after {
    content: "";
    background: url(../img/ico-blank-sp.svg) no-repeat 50%/contain;
    width: 1em;
    height: 1em;
  }
}

.h-btn {
  display: flex;
}
@media screen and (max-width: 767px) {
  .h-btn a {
    flex: 1;
    height: 12rem;
  }
}

.h-tel {
  background: #33076F;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 500;
  height: 8rem;
  text-align: center;
  line-height: 1.5;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .h-tel {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .h-tel {
    pointer-events: none;
    width: 32rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .h-tel {
    width: 25rem;
  }
}
.h-tel img {
  width: 2rem;
  margin-right: 0.3em;
}
.h-tel small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

.h-mail {
  background: #6B1AD9;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  gap: 0.2em 0.9em;
}
.h-mail img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .h-mail img {
    width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .h-mail {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .h-mail {
    width: 32rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .h-mail {
    width: 15.2rem;
    flex-direction: column;
    font-size: 1.7rem;
  }
  .h-mail img {
    width: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .h-mail {
    width: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .h-menu {
    cursor: pointer;
    z-index: 101;
  }
  body.open .h-menu {
    position: absolute;
    top: 3rem;
    right: 4rem;
  }
  .h-menu__open {
    width: 5.5rem;
    display: none;
  }
  body:not(.open) .h-menu__open {
    display: block;
  }
  .h-menu__close {
    width: 3.7rem;
    display: none;
  }
  body.open .h-menu__close {
    display: block;
  }
  #toggle-menu {
    position: fixed;
    overflow-y: auto;
    z-index: 100;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: #fff;
  }
  body.open #toggle-menu {
    visibility: visible;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle-menu {
    visibility: hidden;
    animation: itemFadeOut 0.8s;
  }
  body.open {
    overflow-y: hidden;
  }
  .h-nav-biz {
    background: #fff;
    display: flex;
    flex-direction: column;
  }
}
body:has(.p-prd-hdr, .p-mv) .f-cta {
  background-color: #fff;
}
body:has(.p-contact) .f-cta, body:has(.p-contact) .f-menu {
  display: none;
}

.f-cta {
  background: #FAF7FF url(../img/cta-bg01.png) no-repeat center -1.5rem/192rem;
  position: relative;
  text-align: center;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .f-cta {
    background-image: url(../img/cta-bg01-sp.png);
    padding-block: 8rem;
    background-size: 31.6rem;
    padding-inline: 3.5rem;
  }
}
.f-cta__title {
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  color: #6B1AD9;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .f-cta__title {
    font-size: 8rem;
    margin-bottom: 4rem;
  }
}
.f-cta__lead {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.42;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .f-cta__lead {
    text-align: left;
  }
}
.f-cta__list {
  line-height: 1.5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 4.8rem;
  margin: 4rem auto 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .f-cta__list {
    width: 85rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .f-cta__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.f-cta__list li {
  color: #6B1AD9;
  font-weight: 700;
  background: url(../img/ico-check.svg) no-repeat 0.3em center/3.3rem;
  font-size: 2.2rem;
  padding-block: 0.8em;
  padding-left: 2.2em;
  border-bottom: 2px dotted #6B1AD9;
}
@media screen and (max-width: 767px) {
  .f-cta__list li {
    font-size: 3rem;
    padding-block: 0.4em;
    padding-left: 5.4rem;
    background-position: left center;
  }
}
.f-cta__button {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
  margin: 4.8rem auto 3rem;
}
.f-cta__button > * {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .f-cta__button {
    width: 116rem;
    max-width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .f-cta__button {
    flex-direction: column;
    gap: 3.3rem;
    margin-block: 6rem 4rem;
  }
}
.f-cta__note {
  line-height: 1.5;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .f-cta__note {
    line-height: 2;
    text-align: left;
  }
}

.f-menu {
  display: flex;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .f-menu {
    flex-direction: column;
  }
}
.f-menu__item {
  background: #6B1AD9;
  flex: 1;
}
.f-menu__item--02 {
  background: #522393;
}
.f-menu__link {
  display: block;
  height: 100%;
  background: url(../img/arw-r03.svg) no-repeat calc(100% - 5rem) center/5.8rem;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .f-menu__link {
    padding-block: 4.5rem 5rem;
    padding-inline: 3.7rem 17rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .f-menu__link {
    background-position: calc(100% - 3rem) center;
  }
}
.f-menu__title {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .f-menu__title {
    font-size: 4rem;
    margin-bottom: 0.5em;
  }
}
.f-menu__lead {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .f-menu__lead {
    line-height: 1.9;
  }
}
@media screen and (min-width: 768px) {
  .f-menu__inner {
    max-width: 86rem;
    padding-inline: 10rem 13rem;
  }
  .f-menu__inner--01 {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .f-menu__inner {
    padding-inline: 5rem 10rem;
  }
}

.f-logo {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .f-logo {
    text-align: center;
  }
}
.f-logo img {
  width: 27.1rem;
}

.f-nav {
  margin-block: 3rem 7rem;
  display: flex;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .f-nav {
    flex-direction: column;
    gap: 5rem;
  }
}
.f-nav__title {
  color: #522393;
  font-weight: 500;
  font-size: 1.9rem;
  border-bottom: solid 1px #A288C6;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
.f-nav__led {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.f-nav__sub {
  font-weight: 500;
  margin-bottom: 0.6em;
}
.f-nav__left {
  flex: 1;
}
.f-nav__right {
  flex: 1;
  padding-left: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.5rem 0;
}
@media screen and (max-width: 1200px) {
  .f-nav__right {
    padding-left: 0;
  }
}
.f-nav__right > * {
  width: 45%;
}
.f-nav__right > *:last-child {
  width: 100%;
}
.f-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.f-nav__list--row {
  flex-direction: row;
  gap: 5.4rem;
}
.f-nav__link[target=_blank] {
  display: flex;
  gap: 0.8em;
  align-items: center;
}
.f-nav__link[target=_blank]::after {
  content: "";
  background: url(../img/ico-blank.svg) no-repeat 50%/contain;
  width: 1em;
  height: 1em;
}

#gototop {
  position: fixed;
  z-index: 66;
  right: 0;
  bottom: 3.5rem;
  right: 3.5rem;
  width: 6.1rem;
}
#gototop img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #gototop {
    width: 8.2rem;
    bottom: 15rem;
    right: 2.8rem;
  }
}
#gototop.show {
  visibility: visible;
  animation: itemFadeIn 1s;
}
#gototop:not(.show) {
  visibility: hidden;
  animation: itemFadeOut 0.8s;
}

.f-copy {
  font-size: 1.4rem;
  background: #FAF7FF;
  text-align: right;
  padding: 1em 7rem;
  color: #522393;
}
@media screen and (max-width: 767px) {
  .f-copy {
    text-align: center;
    font-size: 1.8rem;
  }
}

.p-fixed-nav {
  position: fixed;
  z-index: 50;
  right: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-fixed-nav {
    top: 50%;
    width: 8rem;
    translate: 0 -50%;
    transform: translateX(100%);
    transition: transform 0.5s;
  }
  .p-fixed-nav.show {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-nav {
    width: 100%;
    bottom: 0;
    height: 13rem;
  }
}
@media screen and (min-width: 768px) {
  .p-fixed-nav__list {
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
  }
}
.p-fixed-nav__item {
  background: #0B59D6;
}
.p-fixed-nav__item--02 {
  background: #AC17A6;
}
@media screen and (min-width: 768px) {
  .p-fixed-nav__item--02 .p-fixed-nav__show {
    border-color: #A288C6;
  }
}
.p-fixed-nav__link {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-fixed-nav__link {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-block: 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-nav__link {
    height: 6.5rem;
    align-items: center;
    justify-content: space-between;
  }
}
.p-fixed-nav__link img {
  width: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-fixed-nav__link img {
    width: 3rem;
    display: block;
    margin: 0 auto 0.5em;
  }
}
.p-fixed-nav__title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-fixed-nav__title {
    margin-bottom: 0.4em;
    writing-mode: vertical-rl;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-bottom: 0.5em;
    font-size: 1.8rem;
    letter-spacing: 0.22em;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-nav__title {
    font-size: 2.2rem;
    display: flex;
    gap: 0.5em;
    width: 11em;
    padding-left: 1rem;
  }
}
.p-fixed-nav__text {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-nav__text {
    font-size: 1.6rem;
    width: 16em;
  }
}
@media screen and (min-width: 768px) {
  .p-fixed-nav__text {
    display: none;
  }
}
.p-fixed-nav__show {
  font-size: 1.5rem;
  padding: 0.5em 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-nav__show {
    border-left: solid 1px #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-fixed-nav__show {
    display: none;
    border-top: dotted 1px #6192E2;
    margin-top: 0.6em;
  }
}

.p-mv {
  position: relative;
}
.p-mv.show .p-mv__img--off {
  opacity: 0;
}
.p-mv.show .p-mv__logo-wrap {
  background-image: url(../img/mv-logo-w.png);
}
.p-mv__figure {
  position: relative;
  height: 100rem;
}
.p-mv__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv__img--off {
  z-index: 1;
  transition: opacity 1s linear;
}
.p-mv__inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 76.8rem;
  background: rgba(51, 7, 111, 0.41);
  color: #fff;
  height: 100%;
  text-align: center;
  padding-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    width: 100%;
    padding-top: 12rem;
  }
}
.p-mv__logo {
  text-align: center;
  opacity: 0;
  width: 25.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    width: 20.828rem;
  }
}
.p-mv__logo-wrap {
  position: relative;
  background: url(../img/mv-logo.png) no-repeat center top/contain;
  transition: background 1s linear;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__logo-wrap {
    margin-bottom: 2rem;
  }
}
.p-mv__title {
  font-size: 8.6rem;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 7.4rem;
    margin-bottom: 0.3em;
  }
}
.p-mv__lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.18;
}
.p-mv__catch {
  position: absolute;
  z-index: 3;
  right: 11.45%;
  top: 8.3rem;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    top: 4.5rem;
    font-size: 2.8rem;
  }
}
.p-mv__catch span:nth-child(2) {
  margin-top: 1.5em;
}
.p-mv__catch i {
  position: relative;
}
.p-mv__catch i::before {
  content: "";
  position: absolute;
  background: #7F29F7;
  width: 0.3rem;
  height: calc(100% - 0.35em);
  right: -0.2em;
}
.p-news {
  margin-block: 7rem 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-block: 3.7rem 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news .c-title-top {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .p-news__body {
    margin-left: 35.4rem;
  }
}
.p-news__switch {
  border-bottom: solid 1px #6B1AD9;
  display: flex;
  margin-bottom: 4rem;
  overflow: hidden;
  overflow-x: auto;
  margin-right: -10vw;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__switch {
    margin-top: 3.5rem;
    margin-right: -3.5rem;
  }
}
.p-news__tab {
  color: #522393;
  font-size: 2rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(1.2rem 0, 100% 0, calc(100% - 1.2rem) 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .p-news__tab {
    min-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__tab {
    font-size: 2.6rem;
    padding-inline: 1em;
  }
}
.p-news__tab.is-active {
  background: #6B1AD9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    border-bottom: dotted 1px #B4A6C6;
  }
}
.p-news__link {
  display: flex;
  padding-block: 0.71em;
}
@media screen and (min-width: 768px) {
  .p-news__link span:nth-child(1) {
    width: 29.5rem;
    display: flex;
    gap: 1.8em;
    align-items: flex-start;
  }
  .p-news__link span:nth-child(2) {
    width: calc(100% - 29.5rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-news__link {
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 3rem;
  }
  .p-news__link span:nth-child(1) {
    width: 29.5rem;
    display: flex;
    align-items: center;
    gap: 1.8em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-news__link span:nth-child(1) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__link span:nth-child(2) {
    line-height: 1.81;
  }
}
.p-news__link time {
  color: #522393;
}
.p-news__link i:not([class]) {
  color: #9A71D1;
  background: #F0EAF8;
}
.p-news__link i {
  border-radius: 3em;
  padding: 0.2em 1em;
  font-size: 1.5rem;
  text-align: center;
}
.p-news__button {
  text-align: right;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news__button {
    text-align: center;
    margin-top: 4rem;
  }
}
.p-news__banners {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news__banners {
    flex-direction: column;
  }
}
.p-news__banners a {
  display: block;
}
.p-news__banners img {
  width: 100%;
}

.p-intro {
  color: #fff;
}
.p-intro__bg {
  background: linear-gradient(90deg, #6b1ad9 0%, #4c2088 49.75%, #11041d 100%);
  padding-block: 11rem 9.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro__bg {
    padding-block: 9.5rem 11.5rem;
  }
}
.p-intro__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/intro-bg.png) no-repeat center top/164.7rem;
}
@media screen and (max-width: 767px) {
  .p-intro__bg::before {
    background-image: url(../img/intro-bg-sp.png);
    background-size: 60rem;
    background-position: center -3rem;
  }
}
.p-intro__title {
  font-size: 6.8rem;
  font-weight: bold;
  line-height: 1.61;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-intro__title--com {
    font-size: 6.4rem;
  }
}
.p-intro__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  max-width: 94rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-intro__lead {
    font-size: 2.4rem;
    line-height: 2.4;
  }
}
.p-intro__fig {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-intro__fig {
    flex-direction: column;
  }
}
.p-intro__fig img {
  width: 100%;
}

.p-prd {
  position: relative;
  padding-top: 10rem;
}
.p-prd::before {
  content: "";
  position: absolute;
  background: url(../img/ttl-bg01.png) no-repeat 50%/contain;
  width: 100%;
  height: 30.7rem;
  z-index: -1;
  top: 0.3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-prd {
    padding-block: 11rem 10rem;
  }
}
.p-prd__sub {
  font-size: 6.8rem;
  font-weight: bold;
  line-height: 1.61;
  margin-block: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-prd__sub {
    font-size: 6rem;
  }
}
.p-prd__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  max-width: 114rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .p-prd__lead {
    font-size: 2.4rem;
    line-height: 2.4;
    margin-bottom: 10rem;
  }
}
.p-prd__pickup {
  background: #FAF7FF;
}
.p-prd__pickup-item {
  position: relative;
  padding-block: 10rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-prd__pickup-item {
    padding-block: 10rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-prd__pickup-item--01 {
    padding-right: 47.1%;
  }
  .p-prd__pickup-item--01 .p-prd__pickup-figure {
    width: 55.7rem;
    left: 60%;
    top: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-prd__pickup-item--01 .p-prd__pickup-figure {
    position: relative;
    top: 5rem;
    z-index: 2;
  }
  .p-prd__pickup-item--01 .p-prd__pickup-figure img {
    width: 45.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-prd__pickup-item--02 {
    padding-left: 37.3%;
  }
  .p-prd__pickup-item--02 .p-prd__pickup-figure {
    width: 43.4rem;
    right: 64%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-prd__pickup-item--02 .p-prd__pickup-figure {
    margin-top: 5rem;
  }
  .p-prd__pickup-item--02 .p-prd__pickup-figure img {
    width: 43.4rem;
  }
}
.p-prd__pickup-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.4rem 4.2rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-prd__pickup-head {
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
.p-prd__pickup-name {
  position: relative;
  font-size: 5.4rem;
  font-weight: bold;
  padding-left: 1em;
  color: #6B1AD9;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-prd__pickup-name {
    font-size: 5rem;
  }
}
.p-prd__pickup-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: #522393;
  width: 0.59em;
  margin-top: 0.06em;
  height: calc(100% - 0.5em);
  clip-path: polygon(0.29em 0, 100% 0, calc(100% - 0.29em) 100%, 0% 100%);
}
.p-prd__pickup-lead {
  line-height: 2;
}
.p-prd__pickup-icons {
  display: flex;
  gap: 1.5rem;
}
.p-prd__pickup-icons > * {
  width: 4.8em;
  height: 4.8em;
  border-radius: 50%;
  border: solid 1px #6B1AD9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.33;
  color: #6B1AD9;
}
@media screen and (max-width: 767px) {
  .p-prd__pickup-icons > * {
    border-radius: 3em;
    width: 16.8rem;
    height: 5.2rem;
  }
  .p-prd__pickup-icons > * br {
    display: none;
  }
}
.p-prd__pickup-figure {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-prd__pickup-figure {
    position: absolute;
    z-index: 1;
  }
}
.p-prd__list {
  display: flex;
  border-top: solid 1px #D1C3E3;
  border-bottom: solid 1px #D1C3E3;
}
@media screen and (max-width: 767px) {
  .p-prd__list {
    flex-direction: column;
    border: none;
  }
}
.p-prd__list-item {
  width: 100%;
  padding: 1.5rem 3.4% 7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-prd__list-item {
    border-left: solid 1px #D1C3E3;
  }
}
@media screen and (max-width: 767px) {
  .p-prd__list-item {
    border-top: solid 1px #D1C3E3;
    padding: 4rem 3.5rem 4rem;
  }
}
.p-prd__list-item:nth-child(1) {
  border: none;
}
.p-prd__list-name {
  font-size: 3.4rem;
  font-weight: bold;
  color: #6B1AD9;
  text-align: center;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-prd__list-name {
    position: absolute;
    left: 30rem;
    top: 5rem;
    font-size: 4rem;
  }
}
.p-prd__list-name small {
  font-weight: 500;
  font-size: 1.6rem;
  border: solid 1px #D1C3E3;
  padding: 0.5em 1em;
  background: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-prd__list-name small {
    font-size: 2rem;
    width: 27rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-prd__list-name small {
    position: absolute;
    right: 3.3rem;
    top: 4rem;
    text-align: left;
  }
}
.p-prd__list-lead {
  line-height: 2;
}
.p-prd__list-button {
  text-align: center;
  margin-top: 4rem;
}
.p-prd__list-figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-prd__list-figure {
    width: 24rem;
  }
}
.p-prd__list-figure img {
  width: 25.7rem;
}

.p-search {
  padding-block: 9rem;
  background: #FAF7FF;
}
@media screen and (max-width: 767px) {
  .p-search {
    padding-block: 5rem 12rem;
  }
}
.p-search__head {
  position: relative;
  z-index: 0;
}
.p-search__head::before {
  content: "";
  position: absolute;
  background: url(../img/ttl-bg01.png) no-repeat 50%/contain;
  width: 32.7rem;
  height: 30.7rem;
  z-index: -1;
  top: -10rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-search__head::before {
    top: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-search__head {
    flex-direction: column;
  }
}
.p-search .u-inner {
  display: flex;
  gap: 5rem 9.9rem;
}
@media screen and (max-width: 767px) {
  .p-search .u-inner {
    flex-direction: column;
  }
}
.p-search__lead {
  line-height: 2;
  margin-top: 3rem;
}
.p-search__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #522393;
  padding-bottom: 0.6em;
  margin-bottom: 3rem;
  border-bottom: solid 1px #6B1AD9;
}
@media screen and (max-width: 767px) {
  .p-search__title {
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
  }
}
.p-search__types {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-search__types {
    gap: 2.7rem;
  }
}
.p-search__types a {
  position: relative;
  background: #ECE4F7;
  width: 25.4rem;
  height: 7rem;
  display: flex;
  align-items: center;
  padding-left: 1.25em;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-search__types a {
    font-size: 2.6rem;
    width: calc(50% - 1.35rem);
  }
}
.p-search__types a span {
  position: relative;
  z-index: 1;
}
.p-search__types a::after {
  content: "";
  position: absolute;
  background: url(../img/arw-r05.svg) no-repeat center/contain;
  height: 100%;
  top: 0;
  width: 2.7rem;
  right: 2.6rem;
}
.p-search__types a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6B1AD9;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.p-search__types a:hover {
  opacity: 1;
  color: #fff;
}
.p-search__types a:hover::after {
  background-image: url(../img/arw-r02.svg);
}
.p-search__types a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.p-search__case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-search__case-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.2rem;
  }
}
.p-search__case-item {
  width: 26rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-search__case-item {
    width: 100%;
  }
}
.p-search__case-link img {
  width: 100%;
  aspect-ratio: 260/182;
  object-fit: cover;
}
.p-search__case-title {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #2F2F2F;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-search__case-title {
    font-size: 2.4rem;
  }
}

.p-case {
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(90deg, #6b1ad9 0%, #4c2088 49.75%, #11041d 100%);
}
.p-case::before {
  content: "";
  position: absolute;
  background: url(../img/case-bg.png) no-repeat 50%/contain;
  width: 30.1rem;
  height: 54.7rem;
  z-index: -1;
  top: -4rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    background: linear-gradient(#6b1ad9 0%, #4c2088 49.75%, #11041d 100%);
    flex-direction: column-reverse;
    padding-block: 22.3rem 7rem;
  }
  .p-case .c-title-top {
    position: absolute;
    top: 5rem;
    left: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-case__head {
    position: relative;
    padding-top: 12rem;
    padding-left: 9%;
    width: 30%;
    height: 98rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1750px) {
  .p-case__head {
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-case__head {
    flex-direction: column;
  }
}
.p-case__names {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-block: 9rem;
}
@media screen and (max-width: 767px) {
  .p-case__names {
    margin: 0;
  }
}
.p-case__names > * {
  color: #A288C6;
  font-size: 2rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-case__names > * {
    font-size: 2.4rem;
    justify-content: center;
    height: 5.4rem;
  }
}
.p-case__names > *::before {
  content: "";
  position: absolute;
  background: url(../img/arw-r06.svg) no-repeat 50%/contain;
  width: 0.8rem;
  height: 1.2rem;
  right: 2.6rem;
  opacity: 0;
}
.p-case__names > *::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #8c38fc 0%, #4e2684 100%);
  opacity: 0;
  width: 100%;
  height: 4.6rem;
  left: 0;
  z-index: -1;
}
.p-case__names > *.is-active {
  color: #fff;
}
.p-case__names > *.is-active::before {
  opacity: 1;
}
.p-case__names > *.is-active::after {
  opacity: 0.6;
}
.p-case__slide img {
  width: 100%;
  object-fit: cover;
  height: 84rem;
}
@media screen and (max-width: 767px) {
  .p-case__slide img {
    height: 46rem;
  }
}
@media screen and (min-width: 768px) {
  .p-case__slide {
    width: 70%;
  }
}
.p-case .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.p-merit {
  padding-block: 12rem 14rem;
  position: relative;
}
.p-merit::before {
  content: "";
  position: absolute;
  background: url(../img/ttl-bg01.png) no-repeat 50%/contain;
  width: 100%;
  height: 30.7rem;
  z-index: -1;
  top: 3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-merit::before {
    top: -1rem;
  }
}
.p-merit::after {
  content: "";
  position: absolute;
  background: url(../img/merit-bg.svg) no-repeat 50%/contain;
  width: 118.5rem;
  height: 169.3rem;
  z-index: -1;
  top: 0;
  left: calc(50% - 7.6rem);
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding-block: 5.5rem 8rem;
  }
}
.p-merit__sub {
  font-size: 6.8rem;
  font-weight: bold;
  line-height: 1.61;
  margin-block: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__sub {
    font-size: 6rem;
  }
}
.p-merit__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  max-width: 120rem;
  margin: 0 auto 11rem;
}
@media screen and (max-width: 767px) {
  .p-merit__lead {
    font-size: 2.4rem;
    font-weight: 400;
  }
}
.p-merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 5.88%;
  max-width: 1360px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .p-merit__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-merit__item {
  position: relative;
}
.p-merit__item img {
  width: 100%;
}
.p-merit__num {
  font-size: 3.5rem;
  width: 7.1rem;
  height: 7.1rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-merit__num {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
  }
}
.p-merit__num::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#6b1ad9 0%, #522393 100%);
  opacity: 0.82;
  z-index: -1;
}
.p-merit__name {
  text-align: center;
  font-weight: bold;
  color: #6B1AD9;
  font-size: 3rem;
  margin-block: 0.7em 0.5em;
}
@media screen and (max-width: 767px) {
  .p-merit__name {
    display: flex;
    align-items: center;
    font-size: 3.6rem;
    gap: 3.5rem;
    margin-block: 3rem 2rem;
  }
}
.p-merit__desc {
  line-height: 2;
}
.p-merit__link {
  text-align: right;
  color: #6B1AD9;
  text-decoration: underline;
  margin-top: 1.5rem;
}
.p-merit__msg {
  max-width: 1200px;
  margin: 0 auto;
  border: solid 1px #A288C6;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-merit__msg {
    padding: 5rem 3.5rem;
  }
}
.p-merit__msg-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-merit__msg-row {
    flex-direction: column;
    gap: 4.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-merit__msg-body {
    width: 63.4rem;
  }
}
.p-merit__msg-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #6B1AD9;
  line-height: 1.47;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-merit__msg-title {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
}
.p-merit__msg-lead {
  line-height: 2;
}
.p-merit__msg-buttons {
  width: 30rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-merit__msg-buttons {
    width: 40rem;
  }
}
.p-merit__msg-buttons a {
  width: 100%;
  font-size: 2rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-merit__msg-buttons a {
    font-size: 2.4rem;
    height: 7rem;
  }
}

.p-movie {
  padding-block: 7rem;
  color: #fff;
  background: linear-gradient(90deg, #6b1ad9 0%, #4c2088 49.75%, #11041d 100%);
}
@media screen and (max-width: 767px) {
  .p-movie {
    padding-block: 6rem;
    background: linear-gradient(#6b1ad9 0%, #4c2088 49.75%, #11041d 100%);
  }
  .p-movie__list {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
}
.p-movie__slider {
  overflow: hidden;
}
.p-movie__slider-wrap {
  margin-top: 5rem;
  position: relative;
}
.p-movie__item {
  width: 35rem;
  margin-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-movie__item {
    width: 52rem;
    margin-inline: 1.25rem;
  }
}
.p-movie__figure img {
  aspect-ratio: 600/360;
  object-fit: cover;
  width: 100%;
}
.p-movie__name {
  text-align: center;
  font-size: 2.8rem;
  margin-top: 0.8em;
  font-weight: 500;
  margin-block: 0.8em 0.6em;
}
@media screen and (max-width: 767px) {
  .p-movie__name {
    font-size: 3.2rem;
  }
}
.p-movie__desc {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-movie__desc {
    font-size: 2rem;
  }
}
.p-movie__btn {
  position: absolute;
  top: 9rem;
  z-index: 2;
  width: 6.7rem;
}
.p-movie__btn--prev {
  left: -4.4rem;
}
@media screen and (max-width: 767px) {
  .p-movie__btn--prev {
    left: 2.2rem;
  }
}
.p-movie__btn--next {
  right: -4.4rem;
}
@media screen and (max-width: 767px) {
  .p-movie__btn--next {
    right: 2.2rem;
  }
}
.p-column {
  padding-block: 7rem;
  background: #FAF7FF;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding-block: 6rem 8.5rem;
  }
  .p-column .c-title-top {
    flex-direction: column;
    gap: 0.3em;
  }
}
.p-column__slider {
  position: relative;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__slider {
    margin-top: 4rem;
  }
}
.p-column__item {
  width: 40rem;
  margin-right: 3.5rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: visible;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-column__item {
    width: 42rem;
    margin-inline: 2.6rem 0;
  }
}
.p-column__link {
  display: block;
  height: 100%;
  padding: 2rem;
}
.p-column__figure img {
  aspect-ratio: 600/360;
  object-fit: cover;
  width: 100%;
}
.p-column__name {
  font-size: 2rem;
  margin-block: 0.8em 0.6em;
  color: #6B1AD9;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-column__name {
    font-size: 2.8rem;
  }
}
.p-column__desc {
  line-height: 2;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-column__desc {
    font-size: 1.8rem;
  }
}
.p-column__btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  width: 6.7rem;
}
@media screen and (max-width: 767px) {
  .p-column__btn {
    display: none;
  }
}
.p-column__btn--prev {
  left: 8.3%;
}
@media screen and (max-width: 767px) {
  .p-column__btn--prev {
    left: 2.2rem;
  }
}
.p-column__btn--next {
  right: 8.3%;
}
@media screen and (max-width: 767px) {
  .p-column__btn--next {
    right: 2.2rem;
  }
}
.p-prd-hdr {
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-prd-hdr {
    margin-block: 2.5rem 7rem;
  }
}
.p-prd-hdr__inner {
  gap: 4rem 10rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-prd-hdr__inner {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-hdr__inner {
    flex-direction: column;
  }
}
.p-prd-hdr__title {
  font-weight: 500;
  line-height: 1;
  font-size: 2.8rem;
  color: #522393;
}
@media screen and (max-width: 767px) {
  .p-prd-hdr__title {
    font-size: 2.4rem;
  }
}
.p-prd-hdr__en {
  font-size: 10rem;
  display: block;
  color: #6B1AD9;
  margin-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-prd-hdr__en {
    font-size: 7.4rem;
  }
}
.p-prd-hdr__lead {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-prd-hdr__lead {
    font-size: 2.4rem;
  }
}

.p-prd-cat__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-prd-cat__inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-cat__inner {
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }
  .p-prd-cat__inner > *:nth-child(2) {
    width: 72.4%;
  }
}
.p-prd-cat__name {
  font-weight: 500;
  line-height: 1;
  font-size: 2rem;
  color: #6B1AD9;
  background: #F0EAF8;
  padding: 0.5em 1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-prd-cat__name {
    font-size: 2.6rem;
  }
}
.p-prd-cat__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-prd-cat__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 1.5rem;
  }
}
.p-prd-cat__title {
  font-weight: 700;
  font-size: 2rem;
  color: #6B1AD9;
  margin-top: 0.5em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-prd-cat__title {
    font-size: 2rem;
  }
}
.p-prd-loc {
  margin-bottom: 9rem;
}
.p-prd-loc__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-prd-loc__inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-loc__inner {
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }
  .p-prd-loc__inner > *:nth-child(2) {
    width: 72.4%;
  }
}
.p-prd-loc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-prd-loc__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.2rem;
  }
}
.p-prd-loc__title {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #2F2F2F;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-prd-loc__title {
    font-size: 2.4rem;
  }
}
.p-prd-loc__item {
  width: 26rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-prd-loc__item {
    width: 100%;
  }
}
.p-prd-loc__link img {
  width: 100%;
  aspect-ratio: 260/182;
  object-fit: cover;
}

.p-prd-series--arc {
  margin-bottom: 19rem;
}
@media screen and (max-width: 767px) {
  .p-prd-series--arc {
    margin-bottom: 17rem;
  }
}
.p-prd-series__list {
  gap: 4rem 2.6%;
}
.p-prd-series__item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-prd-series__sub {
  font-weight: 500;
  font-size: 1.9rem;
  color: #522393;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-prd-series__sub {
    font-size: 2.4rem;
  }
}
.p-prd-series__title {
  font-weight: 700;
  font-size: 3.4rem;
  color: #6B1AD9;
  line-height: 1.35;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-prd-series__title {
    font-size: 4rem;
  }
}
.p-prd-series__title small {
  font-size: 2.4rem;
  margin-left: 0.5em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-prd-series__title small {
    font-size: 3rem;
  }
}
.p-prd-series__lead {
  font-size: 1.7rem;
  line-height: 1.88;
  color: #2F2F2F;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-prd-series__lead {
    font-size: 2rem;
  }
}
.p-prd-series__body {
  padding: 3rem 5.4%;
}
@media screen and (max-width: 767px) {
  .p-prd-series__body {
    padding: 3rem 3.5rem 4rem;
  }
}
.p-prd-series__link {
  position: relative;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-prd-series__link {
    padding-bottom: 7rem;
  }
}
.p-prd-series__link::before {
  content: "";
  position: absolute;
  right: 3.375%;
  bottom: 2.7rem;
  background: url(../img/arw-r01.svg) no-repeat center bottom/contain;
  width: 8.125%;
  height: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-prd-series__link::before {
    right: 2rem;
    bottom: 2rem;
    width: 3.9rem;
  }
}
.p-prd-series__link img {
  width: 100%;
  aspect-ratio: 480/288;
  object-fit: cover;
}
.p-prd-series__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-prd-series__category {
    position: absolute;
    bottom: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-series__category {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.p-prd-series__category i {
  background: #ECE4F7;
  padding: 0.2em 1em;
}

.p-prd-dis {
  margin-top: 9.5rem;
  background: #F4F4F4;
  padding-block: 6.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-prd-dis {
    flex-direction: column;
    padding: 5.8rem 3.5rem 4.3rem;
    margin: 0 -3.5rem;
  }
}
.p-prd-dis__title {
  font-weight: 700;
  font-size: 4.4rem;
  color: #6B1AD9;
  line-height: 1.35;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-prd-dis__title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.p-prd-dis__title::after {
  content: "";
  position: absolute;
  width: calc(100% + 5.6rem);
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #6B1AD9;
}
@media screen and (max-width: 767px) {
  .p-prd-dis__title::after {
    width: 41.8rem;
    right: 50%;
    translate: 50% 0;
  }
}
.p-prd-dis__title small {
  font-size: 2.4rem;
  margin-left: 0.5em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-prd-dis__title small {
    font-size: 3rem;
  }
}
.p-prd-dis__lead {
  line-height: 1.66;
  color: #6B1AD9;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-prd-dis__lead {
    margin-bottom: 6.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-dis__description {
    width: 32.6%;
    padding-left: 5.6rem;
    padding-right: 4%;
  }
}
.p-prd-dis__table table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.p-prd-dis__table th {
  background: #EBEAEB;
  font-weight: 400;
  text-align: left;
}
.p-prd-dis__table td {
  background: #FFFFFF;
}
.p-prd-dis__table th, .p-prd-dis__table td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-prd-dis__table th, .p-prd-dis__table td {
    width: 29%;
  }
  .p-prd-dis__table th:nth-child(1), .p-prd-dis__table td:nth-child(1) {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-dis__table {
    width: 67.4%;
  }
  .p-prd-dis__table table {
    width: 89.6rem;
    max-width: 96%;
  }
}
.p-prd-dis__cta {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-prd-dis__cta {
    margin-top: 5.3rem;
    gap: 2rem;
  }
}

.p-prd-case {
  margin-top: 12rem;
  padding-block: 5.5rem 8rem;
  background: #FAF7FF;
}
@media screen and (max-width: 767px) {
  .p-prd-case {
    padding-block: 5.5rem 6rem;
  }
}
.p-prd-case__header {
  text-align: center;
  color: #6B1AD9;
}
.p-prd-case__title {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-prd-case__title {
    color: #522393;
  }
}
.p-prd-case__en {
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-prd-case__en {
    font-size: 8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-case__lead {
    line-height: 2;
  }
}
.p-prd-case__slider {
  position: relative;
  margin-top: 5.5rem;
}
.p-prd-case__item {
  width: 60rem;
  margin-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-prd-case__item {
    width: 52rem;
    margin-inline: 1.25rem;
  }
}
.p-prd-case__figure img {
  aspect-ratio: 600/360;
  object-fit: cover;
  width: 100%;
}
.p-prd-case__name {
  text-align: center;
  font-size: 2rem;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-prd-case__name {
    font-size: 2.4rem;
  }
}
.p-prd-case__btn {
  position: absolute;
  top: 14.65rem;
  z-index: 2;
  width: 6.7rem;
}
@media screen and (max-width: 767px) {
  .p-prd-case__btn {
    top: 12.15rem;
  }
}
.p-prd-case__btn--prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-prd-case__btn--prev {
    left: 2.2rem;
  }
}
.p-prd-case__btn--next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-prd-case__btn--next {
    right: 2.2rem;
  }
}
body:has(.p-prd-mv) .c-breadcrumb {
  margin-bottom: 0.8rem;
}

.p-prd-mv {
  position: relative;
  margin-bottom: 4.5rem;
}
.p-prd-mv__img {
  width: 100%;
}
.p-prd-mv__body {
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-prd-mv__body {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 76rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-mv__body {
    width: 100%;
    text-align: center;
    padding-top: 5.5rem;
  }
}
.p-prd-mv__body-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-prd-mv__body-wrap {
    min-width: 50%;
    width: calc(76rem + 10vw);
    padding-left: 10vw;
    height: 100%;
  }
}
.p-prd-mv__body-wrap::after, .p-prd-mv__body-wrap::before {
  content: "";
  position: absolute;
  width: calc(100% + 20rem);
  inset: 0;
  left: -20rem;
  background: linear-gradient(#0c001d 0%, rgba(57, 6, 125, 0.93) 9.85%, rgba(108, 0, 255, 0.3) 100%);
  clip-path: polygon(20rem 0, 100% 0, calc(100% - 20rem) 100%, 0% 100%);
  opacity: 0.21;
}
@media screen and (max-width: 767px) {
  .p-prd-mv__body-wrap::after, .p-prd-mv__body-wrap::before {
    clip-path: polygon(9.3rem 0, 100% 0, calc(100% - 9.3rem) 100%, 0% 100%);
    left: -9.3rem;
    width: calc(100% + 12rem);
  }
}
.p-prd-mv__body-wrap::after {
  opacity: 0.37;
  left: -24.7rem;
}
@media screen and (max-width: 767px) {
  .p-prd-mv__body-wrap::after {
    left: -14rem;
  }
}
.p-prd-mv__title {
  margin-bottom: 8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-prd-mv__title {
    margin-bottom: 3rem;
  }
}
.p-prd-mv__sub {
  display: block;
  font-size: 4rem;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-prd-mv__sub {
    font-size: 3.2rem;
    margin-bottom: 0.6em;
  }
}
.p-prd-mv__name {
  font-size: 6.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-prd-mv__name {
    font-size: 6rem;
  }
}
.p-prd-mv__name small {
  display: block;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-prd-mv__name small {
    font-size: 4.8rem;
    margin-top: 0.2em;
  }
}
.p-prd-mv__cta-link {
  background: #6B1AD9;
  height: 8rem;
  width: 44.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(2rem 0, 100% 0, calc(100% - 2rem) 100%, 0% 100%);
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-prd-mv__cta-link {
    margin-inline: auto;
  }
}

.p-prd-nav {
  display: flex;
  justify-content: space-between;
  color: #6B1AD9;
  font-size: 2.2rem;
  font-weight: 500;
  margin-inline: auto;
  padding: 0 2.7rem 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-prd-nav {
    padding-right: 0;
    white-space: nowrap;
    overflow-x: auto;
    gap: 1em;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-nav {
    max-width: 115.4rem;
  }
}
.p-prd-nav-wrap {
  border-bottom: solid 1px #6B1AD9;
}
@media screen and (max-width: 767px) {
  .p-prd-nav-wrap {
    margin-right: -3.5rem;
  }
}
.p-prd-ov {
  padding-block: 10rem 6.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-prd-ov {
    padding-block: 6rem 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-ov::after, .p-prd-ov::before {
    content: "";
    position: absolute;
    background: url(../img/product-bg01.png) no-repeat 50%/contain;
    width: 30.1rem;
    height: 54.7rem;
  }
  .p-prd-ov::before {
    left: -3rem;
    top: 8rem;
  }
  .p-prd-ov::after {
    background-image: url(../img/product-bg02.png);
    right: -3rem;
    top: -1rem;
  }
}
.p-prd-ov__title {
  font-size: 5.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
.p-prd-ov__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  max-width: 100rem;
  margin: 0 auto 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-prd-ov__lead {
    font-size: 2.4rem;
  }
}
.p-prd-ov__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.77%;
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-prd-ov__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3rem;
    margin-bottom: 11rem;
  }
}
.p-prd-ov__cap {
  text-align: center;
  font-size: 2rem;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-prd-ov__cap {
    font-size: 2.2rem;
  }
}
.p-prd-ov__pblm {
  max-width: 121.9rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-prd-ov__pblm {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.p-prd-ov__pblm-item {
  background: #ECE4F7;
  clip-path: polygon(1.5rem 0, 100% 0, calc(100% - 1.5rem) 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  padding: 2rem 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-prd-ov__pblm-item {
    font-size: 2.6rem;
    padding-inline: 4.5rem;
  }
}

.p-prd-feat {
  position: relative;
  z-index: 0;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-prd-feat {
    padding-bottom: 15rem;
  }
  .p-prd-feat::before {
    content: "";
    position: absolute;
    background: url(../img/product-bg03.png) no-repeat 50%/contain;
    width: 30.1rem;
    height: 54.7rem;
    right: -3rem;
    top: -8.5rem;
  }
}
.p-prd-feat::after {
  content: "";
  position: absolute;
  background: linear-gradient(#faf7ff 0%, #fff 100%);
  width: 100%;
  height: 68%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-prd-feat::after {
    height: 130.8rem;
  }
}
.p-prd-feat__title {
  position: relative;
  z-index: 0;
  color: #6B1AD9;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.5em 0.8em;
  padding-top: 2em;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__title {
    flex-direction: column;
    font-size: 4rem;
  }
}
.p-prd-feat__title::before {
  content: "";
  position: absolute;
  background: url(../img/ttl-bg01.png) no-repeat 50%/contain;
  width: 32.7rem;
  height: 30.7rem;
  z-index: -1;
  top: -0.15em;
}
.p-prd-feat__title-en {
  font-size: 10rem;
  font-weight: 500;
  position: relative;
  top: -0.13em;
}
.p-prd-feat__list {
  display: flex;
  flex-direction: column;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__list {
    gap: 5rem;
  }
}
.p-prd-feat__item {
  padding-bottom: 11rem;
  background: radial-gradient(circle at 0.5px 0.5px, #707070 0.5px, transparent 0) 0 100% repeat-x;
  background-size: 3px 1px;
  background-position: bottom left;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__item {
    flex-direction: column;
    font-size: 4rem;
    gap: 5rem;
    padding-bottom: 5rem;
  }
}
.p-prd-feat__item:last-child {
  padding: 0;
  background: none;
}
.p-prd-feat__item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-prd-feat__body {
    width: 46.1%;
  }
}
.p-prd-feat__body-fig {
  margin-top: 3.6rem;
}
.p-prd-feat__heading {
  display: flex;
  align-items: center;
  color: #6B1AD9;
  gap: 0.6em 1em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__heading {
    flex-direction: column;
    text-align: center;
  }
}
.p-prd-feat__heading-num {
  font-size: 8.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #A288C6;
  border-bottom: solid 2px #6B1AD9;
  line-height: 1;
}
.p-prd-feat__heading-name {
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__heading-name {
    font-size: 3.6rem;
  }
}
.p-prd-feat__lead {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__lead {
    font-size: 2.2rem;
  }
}
.p-prd-feat__caption {
  color: #522393;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__caption {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-feat__fig {
    width: 50%;
  }
}
.p-prd-feat__fig--row {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-prd-feat__fig--row > * {
    width: 47.3%;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-feat__fig--row {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-prd-feat__fig--row figcaption {
  text-align: center;
  margin-top: 1em;
}
.p-prd-feat__detail {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__detail {
    gap: 5rem;
  }
}
.p-prd-feat__detail-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-prd-feat__detail-item {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-feat__detail-item {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.p-prd-feat__detail-fig {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-prd-feat__detail-fig {
    width: 52%;
  }
}
.p-prd-feat__detail-cap {
  position: absolute;
  color: #fff;
  top: 0;
  background: #6B1AD9;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.5em 1.5em;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__detail-cap {
    font-size: 2rem;
  }
}
.p-prd-feat__detail-title {
  color: #522393;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__detail-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
.p-prd-feat__detail-lead {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-prd-feat__detail-lead {
    font-size: 2rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-feat__detail-body {
    width: 44.5%;
  }
}

.p-prd-feat-o {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-prd-feat-o {
    margin-bottom: 8rem;
  }
}
.p-prd-feat-o__list {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-prd-feat-o__list {
    flex-direction: column;
    gap: 4rem;
    margin-top: 0;
  }
}
.p-prd-feat-o__list > * {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-prd-feat-o__item {
    padding-inline: 3.5rem;
    background: radial-gradient(circle at 1px 1px, #A288C6 1px, transparent 0) 0 100% repeat-y;
    background-size: 2px 4px;
    background-position: left top;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-feat-o__item {
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
    background: radial-gradient(circle at 1px 1px, #A288C6 1px, transparent 0) 0 100% repeat-x;
    background-size: 6px 2px;
    background-position: left top;
  }
}
.p-prd-feat-o__item:first-child {
  background: none;
  padding-top: 0;
}
.p-prd-feat-o__icon {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-prd-feat-o__icon {
    width: 12rem;
  }
}
.p-prd-feat-o__icon img {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-prd-feat-o__icon img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-feat-o__body {
    width: calc(100% - 13.6rem);
  }
}
.p-prd-feat-o__title {
  text-align: center;
  font-size: 2.4rem;
  color: #522393;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-prd-feat-o__title {
    text-align: left;
    font-size: 3rem;
  }
}
.p-prd-feat-o__lead {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-prd-feat-o__lead {
    font-size: 2rem;
    line-height: 1.9;
  }
}

.p-prd-all__switch {
  display: flex;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .p-prd-all__switch {
    padding-inline: 3.8rem;
  }
}
.p-prd-all__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #DDDDDD;
  font-size: 2.5rem;
  color: #656464;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .p-prd-all__tab {
    height: 8rem;
    text-align: center;
    font-size: 2.2rem;
  }
}
.p-prd-all__tab.is-active {
  background: #6B1AD9;
  color: #fff;
}
.p-prd-all__panel {
  background: #fff;
  padding: 6rem 4.7rem 7rem;
  border: solid 1px #A288C6;
}
@media screen and (max-width: 767px) {
  .p-prd-all__panel {
    padding: 2.3rem 3rem 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-all__row {
    display: flex;
    gap: 2rem 4.2%;
  }
  .p-prd-all__row > * {
    width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-prd-all__row {
    flex-wrap: wrap;
  }
  .p-prd-all__row > * {
    width: 47.9%;
  }
}
.p-prd-all__list {
  display: flex;
  flex-wrap: wrap;
}
.p-prd-all__list dt, .p-prd-all__list dd {
  border-bottom: solid 1px #DEDEDE;
  padding-block: 0.6em;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-prd-all__list dt, .p-prd-all__list dd {
    font-size: 2rem;
  }
}
.p-prd-all__list dt {
  font-weight: bold;
  padding-right: 1em;
}
.p-prd-case-d,
.p-prd-movie {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-prd-case-d::before,
.p-prd-movie::before {
  content: "";
  position: absolute;
  background: url(../img/ttl-bg01.png) no-repeat left top/contain;
  left: 50%;
  top: -1.7rem;
  translate: -50% 0;
  width: 32.7rem;
  height: 30.7rem;
  z-index: -1;
}

.p-prd-case-d {
  padding-block: 6.5rem 19rem;
}
@media screen and (max-width: 767px) {
  .p-prd-case-d {
    padding-block: 8rem 10rem;
  }
}
.p-prd-case-d__list {
  display: flex;
  flex-direction: column;
  gap: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-prd-case-d__list {
    gap: 6rem;
  }
}
.p-prd-case-d__fig {
  display: flex;
  gap: 5.2rem 4rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-prd-case-d__fig {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.p-prd-case-d__fig > * {
  flex: 1;
}
.p-prd-case-d__fig > *:first-child {
  position: relative;
}
.p-prd-case-d__fig > *:first-child::before {
  content: "";
  position: absolute;
  background: #6B1AD9;
}
@media screen and (min-width: 768px) {
  .p-prd-case-d__fig > *:first-child::before {
    width: 1.8rem;
    height: 4.4rem;
    top: 50%;
    translate: 0 -50%;
    right: -3rem;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
@media screen and (max-width: 767px) {
  .p-prd-case-d__fig > *:first-child::before {
    height: 1.8rem;
    width: 4.4rem;
    left: 50%;
    translate: -50% 0;
    bottom: -3.5rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.p-prd-case-d__fig-item {
  position: relative;
}
.p-prd-case-d__fig-cap {
  position: absolute;
  color: #fff;
  top: 0;
  font-size: 2.2rem;
  font-weight: 500;
  width: 17.8rem;
  height: 4.8rem;
  background: #2F2F2F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-prd-case-d__fig-cap--after {
  background: #6B1AD9;
}
.p-prd-case-d__body {
  display: flex;
  gap: 3rem 3.15%;
}
@media screen and (max-width: 767px) {
  .p-prd-case-d__body {
    flex-direction: column;
  }
}
.p-prd-case-d__title {
  font-size: 3rem;
  font-weight: bold;
  color: #6B1AD9;
  background: radial-gradient(circle at 0.5px 0.5px, #A288C6 0.5px, transparent 0) 0 100% repeat-y;
  background-size: 1px 3px;
  background-position: right top;
}
@media screen and (min-width: 768px) {
  .p-prd-case-d__title {
    width: 45.52%;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-case-d__title {
    font-size: 3.2rem;
  }
}
.p-prd-case-d__sub {
  background: #F0EAF8;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 0.2em 1em;
  display: inline-block;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-prd-case-d__sub {
    font-size: 2.2rem;
    margin-bottom: 0.8em;
  }
}
.p-prd-case-d__lead {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-prd-case-d__lead {
    font-size: 1.7rem;
    width: 51.33%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-case-d .c-btn-wrap {
    text-align: right;
  }
}

.p-prd-movie {
  padding-block: 6.5rem 7rem;
  background: #FAF7FF;
}
.p-prd-movie__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.63%;
}
@media screen and (max-width: 767px) {
  .p-prd-movie__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-prd-movie__video {
  aspect-ratio: 480/288;
}
.p-prd-movie__title {
  line-height: 1.88;
  font-weight: 500;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-prd-movie__title {
    font-size: 2.4rem;
  }
}

.p-prd-lu {
  margin-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-prd-lu {
    margin-block: 7rem;
  }
}
.p-prd-lu__list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-prd-lu__list {
    gap: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-lu__item {
    background: radial-gradient(circle at 0.5px 0.5px, #707070 0.5px, transparent 0) 0 100% repeat-x;
    background-size: 3px 1px;
    background-position: bottom left;
    padding-bottom: 5rem;
    position: relative;
  }
}
.p-prd-lu__heading {
  position: relative;
  padding-left: 5.4rem;
}
.p-prd-lu__heading::before {
  content: "";
  width: 3.7rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: -0.2em;
  background-color: #522393;
  clip-path: polygon(2.2rem 0, 100% 0, calc(100% - 2.2rem) 100%, 0% 100%);
}
.p-prd-lu__sub {
  line-height: 1;
  margin-bottom: 0.4em;
  color: #2F2F2F;
}
.p-prd-lu__name {
  font-size: 3rem;
  font-weight: 500;
  color: #522393;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-prd-lu__name {
    font-size: 3.6rem;
  }
}
.p-prd-lu__row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-prd-lu__row {
    flex-direction: column;
    gap: 4.9rem;
  }
}
.p-prd-lu__figure {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-prd-lu__figure {
    width: 31.7%;
  }
}
.p-prd-lu__figure img {
  width: 29.8rem;
}
@media screen and (max-width: 1519px) {
  .p-prd-lu__table table {
    width: 100%;
  }
  .p-prd-lu__table table + table {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-lu__table {
    width: 68.3%;
  }
}
@media screen and (min-width: 1520px) {
  .p-prd-lu__table {
    display: flex;
  }
  .p-prd-lu__table table {
    width: 50%;
  }
  .p-prd-lu__table table + table {
    margin-left: -1px;
  }
}
.p-prd-lu__table table {
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
}
.p-prd-lu__table th, .p-prd-lu__table td {
  border-left: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  vertical-align: top;
  padding: 0.6em 1em;
}
@media screen and (min-width: 768px) {
  .p-prd-lu__table th, .p-prd-lu__table td {
    padding: 0.6em 2em;
    font-size: 1.7rem;
  }
}
.p-prd-lu__table th {
  background: #F0EAF8;
  font-weight: bold;
  text-align: left;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-prd-lu__table th {
    width: 13rem;
    white-space: nowrap;
  }
}
.p-prd-lu__download {
  color: #6B1AD9;
  background: #F0F0F0;
  height: 6rem;
  width: 25.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.6em;
  font-weight: 500;
}
.p-prd-lu__download::after {
  content: "";
  background: url(../img/ico-download.svg) no-repeat 50%/contain;
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 767px) {
  .p-prd-lu__download::after {
    width: 4.7rem;
    height: 4.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-prd-lu__download {
    width: 48rem;
    margin: 4.7rem auto 0;
    font-size: 2.6rem;
    height: 8rem;
    gap: 1em;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-prd-lu__download {
    position: absolute;
    top: 1.2rem;
    right: 0;
  }
}

.p-prd-ot {
  margin-block: 10rem 13rem;
}
.p-prd-ot__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1519px) {
  .p-prd-ot__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-prd-ot__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-prd-ot__item {
  border: solid 1px #C6C6C6;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-prd-ot__item:has(a) {
    padding-bottom: 5rem;
  }
}
.p-prd-ot__figure {
  width: 15rem;
}
.p-prd-ot__body {
  width: calc(100% - 17.5rem);
}
.p-prd-ot__sub {
  font-size: 1.7rem;
  color: #2F2F2F;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .p-prd-ot__sub {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
}
.p-prd-ot__name {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .p-prd-ot__name {
    font-size: 3rem;
  }
}
.p-prd-ot__link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.6rem;
  background: #522393;
  width: 15rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  clip-path: polygon(2rem 0%, 100% 0, 100% 100%, 0% 100%);
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-prd-ot__link {
    font-size: 2rem;
    width: 19rem;
    height: 4.4rem;
  }
}

.p-case-list {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-case-list {
    margin-bottom: 20rem;
  }
}

.p-case-d {
  position: relative;
  margin-bottom: 9.5rem;
}
@media screen and (min-width: 768px) {
  .p-case-d::before {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    background: url(../img/bg02.png) no-repeat center top/contain;
    width: 30.1rem;
    height: 54.7rem;
    right: 0;
    top: 43.4rem;
  }
  .p-case-d::after {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    background: url(../img/bg03.png) no-repeat center top/contain;
    width: 34.4rem;
    height: 128.1rem;
    left: 0;
    top: 114rem;
  }
}
.p-case-d__mv img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-case-d__mv {
    margin-inline: -3.5rem;
  }
}
.p-case-d__inner {
  color: #1D1D1D;
}
@media screen and (min-width: 768px) {
  .p-case-d__inner {
    max-width: 100rem;
    margin-inline: auto;
  }
}
.p-case-d__meta-wrap {
  text-align: center;
  margin-block: 5.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-case-d__meta-wrap {
    margin-block: 2.5rem 4rem;
  }
}
.p-case-d__meta-wrap .c-caselist__meta {
  justify-content: center;
}
.p-case-d__title {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.54;
  margin-bottom: 3rem;
}
.p-case-d__lead {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-case-d__lead {
    font-size: 2.4rem;
  }
}
.p-case-d__data {
  background: #FAF7FF;
  padding: 3.7rem 2.7rem 3.5rem;
  margin-block: 6rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-case-d__data {
    padding: 2.5rem 3.5rem 3cqw;
  }
}
.p-case-d__data-head {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-head {
    flex-direction: column;
    gap: 0.6em;
  }
}
.p-case-d__data-target {
  color: #522393;
  font-size: 2rem;
  font-weight: 500;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-target {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-case-d__data-target {
    padding-left: 0.3em;
  }
}
.p-case-d__data-place {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-place {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-case-d__data-place {
    width: calc(100% - 12rem);
  }
}
.p-case-d__data-place small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-place small {
    font-size: 2rem;
    margin-top: 0.5em;
  }
}
.p-case-d__data-info {
  display: flex;
  border-top: solid 1px #D1C3E3;
  padding-top: 2.8rem;
  margin-top: 2.4rem;
  gap: 3rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-case-d__data-info > * {
    width: 32.5%;
  }
  .p-case-d__data-info > * + * {
    width: 65.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-case-d__data-info {
    flex-direction: column;
  }
}
.p-case-d__data-info dt {
  background: #E6E6E6;
  padding: 0.2em 1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-info dt {
    font-size: 2.4rem;
  }
}
.p-case-d__data-info dd {
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-info dd {
    padding: 3rem 2.5rem 3.5rem;
  }
}
.p-case-d__data-wat {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-wat {
    font-size: 2.6rem;
  }
}
.p-case-d__data-wat--b {
  color: #6B1AD9;
}
.p-case-d__data-names {
  font-size: 1.7rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-names {
    font-size: 2rem;
  }
}
.p-case-d__data-per {
  font-size: 4rem;
  color: #6B1AD9;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-per {
    display: inline-block;
    margin-right: 1em;
    vertical-align: -0.2em;
  }
}
@media screen and (min-width: 768px) {
  .p-case-d__data-per {
    text-align: center;
    padding-top: 0.5em;
  }
}
.p-case-d__data-note {
  font-size: 2rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-case-d__data-note {
    text-align: center;
    display: block;
    font-size: 1.6rem;
  }
}
.p-case-d__data-row {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-case-d__data-row:not(:has(.is-pc)) > *:nth-child(1) dd {
    border-right: solid 1px #A288C6;
  }
  .p-case-d__data-row > *:nth-child(1) {
    width: 66.6%;
  }
  .p-case-d__data-row > *:nth-child(2) {
    width: 33.3%;
  }
  .p-case-d__data-row dt {
    border-right: solid 1px #F0EAF8;
  }
}
.p-case-d__data-row dt {
  background: #6B1AD9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-case-d__data-row {
    flex-direction: column;
  }
}
.p-case-d__data-body {
  background: #fff;
}
.p-case-d__body h3 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #6B1AD9;
  margin-block: 10rem 1em;
}
@media screen and (max-width: 767px) {
  .p-case-d__body h3 {
    font-size: 4rem;
  }
}
.p-case-d__body p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-case-d__body p {
    font-size: 2.4rem;
  }
}
.p-case-d__body figure {
  margin-block: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-d__body figure img {
    width: 100%;
  }
}
.p-case-d__body .wp-block-image {
  margin-block: 3.5rem;
}

.p-case-prd {
  background: #F0EAF8;
  padding-block: 5rem 7.8rem;
}
.p-case-prd__title {
  color: #522393;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-case-prd__title {
    font-size: 4rem;
  }
}

.p-case-rel {
  padding-block: 5rem 7.8rem;
  margin-bottom: 3.3rem;
}
.p-case-rel__title {
  color: #522393;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-case-rel__title {
    font-size: 4rem;
  }
}

.p-case-filter {
  margin-block: 5.7rem 10.5rem;
}

.p-contact {
  margin-bottom: 16rem;
}
.p-contact__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__heading {
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
.p-contact__heading .c-button {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__heading .c-button {
    margin-left: auto;
    width: 33.1rem;
  }
}
.p-contact__heading .c-button::after {
  content: none;
}
.p-contact__head {
  border-top: solid 1px #A288C6;
  border-bottom: solid 1px #A288C6;
  padding-block: 6rem;
  margin-block: 6rem 8rem;
  display: flex;
  align-items: center;
  gap: 2rem 7.6%;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 3rem;
    margin-block: 4rem;
  }
}
.p-contact__title {
  font-size: 3.2rem;
  color: #6B1AD9;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-contact__title small {
  font-weight: 500;
  font-size: 1.8rem;
  color: #33076F;
}
.p-contact__tel {
  color: #33076F;
  display: flex;
  align-items: center;
  gap: 1rem 4rem;
}
@media screen and (max-width: 1400px) {
  .p-contact__tel {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-contact__tel a {
  background: url(../img/ico-tel03.svg) no-repeat left 0.25em/3.1rem;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-contact__tel a {
    font-size: 5.2rem;
  }
}
.p-contact__tel small {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact__tel small {
    font-size: 2.2rem;
  }
}
.p-contact__form {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 3.5rem;
  }
}
.p-contact__form dl:has(input[type=radio]) {
  margin-bottom: 7rem;
  background: #FAF7FF;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form dl:has(input[type=radio]) {
    padding: 2rem 3.2rem 3rem;
    margin-bottom: 4.5rem;
  }
}
.p-contact__form dl:has(input[type=radio]) dt {
  background: none;
  border-right: solid 1px #A288C6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form dl:has(input[type=radio]) dt {
    justify-content: center;
    border: none;
    margin: 0;
  }
}
.p-contact__form dl:has(input[type=radio]) dd {
  margin: 0;
}
.p-contact__form dt {
  font-weight: bold;
  font-size: 2rem;
  background: #F0EAF8;
  color: #522393;
  padding: 1em 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__form dt {
    font-size: 2.6rem;
    padding: 0.5em 2em;
    margin-bottom: 2.5rem;
  }
}
.p-contact__form dt em {
  position: absolute;
  top: 0.3em;
  left: 1em;
  font-weight: 500;
  font-size: 1.8rem;
}
.p-contact__form dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form dd {
    margin-bottom: 5rem;
    font-size: 16px;
  }
}
.p-contact__form dd input[type=text], .p-contact__form dd input[type=email], .p-contact__form dd input[type=tel], .p-contact__form dd textarea, .p-contact__form dd select {
  width: 100%;
  max-width: 64rem;
  background: #fff;
  border: 1px solid #d1c3e3;
  box-shadow: inset 0 2px 4px rgba(209, 195, 227, 0.8);
  padding: 1em 2em;
}
.p-contact__form dd input[type=text]::placeholder, .p-contact__form dd input[type=email]::placeholder, .p-contact__form dd input[type=tel]::placeholder, .p-contact__form dd textarea::placeholder, .p-contact__form dd select::placeholder {
  color: #D1C3E3;
}
.p-contact__form dd input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.p-contact__form dd textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.p-contact__form dd textarea {
  height: 10em;
  max-width: 100%;
}
.p-contact__form dd textarea::placeholder {
  color: #696666;
}
.p-contact__form dd .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 1.5rem;
  max-width: 78rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form dd .wpcf7-radio {
    gap: 1.5rem;
  }
}
.p-contact__form dd .wpcf7-radio > * {
  width: 24.9rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form dd .wpcf7-radio > * {
    width: calc(50% - 0.75rem);
  }
}
.p-contact__form dd .wpcf7-radio label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  height: 6rem;
  color: #522393;
  font-size: 2rem;
  font-weight: 500;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-contact__form dd .wpcf7-radio label:has(input:checked) {
  background: #522393;
  color: #fff;
}
.p-contact__form dd .wpcf7-radio input {
  position: absolute;
  opacity: 0;
}
.p-contact__form dd .wpcf7-list-item {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__form dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem 0;
  }
  .p-contact__form dt {
    width: 20%;
  }
  .p-contact__form dd {
    width: 76%;
  }
}
.p-contact__form:not(.confirm) .step2 {
  display: none;
}
.p-contact__form.confirm .wpcf7-response-output {
  display: none;
}
.p-contact__form.confirm .step1 {
  display: none;
}
.p-contact__form.confirm form .p-contact__doui {
  display: none;
}
.p-contact__form.confirm form dd input[type=text], .p-contact__form.confirm form dd input[type=email], .p-contact__form.confirm form dd input[type=tel], .p-contact__form.confirm form dd textarea, .p-contact__form.confirm form dd select {
  border: none;
  background: none;
  box-shadow: none;
}
.p-contact__form.confirm form dd input[type=text]::placeholder, .p-contact__form.confirm form dd input[type=email]::placeholder, .p-contact__form.confirm form dd input[type=tel]::placeholder, .p-contact__form.confirm form dd textarea::placeholder, .p-contact__form.confirm form dd select::placeholder {
  color: transparent;
}
.p-contact__form.confirm form dd label {
  pointer-events: none;
}
.p-contact__form.confirm form dd input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.p-contact__form.confirm form dd textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.p-contact__form.confirm form .wpcf7-radio > *:not(:has(input:checked)) {
  display: none;
}
.p-contact__doui {
  max-width: 790px;
  margin: 8rem auto;
  padding-block: 3rem;
  display: block;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-contact__doui {
    margin: 5rem 0;
    padding-block: 2.5rem;
  }
}
.p-contact__doui:has(input:checked) .p-contact__doui-text:after {
  content: "";
}
.p-contact__doui-text {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__doui-text {
    font-size: 2.4rem;
  }
}
.p-contact__doui-text:before {
  content: "";
  display: inline-block;
  border: solid 1px #707070;
  background: #fff;
  width: 1.25em;
  height: 1.25em;
  vertical-align: -0.3em;
  margin-right: 1em;
}
.p-contact__doui-text:after {
  position: absolute;
  top: 0.1em;
  width: 0.7em;
  height: 1em;
  border-right: 0.2em solid #707070;
  border-bottom: 0.2em solid #707070;
  transform: rotate(45deg) translate(50%, -30%);
  left: -0.1em;
}
.p-contact__doui-text a {
  text-decoration: underline;
  color: #6B1AD9;
}
.p-contact__doui .wpcf7-form-control-wrap {
  display: block;
}
.p-contact__doui .wpcf7-checkbox {
  display: none;
}
.p-contact__button ul {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 58rem;
  margin: 0 auto;
}
.p-contact__button input {
  font-weight: 500;
  width: 100%;
  height: 12.6rem;
  font-size: 2.6rem;
  background: #6B1AD9;
  color: #fff;
  clip-path: polygon(3.8rem 0, 100% 0, calc(100% - 3.8rem) 100%, 0% 100%);
}
.p-contact__button #back {
  background: #757575;
  color: #fff;
}
.p-contact__button .wpcf7-spinner {
  display: none;
}

.p-company__info {
  position: relative;
  margin-bottom: 11rem;
}
@media screen and (min-width: 768px) {
  .p-company__info {
    margin-top: 10rem;
    display: flex;
    justify-content: space-between;
  }
  .p-company__info .c-title-line {
    width: 25.9%;
  }
  .p-company__info dl {
    width: 74.1%;
  }
  .p-company__info::before {
    content: "";
    position: absolute;
    background: url(../img/bg04.png) no-repeat center/contain;
    width: 30.1rem;
    height: 54.7rem;
    top: -9rem;
    right: -7rem;
  }
}
.p-company__info dl {
  display: flex;
  flex-wrap: wrap;
}
.p-company__info dt, .p-company__info dd {
  border-bottom: dotted 1px #707070;
  padding-block: 1em;
  font-size: 2rme;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-company__info dt, .p-company__info dd {
    line-height: 1.5;
  }
  .p-company__info dt:last-of-type, .p-company__info dd:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .p-company__info dt:first-of-type, .p-company__info dd:first-of-type {
    padding-top: 0;
  }
}
.p-company__info dt {
  color: #522393;
  font-weight: 500;
  width: 18.9%;
}
@media screen and (max-width: 767px) {
  .p-company__info dt {
    width: 20rem;
  }
}
.p-company__info dd {
  width: 81.1%;
}
@media screen and (max-width: 767px) {
  .p-company__info dd {
    width: calc(100% - 20rem);
  }
}
.p-company__row {
  display: flex;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__row > * {
    width: 50%;
  }
}
.p-company__place {
  margin-bottom: 22rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company__place {
    margin-bottom: 10rem;
  }
}
.p-company__place::before {
  content: "";
  position: absolute;
  background: url(../img/bg05.png) no-repeat center/contain;
  width: 34.4rem;
  height: 128.1rem;
  top: -9rem;
  left: -7rem;
}
@media screen and (max-width: 767px) {
  .p-company__place::before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-company__detail {
    font-size: 2rem;
    line-height: 1.9;
  }
}
.p-company__detail p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-company__detail p + p {
    margin-top: 1.9em;
  }
}
@media screen and (min-width: 768px) {
  .p-company__detail {
    padding-left: 4.6%;
  }
}
.p-privacy {
  max-width: 120rem;
  margin: 0 auto 10rem;
  font-size: 2rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.p-privacy__line {
  margin-block: 5rem;
  background: #D1C3E3;
  border: none;
  height: 1px;
  width: 100vw;
  position: relative;
  left: 50%;
  translate: -50% 0;
}
.p-privacy dt {
  color: #522393;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-privacy dt {
    font-size: 2.6rem;
  }
}
.p-privacy dd {
  line-height: 2.11;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.p-privacy dd p {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-privacy dd {
    font-size: 2rem;
    line-height: 2;
  }
  .p-privacy dd ul {
    margin-block: 1.5em;
  }
}

.p-faq {
  margin-block: 8.8rem 13rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-block: 0 6rem;
  }
}
.p-faq__switch {
  border-bottom: solid 1px #522393;
  display: flex;
  gap: 0.3rem;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__switch {
    margin-bottom: 4.5rem;
  }
}
.p-faq__tab {
  color: #656465;
  font-size: 2rem;
  font-weight: 500;
  min-height: 6.1rem;
  padding: 0.4em;
  flex-grow: 1;
  background: #E3E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-faq__tab {
    padding: 0 0.6em;
    height: 12rem;
  }
  .p-faq__tab span {
    white-space: nowrap;
  }
}
.p-faq__tab.is-active {
  background: #522393;
  color: #fff;
}
.p-faq__title {
  font-size: 3.4rem;
  font-weight: bold;
  color: #522393;
  margin-bottom: 3rem;
}
.p-faq dl {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq dl {
    margin-top: 4rem;
  }
}
.p-faq dl:first-of-type {
  margin-top: 0;
}
.p-faq dt {
  border: solid 1px #C6C6C6;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  padding-inline: 1.2em 3.5em;
  display: flex;
  align-items: center;
  min-height: 9rem;
  cursor: pointer;
  background: url(../img/arw-d02.svg) no-repeat calc(100% - 3.7rem) center/2.1rem;
}
@media screen and (max-width: 767px) {
  .p-faq dt {
    font-size: 2.6rem;
    padding-block: 1em;
    background-position: calc(100% - 2.5rem);
  }
}
.p-faq dt.open {
  background-image: url(../img/arw-u02.svg);
}
.p-faq dt.open + dd {
  display: block;
}
.p-faq dd {
  line-height: 2;
  display: none;
  background: #FAF7FF;
  padding: 4rem 5rem;
}

.p-guide-it {
  margin-block: 10rem 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-guide-it {
    margin-block: 9rem 10rem;
  }
}
.p-guide-it__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-guide-it__items {
    margin-bottom: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-guide-it__items {
    flex-direction: column;
  }
}
.p-guide-it__items > * {
  width: 34rem;
  background: linear-gradient(#ece4f7 0%, #f5f0fd 100%);
  height: 8rem;
  font-size: 2.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(1.4rem 0, 100% 0, calc(100% - 1.4rem) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-guide-it__items > * {
    width: auto;
    font-size: 2.6rem;
    height: 7rem;
  }
  .p-guide-it__items > * br {
    display: none;
  }
}
.p-guide-it__lead {
  max-width: 120rem;
  margin: 5rem auto 0;
  line-height: 2;
}
.p-guide-rs .c-title-rel {
  margin-bottom: 6rem;
}
.p-guide-rs {
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-guide-rs {
    margin-bottom: 10rem;
  }
}
.p-guide-case {
  overflow: hidden;
  margin-bottom: 10.4rem;
}
.p-guide-case .c-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-guide-case .c-btn-wrap {
    gap: 0;
    margin-inline: -7rem;
  }
  .p-guide-case .c-btn-wrap > * {
    width: 50%;
    margin-inline: -0.7rem;
  }
  .p-guide-case .c-btn-wrap .c-button {
    width: 100%;
  }
}

.p-guide-pt {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-guide-pt {
    padding-bottom: 10rem;
    border-bottom: dotted 1px #707070;
  }
}
.p-guide-pt__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-guide-pt__list {
    margin-top: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-guide-pt__list {
    gap: 6rem;
  }
}
.p-guide-pt__item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-guide-pt__item {
    padding-block: 5rem;
    border-bottom: dotted 1px #707070;
  }
}
@media screen and (max-width: 767px) {
  .p-guide-pt__item {
    flex-direction: column;
    font-size: 4rem;
    gap: 4rem;
  }
}
.p-guide-pt__item:last-child {
  background: none;
}
.p-guide-pt__item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-guide-pt__body {
    width: 39.8%;
  }
}
.p-guide-pt__heading {
  display: flex;
  align-items: center;
  color: #522393;
  gap: 0.6em 1.5em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-guide-pt__heading {
    flex-direction: column;
    text-align: center;
  }
}
.p-guide-pt__heading-num {
  font-size: 7.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #A288C6;
  border-bottom: solid 2px #6B1AD9;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-guide-pt__heading-num {
    font-size: 8.6rem;
  }
}
.p-guide-pt__heading-name {
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-guide-pt__heading-name {
    font-size: 3.6rem;
  }
}
.p-guide-pt__lead {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-guide-pt__lead {
    font-size: 2.2rem;
    line-height: 2.18;
  }
}
@media screen and (min-width: 768px) {
  .p-guide-pt__figure {
    width: 55.2%;
  }
}

.p-service {
  margin-bottom: 10rem;
  position: relative;
  z-index: 0;
}
.p-service::before {
  content: "";
  position: absolute;
  background: url(../img/bg04.png) no-repeat center/contain;
  width: 30.1rem;
  height: 54.7rem;
  bottom: -5rem;
  right: -7rem;
}
@media screen and (min-width: 768px) {
  .p-service .c-heading {
    min-height: 50.7rem;
    margin-bottom: 9.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service .c-heading .u-inner > * {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-service__fig {
    position: absolute;
    left: 50%;
    padding-left: 5%;
  }
  .p-service__fig img {
    height: 50.7rem;
    object-fit: cover;
    object-position: left center;
  }
}
.p-service__consul {
  display: flex;
  gap: 4rem 4.3%;
}
@media screen and (min-width: 768px) {
  .p-service__consul {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__consul {
    margin-top: -1.5rem;
    flex-direction: column;
  }
}
.p-service__consul > * {
  flex: 1;
}
.p-service__consul > *:nth-child(2) .p-service__consul-name {
  background: #6B1AD9;
}
.p-service__consul > *:nth-child(2) .p-service__consul-checks > * {
  background-image: url(../img/ico-check02.svg);
}
.p-service__consul > *:nth-child(3) .p-service__consul-name {
  background: #522393;
}
.p-service__consul > *:nth-child(3) .p-service__consul-checks > * {
  background-image: url(../img/ico-check03.svg);
}
.p-service__consul-name {
  background: #A288C6;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  min-height: 5.2rem;
  display: flex;
  align-items: center;
  clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
  padding-inline: 1.2em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-service__consul-name {
    font-size: 3rem;
    justify-content: center;
    height: 5.8rem;
    margin-bottom: 0.3em;
  }
}
.p-service__consul-checks > * {
  font-weight: 500;
  background: url(../img/ico-check01.svg) no-repeat left 0.7em/2.4rem;
  padding-left: 2em;
  border-bottom: dotted 1px #6B1AD9;
  padding-block: 0.6em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__consul-checks > * {
    font-size: 2.6rem;
    background-position: left 1em;
  }
}
.p-service .c-rslist {
  margin-bottom: 18.6rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-rslist {
    margin-bottom: 14rem;
  }
}

.p-serv-case {
  position: relative;
}
.p-serv-case::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 130.8rem;
  background: linear-gradient(#faf7ff 0%, #fff 100%);
  z-index: -1;
}

.p-serv-prd {
  margin-block: 6rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-serv-prd {
    margin-block: 13rem 12rem;
  }
}
.p-serv-prd__title {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  color: #6B1AD9;
}
@media screen and (max-width: 767px) {
  .p-serv-prd__title {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}

.p-lease-mr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 3.15%;
  position: relative;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-lease-mr {
    margin-bottom: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-lease-mr__item {
  background: #fff;
  padding: 3rem;
  display: flex;
  align-items: center;
  gap: 5%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-lease-mr__item {
    flex-direction: column;
    gap: 2.3rem;
    padding: 3rem 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lease-mr__figure {
    width: 13.23%;
  }
}
.p-lease-mr__figure img {
  width: 9rem;
}
@media screen and (min-width: 768px) {
  .p-lease-mr__body {
    width: 85.3%;
  }
}
.p-lease-mr__title {
  color: #6B1AD9;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-lease-mr__title {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 0.6em;
  }
}
.p-lease-mr__lead {
  line-height: 1.94;
}
.p-lease-info {
  background: #fff;
  margin-bottom: 7rem;
  padding: 4rem 5.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lease-info {
    padding: 3rem 2.6rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lease-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.5rem 0;
  }
  .p-lease-info dt {
    width: 28.4rem;
  }
  .p-lease-info dd {
    width: calc(100% - 35.2rem);
  }
  .p-lease-info dd:first-of-type {
    border-bottom: dotted 1px #707070;
    padding-bottom: 0.6em;
  }
}
.p-lease-info dt {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  background: linear-gradient(90deg, #6b1ad9 0%, #f5f0fd 100%);
  clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
  display: flex;
  align-items: center;
  padding-inline: 1em;
  min-height: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-lease-info dt {
    font-size: 2.6rem;
    justify-content: center;
    height: 5.4rem;
    margin-bottom: 0.6em;
  }
}
.p-lease-info dd {
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-lease-info dd {
    font-size: 2.2rem;
  }
  .p-lease-info dd + dt {
    margin-top: 1em;
  }
}
.p-lease-case {
  margin-bottom: 9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6%;
}
@media screen and (max-width: 767px) {
  .p-lease-case {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 7rem;
    gap: 4rem;
  }
}
.p-lease-case__figure img {
  width: 100%;
}
.p-lease-case__body {
  background: #F1EAFD;
  padding: 2rem 3.2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-lease-case__body {
    padding: 3rem 3.8rem 3.8rem;
  }
}
.p-lease-case__title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-lease-case__title {
    font-size: 2.4rem;
  }
}
.p-lease-case__price {
  text-align: right;
  color: #522393;
  font-weight: bold;
  font-weight: 2rem;
}
.p-lease-case__price em {
  font-size: 3rem;
  margin-inline: 0.2em 0.3em;
}
@media screen and (max-width: 767px) {
  .p-lease-case__price em {
    font-size: 4.4rem;
  }
}
.p-lease-case__subtitle {
  color: #522393;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-lease-case__subtitle {
    font-size: 2.2rem;
  }
}
.p-lease-case__subtitle::after {
  content: "";
  position: absolute;
  background: #522393;
  height: 1px;
  width: 100%;
  margin-left: 1em;
  top: 0.8em;
}
.p-lease-case__details {
  margin-top: 0.5em;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-lease-case__details {
    font-size: 2rem;
    line-height: 1.9;
  }
}
.p-lease-faq {
  max-width: 120rem;
  margin-inline: auto;
}
.p-lease-faq dl {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-lease-faq dl {
    margin-top: 0.5rem;
  }
}
.p-lease-faq dt {
  border-bottom: solid 1px #E2D1F8;
  font-size: 2.2rem;
  color: #522393;
  font-weight: 500;
  position: relative;
  padding-right: 3em;
  display: flex;
  align-items: center;
  min-height: 7rem;
  cursor: pointer;
  background: url(../img/arw-d01.svg) no-repeat calc(100% - 2.8rem) center/2.7rem;
}
@media screen and (max-width: 767px) {
  .p-lease-faq dt {
    font-size: 2.6rem;
    padding-block: 0.8em;
    background-position: right center;
    background-size: 3.5rem;
  }
}
.p-lease-faq dt.open {
  background-image: url(../img/arw-u01.svg);
}
.p-lease-faq dt.open + dd {
  display: block;
}
.p-lease-faq dd {
  line-height: 2;
  display: none;
  background: #FAF7FF;
  padding: 4rem;
}

@media screen and (max-width: 767px) {
  .p-age-mt {
    margin-bottom: -5rem;
  }
}
.p-age-mt__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-age-mt__item {
    flex-direction: column;
    gap: 4.5rem;
    margin-bottom: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-age-mt__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.p-age-mt__list {
  border: solid 1px #A77FDD;
  margin-top: 2rem;
  padding: 6rem 2.2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-age-mt__list {
    margin-top: 5rem;
    padding: 8rem 3.5rem 3cqw;
  }
}
.p-age-mt__name {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  background: #522393;
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.5rem) 100%, 0% 100%);
  padding-inline: 1em 2em;
  height: 4.2rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-age-mt__name {
    font-size: 2.8rem;
    height: 6rem;
    width: 45rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 2.5rem) 100%, 0% 100%);
  }
}
.p-age-mt__items--hol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.p-age-mt__items > * {
  background: url(../img/ico-check04.svg) no-repeat left 0.5em/2rem;
  line-height: 1.94;
  padding-left: 1.8em;
  color: #522393;
}
@media screen and (max-width: 767px) {
  .p-age-mt__items > * {
    background-size: 2.4rem;
  }
}
.p-age-mt__note {
  font-size: 1.4rem;
  margin-top: 1.3em;
}
@media screen and (min-width: 768px) {
  .p-age-mt__body {
    width: 41.3%;
  }
}
.p-age-mt__figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-age-mt__figure {
    text-align: center;
    margin-inline: -3.5rem;
  }
  .p-age-mt__figure--s {
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-age-mt__figure {
    width: 55.9%;
  }
  .p-age-mt__figure--s img {
    width: 74rem;
  }
}
.p-age-mt__title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #6B1AD9;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-age-mt__title {
    text-align: center;
    font-size: 3.2rem;
  }
}
.p-age-mt__lead {
  line-height: 1.94;
}
.p-age-mt__other {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #A77FDD;
  padding: 5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-age-mt__other {
    margin-top: -3rem;
    padding: 4rem 3.5rem;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-age-mt__other-body {
    width: 69.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-age-mt__other-fig {
    width: 40rem;
    margin-inline: auto;
  }
}
.p-age-mt__other-fig img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-age-mt__other-fig {
    width: 31.35%;
  }
}

.p-age-sg__list {
  display: flex;
  gap: 5rem 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-age-sg__list {
    flex-direction: column;
  }
}
.p-age-sg__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-block: 0.8em 0.5em;
  color: #6B1AD9;
}
@media screen and (max-width: 767px) {
  .p-age-sg__title {
    font-size: 3.2rem;
    text-align: center;
  }
}
.p-age-sg__lead {
  line-height: 1.91;
  margin-bottom: 2.5rem;
}
.p-age-sg__figure img {
  width: 100%;
}
.p-age-sg .c-btn-wrap {
  margin-top: 3rem;
}

.p-age-fw {
  margin-bottom: 12rem;
}
.p-age-fw__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 9.7rem;
  margin-top: 5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-age-fw__list {
    flex-direction: column;
    margin-top: 0;
    gap: 9rem;
  }
}
.p-age-fw__list dl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-age-fw__list dl {
    width: 24rem;
  }
  .p-age-fw__list dl:nth-child(3) {
    width: 16.3rem;
  }
}
.p-age-fw__list dl:first-child::before {
  content: none;
}
.p-age-fw__list dl::before {
  content: "";
  position: absolute;
  background: url(../img/arw-next01.svg) no-repeat 50%/contain;
  width: 4.2rem;
  height: 12.2rem;
  left: -7rem;
  top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-age-fw__list dl::before {
    left: 0;
    width: 100%;
    height: 4.2rem;
    top: -6rem;
    background-image: url(../img/arw-next01-sp.svg);
  }
}
.p-age-fw__list dt {
  color: #6B1AD9;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 0.5em;
  display: flex;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .p-age-fw__list dt {
    flex-direction: column;
    align-items: center;
    font-size: 3.6rem;
  }
}
.p-age-fw__list dd {
  line-height: 1.94;
}

@media screen and (max-width: 767px) {
  .p-age-cd {
    margin-bottom: -5rem;
  }
}
.p-age-cd .p-age-mt__list {
  margin: 0;
}
.p-age-cd__row {
  display: flex;
  justify-content: space-between;
  gap: 5rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-age-cd__row {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-age-cd__row > * {
    flex: 1;
  }
}

.p-news-l {
  margin-block: 7rem 13rem;
}
@media screen and (max-width: 767px) {
  .p-news-l {
    margin-block: 3.7rem 13rem;
  }
}
.p-news-l__switch {
  display: flex;
  gap: 0.1rem;
  margin-bottom: 5.8rem;
}
@media screen and (min-width: 768px) {
  .p-news-l__switch {
    border-bottom: solid 1px #E7D6FD;
    overflow: hidden;
    overflow-x: auto;
    margin-right: -10vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .p-news-l__switch {
    margin-bottom: 3rem;
  }
}
.p-news-l__tab {
  color: #fff;
  font-size: 2rem;
  height: 7rem;
  line-height: 1.36;
  font-weight: 500;
  background: #C4C4C4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-news-l__tab {
    min-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-l__tab {
    font-size: 2.2rem;
    height: 9rem;
    flex: 1;
    text-align: center;
  }
}
.p-news-l__tab.is-active {
  background: #6B1AD9;
}

.p-news-d {
  max-width: 1200px;
  margin: 0 auto 7rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #E7D6FD;
}
.p-news-d .c-news-data {
  white-space: nowrap;
}
.p-news-d__header {
  display: flex;
  border-bottom: solid 1px #6B1AD9;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-d__header {
    flex-direction: column;
  }
}
.p-news-d__mv {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-d__mv {
    margin: 0 -3.5rem 7rem;
  }
}
.p-news-d__mv img {
  width: 100%;
}
.p-news-d__title {
  font-weight: bold;
  color: #522393;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-news-d__title {
    font-size: 4rem;
  }
}
.p-news-d__pager {
  display: flex;
  justify-content: flex-end;
  margin-top: 11.5rem;
  color: #522393;
  font-size: 2.2rem;
  gap: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-d__pager {
    margin-top: 9.5rem;
    font-size: 2.7rem;
  }
}
.p-news-d__pager a {
  position: relative;
}
.p-news-d__pager a:first-child::before {
  content: none;
}
.p-news-d__pager a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 1.2em;
  background: #E7D6FD;
  width: 1px;
  left: -3.6rem;
}

.p-news-r {
  max-width: 1200px;
  margin: 0 auto 16.5rem;
}
.p-news-r__title {
  font-weight: bold;
  color: #522393;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.u-skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 1.2rem 2rem;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.u-skip-link:focus {
  top: 0;
}

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

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

.u-mt-auto {
  margin-top: auto;
}

.u-flex {
  display: flex;
}

.u-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .u-inner {
    max-width: 80%;
    width: 152rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .u-inner {
    margin: 0 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
  .is-tel {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.evt {
  visibility: hidden;
}
.evt.done {
  visibility: visible;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}/*# sourceMappingURL=style.css.map */