@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Regular-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format("woff");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

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

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

.l-plan-table-wrap {
  width: 100%;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .l-plan-table-wrap {
    padding-top: 10.2564102564vw;
  }
}

.p-plan-table-content dt {
  text-align: center;
}
.p-plan-table-content dt span {
  display: inline-block;
  position: relative;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.6em 6em;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dt span {
    border-radius: 1.2820512821vw;
    padding: 1em 0;
    min-width: 0;
    width: calc(100% - 10.2564102564vw);
    font-size: 3.5897435897vw;
  }
}
.p-plan-table-content dd {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd {
    padding: 15.3846153846vw 0 0;
  }
}
.p-plan-table-content dd .is-content-caution {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd .is-content-caution {
    padding: 0 5.1282051282vw;
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
.p-plan-table-content dd .furisode-support-table {
  margin-top: 30px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd .furisode-support-table {
    margin: 8.2051282051vw auto 0;
    width: calc(100% - 5.1282051282vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd .furisode-support-content-annotation {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd .furisode-support-content-annotation .is-text {
    font-size: 2.5641025641vw;
    color: #333;
  }
}

.furisode-support-table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.furisode-support-table th,
.furisode-support-table td {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .furisode-support-table th,
  .furisode-support-table td {
    font-size: 1.7vw;
  }
}
.furisode-support-table th.w25,
.furisode-support-table td.w25 {
  width: 25%;
}
.furisode-support-table thead .row01 {
  width: 100%;
  padding: 28px 0;
  height: 100%;
  background: #e7dced;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .furisode-support-table thead .row01 {
    padding: 2vw 0;
  }
}
.furisode-support-table thead .row02 {
  width: calc(100% - 9px);
  margin: 0 0 0 auto;
  padding: 28px 0;
  height: 100%;
  background: #f4d1d5;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .furisode-support-table thead .row02 {
    width: calc(100% - 3px);
    padding: 2vw 0;
  }
}
.furisode-support-table thead .row03 {
  width: calc(100% - 9px);
  margin: 0 0 0 auto;
  padding: 28px 0;
  height: 100%;
  background: #f4f4f4;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .furisode-support-table thead .row03 {
    width: calc(100% - 3px);
    padding: 2vw 0;
  }
}
.furisode-support-table tbody td {
  border-top: 1px solid #e5e5e5;
  padding: 18px 0;
  position: relative;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .furisode-support-table tbody td {
    padding: 3vw 0;
  }
}
.furisode-support-table tbody td .cancel-line {
  position: relative;
}
.furisode-support-table tbody td .cancel-line:after {
  content: "";
  display: block;
  position: absolute;
  left: -2%;
  top: 50%;
  width: 104%;
  height: 0;
  border-top: 1px solid #454545;
}
.furisode-support-table tbody small {
  font-size: 12px;
  color: #333;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .furisode-support-table tbody small {
    font-size: 1.5vw;
  }
}
.furisode-support-table tbody sup {
  font-size: 75%;
  color: #888;
  font-weight: 300;
  vertical-align: baseline;
}
.furisode-support-table tbody .row01 {
  background: #e7dced;
  width: 24.5%;
  text-align: center;
}
.furisode-support-table tbody .row02 {
  position: relative;
  overflow: hidden;
  background: #f4d1d5;
  width: 24.5%;
  text-align: center;
}
.furisode-support-table tbody .row02:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-left: 9px solid #fff;
}
@media screen and (max-width: 767px) {
  .furisode-support-table tbody .row02:after {
    border-left: 3px solid #fff;
  }
}
.furisode-support-table tbody .row03 {
  background: #f4f4f4;
  width: 24.5%;
  text-align: center;
}
.furisode-support-table tbody .row03:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-left: 9px solid #fff;
}
@media screen and (max-width: 767px) {
  .furisode-support-table tbody .row03:after {
    border-left: 3px solid #fff;
  }
}
.furisode-support-table tbody .is-gray {
  background: #f3f0f7;
  text-align: center;
}
.furisode-support-table tbody .is-tall th,
.furisode-support-table tbody .is-tall td {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .furisode-support-table tbody .is-tall th,
  .furisode-support-table tbody .is-tall td {
    padding: 3vw 0;
  }
}
.furisode-support-table tbody .is-left {
  padding-left: 35px !important;
}
@media screen and (max-width: 767px) {
  .furisode-support-table tbody .is-left {
    padding-left: 2vw !important;
  }
}

.furisode-support-content-annotation {
  width: 100%;
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .furisode-support-content-annotation {
    padding: 3vw 0 0;
  }
}
.furisode-support-content-annotation .is-text {
  font-size: 12px;
  color: #888;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .furisode-support-content-annotation .is-text {
    font-size: 2vw;
  }
}
.furisode-support-content-annotation .is-text span {
  display: inline-block;
  margin: 0 0.4em 0 0;
}

body.is-loaded .p-hero-headline span {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  body.is-loaded .p-hero-headline span {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
body.is-loaded .p-hero-headline span.delay01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
body.is-loaded .p-hero-headline span.delay02 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}
body.is-loaded .p-hero-headline span.delay03 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}
body.is-loaded .p-hero-lead .is-text {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: visible !important;
}
body.is-loaded .p-hero-lead .is-text.delay04 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (max-width: 767px) {
  body.is-loaded .p-hero-lead .is-text.delay04 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-information {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-information {
    margin-top: 5.1282051282vw;
  }
}

.l-service-wrap {
  width: 100%;
  background: url(../images/2026/hero_bg_pc.webp) no-repeat center top;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .l-service-wrap {
    background: none;
  }
}

/* 共通コンポーネント */
.p-page-head {
  width: 100%;
}

.p-page-headline-catch {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #A168BD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-headline-catch {
    margin-bottom: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}

.p-page-headline {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-headline img {
    width: 66.6666666667vw;
  }
}
.p-page-headline + .p-page-lead {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-page-headline + .p-page-lead {
    padding-top: 7.1794871795vw;
  }
}

.p-page-lead {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .p-page-lead {
    max-width: 100%;
    padding: 7.1794871795vw 0 0;
  }
}
.p-page-lead .is-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-page-lead .is-text {
    font-size: 3.5897435897vw;
  }
}

