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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 2.6666666667vw;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  color: #000000;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-font-bold {
  font-weight: bold;
}

.js-inview {
  overflow: hidden;
  opacity: 0;
}
.js-inview.--fade {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-inview.--fade.is-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview .inn {
  display: block;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-inview.is-animated {
  opacity: 1;
}
.js-inview.is-animated .inn {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

@-webkit-keyframes scroll-arrow {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0, 110%);
    transform: translate(0, 110%);
  }
  30.1% {
    -webkit-transform: translate(0, -110%);
    transform: translate(0, -110%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@keyframes scroll-arrow {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0, 110%);
    transform: translate(0, 110%);
  }
  30.1% {
    -webkit-transform: translate(0, -110%);
    transform: translate(0, -110%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.c-section-head {
  position: relative;
  padding-bottom: 1rem;
}
.c-section-head::before, .c-section-head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.4rem;
}
.c-section-head::before {
  width: 100%;
  background-color: #cccccc;
}
.c-section-head::after {
  width: 3.75rem;
  background-color: #875b9b;
}

.c-section-sub-head {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.c-section-catchphrase {
  margin-top: 2rem;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.48;
}
.c-section-catchphrase.--center {
  text-align: center;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 100;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 0;
  width: 100%;
  padding: 1.2rem 5% 1.1rem;
}
.l-header__nav {
  color: #FFFFFF;
  background-color: #000000;
}
.l-header__nav-list {
  padding: 9.3rem 0 0;
}
.l-header__nav-list-item {
  margin-bottom: 4.7rem;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
}
.l-header__nav-list-item:last-child {
  border-right: none;
}
.l-header__logo {
  position: relative;
  width: 23.1rem;
  z-index: 11;
}
.l-header__menu-button {
  position: relative;
  width: 3.5rem;
  height: 2.7rem;
  z-index: 11;
}
.l-header__menu-button.is-active .l-header__menu-button-line:nth-child(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.l-header__menu-button.is-active .l-header__menu-button-line:nth-child(2) {
  opacity: 0;
}
.l-header__menu-button.is-active .l-header__menu-button-line:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.l-header__menu-button-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #FFFFFF;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-header__menu-button-line:nth-child(1) {
  top: 0;
}
.l-header__menu-button-line:nth-child(2) {
  top: calc(50% - 0.1rem);
}
.l-header__menu-button-line:nth-child(3) {
  bottom: 0;
}
.l-header__button {
  display: block;
  width: 100%;
}

.l-footer {
  position: relative;
  padding: 2.5rem 0 10.5rem;
  background: url(../img/common/footer_bg_sp.jpg) no-repeat center/cover;
  color: #FFFFFF;
  text-align: center;
}
.l-footer__scroll-button {
  position: absolute;
  top: 0;
  right: 5%;
  width: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__logo {
  width: 16.5rem;
  margin: auto;
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
}
.l-footer__nav-list-item {
  padding: 0 1.5rem;
  border-right: 1px solid #FFFFFF;
  font-size: 1.2rem;
  line-height: 1;
}
.l-footer__nav-list-item:last-child {
  border-right: none;
}
.l-footer__copyright {
  margin-top: 1.3rem;
  font-size: 1.1rem;
}

.l-container {
  position: relative;
}

.l-contents {
  overflow: hidden;
}

.l-section {
  position: relative;
}

.l-inner {
  position: relative;
  max-width: 1080px;
  width: 91%;
  margin: auto;
}

.p-top__mv {
  padding-top: 13.2rem;
  padding-bottom: 5rem;
  background: url(../img/top/mv_bg_sp.png) no-repeat center top/cover;
  color: #FFFFFF;
}
.p-top__mv-head {
  width: 83.6%;
}
.p-top__mv-txt {
  margin-top: 2rem;
}
.p-top__mv-line-txt {
  margin-top: 1rem;
}
.p-top__mv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.4rem;
}
.p-top__mv-list-item {
  width: 31%;
}
.p-top__mv-notes {
  margin-top: 0.1rem;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}
.p-top__mv-button-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin-top: 1.2rem;
  padding: 1rem 5.2%;
  background-color: #FFFFFF;
  z-index: 99;
}
.p-top__mv-button-area-txt {
  width: 90%;
  margin: 0 auto 1.2rem;
  padding-left: 4%;
}
.p-top__mv-button {
  display: block;
  -webkit-filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
}
.p-top__mv-button img {
  width: 100%;
}
.p-top__mv-scroll-button {
  position: absolute;
  bottom: 9.5rem;
  right: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid #FFFFFF;
  border-radius: 9999px;
}
.p-top__mv-scroll-button-inner {
  overflow: hidden;
}
.p-top__mv-scroll-button-arrow {
  width: 0.75rem;
  -webkit-animation: scroll-arrow 2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
          animation: scroll-arrow 2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
.p-top__philosophy {
  padding-top: 5.3rem;
  padding-bottom: 6.5rem;
  background-image: url(../img/common/bg_dots.svg), url(../img/common/bg_dots.svg);
  background-repeat: no-repeat;
  background-position: 13.9rem -9.4rem, 6.4rem 35.1rem;
  background-size: 24.2rem auto, 24.2rem auto;
}
.p-top__philosophy-bg-img {
  position: absolute;
  top: 1rem;
  right: 1.4rem;
  width: 8.9rem;
  z-index: 1;
}
.p-top__philosophy-inner {
  z-index: 2;
}
.p-top__philosophy-head {
  width: 23.3rem;
}
.p-top__philosophy-large-txt {
  margin-top: 1rem;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.71;
}
.p-top__philosophy-flexbox {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}
.p-top__philosophy-flexbox.--reverse {
  margin-top: 1.3rem;
}
.p-top__philosophy-img-area {
  width: 55.5%;
}
.p-top__philosophy-img-area.--img02 {
  width: 51.3%;
}
.p-top__philosophy-txt-area {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.125;
  text-align: justify;
}
.p-top__philosophy-logo-area-head {
  width: 23.1rem;
  margin-top: 5rem;
}
.p-top__philosophy-logo-area {
  width: 100vw;
  margin-top: 3rem;
  margin-left: -4.5vw;
  /* 中の画像も高さを100%に */
}
.p-top__philosophy-logo-area .splide__slide {
  width: auto;
  height: 9.75rem;
}
.p-top__philosophy-logo-area .splide__slide img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__style {
  padding-top: 13.1rem;
  padding-bottom: 12.3rem;
  background: url(../img/top/style_bg_sp.jpg) no-repeat center top/cover;
  color: #FFFFFF;
}
.p-top__style-bg-img {
  position: absolute;
  top: 3rem;
  right: 2.8rem;
  width: 12rem;
  z-index: 1;
}
.p-top__style-inner {
  z-index: 2;
}
.p-top__style-head {
  width: 19.8rem;
}
.p-top__style-list {
  margin-top: 3rem;
}
.p-top__style-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7rem 0;
  margin-bottom: 1.9rem;
}
.p-top__style-list-item:last-child {
  margin-bottom: 0;
}
.p-top__style-list-item-img {
  width: 100%;
}
.p-top__style-list-item-txt-area {
  width: 100%;
}
.p-top__style-list-item-number {
  height: 1.9rem;
  line-height: 1;
}
.p-top__style-list-item-number img {
  height: 100%;
  width: auto;
}
.p-top__style-list-item-number-inner {
  height: 100%;
}
.p-top__style-list-item-head {
  margin-top: 1.6rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.58;
}
.p-top__style-list-item-txt {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  text-align: justify;
}
.p-top__comparison {
  padding-top: 13.1rem;
  padding-bottom: 12.8rem;
  background-image: url(../img/common/bg_dots.svg), url(../img/common/bg_dots.svg);
  background-repeat: no-repeat;
  background-position: 12.1rem -0.1rem, -2.1rem 59.2rem;
  background-size: 24.2rem auto, 24.2rem auto;
}
.p-top__comparison-bg-img {
  position: absolute;
  top: 2rem;
  right: 0.2rem;
  width: 21.3rem;
  z-index: 1;
}
.p-top__comparison-head {
  width: 26.5rem;
}
.p-top__comparison-txt {
  margin-top: 3.2rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.53;
  text-align: justify;
}
.p-top__comparison-button {
  width: 3rem;
}
.p-top__comparison-table {
  width: 100%;
  margin-top: 1.8rem;
}
.p-top__comparison-table img {
  width: 100%;
}
.p-top__service {
  padding-top: 12.9rem;
  padding-bottom: 12.7rem;
  background-image: url(../img/common/bg_dots.svg), url(../img/common/bg_dots.svg);
  background-repeat: no-repeat;
  background-position: 12.6rem 0.6rem, -9.3rem 128.5rem;
  background-size: 24.2rem auto, 24.2rem auto;
  background-color: rgba(135, 91, 155, 0.1);
}
.p-top__service-bg-img {
  position: absolute;
  top: 1.4rem;
  right: 0.8rem;
  width: 15rem;
  z-index: 1;
}
.p-top__service-head {
  width: 26.5rem;
}
.p-top__service-txt {
  margin-top: 1.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.1em;
  text-align: justify;
}
.p-top__service-list {
  margin-top: 3.2rem;
}
.p-top__service-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2.6rem;
}
.p-top__service-list-item:last-child {
  padding-bottom: 0;
}
.p-top__service-list-item:last-child::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.05rem;
  left: 4.65rem;
  width: 1rem;
  height: 1rem;
  border-bottom: 0.1rem solid #875b9b;
  border-right: 0.1rem solid #875b9b;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateX(-100%) rotate(45deg);
          transform: translateX(-100%) rotate(45deg);
}
.p-top__service-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 9.2rem;
  bottom: 0;
  left: 4.6rem;
  width: 0.1rem;
  background-color: #875b9b;
}
.p-top__service-list-item-img {
  position: relative;
  width: 9.2rem;
}
.p-top__service-list-item-txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1.3rem;
  padding-left: 1.8rem;
}
.p-top__service-list-item-head-en {
  height: 1.9rem;
  line-height: 1;
}
.p-top__service-list-item-head-en img {
  height: 100%;
  width: auto;
}
.p-top__service-list-item-head-en-inner {
  display: block;
  height: 100%;
}
.p-top__service-list-item-head-jp {
  font-size: 1.9rem;
  font-weight: 700;
  color: #875b9b;
  line-height: 1.5;
}
.p-top__service-list-item-txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.64;
  text-align: justify;
}
.p-top__voice {
  padding-top: 13rem;
  padding-bottom: 17.2rem;
  background: url(../img/top/voice_bg_sp.jpg) no-repeat center top/cover;
  color: #FFFFFF;
}
.p-top__voice-bg-img {
  position: absolute;
  top: 2.7rem;
  right: 2.9rem;
  width: 4rem;
  z-index: 1;
}
.p-top__voice-head {
  width: 26.5rem;
}
.p-top__voice-slider {
  width: 100vw;
  margin-left: -4.5vw;
  margin-top: 3.3rem;
}
.p-top__voice-slider .splide__track {
  overflow: visible;
}
.p-top__voice-slider .splide__arrow {
  top: 4.1rem;
  width: 3rem;
  height: 3rem;
  opacity: 1;
}
.p-top__voice-slider .splide__arrow--prev {
  right: 7rem;
  left: auto;
}
.p-top__voice-slider .splide__arrow--next {
  right: 1.7rem;
}
.p-top__voice-slider .splide__pagination {
  bottom: -3.3em;
}
.p-top__voice-slider .splide__pagination__page {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.7rem;
  background: #FFFFFF;
  opacity: 1;
}
.p-top__voice-slider .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #11c7fd;
}
.p-top__voice-list-item {
  padding: 0 4.5vw;
}
.p-top__voice-list-item-img {
  width: 8rem;
}
.p-top__voice-list-item-lead {
  margin-top: 0.5rem;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.58;
}
.p-top__voice-list-item-profile {
  margin-top: 0.5rem;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
}
.p-top__voice-list-item-txt {
  margin-top: 0.2rem;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  text-align: justify;
}
.p-top__voice-list-item-en {
  width: 18.9rem;
  margin-top: 2.5rem;
}
.p-top__voice-list-item-border {
  margin-top: 1.3rem;
  border: 1px solid #FFFFFF;
  border-radius: 1.5rem;
}
.p-top__voice-list-item-border-head {
  padding: 1rem 0 1.3rem;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-top__voice-list-item-border-txt {
  padding: 1rem 1.9rem;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.p-top__counseling {
  padding-top: 13rem;
  padding-bottom: 11.6rem;
  background-image: url(../img/common/bg_dots.svg), url(../img/common/bg_dots.svg);
  background-repeat: no-repeat;
  background-position: 11.6rem 0.8rem, -2.8rem 37.9rem;
  background-size: 24.2rem auto, 24.2rem auto;
  z-index: 3;
}
.p-top__counseling-bg-img {
  position: absolute;
  top: -1.7rem;
  right: 2.7rem;
  width: 11.2rem;
  z-index: 1;
}
.p-top__counseling-head {
  width: 24.2rem;
}
.p-top__counseling-large-txt {
  margin-top: 1.7rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: center;
}
.p-top__counseling-txt {
  width: 25rem;
  margin: 4.4rem auto 0;
  color: #875b9b;
  text-align: center;
}
.p-top__counseling-button {
  display: block;
  margin: 0.8rem auto 0;
  -webkit-filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
}
.p-top__counseling-button img {
  width: 100%;
}

.p-form__section {
  padding-top: 3.1rem;
  padding-bottom: 5.5rem;
  background: url(../img/form/form_bg.svg) no-repeat left -2rem bottom -7rem/24.2rem auto;
}
.p-form__head {
  width: 24.3rem;
}
.p-form__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.3rem;
  margin-top: 1.1rem;
}
.p-form__progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1.5rem;
  background-color: #ebebeb;
  border-radius: 9999px;
}
.p-form__progress-bar-current {
  width: 12.5%;
  height: 100%;
  border-radius: 9999px;
  background-color: #875b9b;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.p-form__back-arrow {
  width: 2.2rem;
}
.p-form__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7rem;
  color: #875b9b;
}
.p-form__page-current img, .p-form__page-total img {
  width: auto;
  height: 2.5rem;
}
.p-form__page-slash img {
  width: auto;
  height: 2.8rem;
}
.p-form__step {
  display: none;
  padding-top: 1.7rem;
}
.p-form__step.is-active {
  display: block;
}
.p-form__step-head {
  margin-bottom: 0.3rem;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}