.p-page-subhead-catch {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-page-subhead-catch {
    font-size: 3.5897435897vw;
  }
}
.p-page-subhead-catch + .p-page-subhead {
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .p-page-subhead-catch + .p-page-subhead {
    padding: 2.0512820513vw 0 0;
  }
}

.p-page-subhead {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #C79C77;
}
@media screen and (max-width: 767px) {
  .p-page-subhead {
    font-size: 4.6153846154vw;
  }
}

.p-service-headline {
  padding: 36px 0 48px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service-headline {
    background: #fff;
    padding: 17.9487179487vw 0 5.1282051282vw;
  }
}
.p-service-headline .lt-en {
  display: block;
  padding-bottom: 0.14em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.22em;
}
/* 各セクション */
.l-hero-wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-hero-wrap {
    padding: 0;
  }
}

.p-hero-content {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-hero-content {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10.2564102564vw 10.2564102564vw 25.641025641vw;
    background: url(../images/2026/hero_bg_sp.webp) no-repeat center bottom;
    background-size: 100% auto;
  }
}

.p-hero-image {
  width: 48.15%;
}
@media screen and (max-width: 767px) {
  .p-hero-image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 8.2051282051vw;
  }
}
.p-hero-image img {
  max-width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-hero-image img {
    max-width: 100%;
    border-radius: 2.0512820513vw;
  }
}

.p-hero-video {
  width: 100%;
  height: 520px;
  max-width: 520px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hero-video {
    height: 84.6153846154vw;
    border-radius: 2.0512820513vw;
  }
}
.p-hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(scale(1.01));
          transform: scale(scale(1.01));
}

.p-hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 51.85%;
}
@media screen and (max-width: 767px) {
  .p-hero-text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 92.3076923077vw;
  }
}

.p-hero-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-hero-headline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    width: 100%;
  }
}
.p-hero-headline span {
  display: inline-block;
  margin-left: 32px;
  opacity: 0;
  will-change: opacity, transform;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}
@media screen and (max-width: 767px) {
  .p-hero-headline span {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-headline span.delay02, .p-hero-headline span.delay03 {
    display: none;
  }
}

.p-hero-lead {
  padding: 10px 0 0 60px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .p-hero-lead {
    padding: 5.1282051282vw 0 0;
    width: 100%;
  }
}
.p-hero-lead .is-text {
  opacity: 0;
}

.l-problem-wrap {
  width: 100%;
  padding: 240px 0 0;
}
@media screen and (max-width: 767px) {
  .l-problem-wrap {
    padding: 10.2564102564vw 0 0;
  }
}
.p-broblem-body {
  padding: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .p-broblem-body {
    padding: 7.6923076923vw 0 0;
  }
}

.l-broblem-voice-wrap {
  width: 100%;
}

.p-slide-wrap {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-slide-wrap {
    padding-bottom: 5.1282051282vw;
  }
}

.p-head-voice-list {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}

.p-head-voice-item {
  max-width: 340px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-head-voice-item {
    max-width: 71.7948717949vw;
    font-size: 3.5897435897vw;
  }
}

.p-head-voice-content {
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  border: 1px solid #C39E8A;
  border-radius: 12px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-head-voice-content {
    border-radius: 3.0769230769vw;
    padding: 8.4615384615vw 6.1538461538vw;
  }
}
.p-head-voice-content:before, .p-head-voice-content:after {
  content: "";
  display: block;
  position: absolute;
}
.p-head-voice-content:before {
  width: 18px;
  height: 14px;
  background: #F8F8F8;
  right: 36px;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  .p-head-voice-content:before {
    right: 7.1794871795vw;
    bottom: -2px;
  }
}
.p-head-voice-content:after {
  width: 32px;
  height: 0;
  border: 1px solid #C39E8A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 32px;
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .p-head-voice-content:after {
    width: 8.2051282051vw;
    right: 5.1282051282vw;
    bottom: -0.5128205128vw;
  }
}

.p-broblem-image {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-broblem-image {
    top: 0;
    margin-bottom: 0;
    padding-top: 0vw;
  }
}
.p-broblem-image img {
  width: 255px;
}
@media screen and (max-width: 767px) {
  .p-broblem-image img {
    width: 47.9487179487vw;
  }
}

.l-anchor-wrap {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-anchor-wrap {
    padding: 0 2.5641025641vw;
  }
}

.p-anchor-content {
  max-width: 1200px;
  height: 328px;
  margin: 0 auto;
  background-image: url(../images/2026/anchor_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  border: 1px solid #C39E8A;
  padding: 60px 100px;
}
@media screen and (max-width: 1240px) {
  .p-anchor-content {
    padding: 60px 7%;
    background-image: url(../images/2026/anchor_bg_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-anchor-content {
    max-width: 100%;
    height: auto;
    padding: 7.1794871795vw 5.641025641vw;
  }
}
.p-anchor-content dt {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-anchor-content dt {
    font-size: 4.1025641026vw;
  }
}
.p-anchor-content dd {
  padding: 32px 0 0;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-anchor-content dd {
    padding: 5.1282051282vw 0 0;
    max-width: 100%;
  }
}

.p-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 1.25%;
}
@media screen and (max-width: 767px) {
  .p-anchor-list {
    gap: 2.0512820513vw 0;
  }
}

.p-anchor-item {
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .p-anchor-item {
    width: 100%;
  }
}
.p-anchor-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 20px 36px 20px 16px;
  font-size: clamp(12px, 1.3vw, 16px);
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-anchor-item a {
    border-radius: 1.2820512821vw;
    padding: 4.6153846154vw 7.6923076923vw 4.6153846154vw 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
.p-anchor-item a:before, .p-anchor-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.p-anchor-item a:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #C39E8A;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-anchor-item a:before {
    right: 4.1025641026vw;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.p-anchor-item a:after {
  right: 27px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}
@media screen and (max-width: 767px) {
  .p-anchor-item a:after {
    right: 6.9230769231vw;
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .p-anchor-item a:hover {
    color: #fff;
    background: #C39E8A;
  }
}

.l-about-wrap {
  width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .l-about-wrap {
    padding: 15.3846153846vw 0 0;
  }
}

.p-about-body {
  padding: 48px 20px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-body {
    padding: 7.1794871795vw 7.6923076923vw 0;
    max-width: 100%;
  }
}

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

.p-about-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}

.p-about-item-image {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .p-about-item-image {
    width: 100%;
  }
}
.p-about-item-image img {
  max-width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-about-item-image img {
    border-radius: 2.0512820513vw;
  }
}

.p-about-item-content {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .p-about-item-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-about-item-lead {
    padding: 5.1282051282vw 0 0;
  }
}
.p-about-item-lead .is-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-about-item-lead .is-text {
    font-size: 3.5897435897vw;
  }
}
.p-about-item-lead .is-text + .is-text {
  margin-top: 0.9em;
}

.p-about-prize {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-prize {
    padding: 12.3076923077vw 0 0;
  }
}
.p-about-prize dt {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-prize dt {
    font-size: 4.1025641026vw;
    text-align: center;
  }
}
.p-about-prize dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-prize dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 7.1794871795vw 0 0;
  }
}

.p-about-prize-image {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .p-about-prize-image {
    width: 100%;
  }
}
.p-about-prize-image img {
  max-width: 100%;
}

.p-about-prize-graph {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-about-prize-graph {
    display: none;
  }
}
.p-about-prize-graph img {
  max-width: 100%;
}

.p-about-lead {
  padding: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-lead {
    padding: 5.1282051282vw 0 0;
  }
}
.p-about-lead .is-annotation {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about-lead .is-annotation {
    font-size: 2.5641025641vw;
  }
}

.l-message-wrap {
  width: 100%;
  padding: 120px 20px 60px;
}
@media screen and (max-width: 767px) {
  .l-message-wrap {
    padding: 20.5128205128vw 2.5641025641vw 0;
  }
}

.p-message-body {
  padding: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .p-message-body {
    padding: 7.1794871795vw 0 0;
  }
}

.p-message-list {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-message-list {
    max-width: 100%;
  }
}

.p-message-item {
  width: 100%;
}
.p-message-item + .p-message-item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-message-item + .p-message-item {
    margin-top: 2.0512820513vw;
  }
}

.p-message-inner {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-message-inner {
    border-radius: 2.0512820513vw;
  }
}
.p-message-inner dt {
  width: 100%;
  padding: 10px 0;
  background: #F8F8F8;
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-message-inner dt {
    padding: 2.8205128205vw 0;
    font-size: 3.5897435897vw;
  }
}
.p-message-inner dt .is-label {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
  border-radius: 52px;
  background: #C79C77;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-message-inner dt .is-label {
    display: block;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 1.0256410256vw 2.5641025641vw;
    border-radius: 13.3333333333vw;
    font-size: 3.0769230769vw;
  }
}
.p-message-inner dt b {
  font-size: 24px;
  font-weight: 700;
  color: #A168BD;
}
@media screen and (max-width: 767px) {
  .p-message-inner dt b {
    display: block;
    font-size: 4.1025641026vw;
  }
}
.p-message-inner dt:before, .p-message-inner dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 14px;
  height: 0;
  border-top: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .p-message-inner dt:before, .p-message-inner dt:after {
    right: 7.1794871795vw;
    width: 3.5897435897vw;
  }
}
.p-message-inner dt:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-message-inner.is-open dt:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-message-inner dd {
  width: 100%;
  padding: 48px 8.3333%;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-message-inner dd {
    padding: 5.1282051282vw;
  }
}

.p-accordion-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-accordion-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}

.p-message-item-image {
  width: 46%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message-item-image {
    width: 100%;
  }
}
.p-message-item-image img {
  max-width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-message-item-image img {
    border-radius: 2.0512820513vw;
  }
}
.p-message-item-image .on-catch {
  position: absolute;
  left: 12px;
  bottom: 8px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  background: rgba(254, 142, 120, 0.9);
  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;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message-item-image .on-catch {
    left: 1.2820512821vw;
    bottom: 1.2820512821vw;
    width: 30.7692307692vw;
    height: 30.7692307692vw;
    font-size: 4.1025641026vw;
  }
}

.p-message-item-content {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-message-item-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-message-item-lead {
    padding: 3.0769230769vw 0 0;
  }
}
.p-message-item-lead .is-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-message-item-lead .is-text {
    font-size: 3.5897435897vw;
  }
}
.p-message-item-lead .is-text b {
  color: #A168BD;
  font-weight: 700;
}
.p-message-item-lead .is-annotation {
  padding: 0.5em 0 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-message-item-lead .is-annotation {
    font-size: 2.5641025641vw;
  }
}

.l-page-inner-white-wrap {
  background: #fff;
  border-radius: 8px;
  padding: 80px 20px 100px;
}
@media screen and (max-width: 767px) {
  .l-page-inner-white-wrap {
    border-radius: 2.0512820513vw;
    padding: 8.2051282051vw 5.1282051282vw 8.2051282051vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-inner-white-wrap .p-page-lead {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.l-page-inner-white-wrap + .l-page-inner-white-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-page-inner-white-wrap + .l-page-inner-white-wrap {
    margin-top: 10.2564102564vw;
  }
}

.l-cross-section-wrap {
  background-color: #F9F7F4;
  background-image: url(../images/2026/pattern_bg01_pc.webp);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .l-cross-section-wrap {
    background-image: url(../images/2026/pattern_bg01_sp.webp);
    background-size: 100% auto;
  }
}

.l-flow-wrap {
  width: 100%;
  padding: 120px 40px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-flow-wrap {
    padding: 15.3846153846vw 2.5641025641vw 0;
    margin-top: 7.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .l-flow-wrap .p-page-lead {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}

.p-flow-body {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow-body {
    padding: 7.1794871795vw 0 0;
  }
}

.p-flow-list {
  width: 100%;
  padding: 60px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-flow-list {
    padding: 6.1538461538vw 0 0;
    max-width: 100%;
  }
}

.p-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.p-flow-item + .p-flow-item {
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .p-flow-item + .p-flow-item {
    margin-top: 24.6153846154vw;
  }
}
.p-flow-item + .p-flow-item:before, .p-flow-item + .p-flow-item:after {
  content: "";
  display: block;
  position: absolute;
}
.p-flow-item + .p-flow-item:before {
  left: 0;
  top: -76px;
  width: 100%;
  border: 1px dotted #C79C77;
}
@media screen and (max-width: 767px) {
  .p-flow-item + .p-flow-item:before {
    top: -15.3846153846vw;
  }
}
.p-flow-item + .p-flow-item:after {
  left: 50%;
  top: -76px;
  border: 28px solid transparent;
  border-top: 24px solid #C79C77;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow-item + .p-flow-item:after {
    top: -15.3846153846vw;
    border: 6.1538461538vw solid transparent;
    border-top: 5.1282051282vw solid #C79C77;
  }
}

.p-flow-item-image {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .p-flow-item-image {
    width: 100%;
  }
}
.p-flow-item-image img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-flow-item-image img {
    border-radius: 2.0512820513vw;
  }
}

.p-flow-item-content {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .p-flow-item-content {
    width: 100%;
    position: initial;
  }
}

.p-flow-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .p-flow-item-header {
    position: initial;
    gap: 0;
    height: auto;
    padding-top: 4.1025641026vw;
  }
}
.p-flow-item-header .is-label {
  width: 92px;
  height: 90px;
  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;
  padding-top: 4px;
  background: url(../images/2026/rose.svg) no-repeat center center;
  background-size: cover;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow-item-header .is-label {
    position: absolute;
    left: -3.0769230769vw;
    top: -3.0769230769vw;
    width: 18.4615384615vw;
    height: 17.6923076923vw;
    padding-top: 1.0256410256vw;
    font-size: 2.5641025641vw;
  }
}
.p-flow-item-header .is-headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-flow-item-header .is-headline {
    width: 100%;
    font-size: 4.1025641026vw;
    text-align: center;
  }
}