.p-form__step-head.--step04 {
  margin-bottom: 0;
}
.p-form__step-head .small {
  display: block;
  margin-top: -0.3rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.p-form__step-notes {
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  text-align: center;
}
.p-form__item-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
.p-form__item.--w50 {
  width: 48%;
}
.p-form__item-label {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.p-form__item-input {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.9rem 0.5rem;
  background: #ebebeb;
  font-size: 1.6rem;
}
.p-form__item-input::-webkit-input-placeholder {
  opacity: 0.5;
}
.p-form__item-input::-moz-placeholder {
  opacity: 0.5;
}
.p-form__item-input:-ms-input-placeholder {
  opacity: 0.5;
}
.p-form__item-input::-ms-input-placeholder {
  opacity: 0.5;
}
.p-form__item-input::placeholder {
  opacity: 0.5;
}
.p-form__item-input.is-invalid {
  border: 1px solid #b81111;
}
.p-form__error-message {
  margin-top: 0.5rem;
  width: 100%;
  font-size: 1.2rem;
}
.p-form__birthday-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7rem 2rem;
}
.p-form__select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem;
  font-size: 1.4rem;
}
.p-form__select-item.--prefectures {
  width: 100%;
}
.p-form__select-box {
  width: 11rem;
  background: url(../img/form/select_arrow.svg) no-repeat right 1.5rem center/0.9rem auto #ebebeb;
}
.p-form__select-box.--year {
  width: 14.6rem;
}
.p-form__select-box.--prefectures {
  width: 100%;
  margin-top: 3rem;
}
.p-form__select-box select {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.9rem 1rem;
}
.p-form__select-box select.is-invalid {
  border: 1px solid #b81111;
}
.p-form__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.2rem;
}
.p-form__next-button, .p-form__back-button {
  width: 46.8%;
  -webkit-filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
}
.p-form__next-button img, .p-form__back-button img {
  width: 100%;
}
.p-form__next-button.--hidden, .p-form__back-button.--hidden {
  visibility: hidden;
}
.p-form__submit-button {
  width: 100%;
  -webkit-filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
}
.p-form__submit-button img {
  width: 100%;
}
.p-form__list-area {
  margin-top: 1.2rem;
}
.p-form__list dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.3rem;
  padding: 1.3rem 1.5rem;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: rgba(135, 91, 155, 0.1);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.p-form__list dt.is-active {
  background: rgba(135, 91, 155, 0.44);
}
.p-form__list dt.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-form__list dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 3rem;
  height: 1.8rem;
  margin: auto;
  background: url(../img/form/pulldown_arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.p-form__list dd {
  display: none;
  opacity: 0;
  padding: 1.4rem 1.5rem 2.3rem;
  background: #ebebeb;
  -webkit-transition: opacity 0.2s ease-out, display 0.2s allow-discrete;
  transition: opacity 0.2s ease-out, display 0.2s allow-discrete;
}
@starting-style {
  .p-form__list dd {
    opacity: 0;
  }
}
.p-form__list dd.is-active {
  display: block;
  opacity: 1;
}
.p-form__list dd + dt {
  margin-top: 0.3rem;
}
.p-form__category {
  margin-bottom: 0.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000000;
}
.p-form__category:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.p-form__category-head {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-form__category-list {
  padding: 0 1.8rem;
}
.p-form__category-list-item {
  position: relative;
  margin-bottom: 0.85rem;
}
.p-form__category-list-item input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
}
.p-form__category-list-item label {
  position: relative;
  display: block;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-form__category-list-item label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #000000;
}
.p-form__category-list-item label::after {
  content: "";
  display: none;
  position: absolute;
  top: 1.1rem;
  left: 0.2rem;
  width: 0.9rem;
  height: 0.5rem;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-form__category-list-item input[type=checkbox]:checked + label::before {
  background: #875b9b;
  border-color: #875b9b;
}
.p-form__category-list-item input[type=checkbox]:checked + label::after {
  display: block;
}
.p-form__check-reset-button {
  width: 15.8rem;
  margin-top: 3.4rem;
  padding: 0.9rem 0;
  background-color: #f1f1f1;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-form__radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.p-form__radio-list-item {
  position: relative;
  width: 100%;
}
.p-form__radio-list-item input[type=radio] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.p-form__radio-list-item label {
  display: block;
  padding: 1.1rem 0;
  border: 0.5rem solid currentColor;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #6f6f6f;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-form__radio-list-item input[type=radio]:checked + label {
  color: #875b9b;
}
.p-form__agree {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 1.6rem;
  text-align: center;
}
.p-form__agree input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
}
.p-form__agree label {
  position: relative;
  display: block;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-form__agree label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #000000;
}
.p-form__agree label::after {
  content: "";
  display: none;
  position: absolute;
  top: 1rem;
  left: 0.3rem;
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-form__agree input[type=checkbox]:checked + label::before {
  background: #875b9b;
  border-color: #875b9b;
}
.p-form__agree input[type=checkbox]:checked + label::after {
  display: block;
}
.p-form__agree-txt {
  width: 100%;
  margin-top: 3rem;
  font-size: 1.4rem;
  text-align: center;
}
.p-form__agree-txt a {
  text-decoration: underline;
}
.p-form__confirm-list {
  margin-top: 1.8rem;
}
.p-form__confirm-list-item {
  position: relative;
  padding: 0.5rem 8rem 0.5rem 0;
  border-bottom: 2px solid #ebebeb;
}
.p-form__confirm-list-item:first-child {
  border-top: 2px solid #ebebeb;
}
.p-form__confirm-list-item-label {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.p-form__confirm-list-item-value {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
}
.p-form__confirm-list-item-button {
  position: absolute;
  right: 0;
  top: 1.4rem;
  width: 6.8rem;
  padding: 0.5rem 0;
  background: #f1f1f1;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-form__complete-head {
  margin-top: 1rem;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}
.p-form__complete-large-txt {
  margin-top: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2;
  text-align: center;
}
.p-form__complete-txt-area {
  margin-top: 1.1rem;
}
.p-form__complete-txt {
  margin-bottom: 2.125em;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.125;
  text-align: justify;
}
.p-form__complete-button {
  display: block;
  width: 100%;
  margin: 5.8rem auto 0;
  -webkit-filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.4rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 769px) {
  html {
    font-size: 100%;
  }
  .u-sp {
    display: none !important;
  }
  .c-section-head::after {
    width: 3.25rem;
  }
  .c-section-sub-head {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
  .c-section-catchphrase {
    margin-top: 2.3rem;
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
  .l-header__inner {
    padding: 0.6rem 1.4rem 0.7rem;
  }
  .l-header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1 !important;
  }
  .l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .l-header__nav-list-item {
    margin-bottom: 0;
    padding: 0 1.5rem;
    border-right: 1px solid #cccccc;
    font-size: 1rem;
    letter-spacing: 0.13em;
  }
  .l-header__logo {
    width: 19.6875rem;
  }
  .l-header__button {
    width: 10rem;
  }
  .l-footer {
    padding: 3.5rem 0 2.5rem;
    background-image: url(../img/common/footer_bg_pc.jpg);
  }
  .l-footer__scroll-button {
    right: 1.6%;
    width: 5rem;
  }
  .l-footer__logo {
    width: 13.9rem;
  }
  .l-footer__nav-list {
    margin-top: 2rem;
  }
  .l-footer__nav-list-item {
    font-size: 1rem;
  }
  .l-footer__copyright {
    margin-top: 1.9rem;
    font-size: 0.75rem;
  }
  .p-top__mv {
    padding: 4.7rem 0 11.5rem;
    background-image: url(../img/top/mv_bg_pc.png);
  }
  .p-top__mv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1rem 2rem;
  }
  .p-top__mv-txt-area {
    width: 38.125rem;
  }
  .p-top__mv-head {
    width: 107%;
  }
  .p-top__mv-txt {
    width: 95.5%;
  }
  .p-top__mv-line-txt {
    margin-top: 2.2rem;
  }
  .p-top__mv-list {
    margin-top: 1.6rem;
  }
  .p-top__mv-notes {
    font-size: 0.6875rem;
  }
  .p-top__mv-button-area {
    position: static;
    min-width: 25rem;
    width: calc(100% - 40.3rem);
    padding: 1.3rem 1.1rem;
    background-color: transparent;
  }
  .p-top__philosophy {
    padding-top: 3.8rem;
    padding-bottom: 7.5rem;
    background-position: right 15.3rem top 3.5rem, 0.8rem 14.2rem;
    background-size: 20.1875rem auto, 30.5625rem auto;
  }
  .p-top__philosophy-bg-img {
    top: -4.6rem;
    right: 3.2rem;
    width: 21.1rem;
  }
  .p-top__philosophy-head {
    width: 19.5rem;
  }
  .p-top__philosophy-large-txt {
    margin-top: 1.3rem;
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
  }
  .p-top__philosophy-flexbox {
    margin-top: 2.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .p-top__philosophy-flexbox.--reverse {
    margin-top: 0.9rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-top__philosophy-img-area {
    width: 36%;
    padding: 0 6%;
  }
  .p-top__philosophy-img-area.--img02 {
    width: 36%;
    padding: 0 0 0 8.4%;
  }
  .p-top__philosophy-txt-area {
    width: 64%;
    font-size: 1.125rem;
  }
  .p-top__philosophy-txt {
    margin-bottom: 2.125em;
  }
  .p-top__philosophy-txt:last-child {
    margin-bottom: 0;
  }
  .p-top__philosophy-logo-area-head {
    width: 23.5rem;
    margin-top: 4rem;
  }
  .p-top__philosophy-logo-area {
    margin-top: 2.4rem;
    margin-left: calc((100vw - 1080px) / -2);
  }
  .p-top__philosophy-logo-area .splide__slide {
    height: 8.125rem;
  }
  .p-top__style {
    padding-top: 10.6rem;
    padding-bottom: 14.3rem;
    background-image: url(../img/top/style_bg_pc.jpg);
  }
  .p-top__style-bg-img {
    top: 5.8rem;
    right: 10.2rem;
    width: 20.5rem;
  }
  .p-top__style-head {
    width: 16.2rem;
  }
  .p-top__style-list {
    margin-top: 1.8rem;
  }
  .p-top__style-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin-bottom: 2.5rem;
  }
  .p-top__style-list-item-img {
    width: 40.8%;
  }
  .p-top__style-list-item-txt-area {
    width: 59.2%;
    padding-left: 2.6rem;
    padding-top: 0.4rem;
  }
  .p-top__style-list-item-number {
    height: 1.6rem;
  }
  .p-top__style-list-item-head {
    margin-top: 0.9rem;
    font-size: 1.5625rem;
  }
  .p-top__style-list-item-txt {
    font-size: 1.125rem;
  }
  .p-top__comparison {
    padding-top: 10.6rem;
    padding-bottom: 14.2rem;
    background-position: right 9.4rem top 3.4rem, 1.5rem 39.2rem;
    background-size: 25.0625rem auto, 25.0625rem auto;
  }
  .p-top__comparison-bg-img {
    top: 6.9rem;
    right: 3.8rem;
    width: 29.3rem;
  }
  .p-top__comparison-head {
    width: 21.9rem;
  }
  .p-top__comparison-txt {
    margin-top: 2.8rem;
    font-size: 1.5625rem;
  }
  .p-top__comparison-table {
    margin: 2rem 0 0;
  }
  .p-top__service {
    padding-top: 10.6rem;
    padding-bottom: 14.4rem;
    background-position: right 7rem top 4.2rem, 1.4rem 59.3rem;
    background-size: 25.0625rem auto, 25.0625rem auto;
  }
  .p-top__service-bg-img {
    top: 5.8rem;
    right: 11rem;
  }
  .p-top__service-head {
    width: 22rem;
  }
  .p-top__service-txt {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
  .p-top__service-list {
    max-width: 930px;
    margin: 2rem auto 0;
  }
  .p-top__service-list-item {
    padding-bottom: 2.3rem;
  }
  .p-top__service-list-item:last-child {
    padding-bottom: 2.5rem;
  }
  .p-top__service-list-item:last-child::before {
    left: 4.75rem;
  }
  .p-top__service-list-item::after {
    top: 9.5rem;
    left: 4.7rem;
  }
  .p-top__service-list-item-img {
    width: 9.5rem;
  }
  .p-top__service-list-item-txt-area {
    padding-top: 1rem;
    padding-left: 2.6rem;
  }
  .p-top__service-list-item-head-en {
    height: 1.55rem;
  }
  .p-top__service-list-item-head-jp {
    margin-top: 0.2rem;
    font-size: 1.5625rem;
  }
  .p-top__service-list-item-txt {
    font-size: 1.125rem;
  }
  .p-top__voice {
    padding-top: 10.4rem;
    padding-bottom: 19.2rem;
    background-image: url(../img/top/voice_bg_pc.jpg);
  }
  .p-top__voice-bg-img {
    top: 4.3rem;
    right: 13.6rem;
    width: 5rem;
  }
  .p-top__voice-head {
    width: 22.5rem;
  }
  .p-top__voice-slider {
    width: 100%;
    margin-left: 0;
    margin-top: 7.2rem;
  }
  .p-top__voice-slider .splide__arrow {
    top: -3.8rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-top__voice-slider .splide__arrow--prev {
    right: auto;
    left: 0;
  }
  .p-top__voice-slider .splide__arrow--next {
    right: 0;
  }
  .p-top__voice-slider .splide__pagination {
    bottom: -4.4em;
  }
  .p-top__voice-slider .splide__pagination__page {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
  }
  .p-top__voice-list-item {
    padding: 0;
  }
  .p-top__voice-list-item-img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__voice-list-item-img {
    width: 6.4rem;
  }
  .p-top__voice-list-item-lead {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-left: 1rem;
    font-size: 1.5rem;
    line-height: 1.54;
    letter-spacing: 0.09em;
  }
  .p-top__voice-list-item-profile {
    margin-top: 0.9rem;
    font-size: 1.125rem;
  }
  .p-top__voice-list-item-txt {
    margin-top: 0.5rem;
    font-size: 1.125rem;
  }
  .p-top__voice-list-item-en {
    width: 12.6rem;
    margin-top: 1.6rem;
  }
  .p-top__voice-list-item-border {
    margin-top: 0.3rem;
  }
  .p-top__voice-list-item-border-head {
    padding: 0.7rem 1.9rem;
    font-size: 1.125rem;
    text-align: left;
  }
  .p-top__voice-list-item-border-txt {
    padding: 0.7rem 1.9rem 1rem;
    font-size: 1.0625rem;
  }
  .p-top__counseling {
    padding-top: 10.5rem;
    padding-bottom: 16.5rem;
    background-position: right 4.5rem top 6.6rem, 3.3rem 39.6rem;
    background-size: 25.0625rem auto, 25.0625rem auto;
  }
  .p-top__counseling-bg-img {
    top: 10rem;
    right: 9.1rem;
    width: 12rem;
  }
  .p-top__counseling-head {
    width: 20.2rem;
  }
  .p-top__counseling-large-txt {
    margin-top: 0.9rem;
    font-size: 1.5625rem;
  }
  .p-top__counseling-txt {
    width: 22rem;
    margin: 3.7rem auto 0;
  }
  .p-top__counseling-button {
    width: 28.125rem;
    margin-top: 0.7rem;
  }
  .p-form__section {
    padding-top: 2.4rem;
    padding-bottom: 6.2rem;
    background-position: right calc(50% + 26.9rem) bottom -8rem;
    background-size: 25rem auto;
  }
  .p-form__head {
    width: 20.1875rem;
  }
  .p-form__progress {
    gap: 0 1rem;
    max-width: 780px;
    margin: 0.7rem auto 0;
    padding-left: 2.7rem;
  }
  .p-form__progress-bar {
    height: 1.2rem;
  }
  .p-form__back-arrow {
    width: 1.8rem;
  }
  .p-form__page {
    gap: 0 0.5rem;
  }
  .p-form__page-current img, .p-form__page-total img {
    height: 2rem;
  }
  .p-form__page-slash img {
    height: 2.375rem;
  }
  .p-form__step {
    max-width: 600px;
    margin: auto;
    padding-top: 0.2rem;
  }
  .p-form__step.--step02 {
    max-width: 680px;
    padding-left: 40px;
  }
  .p-form__step.--step04 {
    max-width: 830px;
  }
  .p-form__step-head {
    margin-bottom: 0;
    font-size: 2.5rem;
  }
  .p-form__step-head.--step04 {
    padding-left: 7.2rem;
  }
  .p-form__step-head .small {
    display: inline-block;
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1;
    padding-left: 0.3em;
  }
  .p-form__step-notes {
    font-size: 1.2rem;
    line-height: 1;
  }
  .p-form__item {
    margin-bottom: 1.2rem;
  }
  .p-form__item-label {
    font-size: 1.125rem;
  }
  .p-form__item-input {
    margin-top: 0.2rem;
    padding: 1.3rem 1rem;
    font-size: 1.375rem;
  }
  .p-form__item-input.--w50 {
    width: 49%;
  }
  .p-form__birthday-area {
    gap: 1.7rem 1.4rem;
  }
  .p-form__select-item {
    gap: 0.9rem;
    font-size: 1.125rem;
  }
  .p-form__select-box {
    width: 9.2rem;
    background-size: 0.75rem auto;
  }
  .p-form__select-box.--year {
    width: 12.2rem;
  }
  .p-form__select-box select {
    padding: 1.3rem 1rem;
    font-size: 1.375rem;
  }
  .p-form__button-area {
    max-width: 600px;
    margin: 3.7rem auto 0;
  }
  .p-form__button-area.--step02 {
    margin-left: 0;
    margin-right: 0;
  }
  .p-form__button-area.--step04 {
    max-width: none;
    margin: -2.4rem auto 0;
    padding-left: 27.6%;
  }
  .p-form__submit-button {
    width: 75%;
    margin: auto;
  }
  .p-form__list-area {
    position: relative;
    margin-top: 1.5rem;
  }
  .p-form__list {
    position: relative;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
  }
  .p-form__list dt {
    width: 14.3rem;
    margin-bottom: 0;
    border-bottom: 2px solid #cccccc;
    padding: 0.24rem 0.8rem;
    font-size: 0.875rem;
    line-height: 1.37;
    letter-spacing: 0.05em;
    white-space: nowrap;
    z-index: 2;
  }
  .p-form__list dt:not(.is-active):hover {
    background: rgba(135, 91, 155, 0.2);
  }
  .p-form__list dt:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .p-form__list dt::after {
    right: 0.8rem;
    width: 0.7rem;
    height: 0.4rem;
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
  }
  .p-form__list dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.3rem;
    padding-left: 15.5rem;
    padding-bottom: 0;
    z-index: 1;
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
    overflow: auto;
    background-color: #FFFFFF;
  }
  .p-form__list dd::-webkit-scrollbar {
    width: 0.8125rem;
    background: #ebebeb;
  }
  .p-form__list dd::-webkit-scrollbar-thumb {
    background-color: #6f6f6f;
  }
  .p-form__list dd + dt {
    margin-top: 0;
  }
  .p-form__category {
    margin-bottom: 0.2rem;
    padding-bottom: 0.7rem;
  }
  .p-form__category-head {
    margin-bottom: 0.2rem;
    font-size: 1.125rem;
  }
  .p-form__category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2%;
    padding: 0 1rem;
  }
  .p-form__category-list-item {
    width: 49%;
    margin-bottom: 0.3rem;
  }
  .p-form__category-list-item label {
    padding-left: 1.3rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .p-form__category-list-item label::before {
    top: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .p-form__category-list-item label::after {
    top: 0.4rem;
    left: 0.1rem;
    width: 0.5rem;
    height: 0.3rem;
  }
  .p-form__check-reset-button {
    width: 8.7rem;
    margin-top: 1.3rem;
    padding: 0.4rem 0;
    font-size: 0.875rem;
  }
  .p-form__radio-list {
    gap: 1.7rem 0;
    margin-top: 4rem;
  }
  .p-form__radio-list-item {
    width: 48%;
  }
  .p-form__radio-list-item label {
    padding: 0.9rem 0;
    border-radius: 0.2rem;
    font-size: 1.5625rem;
  }
  .p-form__agree {
    margin-top: 3.7rem;
  }
  .p-form__agree label::before {
    top: 0.7rem;
    width: 1.5rem;
    height: 1.5rem;
    border-width: 2px;
  }
  .p-form__agree label::after {
    top: 1.1rem;
  }
  .p-form__agree-txt {
    margin-top: 2.8rem;
    font-size: 1.125rem;
  }
  .p-form__confirm-list {
    margin-top: 4.3rem;
  }
  .p-form__confirm-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.2rem 6.5rem 1.2rem 0;
  }
  .p-form__confirm-list-item-label {
    width: 7.7rem;
    font-size: 0.875rem;
  }
  .p-form__confirm-list-item-value {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4375rem;
    font-weight: 400;
  }
  .p-form__confirm-list-item-button {
    top: 1.2rem;
    width: 5.6rem;
    font-size: 0.875rem;
  }
  .p-form__complete-head {
    margin-top: 2.3rem;
    font-size: 2.5rem;
  }
  .p-form__complete-large-txt {
    margin-top: 0.7rem;
    font-size: 1.5625rem;
  }
  .p-form__complete-txt-area {
    margin-top: 1.5rem;
  }
  .p-form__complete-txt {
    font-size: 1.125rem;
    text-align: center;
  }
  .p-form__complete-button {
    width: 28.125rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .l-header__nav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    padding: 0 1.8rem 5rem;
    -webkit-transition: opacity 0.2s ease-out, display 0.2s allow-discrete;
    transition: opacity 0.2s ease-out, display 0.2s allow-discrete;
    overflow: auto;
    z-index: 10;
  }
  .l-header__nav.is-active {
    display: block;
    opacity: 1;
  }
  @starting-style {
    .l-header__nav.is-active {
      opacity: 0;
    }
  }
  .p-top__mv-scroll-button {
    display: none;
  }
  .p-top__comparison-button-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 2.5rem;
    margin-top: 2.7rem;
  }
  .p-form__select-item.--year {
    width: 100%;
  }
  .p-form__category:last-child {
    padding-bottom: 0;
  }
  .p-form__category-list-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .l-header__nav-list-item {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .l-header__logo {
    width: 12.5rem;
  }
  .l-header__button {
    width: 7.5rem;
  }
}
@media (hover: hover) {
  .l-header__logo {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .l-header__logo:hover {
    opacity: 0.8;
  }
  .l-header__button {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .l-header__button:hover {
    opacity: 0.8;
  }
  .l-footer__scroll-button {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .l-footer__scroll-button:hover {
    opacity: 0.8;
  }
  .p-top__mv-button {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .p-top__mv-button:hover {
    opacity: 0.8;
  }
  .p-top__comparison-button {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .p-top__comparison-button:hover {
    opacity: 0.8;
  }
  .p-form__back-arrow {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .p-form__back-arrow:hover {
    opacity: 0.8;
  }
  .p-form__next-button, .p-form__back-button {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .p-form__next-button:hover, .p-form__back-button:hover {
    opacity: 0.8;
  }
  .p-form__submit-button {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .p-form__submit-button:hover {
    opacity: 0.8;
  }
  .p-form__agree-txt a:hover {
    text-decoration: none;
  }
  .p-form__complete-button {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .p-form__complete-button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .p-top__philosophy-logo-area {
    margin-left: -4.5%;
  }
}
/*# sourceMappingURL=style.css.map */