.p-flow-item-lead {
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow-item-lead {
    padding: 3.0769230769vw 0 0;
  }
}
.p-flow-item-lead .is-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-flow-item-lead .is-text {
    font-size: 3.5897435897vw;
  }
}

.p-flow-item-btn {
  padding: 24px 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow-item-btn {
    padding: 6.1538461538vw 0 0;
    font-size: 4.1025641026vw;
    text-align: center;
  }
}
.p-flow-item-btn a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #A168BD;
  padding: 5px 16px;
  border-radius: 5px;
  border: 1px solid #BBA1CB;
  background: #FFF;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-flow-item-btn a {
    padding: 1.5384615385vw 1em;
    border-radius: 1.2820512821vw;
  }
}
.p-flow-item-btn a span {
  position: relative;
  padding: 0 30px 0 16px;
}
@media screen and (max-width: 767px) {
  .p-flow-item-btn a span {
    padding: 0 7.6923076923vw 0 4.1025641026vw;
  }
}
.p-flow-item-btn a span:before, .p-flow-item-btn a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-flow-item-btn a span:before {
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #BBA1CB;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow-item-btn a span:before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.p-flow-item-btn a span:after {
  right: 11px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border 0.4 ease;
  transition: border 0.4 ease;
}
@media screen and (max-width: 767px) {
  .p-flow-item-btn a span:after {
    right: 2.8205128205vw;
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-item-btn a:hover {
    background: #BBA1CB;
    color: #fff;
  }
}

.p-price-type-list {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-type-list {
    max-width: 100%;
    gap: 5.1282051282vw 0;
    padding: 8.2051282051vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-price-type-item {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price-type-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-price-type-item a:hover .p-price-type-item-btn span {
    background: #9F65BB;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-price-type-item a:hover .p-price-type-item-btn span:after {
    border-color: #fff;
  }
}

.p-price-type-item-inner {
  width: 100%;
}

.p-price-type-item-image {
  border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-price-type-item-image {
    width: 100%;
  }
}
.p-price-type-item-image img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-price-type-item-image img {
    border-radius: 2.0512820513vw;
  }
}

.p-price-type-item-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-price-type-item-headline {
  padding: 32px 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price-type-item-headline {
    padding: 4.1025641026vw 0 0;
    font-size: 4.6153846154vw;
  }
}
.p-price-type-item-headline span {
  display: block;
  font-size: clamp(11px, 1.3vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-price-type-item-headline span {
    font-size: 3.0769230769vw;
  }
}

.p-price-type-box {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 24px 0 0;
  margin-top: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price-type-box {
    padding: 2.0512820513vw 0 0;
    margin-top: 2.0512820513vw;
  }
}
.p-price-type-box dt {
  font-size: clamp(12px, 1.3vw, 16px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price-type-box dt {
    font-size: 3.0769230769vw;
  }
}
.p-price-type-box .is-price {
  font-size: clamp(18px, 2.2vw, 26px);
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-price {
    font-size: 4.1025641026vw;
  }
}
.p-price-type-box .is-price b {
  font-size: clamp(12px, 3.2vw, 48px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-price b {
    font-size: 6.1538461538vw;
  }
}
.p-price-type-box .is-price small {
  font-size: clamp(12px, 2vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-price small {
    font-size: 3.0769230769vw;
  }
}
.p-price-type-box .is-example-box {
  margin-top: 12px;
  border-radius: 8px;
  background: rgba(200, 47, 17, 0.2);
  padding: 8px 8px 14px;
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-example-box {
    width: 90%;
    margin: 1.2820512821vw auto 0;
    border-radius: 2.0512820513vw;
    padding: 1.0256410256vw 0;
    position: relative;
  }
}
.p-price-type-box .is-example-box .is-label {
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-example-box .is-label {
    position: absolute;
    width: 12.8205128205vw;
    left: 2.0512820513vw;
    top: 2.0512820513vw;
    font-size: 3.0769230769vw;
  }
}
.p-price-type-box .is-example-box .is-label span {
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  color: #F3967D;
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-example-box .is-label span {
    border-radius: 5.1282051282vw;
  }
}
.p-price-type-box .is-example-box .is-exaple-text {
  margin-top: 0.4em;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-example-box .is-exaple-text {
    margin-top: 0;
    padding-left: 2em;
    font-size: 4.1025641026vw;
  }
}
.p-price-type-box .is-example-box .is-exaple-text + .is-exaple-text {
  margin-top: 0.2564102564vw;
}
.p-price-type-box .is-example-box .is-exaple-text span {
  display: inline-block;
  margin-right: 0.8em;
  font-size: 18px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-example-box .is-exaple-text span {
    margin-right: 1em;
    font-size: 3.0769230769vw;
  }
}
.p-price-type-box .is-example-box .is-exaple-text b {
  font-size: clamp(16px, 1.6vw, 24px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-example-box .is-exaple-text b {
    font-size: 4.6153846154vw;
  }
}
.p-price-type-box .is-example-box .is-exaple-text small {
  font-size: 12px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-price-type-box .is-example-box .is-exaple-text small {
    font-size: 3.5897435897vw;
  }
}

.p-price-type-set {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-price-type-set {
    padding: 0;
  }
}
.p-price-type-set + .p-price-type-set {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .p-price-type-set + .p-price-type-set {
    margin-top: 2.0512820513vw;
  }
}

.p-price-type-item-btn {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price-type-item-btn {
    bottom: 2.5641025641vw;
  }
}
.p-price-type-item-btn span {
  display: inline-block;
  padding: 3px 2.3em 4px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-price-type-item-btn span {
    padding: 1.2820512821vw 2.3em 1.7948717949vw;
    border-radius: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.p-price-type-item-btn span:after {
  content: "";
  display: block;
  position: absolute;
  top: 54%;
  right: 15px;
  width: 4px;
  height: 4px;
  border-right: 2px solid #9F65BB;
  border-top: 2px solid #9F65BB;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-price-type-item-btn span:after {
    right: 3.5897435897vw;
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
}

.l-plan-wrap {
  width: 100%;
  padding: 120px 40px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-plan-wrap {
    padding: 20.5128205128vw 2.5641025641vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-plan-wrap .p-page-lead {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}

.p-plan-body {
  padding: 60px 0 0;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-plan-body {
    padding: 7.6923076923vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-body .l-page-inner-white-wrap {
    padding: 8.2051282051vw 2.5641025641vw 8.2051282051vw;
  }
}

.p-plan-new-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-new-list {
    max-width: 100%;
    padding: 0vw 2.5641025641vw 0;
  }
}

.p-plan-new-item + .p-plan-new-item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item + .p-plan-new-item {
    margin-top: 40px;
  }
}

.p-plan-new-item-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.p-plan-new-item-inner .is-item-image {
  width: 46%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-image {
    width: 100%;
    padding-top: 4.6153846154vw;
  }
}
.p-plan-new-item-inner .is-item-image img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-image img {
    border-radius: 2.0512820513vw;
  }
}
.p-plan-new-item-inner .is-item-info {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info {
    width: 100%;
    padding-top: 5.1282051282vw;
  }
}
.p-plan-new-item-inner .is-item-info .is-item-headline {
  border-radius: 100px;
  background: #F9F7F4;
  padding: 0 0 2px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-item-headline {
    border-radius: 25.641025641vw;
    padding: 0 0 0.5128205128vw;
    font-size: 3.5897435897vw;
  }
}
.p-plan-new-item-inner .is-item-info .is-item-headline b {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 20px;
  color: #A168BD;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-item-headline b {
    font-size: 4.6153846154vw;
  }
}
.p-plan-new-item-inner .is-item-info .is-item-headline sup {
  font-size: 50%;
}
.p-plan-new-item-inner .is-item-info .is-item-headline + .is-item-headline {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-item-headline + .is-item-headline {
    margin-top: 2.0512820513vw;
  }
}
.p-plan-new-item-inner .is-item-info .is-item-lead {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-item-lead {
    padding: 3.0769230769vw 0 0;
  }
}
.p-plan-new-item-inner .is-item-info .is-item-lead .is-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-item-lead .is-text {
    font-size: 3.5897435897vw;
  }
}
.p-plan-new-item-inner .is-item-info .is-item-lead .is-text b {
  font-weight: 700;
  color: #A168BD;
}
.p-plan-new-item-inner .is-item-info .is-list-box {
  border-radius: 5px;
  background: #F8F8F8;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-list-box {
    border-radius: 1.2820512821vw;
    padding: 3.0769230769vw 5.1282051282vw;
    margin-top: 4.1025641026vw;
  }
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-list-box .is-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.0769230769vw 0;
  }
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item {
  position: relative;
  width: 50%;
  height: 40px;
  padding-left: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item {
    width: 100%;
    height: 10.2564102564vw;
    padding-left: 12.8205128205vw;
  }
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item .is-text {
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item .is-text {
    font-size: 3.5897435897vw;
  }
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item .is-annotation {
  width: 100%;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item .is-annotation {
    font-size: 2.5641025641vw;
  }
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item.icon-photo:after {
  background-image: url(../images/2026/icon_photo.svg);
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item.icon-pose:after {
  background-image: url(../images/2026/icon_pose.svg);
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item.icon-hair:after {
  background-image: url(../images/2026/icon_hair.svg);
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item.icon-make:after {
  background-image: url(../images/2026/icon_make.svg);
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item.icon-kimono:after {
  background-image: url(../images/2026/icon_kimono.svg);
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item.icon-place:after {
  background-image: url(../images/2026/icon_place.svg);
}
.p-plan-new-item-inner .is-item-info .is-list-box .is-list .is-item.icon-family:after {
  background-image: url(../images/2026/icon_family.svg);
}
.p-plan-new-item-inner .is-item-info .is-list-annotation {
  padding: 8px 0 0;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-plan-new-item-inner .is-item-info .is-list-annotation + .is-list-annotation {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-plan-new-item-inner .is-item-info .is-list-annotation {
    padding: 3.0769230769vw 0 0;
    font-size: 2.5641025641vw;
  }
}

.l-plan-support-table-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .l-plan-support-table-wrap {
    max-width: 100%;
    padding: 8.2051282051vw 0 0;
  }
}

.l-photo-plan-wrap {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
  max-width: 1000px;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-photo-plan-wrap {
    position: relative;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 36.4102564103vw 5.1282051282vw 10.2564102564vw;
    margin: 15.3846153846vw 0 5.1282051282vw;
  }
}

.p-photo-plan-image {
  width: 32.61%;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-image {
    width: 100%;
  }
}
.p-photo-plan-image img {
  max-width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-image img {
    max-width: 100%;
    border-radius: 3.0769230769vw;
  }
}

.p-photo-plan-content {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-content {
    width: 100%;
    position: initial;
  }
}

@media screen and (max-width: 767px) {
  .p-photo-plan-head {
    position: absolute;
    left: 0;
    top: 9.2307692308vw;
    width: 100%;
  }
}

.p-photo-plan-catch {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-catch {
    font-size: 3.5897435897vw;
    text-align: center;
  }
}

.p-photo-plan-headline {
  font-size: 22px;
  font-weight: 700;
  color: #C79C77;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-headline {
    padding: 2.0512820513vw 0 0;
    font-size: 4.1025641026vw;
    text-align: center;
  }
}

.p-photo-plan-lead {
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-lead {
    padding: 5.1282051282vw 0 0;
  }
}
.p-photo-plan-lead .is-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-lead .is-text {
    font-size: 3.5897435897vw;
  }
}

.p-photo-plan-link {
  padding: 20px 0 0;
  width: 220px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-link {
    padding: 5.1282051282vw 0 0;
    width: 56.4102564103vw;
    margin: 0 auto;
  }
}
.p-photo-plan-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 32px;
  border: 1px solid #BBA1CB;
  background: #FDFFFF;
  position: relative;
  font-size: 14px;
  color: #A168BD;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-link a {
    height: 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
}
.p-photo-plan-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #A168BD;
  border-top: 1px solid #A168BD;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-photo-plan-link a:after {
    right: 3.5897435897vw;
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .p-photo-plan-link a:hover {
    color: #fff;
    background: #BBA1CB;
  }
}
@media screen and (min-width: 768px) {
  .p-photo-plan-link a:hover:after {
    border-color: #fff;
  }
}
.l-tokuten-wrap {
  width: 100%;
  padding: 750px 40px 0;
  background: url(../images/2026/pattern_bg02_pc.webp) no-repeat center top;
  position: relative;
  z-index: 0;
  top: -630px;
  margin-bottom: -630px;
}
@media screen and (max-width: 767px) {
  .l-tokuten-wrap {
    padding: 56.4102564103vw 2.5641025641vw;
    top: -41.0256410256vw;
    background: url(../images/2026/pattern_bg02_sp.webp) no-repeat center top;
    background-size: 100% auto;
    margin-bottom: -92.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .l-tokuten-wrap .p-page-lead {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}

.p-tokuten-body {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-tokuten-body {
    padding: 10.2564102564vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-tokuten-body .l-page-inner-white-wrap {
    padding: 8.2051282051vw 2.5641025641vw 15.3846153846vw;
  }
}

.p-tokuten-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 1.34%;
}
@media screen and (max-width: 767px) {
  .p-tokuten-list {
    max-width: 100%;
    padding: 7.1794871795vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.1282051282vw 0;
  }
}

.p-tokuten-item {
  width: 49.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #F8F8F8;
  padding: 20px;
  position: relaitve;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 2.0512820513vw;
    padding: 5.1282051282vw 5.1282051282vw 7.1794871795vw;
  }
}
.p-tokuten-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: -4px;
  top: -12px;
  width: 53px;
  height: 53px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item:after {
    left: -1.0256410256vw;
    top: -3.0769230769vw;
    width: 13.5897435897vw;
    height: 13.5897435897vw;
  }
}
.p-tokuten-item:nth-of-type(1):after {
  background-image: url(../images/2026/icon_point1.png);
}
.p-tokuten-item:nth-of-type(2):after {
  background-image: url(../images/2026/icon_point2.png);
}
.p-tokuten-item:nth-of-type(3):after {
  background-image: url(../images/2026/icon_point3.png);
}
.p-tokuten-item:nth-of-type(4):after {
  background-image: url(../images/2026/icon_point4.png);
}

.p-tokuten-item-image {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item-image {
    width: 100%;
  }
}
.p-tokuten-item-image img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item-image img {
    border-radius: 2.0512820513vw;
  }
}

.p-tokuten-item-content {
  width: 57%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item-content {
    width: 100%;
    padding: 3.5897435897vw 0 0;
  }
}

.p-tokuten-item-headline {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item-headline {
    font-size: 4.1025641026vw;
  }
}

.p-tokuten-item-lead {
  padding: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item-lead {
    padding: 1.0256410256vw 0 0;
  }
}
.p-tokuten-item-lead .is-text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item-lead .is-text {
    font-size: 3.5897435897vw;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
.p-tokuten-item-lead .is-text a {
  position: relative;
  color: #00f;
  text-decoration: underline;
}
.p-tokuten-item-lead .is-text a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -18px;
  width: 12px;
  height: 12px;
  background: url(../images/2026/icon_outerlink.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item-lead .is-text a:after {
    right: -4.6153846154vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
.p-tokuten-item-lead .is-text + .is-annotation {
  padding-top: 0.5em;
}
.p-tokuten-item-lead .is-annotation {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-tokuten-item-lead .is-annotation {
    font-size: 2.5641025641vw;
    letter-spacing: 0.04em;
  }
}

.p-pay-list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5%;
  padding: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .p-pay-list {
    max-width: 100%;
    gap: 2.5641025641vw 2%;
    padding: 7.1794871795vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-pay-item {
  width: 19.6%;
  border-radius: 8px;
  background: #F8F8F8;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .p-pay-item {
    width: 32%;
    border-radius: 2.0512820513vw;
    padding: 2.5641025641vw 0 3.0769230769vw;
  }
}

.p-pay-item-image {
  text-align: center;
}
.p-pay-item-image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-pay-item-image span {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pay-item-image span img {
    max-width: 50%;
  }
}

.p-pay-item-headline {
  padding: 12px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pay-item-headline {
    padding: 3.0769230769vw 0 0;
    font-size: 4.1025641026vw;
    line-height: 1.25;
  }
}
.p-pay-item-headline sup {
  font-size: 60%;
}

.p-pay-caution {
  max-width: 1000px;
  margin: 0 auto;
  padding: 73px 0 0;
}
@media screen and (max-width: 767px) {
  .p-pay-caution {
    max-width: 100%;
    padding: 10.2564102564vw 0 0;
  }
}
.p-pay-caution .is-text {
  font-size: 12px;
}
.p-other-info-box {
  max-width: 1080px;
  margin: 60px auto 0;
  padding: 40px 60px;
  border-radius: 10px;
  background: #F5F1F7;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-other-info-box {
    max-width: 100%;
    margin: 15.3846153846vw auto 0;
    padding: 10.2564102564vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}

.p-other-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
}
@media screen and (max-width: 767px) {
  .p-other-info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7.1794871795vw 0;
  }
}

@property --grad-start {
  syntax: "<color>";
  initial-value: #D4ADE9;
  inherits: false;
}
@property --grad-end {
  syntax: "<color>";
  initial-value: #A066BC;
  inherits: false;
}
.p-other-info-item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-other-info-item {
    width: 100%;
  }
}
.p-other-info-item .is-catch {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-other-info-item .is-catch {
    font-size: 3.0769230769vw;
  }
}
.p-other-info-item .is-btn {
  width: 100%;
  margin-top: 12px;
  border-radius: 5px;
  border: 1px solid #BBA1CB;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-other-info-item .is-btn {
    margin-top: 3.0769230769vw;
    border-radius: 1.2820512821vw;
  }
}
.p-other-info-item .is-btn a {
  display: block;
  padding: 18px 0;
  color: #A167BD;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-other-info-item .is-btn a {
    padding: 4.1025641026vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-other-info-item .is-btn a:hover {
    background: #A167BD;
    color: #fff;
  }
}
.p-other-info-item .is-btn a.is-bg {
  background: linear-gradient(45deg, var(--grad-start), var(--grad-end));
  transition: --grad-start 0.5s, --grad-end 0.5s;
  color: #fff;
}
.p-other-info-item .is-btn a.is-bg:hover {
  --grad-start: #A066BC;
  --grad-end: #D4ADE9;
}

.l-voice-wrap {
  width: 100%;
  padding: 120px 40px 250px;
  background: url(../images/2026/pattern_bg03_pc.webp) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .l-voice-wrap {
    padding: 15.3846153846vw 0 25.641025641vw;
    background: url(../images/2026/pattern_bg03_sp.webp) no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .l-voice-wrap .p-page-lead {
    padding-left: 7.6923076923vw;
    padding-right: 7.6923076923vw;
  }
}
.l-voice-wrap .splide__arrows {
  position: absolute;
  width: 100%;
  top: 50%;
}
.l-voice-wrap .splide__arrow {
  background: #fff;
  border: 1px solid #aaa;
}
.l-voice-wrap .splide__arrow svg {
  width: 0.8em;
  height: 0.8em;
}
.l-voice-wrap .splide__pagination {
  bottom: -8vw;
}
.l-voice-wrap .splide__pagination__page {
  background: #1A1A1A;
  width: 1.5384615385vw;
  height: 1.5384615385vw;
  opacity: 1;
  margin: 0 2.0512820513vw;
}
.l-voice-wrap .splide__pagination__page.is-active {
  background: #BBA1CB;
}

.p-voice-body {
  padding: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .p-voice-body {
    padding: 7.1794871795vw 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-voice-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 1%;
    margin: 0 auto !important;
    max-width: 1200px;
  }
}
.p-voice-list {
  /*
  	@include breakpoint{
  //		display:block !important;
  		max-width:none;
  //		flex-wrap:wrap;
  		gap:unset;
  		margin-left:0 !important;;
  		margin-right:0 !important;;
  	}
  */
}

.p-voice-item {
  width: 49.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .p-voice-item {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.1282051282vw;
  }
}
.p-voice-item {
  /*
  	@include breakpoint{
  		width:100%;
  	}
  */
}

.p-bottom-slide-wrap {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-bottom-slide-wrap {
    padding-bottom: 2.5641025641vw;
  }
}

.p-bottn-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .p-bottn-slide-inner {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.1282051282vw;
  }
}

.p-voice-item-image {
  width: 45.4%;
}
@media screen and (max-width: 767px) {
  .p-voice-item-image {
    width: 100%;
  }
}
.p-voice-item-image img {
  max-width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-voice-item-image img {
    max-width: 100%;
    border-radius: 2.0512820513vw;
    height: auto;
  }
}

.p-voice-item-content {
  width: 54.6%;
}
@media screen and (max-width: 767px) {
  .p-voice-item-content {
    width: 100%;
    padding: 5.1282051282vw 0 0;
  }
}

.p-voice-item-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-voice-item-headline {
    font-size: 3.5897435897vw;
  }
}

.p-voice-item-lead .is-who {
  font-size: 12px;
  color: #A168BD;
}
@media screen and (max-width: 767px) {
  .p-voice-item-lead .is-who {
    padding-top: 1.0256410256vw;
    font-size: 3.0769230769vw;
  }
}
.p-voice-item-lead .is-text {
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-voice-item-lead .is-text {
    padding-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}

.p-voice-more-btn {
  padding: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice-more-btn {
    padding: 12.8205128205vw 0 0;
  }
}
.p-voice-more-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 276px;
  height: 47px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #A168BD;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-voice-more-btn a {
    width: 70.7692307692vw;
    height: 12.0512820513vw;
    border-radius: 1.2820512821vw;
  }
}

.l-info-wrap {
  width: 100%;
  padding: 70px 40px 40px;
}
@media screen and (max-width: 767px) {
  .l-info-wrap {
    padding: 15.3846153846vw 7.6923076923vw 12.3076923077vw;
  }
}

.p-info-body {
  padding: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .p-info-body {
    padding: 7.1794871795vw 0 0;
  }
}

.p-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 4%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-info-list {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10.2564102564vw 0;
  }
}

.p-info-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-info-item {
    width: 100%;
  }
}
.p-info-item .splide__pagination {
  bottom: 1em;
}
.p-info-item .splide__pagination__page {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #D9D9D9;
}
.p-info-item .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #EF6B89;
}

.p-info-item-image img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-info-item-image img {
    border-radius: 2.0512820513vw;
  }
}

.p-info-item-content {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-info-item-content {
    width: 100%;
    padding: 5.1282051282vw 0 0;
  }
}

.p-info-item-headline {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-info-item-headline {
    font-size: 4.1025641026vw;
  }
}

.p-info-item-lead {
  padding: 8px 2.6em 0 0;
}
@media screen and (max-width: 767px) {
  .p-info-item-lead {
    padding: 2.0512820513vw 0 0;
  }
}
.p-info-item-lead .is-text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-info-item-lead .is-text {
    font-size: 3.5897435897vw;
    line-height: 1.75;
  }
}

.p-info-item-btn {
  padding: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .p-info-item-btn {
    padding: 4.1025641026vw 0 0;
    text-align: center;
  }
}
.p-info-item-btn a {
  position: relative;
  display: inline-block;
  padding: 6px 2.5em 6px 2em;
  border-radius: 32px;
  border: 1px solid #BBA1CB;
  background: #FDFFFF;
  font-size: 14px;
  font-weight: 500;
  color: #A168BD;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-info-item-btn a {
    padding: 1.5384615385vw 2.5em 1.5384615385vw 2em;
    border-radius: 8.2051282051vw;
  }
}
.p-info-item-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #A168BD;
  border-top: 1px solid #A168BD;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-info-item-btn a:after {
    right: 5.1282051282vw;
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .p-info-item-btn a:hover {
    color: #fff;
    background: #BBA1CB;
  }
}
@media screen and (min-width: 768px) {
  .p-info-item-btn a:hover:after {
    border-color: #fff;
  }
}
.p-info-item-btn a + a {
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-info-item-btn a + a {
    margin-left: 0;
    margin-top: 2.0512820513vw;
  }
}

.l-selecttype-wrap {
  width: 100%;
  padding: 80px 40px 0;
}
@media screen and (max-width: 767px) {
  .l-selecttype-wrap {
    padding: 10.2564102564vw 7.6923076923vw 0;
  }
}

.p-selecttype-body {
  padding: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .p-selecttype-body {
    padding: 7.1794871795vw 0 0;
  }
}

.p-selecttype-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item {
    gap: 0;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-selecttype-item.is-reverse .p-selecttype-item-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item.is-reverse .p-selecttype-item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-selecttype-item + .p-selecttype-item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item + .p-selecttype-item {
    margin-top: 10.2564102564vw;
  }
}

.p-selecttype-item-image {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item-image {
    width: 100%;
  }
}
.p-selecttype-item-image img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item-image img {
    border-radius: 2.0512820513vw;
  }
}

.p-info-selecttype-content {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-info-selecttype-content {
    width: 100%;
    padding: 5.1282051282vw 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-selecttype-item-headline {
  font-size: 22px;
  color: #C79C77;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item-headline {
    font-size: 4.1025641026vw;
  }
}

.p-selecttype-item-lead {
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item-lead {
    padding: 2.0512820513vw 0 0;
  }
}
.p-selecttype-item-lead .is-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item-lead .is-text {
    font-size: 3.5897435897vw;
  }
}
.p-selecttype-item-lead .is-text + .is-annotation {
  padding-top: 0.5em;
}
.p-selecttype-item-lead .is-annotation {
  font-size: 12px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item-lead .is-annotation {
    font-size: 2.5641025641vw;
  }
}

.p-selecttype-item-btn {
  padding: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item-btn {
    padding: 7.1794871795vw 0 0;
    text-align: center;
  }
}
.p-selecttype-item-btn a {
  position: relative;
  display: inline-block;
  padding: 6px 2.5em 6px 2em;
  border-radius: 32px;
  border: 1px solid #BBA1CB;
  background: #FDFFFF;
  font-size: 14px;
  font-weight: 500;
  color: #A168BD;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item-btn a {
    padding: 1.5384615385vw 2.5em 1.5384615385vw 2em;
    border-radius: 8.2051282051vw;
  }
}
.p-selecttype-item-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #A168BD;
  border-top: 1px solid #A168BD;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-selecttype-item-btn a:after {
    right: 5.1282051282vw;
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .p-selecttype-item-btn a:hover {
    color: #fff;
    background: #BBA1CB;
  }
}
@media screen and (min-width: 768px) {
  .p-selecttype-item-btn a:hover:after {
    border-color: #fff;
  }
}
.p-selecttype-item-btn a + a {
  margin-left: 0.5em;
}

.l-lastmessage-wrap {
  width: 100%;
  position: relative;
  padding: 120px 12px 0;
}
@media screen and (max-width: 767px) {
  .l-lastmessage-wrap {
    padding: 12.3076923077vw 0 0;
  }
}

.p-lastmessage-image {
  width: 100%;
  height: 520px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lastmessage-image {
    height: auto;
  }
}
.p-lastmessage-image img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-lastmessage-image img {
    height: auto;
    border-radius: 0;
  }
}

.p-lastmessage-text {
  position: absolute;
  top: 50%;
  left: 13%;
}
@media screen and (max-width: 767px) {
  .p-lastmessage-text {
    top: 18%;
    left: 14%;
  }
}
.p-lastmessage-text img {
  width: 33vw;
  max-width: 422px;
}
@media screen and (max-width: 767px) {
  .p-lastmessage-text img {
    width: 25.8974358974vw;
    max-width: 100%;
  }
}

.js-common-accd dt span {
  position: relative;
  cursor: pointer;
}
.js-common-accd dt span:before, .js-common-accd dt span:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: #333;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.js-common-accd dt span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-common-accd dt.is-open span:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.js-common-accd dd {
  display: none;
}

/*------------------------------------------------------------

上に戻る

-------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
}
@media screen and (max-width: 767px) {
  .back-to-top {
    right: 2.0512820513vw;
    bottom: 12.8205128205vw;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
}
.back-to-top a {
  display: block;
  background: #A168BD;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #A168BD;
  padding-top: 0;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .back-to-top a {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .back-to-top a:hover {
    background: #000;
  }
}
.back-to-top a span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.back-to-top a span:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: calc(50% - 3px);
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border ease 0.4s;
  transition: border ease 0.4s;
}
@media screen and (max-width: 767px) {
  .back-to-top a span:after {
    width: 2.1vw;
    height: 2.1vw;
    top: 42%;
    right: calc(50% - 2px);
  }
}
@media screen and (min-width: 768px) {
  .back-to-top a:hover {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .back-to-top a:hover span:after {
    border-left: 2px solid #A168BD;
    border-top: 2px solid #A168BD;
  }
}

.is-mv-ended .back-to-top {
  opacity: 1;
}