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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 0;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

summary {
  display: block;
}

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* フォーカスされている要素を明確に示す */
a:focus-visible {
  opacity: 0.7;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-compare {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-contact-thanks {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-contact {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-cta.l-cta--40 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-cta.p-cta--top {
  margin-top: -107px;
  margin-top: -6.6875rem;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 101;
}

.l-drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-faq {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-header {
  bottom: auto;
  height: 75px;
  height: 4.6875rem;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 572px;
  max-width: 35.75rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 100%;
}

.l-introduction {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.l-mv {
  margin-top: -75px;
  margin-top: -4.6875rem;
}

.l-plan {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.l-step {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-voice {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-works {
  margin-top: 98px;
  margin-top: 6.125rem;
}

.l-worry {
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 3px solid #4d2d2a;
  border: 0.1875rem solid #4d2d2a;
  border-radius: 100vw;
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 316px;
  max-width: 19.75rem;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
}

.c-button::before {
  content: "";
  width: 40px;
  width: 2.5rem;
}

.c-button__copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: ctaScale 2500ms ease-in-out infinite;
          animation: ctaScale 2500ms ease-in-out infinite;
  border-radius: 100vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  padding: 6px 30px;
  padding: 0.375rem 1.875rem;
  position: absolute;
  top: -22px;
  top: -1.375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.c-button__copy::before,
.c-button__copy::after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 15px;
  width: 0.9375rem;
}

.c-button__copy.u-color__black::before,
.c-button__copy.u-color__black::after {
  background-color: #111;
}

.c-button__copy::before {
  margin-right: 2px;
  margin-right: 0.125rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.c-button__copy::after {
  margin-left: 2px;
  margin-left: 0.125rem;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.c-button__text {
  color: #4d2d2a;
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  text-align: center;
}

.c-button__arrow {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-block;
  height: auto;
  margin-left: auto;
  position: relative;
  width: 30px;
  width: 1.875rem;
}

.c-button__arrow::before,
.c-button__arrow::after {
  content: "";
  display: block;
  position: absolute;
}

.c-button__arrow::before {
  aspect-ratio: 1/1;
  background: #4d2d2a;
  border-radius: 50%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 5px;
  width: 0.3125rem;
}

.c-button__arrow::after {
  -webkit-mask-image: url(../images/arrow_right_white.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 1/1;
  background-color: #000;
          mask-image: url(../images/arrow_right_white.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  opacity: 0;
  right: 28px;
  right: 1.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  visibility: hidden;
  width: 16px;
  width: 1rem;
}

/* フォーカスされている要素を明確に示 */
.c-button:focus-visible {
  opacity: 1;
}

.c-button:focus-visible .c-button__arrow:after {
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translate(1.25rem, -50%);
          transform: translate(1.25rem, -50%);
  visibility: visible;
}

.c-button:focus-visible .c-button__arrow:before {
  background: #4d2d2a;
  width: 100%;
}

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
/*CATアニメーション*/
@-webkit-keyframes ctaScale {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  15% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  30% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  45% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes ctaScale {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  15% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  30% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  45% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  70% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.c-dot {
  display: inline-block;
  position: relative;
}

.c-dot::before {
  background-color: #fae571;
  content: "";
  height: 5px;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  top: -10px;
  top: -0.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  width: 0.3125rem;
}

.c-floating {
  display: block;
  opacity: 0;
  position: relative;
  right: 0;
  visibility: hidden;
  z-index: 50;
}

.c-floating img {
  -o-object-fit: cover;
  aspect-ratio: 169/248;
  height: auto;
     object-fit: cover;
  width: 75px;
  width: 4.6875rem;
}

.c-floating__text {
  background-color: #fff;
  border-radius: 100vw;
  bottom: 23px;
  bottom: 1.4375rem;
  color: #4d2d2a;
  font-size: 6px;
  font-size: 0.375rem;
  font-weight: normal;
  left: 50%;
  padding: 0 5px;
  padding: 0 0.3125rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.c-floating__text span {
  color: #c61201;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 700;
}

.c-join {
  margin-top: 21px;
  margin-top: 1.3125rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
}

.c-join img {
  -o-object-fit: contain;
  height: 47px;
  height: 2.9375rem;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 24px;
  width: 1.5rem;
}

.c-menu-button {
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
  width: 26px;
  width: 1.625rem;
}

.c-menu-button span {
  background-color: #4d2d2a;
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 26px;
  width: 1.625rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #111;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.c-menu-button span::after {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.c-require {
  background-color: #c61201;
  border-radius: 0.25rem;
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  padding: 0 11px;
  padding: 0 0.6875rem;
}

.c-scroll-top {
  bottom: 8px;
  bottom: 0.5rem;
  display: block;
  height: 68px;
  height: 4.25rem;
  position: absolute;
  right: 17px;
  right: 1.0625rem;
  width: 68px;
  width: 4.25rem;
}

.c-scroll-top__circle {
  -webkit-animation: rotateScroll 5s linear infinite;
          animation: rotateScroll 5s linear infinite;
  height: 100%;
  position: absolute;
  width: 100%;
}

.c-scroll-top__arrow {
  background-image: url(../images/arrow_top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  width: 0.5rem;
}

@-webkit-keyframes rotateScroll {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateScroll {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c-section-heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.3;
}

.p-accordion__details {
  border: 1px solid #bdbdbd;
  border-radius: 0.3125rem;
}

.p-accordion__details + .p-accordion__details {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-accordion__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  gap: 1.375rem;
  padding: 18px 18px;
  padding: 1.125rem 1.125rem;
}

.p-accordion__question-icon {
  color: #111;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}

.p-accordion__question-text {
  color: #4d2d2a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
}

.p-accordion__toggle-icon {
  border-radius: 50%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 12px;
  height: 0.75rem;
  line-height: 1;
  position: relative;
  width: 12px;
  width: 0.75rem;
}

.p-accordion__toggle-icon span:nth-child(1) {
  background: #5a5a5a;
  border-radius: 0.625rem;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  width: 100%;
}

.p-accordion__toggle-icon span:nth-child(2) {
  background: #5a5a5a;
  border-radius: 0.625rem;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  width: 100%;
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .p-accordion__toggle-icon span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

details.is-opened .p-accordion__toggle-icon span:nth-child(2) {
  opacity: 0;
}

.p-accordion__answer-box {
  overflow: hidden;
}

.p-accordion__answer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  gap: 1.375rem;
  padding: 18px 18px;
  padding: 1.125rem 1.125rem;
  position: relative;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.p-accordion__answer::before {
  background-color: #bdbdbd;
  content: "";
  height: 1px;
  left: 30px;
  left: 1.875rem;
  position: absolute;
  top: 0;
  width: 82%;
}

.p-accordion__answer-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-accordion__answer-text {
  color: #4d2d2a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
}

.p-card {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 25px 20px 19px;
  padding: 1.5625rem 1.25rem 1.1875rem;
  text-align: center;
}

.p-card__heading {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.25;
}

.p-card__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.p-card__image--01 {
  background-image: url(../images/time_bg_01.svg);
  height: 130px;
  height: 8.125rem;
  width: 160px;
  width: 10rem;
}

.p-card__image--01 img {
  height: 101px;
  height: 6.3125rem;
  width: 69px;
  width: 4.3125rem;
}

.p-card__image--02 {
  background-image: url(../images/time_bg_01.svg);
  height: 130px;
  height: 8.125rem;
  width: 160px;
  width: 10rem;
}

.p-card__image--02 img {
  height: 101px;
  height: 6.3125rem;
  width: 98px;
  width: 6.125rem;
}

.p-card__image--03 {
  background-image: url(../images/time_bg_01.svg);
  height: 130px;
  height: 8.125rem;
  width: 160px;
  width: 10rem;
}

.p-card__image--03 img {
  height: 107px;
  height: 6.6875rem;
  width: 102px;
  width: 6.375rem;
}

.p-card__time {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-card__time span {
  color: #03338a;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
}

.p-compare {
  overflow: hidden;
}

.p-compare__heading {
  text-align: center;
}

.p-compare__heading-wrap {
  display: inline-block;
}

.p-compare__heading.c-section-heading {
  line-height: 1.5;
}

.p-compare__table-wrap {
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-compare__table {
  border-collapse: collapse;
  min-width: 940px;
  min-width: 58.75rem;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.p-compare__table col:nth-child(1) {
  width: 19%;
}

.p-compare__table col:nth-child(2) {
  width: 27%;
}

.p-compare__table col:nth-child(3) {
  width: 27%;
}

.p-compare__table col:nth-child(4) {
  width: 27%;
}

.p-compare__table-cell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 69px;
  min-height: 4.3125rem;
  padding: 12px;
  padding: 0.75rem;
  text-align: center;
}

.p-compare__table th,
.p-compare__table td {
  border: 1px solid #b9b9b9;
}

td:first-child::before {
  content: "";
  display: inline-block;
  min-height: 72px;
  min-height: 4.5rem;
  vertical-align: middle;
}

.p-compare__table th:not(:last-of-type) {
  background: #f1f1f1;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
}

.p-compare__table th:first-of-type {
  background: #f1f1f1;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
}

.p-compare__table td:not(:last-of-type) {
  background-color: #fff;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
}

table .p-compare__table-highlight {
  background-color: #ecdcdb;
  border: 4px solid #c61201;
  border: 0.25rem solid #c61201;
}

.p-compare__table-header {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  width: 6.25rem;
}

.p-compare__table-header img {
  -o-object-fit: cover;
  aspect-ratio: 100/51;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-compare__table-price {
  color: #b70000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
}

.p-compare__table-price span {
  display: inline-block;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-compare__table-price strong,
.p-compare__table-post {
  color: #b70000;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
}

.p-compare__table-check {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  width: 2rem;
}

.p-compare__table-check img {
  -o-object-fit: cover;
  aspect-ratio: 32/24;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-compare__attend {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-compare__attend-text {
  background-color: #fae571;
  border-radius: 100vw;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  padding: 18px 42px;
  padding: 1.125rem 2.625rem;
  position: relative;
}

.p-compare__attend-text span {
  display: inline-block;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-contact-thanks__heading {
  text-align: center;
}

.p-contact-thanks__text-block {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-contact-thanks__text:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-contact-thanks__text {
  word-wrap: anywhere;
  word-break: keep-all;
}

.p-contact-thanks__button {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-contact {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  position: relative;
}

.p-contact__heading {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  text-align: center;
}

.p-cta {
  background-image: url(../images/cta_bg_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0 30px;
  padding: 1.5625rem 0 1.875rem;
}
@supports (background-image: url(../images/cta_bg_sp.webp)) {
  .p-cta {
    background-image: url(../images/cta_bg_sp.webp);
  }
}

.p-cta__wrapper {
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: inset 0.375rem 0.375rem 0.9375rem rgba(184, 184, 184, 0.5);
          box-shadow: inset 0.375rem 0.375rem 0.9375rem rgba(184, 184, 184, 0.5);
  padding: 25px 10px;
  padding: 1.5625rem 0.625rem;
}

.p-cta__heading {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1.25;
  text-align: center;
}

.p-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-cta.p-cta--top {
  background-image: url(../images/cta_bg_top_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 22px;
  padding: 5rem 0 1.375rem;
}
@supports (background-image: url(../images/cta_bg_top_sp.webp)) {
  .p-cta.p-cta--top {
    background-image: url(../images/cta_bg_top_sp.webp);
  }
}

.p-drawer {
  background-color: rgb(229, 183, 179);
  padding: 0 0 80px;
  padding: 0 0 5rem;
}

.p-drawer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  height: 4.6875rem;
  padding: 0 16px;
  padding: 0 1rem;
}

.p-drawer__head-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100px;
  width: 6.25rem;
}

.p-drawer__head-logo img {
  -o-object-fit: contain;
  aspect-ratio: 100/51;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-drawer__head-menu-button {
  margin-left: auto;
}

.p-drawer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-drawer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}

.p-drawer .c-menu-button span {
  background-color: transparent;
}

.p-drawer .c-menu-button span::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.p-drawer .c-menu-button span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.p-faq__heading {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  text-align: center;
}

.p-faq__accordion {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-footer {
  background-color: #4d2d2a;
  padding: 32px 0;
  padding: 2rem 0;
}

.p-footer__logo {
  height: auto;
  width: 101px;
  width: 6.3125rem;
}

.p-footer__logo img {
  -o-object-fit: cover;
  aspect-ratio: 101/51;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-footer__info-text {
  color: #fff;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: normal;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-footer__notation {
  color: #fff;
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: right;
}

.p-form__wrapper {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-form__list {
  grid-gap: 2.1875rem;
  display: grid;
  gap: 35px;
  gap: 2.1875rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__item {
  grid-gap: 0.625rem;
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  grid-template-columns: 1fr;
}

.p-form__heading label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  gap: 1.125rem;
}

.p-form__label {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-form__detail label {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.p-form__detail input:not([type=radio]):not([type=checkbox]),
.p-form__detail select,
.p-form__detail textarea {
  background-color: #fff;
  border: 1px solid #b8b8b8;
  color: #000;
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  width: 100%;
}

.p-form__item:has(input:not([type=radio]):not([type=checkbox])),
.p-form__item:has(select) {
  max-width: 303px;
  max-width: 18.9375rem;
  width: 100%;
}

.p-form__detail input::-moz-placeholder, .p-form__detail select::-moz-placeholder, .p-form__detail textarea::-moz-placeholder {
  color: #b9b9b9;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-form__detail input::-webkit-input-placeholder, .p-form__detail select::-webkit-input-placeholder, .p-form__detail textarea::-webkit-input-placeholder {
  color: #b9b9b9;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-form__detail input:-ms-input-placeholder, .p-form__detail select:-ms-input-placeholder, .p-form__detail textarea:-ms-input-placeholder {
  color: #b9b9b9;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-form__detail input::-ms-input-placeholder, .p-form__detail select::-ms-input-placeholder, .p-form__detail textarea::-ms-input-placeholder {
  color: #b9b9b9;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

select:has(option:checked[value=""]),
.p-form__detail input::placeholder,
.p-form__detail select::placeholder,
.p-form__detail textarea::placeholder {
  color: #b9b9b9;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-form__detail input[type=checkbox] + span,
.p-form__detail input[type=radio] + span,
.p-form__select-btn input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  position: relative;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

[type=radio],
[type=checkbox] {
  display: none;
}

[type=radio] + span::after,
[type=checkbox] + span::after {
  opacity: 0;
}

[type=radio] + span {
  padding-left: 30px;
  padding-left: 1.875rem;
}

.p-form__detail input[type=radio] + span::before,
.p-form__select-btn input[type=radio] + span::before {
  background-color: #fff;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 50%;
  content: "";
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
}

.p-form__detail input[type=radio]:checked + span::after,
.p-form__select-btn input[type=radio]:checked + span::after {
  background-color: #c61201;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 5px;
  left: 0.3125rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}

.p-form__detail input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.p-form__detail input[type=checkbox] + span::before {
  background-color: #fff;
  border: 1px solid #1b1b1b;
  border-radius: 0.125rem;
  content: "";
  display: inline-block;
  height: 30px;
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  width: 1.875rem;
}

.p-form__detail input[type=checkbox]:checked + span::after {
  border-bottom: 4px solid #111;
  border-bottom: 0.25rem solid #111;
  border-left: 4px solid #111;
  border-left: 0.25rem solid #111;
  content: "";
  display: inline-block;
  height: 10.8px;
  height: 0.675rem;
  left: 0px;
  left: 0rem;
  margin-left: 0.1em;
  margin-top: -0.1em;
  opacity: 1;
  position: absolute;
  top: 50%;
  /*チェックマークじゃない場合は以下を変更する*/
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 16.2px;
  width: 1.0125rem;
}

.p-form__detail select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-form__detail.p-form__detail--select {
  position: relative;
}

.p-form__detail.p-form__detail--select::after {
  border-bottom: 0;
  border-left: 8px solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 8px solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 8px solid #b9b9b9;
  border-top: 0.5rem solid #b9b9b9;
  content: "";
  position: absolute;
  right: 19px;
  right: 1.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-form__detail textarea {
  height: 240px;
  height: 15rem;
}

.p-form__attention {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.9;
  margin-top: 19px;
  margin-top: 1.1875rem;
  text-align: center;
}

.p-form__policy {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
}

.p-form__send {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 340px;
  max-width: 21.25rem;
  width: 100%;
}

.p-form__send-btn {
  background-color: #f1ddd9;
  border-radius: 100vw;
  color: #fff;
  font-family: "Antic", sans-serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0;
  padding: 16px 45px;
  padding: 1rem 2.8125rem;
  position: relative;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  width: 100%;
}

.p-form__send-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* フォーカスされている要素を明確に示 */
.p-form__send-btn:focus-visible {
  background-color: #d19c97;
}

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-header {
  background-color: transparent;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0 16px;
  padding: 0 1rem;
}

.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100px;
  width: 6.25rem;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 100/51;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  margin-left: auto;
}

.p-header__pc-nav {
  display: none;
}

.p-header__pc-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-header__pc-nav-item {
  height: 100%;
}

.p-header__pc-nav-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 16px;
  padding: 0 1rem;
}

.p-header__menu-button {
  z-index: 101;
}

.p-header__drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}

.p-header__drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-introduction__heading {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  text-align: center;
}

.p-introduction__list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-introduction__image {
  clip-path: inset(0 0 35% 0);
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-introduction__image img {
  -o-object-fit: contain;
  aspect-ratio: 200/377;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-introduction__block {
  background-color: rgba(209, 156, 151, 0.3);
  border-radius: 0.625rem;
  margin-top: -225px;
  margin-top: -14.0625rem;
  padding: 110px 8px 16px;
  padding: 6.875rem 0.5rem 1rem;
}

.p-introduction__sub-heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  text-align: center;
}

.p-introduction__intro {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0px 10px;
  padding: 0rem 0.625rem;
}

.p-introduction__sub-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  gap: 19px;
  gap: 1.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
}

.p-introduction__sub-title::before {
  background-color: #111;
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  width: 3.75rem;
}

.p-introduction__sub-title::after {
  background-color: #111;
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  width: 3.75rem;
}

.p-introduction__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-top: 1.375rem;
  max-width: 255px;
  max-width: 15.9375rem;
  padding-left: 1em;
  text-indent: -1em;
  width: 100%;
}

.p-introduction__content-item {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
}

.p-introduction__result {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  padding: 16px 16px 20px;
  padding: 1rem 1rem 1.25rem;
}

.p-introduction__result-tag {
  text-align: center;
}

.p-introduction__result-tag span {
  background-color: #4d2d2a;
  border-radius: 3.125rem;
  color: #fff;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}

.p-introduction__result-text {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 0 11px;
  padding: 0 0.6875rem;
}

.p-introduction__result-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  margin-top: 0.875rem;
  max-width: 287px;
  max-width: 17.9375rem;
  width: 100%;
}

.p-introduction__result-image img {
  -o-object-fit: contain;
  aspect-ratio: 318/163;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-introduction__result-caption {
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-loop-slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.p-loop-slider__list {
  -webkit-animation: loop-slide 20s infinite linear 0.5s both;
          animation: loop-slide 20s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-loop-slider__item {
  margin-left: 24px;
  margin-left: 1.5rem;
  width: 42vw;
}

.p-loop-slider__item img {
  -o-object-fit: cover;
  aspect-ratio: 155/104;
  border-radius: 0.125rem;
  -webkit-box-shadow: 1.25rem 1.25rem 1.875rem 0 rgba(190, 186, 187, 0.5);
          box-shadow: 1.25rem 1.25rem 1.875rem 0 rgba(190, 186, 187, 0.5);
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-mv {
  overflow: hidden;
  position: relative;
}
.p-mv__inner {
  padding-top: 80px;
  padding-top: 5rem;
}

.p-mv__bg-image {
  height: 1049px;
  height: 65.5625rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-mv__bg-image img {
  -o-object-fit: cover;
  aspect-ratio: 375/1049;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-mv__images {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-mv__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  max-width: 23.4375rem;
  position: relative;
  width: 100%;
}

.p-mv__image img {
  -o-object-fit: cover;
  aspect-ratio: 343/328;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-mv__circle-text {
  -webkit-animation: rotateText 10s linear infinite;
          animation: rotateText 10s linear infinite;
  bottom: 47px;
  bottom: 2.9375rem;
  display: inline-block;
  height: auto;
  position: absolute;
  right: 69px;
  right: 4.3125rem;
  width: 87px;
  width: 5.4375rem;
  z-index: 1;
}

.p-mv__circle-text img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-mv__text-block {
  margin-top: -12px;
  margin-top: -0.75rem;
  position: relative;
}

.p-mv__price-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 339px;
  max-width: 21.1875rem;
  position: relative;
  width: 100%;
}

.p-mv__price-image img {
  -o-object-fit: contain;
  aspect-ratio: 339/192;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-mv__seeing {
  display: inline-block;
  height: 100px;
  height: 6.25rem;
  left: -25px;
  left: -1.5625rem;
  position: absolute;
  top: -51px;
  top: -3.1875rem;
  width: 100px;
  width: 6.25rem;
}

.p-mv__seeing-text {
  color: #fff;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  left: 50%;
  line-height: 1.3846153846;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

.p-mv__seeing-bg {
  background-image: url(../images/star_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-mv__appeal {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 347px;
  max-width: 21.6875rem;
  width: 100%;
}

.p-mv__appeal img {
  -o-object-fit: contain;
  aspect-ratio: 347/216;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-mv__slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-mv__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 19px;
  margin-top: 1.1875rem;
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
}

.p-mv__button .c-button {
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}

.p-mv__button .c-button__copy {
  padding: 6px 15px;
  padding: 0.375rem 0.9375rem;
}

.p-mv__button .c-button__text {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  text-align: center;
}

/* テキスト回転アニメーション */
@-webkit-keyframes rotateText {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateText {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* phone回転アニメーション */
.p-mv__images {
  height: 357px;
  height: 22.3125rem;
  position: relative;
}

.p-mv__image {
  left: calc(50% - 3.4375rem);
  max-width: 108px;
  max-width: 6.75rem;
  position: absolute;
  top: 18%;
  width: 100%;
}

.p-mv__image img {
  -o-object-fit: contain;
  aspect-ratio: 168/316;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-mv__image--01 {
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rollSlide-sp;
          animation-name: rollSlide-sp;
}

.p-mv__image--02 {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rollSlide-sp;
          animation-name: rollSlide-sp;
}

.p-mv__image--03 {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rollSlide-sp;
          animation-name: rollSlide-sp;
}

@-webkit-keyframes rollSlide-sp {
  0%, 10% {
    -webkit-transform: perspective(43.75rem) rotateY(0deg) translateZ(15.625rem);
            transform: perspective(43.75rem) rotateY(0deg) translateZ(15.625rem);
    z-index: 20;
  }
  33.3%, 43.3% {
    -webkit-transform: perspective(62.5rem) rotateY(120deg) translateZ(8.125rem);
            transform: perspective(62.5rem) rotateY(120deg) translateZ(8.125rem);
    z-index: 10;
  }
  66.6%, 76.6% {
    -webkit-transform: perspective(62.5rem) rotateY(240deg) translateZ(8.125rem);
            transform: perspective(62.5rem) rotateY(240deg) translateZ(8.125rem);
    z-index: 5;
  }
  100% {
    -webkit-transform: perspective(43.75rem) rotateY(360deg) translateZ(15.625rem);
            transform: perspective(43.75rem) rotateY(360deg) translateZ(15.625rem);
    z-index: 20;
  }
}

@keyframes rollSlide-sp {
  0%, 10% {
    -webkit-transform: perspective(43.75rem) rotateY(0deg) translateZ(15.625rem);
            transform: perspective(43.75rem) rotateY(0deg) translateZ(15.625rem);
    z-index: 20;
  }
  33.3%, 43.3% {
    -webkit-transform: perspective(62.5rem) rotateY(120deg) translateZ(8.125rem);
            transform: perspective(62.5rem) rotateY(120deg) translateZ(8.125rem);
    z-index: 10;
  }
  66.6%, 76.6% {
    -webkit-transform: perspective(62.5rem) rotateY(240deg) translateZ(8.125rem);
            transform: perspective(62.5rem) rotateY(240deg) translateZ(8.125rem);
    z-index: 5;
  }
  100% {
    -webkit-transform: perspective(43.75rem) rotateY(360deg) translateZ(15.625rem);
            transform: perspective(43.75rem) rotateY(360deg) translateZ(15.625rem);
    z-index: 20;
  }
}
@-webkit-keyframes rollSlide-pc {
  0%, 10% {
    -webkit-transform: perspective(43.75rem) rotateY(0deg) translateZ(15.625rem);
            transform: perspective(43.75rem) rotateY(0deg) translateZ(15.625rem);
    z-index: 20;
  }
  33.3%, 43.3% {
    -webkit-transform: perspective(62.5rem) rotateY(120deg) translateZ(15rem);
            transform: perspective(62.5rem) rotateY(120deg) translateZ(15rem);
    z-index: 10;
  }
  66.6%, 76.6% {
    -webkit-transform: perspective(62.5rem) rotateY(240deg) translateZ(15rem);
            transform: perspective(62.5rem) rotateY(240deg) translateZ(15rem);
    z-index: 5;
  }
  100% {
    -webkit-transform: perspective(43.75rem) rotateY(360deg) translateZ(15.625rem);
            transform: perspective(43.75rem) rotateY(360deg) translateZ(15.625rem);
    z-index: 20;
  }
}
@keyframes rollSlide-pc {
  0%, 10% {
    -webkit-transform: perspective(43.75rem) rotateY(0deg) translateZ(15.625rem);
            transform: perspective(43.75rem) rotateY(0deg) translateZ(15.625rem);
    z-index: 20;
  }
  33.3%, 43.3% {
    -webkit-transform: perspective(62.5rem) rotateY(120deg) translateZ(15rem);
            transform: perspective(62.5rem) rotateY(120deg) translateZ(15rem);
    z-index: 10;
  }
  66.6%, 76.6% {
    -webkit-transform: perspective(62.5rem) rotateY(240deg) translateZ(15rem);
            transform: perspective(62.5rem) rotateY(240deg) translateZ(15rem);
    z-index: 5;
  }
  100% {
    -webkit-transform: perspective(43.75rem) rotateY(360deg) translateZ(15.625rem);
            transform: perspective(43.75rem) rotateY(360deg) translateZ(15.625rem);
    z-index: 20;
  }
}
.p-panel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding: 24px 15px 27px;
  padding: 1.5rem 0.9375rem 1.6875rem;
  text-align: center;
}

.p-panel__heading {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1.6;
}

.p-panel__image {
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
}

.p-panel__image img {
  -o-object-fit: cover;
  aspect-ratio: 180/183;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-panel__text {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
}

.p-panel__text span {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-plan {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-plan__heading {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  text-align: center;
}

.p-plan__list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-plan__item {
  border-radius: 0.3125rem;
  padding: 32px 16px;
  padding: 2rem 1rem;
}

.p-plan__item--pink {
  border: 1px solid #d19c97;
}

.p-plan__item--blue {
  border: 1px solid #98b9f5;
}

.p-plan__item--yellow {
  border: 1px solid #f5d84f;
}

.p-plan__icon {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  width: 4.375rem;
}

.p-plan__icon img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-plan__sub-heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.p-plan__match {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.p-plan__detail-list {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-plan__detail-item {
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  padding: 17px 10px;
  padding: 1.0625rem 0.625rem;
}

.p-plan__detail-title {
  color: #909090;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  max-width: 195px;
  max-width: 12.1875rem;
  text-align: center;
  width: 100%;
}

.p-plan__detail-text {
  color: #4d2d2a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.p-plan__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 3px;
  margin-top: 0.1875rem;
  text-align: right;
}

.p-plan__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-plan__benefits-item {
  color: #4d2d2a;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  padding-left: 1em;
  text-indent: -1em;
}

.p-plan__option {
  background-color: rgba(152, 185, 245, 0.2);
  border-radius: 0.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 28px 15px 72px;
  padding: 1.75rem 0.9375rem 4.5rem;
}

.p-plan__option-heading {
  border-bottom: 1px solid #d9d9d9;
  color: #4d2d2a;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-align: center;
}

.p-plan__option-list {
  grid-gap: 3.9375rem;
  display: grid;
  gap: 63px;
  gap: 3.9375rem;
  grid-template-columns: 1fr;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-plan__option-icon {
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  width: 4.375rem;
}

.p-plan__option-icon img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-plan__option-text {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-plan__option-text-content {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
}

.p-plan__option-text-price {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: normal;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-plan__option-text-price-bg {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
}

.p-plan__option-text-price-small {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-recommend {
  overflow: hidden;
  padding-top: 59px;
  padding-top: 3.6875rem;
}

.p-recommend__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-recommend__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 68px;
  min-height: 4.25rem;
  min-width: 105px;
  min-width: 6.5625rem;
  padding: 5px;
  padding: 0.3125rem;
}

.p-recommend__item--01 {
  background-image: url("../images/service_01.jpg");
}
@supports (background-image: url(../images/service_01.webp)) {
  .p-recommend__item--01 {
    background-image: url(../images/service_01.webp);
  }
}

.p-recommend__item--02 {
  background-image: url("../images/service_02.jpg");
}
@supports (background-image: url(../images/service_02.webp)) {
  .p-recommend__item--02 {
    background-image: url(../images/service_02.webp);
  }
}

.p-recommend__item--03 {
  background-image: url("../images/service_03.jpg");
}
@supports (background-image: url(../images/service_03.webp)) {
  .p-recommend__item--03 {
    background-image: url(../images/service_03.webp);
  }
}

.p-recommend__item--04 {
  background-image: url("../images/service_04.jpg");
}
@supports (background-image: url(../images/service_04.webp)) {
  .p-recommend__item--04 {
    background-image: url(../images/service_04.webp);
  }
}

.p-recommend__item--05 {
  background-image: url("../images/service_05.jpg");
}
@supports (background-image: url(../images/service_05.webp)) {
  .p-recommend__item--05 {
    background-image: url(../images/service_05.webp);
  }
}

.p-recommend__item--06 {
  background-image: url("../images/service_06.jpg");
}
@supports (background-image: url(../images/service_06.webp)) {
  .p-recommend__item--06 {
    background-image: url(../images/service_06.webp);
  }
}

.p-recommend__item--07 {
  background-image: url("../images/service_07.jpg");
}
@supports (background-image: url(../images/service_07.webp)) {
  .p-recommend__item--07 {
    background-image: url(../images/service_07.webp);
  }
}

.p-recommend__item-text {
  color: #fff;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  line-height: 1.25;
  text-align: center;
}

.p-recommend__text-block {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

.p-recommend__tsumari {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/hukidashi_pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  height: 4.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 106px;
  width: 6.625rem;
}

.p-recommend__tsumari span {
  color: #fff;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  margin-top: -10px;
  margin-top: -0.625rem;
  white-space: nowrap;
}

.p-recommend__conclusion {
  color: #4d2d2a;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1.6;
  text-align: center;
}

.p-recommend__conclusion-wrap {
  display: inline-block;
  padding-top: 23px;
  padding-top: 1.4375rem;
}

.p-recommend__conclusion strong {
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  line-height: 1.8;
}

.p-service-compare {
  background-image: url(../images/compare_bg_sp.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 72.5rem;
  padding: 60px 0 40px;
  padding: 3.75rem 0 2.5rem;
}
@supports (background-image: url(../images/compare_bg_sp.webp)) {
  .p-service-compare {
    background-image: url(../images/compare_bg_sp.webp);
  }
}

.p-service__somosomo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/hukidashi_brown.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  height: 4.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 106px;
  width: 6.625rem;
}

.p-service__somosomo span {
  color: #fff;
  display: inline-block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  white-space: nowrap;
}

.p-service__what {
  color: #4d2d2a;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}

.p-service__conclusion {
  color: #4d2d2a;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-service__conclusion-underline {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  position: relative;
}

.p-service__conclusion-underline::after {
  background-color: #fae571;
  border-radius: 100vw;
  bottom: 0;
  content: "";
  height: 4px;
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-service__conclusion strong {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
}

.p-service__image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-width: 339px;
  max-width: 21.1875rem;
  width: 100%;
}

.p-service__image img {
  -o-object-fit: cover;
  aspect-ratio: 339/559;
  border: 1px solid #d9d9d9;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-solution {
  background-image: url(../images/solution_bg_sp.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@supports (background-image: url(../images/solution_bg_sp.webp)) {
  .p-solution {
    background-image: url(../images/solution_bg_sp.webp);
  }
}

.p-solution__heading {
  border-bottom: 5px solid #fae571;
  border-bottom: 0.3125rem solid #fae571;
}

.p-solution__heading-block {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 60px;
  margin-left: 3.75rem;
}

.p-solution__text {
  color: #4d2d2a;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  text-align: center;
}

.p-solution__text .c-section-heading {
  line-height: 1.5;
}

.p-solution__icon {
  height: auto;
  margin-left: -10px;
  margin-left: -0.625rem;
  width: 87px;
  width: 5.4375rem;
}

.p-solution__icon img {
  -o-object-fit: contain;
  aspect-ratio: 87/77;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-solution__list {
  grid-gap: 1.875rem;
  display: grid;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: 1fr;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 0 16px;
  padding: 0 1rem;
}

@-webkit-keyframes bounceScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  40% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounceScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  40% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-solution__icon {
  -webkit-animation: bounceScale 1.6s ease-in-out infinite;
          animation: bounceScale 1.6s ease-in-out infinite;
  display: inline-block;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.p-step__heading {
  text-align: center;
}

.p-step__list {
  grid-gap: 1.625rem;
  display: grid;
  gap: 26px;
  gap: 1.625rem;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.p-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-step__number {
  height: auto;
  position: relative;
  width: 50px;
  width: 3.125rem;
  z-index: 1;
}

.p-step__number img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-step__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.p-step__item:not(:last-child) .p-step__contents::before {
  background-color: #d19c97;
  content: "";
  height: 100%;
  left: -35px;
  left: -2.1875rem;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  width: 1px;
}

.p-step__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
}

.p-step__image img {
  -o-object-fit: cover;
  aspect-ratio: 180/120;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-step__sub-heading {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}

.p-step__text {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-top-copy {
  background-color: #d19c97;
  overflow: hidden;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
}

.p-top-copy__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-top-copy__announce {
  background-color: #fff;
  border: 1px solid #4d2d2a;
  border-radius: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 150px;
  max-width: 9.375rem;
  padding: 9px 7px;
  padding: 0.5625rem 0.4375rem;
  width: 100%;
}

.p-top-copy__announce-meta {
  display: block;
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.p-top-copy__announce-text {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.p-top-copy__announce-text img {
  -o-object-fit: cover;
  aspect-ratio: 33/31;
  display: inline;
  height: auto;
  height: 31px;
  height: 1.9375rem;
     object-fit: cover;
  width: 100%;
  width: 33px;
  width: 2.0625rem;
}

.p-top-copy__announce-number {
  color: #c61201;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
}

.p-top-copy__announce-company {
  color: #4d2d2a;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-top-copy__announce-possible {
  color: #f5d84f;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-left: 3px;
  margin-left: 0.1875rem;
  text-shadow: 0.5px 0.5px 0 #4d2d2a, -0.5px -0.5px 0 #4d2d2a, -0.5px 0.5px 0 #4d2d2a, 0.5px -0.5px 0 #4d2d2a, 0.5px 0 0 #4d2d2a;
  text-shadow: 0.03125rem 0.03125rem 0 #4d2d2a, -0.03125rem -0.03125rem 0 #4d2d2a, -0.03125rem 0.03125rem 0 #4d2d2a, 0.03125rem -0.03125rem 0 #4d2d2a, 0.03125rem 0 0 #4d2d2a;
}

.p-top-copy__text {
  color: #4d2d2a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
}

.p-top-copy__text-linear {
  display: inline-block;
}

.p-voice {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.p-voice__heading {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  text-align: center;
}

.p-voice__list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-voice__item {
  border: 1px solid #4d2d2a;
  border-radius: 0.3125rem;
  padding: 24px;
  padding: 1.5rem;
}

.p-voice__customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.p-voice__customer-image {
  height: auto;
  width: 70px;
  width: 4.375rem;
}

.p-voice__customer-image img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-voice__customer-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-voice__customer-tag {
  font-family: "Antic", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: normal;
}

.p-voice__customer-meta {
  color: #909090;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-voice__sub-heading {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.25;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-voice__text {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1.86;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-works {
  background-image: url(../images/works_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 21.25rem;
  padding-bottom: 92px;
  padding-bottom: 5.75rem;
}
@supports (background-image: url(../images/works_bg.webp)) {
  .p-works {
    background-image: url(../images/works_bg.webp);
  }
}

.p-works__wrapper {
  position: relative;
}

.p-works__heading {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  padding: 0 13px;
  padding: 0 0.8125rem;
  text-align: center;
}

.p-works__slide-image {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-works__slide-image img {
  -o-object-fit: cover;
  aspect-ratio: 240/300;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-works__slide-text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-worry {
  background-image: url(../images/worry_bg_sp.png);
  background-position: 100% -135px;
  background-position: 100% -8.4375rem;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
}
@supports (background-image: url(../images/worry_bg_sp.webp)) {
  .p-worry {
    background-image: url(../images/worry_bg_sp.webp);
  }
}

.p-worry__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 5px solid #98b9f5;
  border-bottom: 0.3125rem solid #98b9f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  gap: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-worry__icon {
  height: 78px;
  height: 4.875rem;
  position: relative;
  width: 57px;
  width: 3.5625rem;
  z-index: 1;
}

.p-worry__icon img {
  -o-object-fit: contain;
  aspect-ratio: 57/78;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-worry__text {
  color: #98b9f5;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-worry_image-list {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 6px;
  margin-top: 0.375rem;
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}

.p-worry_image-list img {
  -o-object-fit: cover;
  aspect-ratio: 375/453;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-worry__sub-heading {
  color: #4d2d2a;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  text-align: center;
}

.p-worry__sub-heading-wrap {
  display: inline-block;
}

.p-worry__sub-heading .c-section-heading {
  display: block;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-worry_time-list {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-worry__guideline {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 16px;
  padding: 1rem;
  position: relative;
}

.p-worry__guideline__intro {
  color: #03338a;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-worry__result {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 283px;
  width: 17.6875rem;
}

.p-worry__result-conclusion {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fae571;
  border-radius: 101px/39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  height: 4.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -30px;
  right: -1.875rem;
  top: -10px;
  top: -0.625rem;
  width: 202px;
  width: 12.625rem;
}

.p-worry__result-conclusion-text {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.p-worry__result-conclusion-text span {
  color: #c61201;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
}

.p-worry__result-takes,
.p-worry__result-number,
.p-worry__result-time {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  text-align: center;
}

.p-worry__result-takes strong:first-child,
.p-worry__result-number strong:first-child,
.p-worry__result-time strong:first-child {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
}

.p-worry__result-takes {
  width: 86px;
  width: 5.375rem;
}

.p-worry__result-number {
  width: 62px;
  width: 3.875rem;
}

.p-worry__result-time {
  border-bottom: double 6px #c61201;
  position: relative;
  width: 87px;
  width: 5.4375rem;
}

.p-worry__result-icon {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-worry__heading-thought {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 5px solid #03338a;
  border-bottom: 0.3125rem solid #03338a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  gap: 0.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-worry__heading-thought-icon {
  height: auto;
  width: 49px;
  width: 3.0625rem;
}

.p-worry__heading-thought-icon img {
  -o-object-fit: contain;
  aspect-ratio: 49/67;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-worry__heading-thought-text {
  color: #03338a;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  text-align: center;
}

@-webkit-keyframes worryShake {
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes worryShake {
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.p-worry__icon,
.p-worry__heading-thought-icon {
  -webkit-animation: worryShake 1.8s linear infinite;
          animation: worryShake 1.8s linear infinite;
  display: inline-block;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -52px;
  bottom: -3.25rem;
}

.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  height: 1.875rem;
  top: 114%;
  width: 30px;
  width: 1.875rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 21px;
  height: 1.3125rem;
  width: 10px;
  width: 0.625rem;
}

.swiper-button-prev::after {
  background-image: url(../images/arrow_right.svg);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.swiper-button-next::after {
  background-image: url(../images/arrow_right.svg);
}

.swiper-pagination-bullet {
  height: 5px;
  height: 0.3125rem;
  width: 5px;
  width: 0.3125rem;
}

.swiper-pagination-bullet-active {
  background: #4d2d2a;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  margin: 0 0.5625rem;
}

.u-bg__green {
  background-color: #00b900;
}

.u-bg__pink {
  background-color: #d19c97;
}

.u-bg__yellow {
  background-color: #fae571;
}

.u-bg__table {
  background-color: #ecdcdb;
}

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

.u-color__blue {
  color: #98b9f5;
}

.u-color__red {
  color: #c61201;
}

.u-color__pink {
  color: #d19c97;
}

.u-color__brown {
  color: #4d2d2a;
}

.u-color__black {
  color: #111;
}

.u-color__yellow {
  color: #fae571;
}

.u-pc {
  display: none;
}

.u-weight__medium {
  font-weight: 500;
}

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

.u-weight__bold {
  font-weight: 700;
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 450px){
  html {
    font-size: 16px;
  }
  .p-worry_image-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.5009380863vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-contact-thanks {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .l-cta.l-cta--40 {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .l-cta.p-cta--top {
    margin-top: -170px;
    margin-top: -10.625rem;
  }
  .l-drawer {
    display: none;
  }
  .l-header {
    height: 84px;
    height: 5.25rem;
  }
  .l-inner {
    max-width: 1066px;
    max-width: 66.625rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .l-mv {
    margin-top: -84px;
    margin-top: -5.25rem;
  }
  .l-voice {
    margin-top: 121px;
    margin-top: 7.5625rem;
  }
  .l-works {
    margin-top: 119px;
    margin-top: 7.4375rem;
  }
  .l-worry {
    margin-top: -20px;
    margin-top: -1.25rem;
  }
  .c-button {
    gap: 25px;
    gap: 1.5625rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 400px;
    max-width: 25rem;
    padding: 12px 15px;
    padding: 0.75rem 0.9375rem;
    width: 100%;
  }
  .c-button__copy {
    top: -20px;
    top: -1.25rem;
  }
  .c-button__text {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .c-button__arrow {
    width: 40px;
    width: 2.5rem;
  }
  .c-button__arrow::after {
    right: 32px;
    right: 2rem;
    width: 16px;
    width: 1rem;
  }
  .c-floating img {
    height: auto;
    width: 169px;
    width: 10.5625rem;
  }
  .c-floating__text {
    bottom: 50px;
    bottom: 3.125rem;
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    padding: 0 10px;
    padding: 0 0.625rem;
  }
  .c-floating__text span {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .c-join {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .c-join img {
    height: 60px;
    height: 3.75rem;
    width: 32px;
    width: 2rem;
  }
  .c-require {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .c-scroll-top {
    bottom: 21px;
    bottom: 1.3125rem;
  }
  .c-section-heading {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
  .p-accordion__details + .p-accordion__details {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-accordion__question {
    gap: 32px;
    gap: 2rem;
    padding: 32px 33px;
    padding: 2rem 2.0625rem;
  }
  .p-accordion__question-text {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    width: 85%;
  }
  .p-accordion__toggle-icon {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
  }
  .p-accordion__answer {
    gap: 32px;
    gap: 2rem;
    padding: 24px 33px;
    padding: 1.5rem 2.0625rem;
  }
  .p-accordion__answer::before {
    width: 93%;
  }
  .p-accordion__answer-text {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 795px;
    max-width: 49.6875rem;
    width: 100%;
  }
  .p-card {
    padding: 47px 20px 33px;
    padding: 2.9375rem 1.25rem 2.0625rem;
  }
  .p-card__heading {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-card__image {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-compare__inner {
    max-width: 1000px;
    max-width: 62.5rem;
  }
  .p-compare__table-wrap {
    margin-right: 0;
    margin-right: initial;
  }
  .p-compare__table-cell {
    min-height: 70px;
    min-height: 4.375rem;
  }
  .p-compare__table th:not(:last-of-type) {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  table .p-compare__table-highlight {
    border: 11px solid #c61201;
    border: 0.6875rem solid #c61201;
  }
  .p-compare__attend {
    padding-top: 11px;
    padding-top: 0.6875rem;
  }
  .p-compare__attend-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-left: auto;
    padding: 5px 43px 8px;
    padding: 0.3125rem 2.6875rem 0.5rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-compare__attend-text span {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-compare__attend-text::before {
    border-color: transparent transparent #fae571;
    border-style: solid;
    border-width: 0 10px 25px 10px;
    content: "";
    left: 82%;
    position: absolute;
    top: 1px;
    translate: -50% -100%;
  }
  .p-contact-thanks__text-block {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-contact-thanks__text:not(:first-child) {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-contact-thanks__button {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-contact {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
  .p-cta {
    background-image: url(../images/cta_bg.jpg);
    padding: 60px 0 63px;
    padding: 3.75rem 0 3.9375rem;
  }
  @supports (background-image: url(../images/cta_bg.webp)) {
    .p-cta {
      background-image: url(../images/cta_bg.webp);
    }
  }
  .p-cta__wrapper {
    padding: 25px 25px 30px;
    padding: 1.5625rem 1.5625rem 1.875rem;
  }
  .p-cta__heading {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
  .p-cta__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .p-cta.p-cta--top {
    background-image: url(../images/cta_bg_top.jpg);
    padding: 183px 0 60px;
    padding: 11.4375rem 0 3.75rem;
  }
  @supports (background-image: url(../images/cta_bg_top.webp)) {
    .p-cta.p-cta--top {
      background-image: url(../images/cta_bg_top.webp);
    }
  }
  .p-cta.p-cta--top .c-button {
    max-width: 576px;
    max-width: 36rem;
  }
  .p-drawer__head-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 207px;
    width: 12.9375rem;
  }
  .p-drawer__head-logo img {
    aspect-ratio: 207/84;
  }
  .p-faq__accordion {
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .p-footer {
    padding: 57px 0;
    padding: 3.5625rem 0;
  }
  .p-footer__inner {
    max-width: 1370px;
    max-width: 85.625rem;
  }
  .p-footer__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    gap: 0.625rem;
  }
  .p-footer__info-text {
    margin-top: 0;
  }
  .p-footer__notation {
    margin-top: 0;
  }
  .p-form__wrapper {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .p-form__list {
    gap: 25px;
    gap: 1.5625rem;
  }
  .p-form__item {
    gap: 13px;
    gap: 0.8125rem;
  }
  .p-form__label {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input:not([type=radio]):not([type=checkbox]),
  .p-form__detail select,
  .p-form__detail textarea {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    padding: 10px 16px;
    padding: 0.625rem 1rem;
  }
  .p-form__item:has(input:not([type=radio]):not([type=checkbox])),
  .p-form__item:has(select) {
    max-width: 507px;
    max-width: 31.6875rem;
  }
  .p-form__detail input::-moz-placeholder, .p-form__detail select::-moz-placeholder, .p-form__detail textarea::-moz-placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input::-webkit-input-placeholder, .p-form__detail select::-webkit-input-placeholder, .p-form__detail textarea::-webkit-input-placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input:-ms-input-placeholder, .p-form__detail select:-ms-input-placeholder, .p-form__detail textarea:-ms-input-placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input::-ms-input-placeholder, .p-form__detail select::-ms-input-placeholder, .p-form__detail textarea::-ms-input-placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  select:has(option:checked[value=""]),
  .p-form__detail input::placeholder,
  .p-form__detail select::placeholder,
  .p-form__detail textarea::placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input[type=checkbox] + span,
  .p-form__detail input[type=radio] + span,
  .p-form__select-btn input[type=radio] + span {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  [type=radio] + span {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
  .p-form__detail input[type=radio] + span::before,
  .p-form__select-btn input[type=radio] + span::before {
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
  }
  .p-form__detail input[type=radio]:checked + span::after,
  .p-form__select-btn input[type=radio]:checked + span::after {
    height: 15px;
    height: 0.9375rem;
    left: 7.5px;
    left: 0.46875rem;
    width: 15px;
    width: 0.9375rem;
  }
  .p-form__detail input[type=checkbox] + span {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
  .p-form__detail input[type=checkbox]:checked + span::after {
    left: 2px;
    left: 0.125rem;
  }
  .p-form__attention {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 40px;
    margin-top: 2.5rem;
    text-align: center;
  }
  .p-form__send {
    max-width: 392px;
    max-width: 24.5rem;
  }
  .p-form__send-btn {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    padding: 17px 25px;
    padding: 1.0625rem 1.5625rem;
  }
  .p-header__inner {
    max-width: 1395px;
    max-width: 87.1875rem;
  }
  .p-header__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 207px;
    width: 12.9375rem;
  }
  .p-header__logo-link img {
    aspect-ratio: 207/84;
  }
  .p-header__menu-button {
    display: none;
  }
  .p-header__pc-nav {
    display: block;
    height: 100%;
    margin-left: auto;
  }
  .p-header__drawer {
    left: auto;
    max-width: 46.6666666667%;
    width: 50%;
  }
  .p-introduction__list {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .p-introduction__image {
    max-width: 280px;
    max-width: 17.5rem;
  }
  .p-introduction__image img {
    aspect-ratio: 280/490;
  }
  .p-introduction__block {
    margin-top: -275px;
    margin-top: -17.1875rem;
    min-height: 892px;
    min-height: 55.75rem;
    padding: 135px 32px 24px;
    padding: 8.4375rem 2rem 1.5rem;
  }
  .p-introduction__intro {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-introduction__content-list {
    max-width: none;
    max-width: initial;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-introduction__result {
    padding: 16px 40px;
    padding: 1rem 2.5rem;
  }
  .p-introduction__result-text {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
  }
  .p-introduction__result-image {
    margin-top: 9px;
    margin-top: 0.5625rem;
    max-width: 318px;
    max-width: 19.875rem;
  }
  .p-introduction__result-caption {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-loop-slider__list {
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
  .p-loop-slider__item {
    width: 19.5vw;
  }
  .p-loop-slider__item img {
    border-radius: 0.3125rem;
  }
  .p-mv__inner {
    max-width: 1295px;
    max-width: 80.9375rem;
    padding-top: 110px;
    padding-top: 6.875rem;
  }
  .p-mv__bg-image {
    height: 918px;
    height: 57.375rem;
  }
  .p-mv__bg-image img {
    aspect-ratio: 1440/918;
  }
  .p-mv__content {
    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;
    gap: 4.417%;
  }
  .p-mv__images {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    width: 51.406%;
  }
  .p-mv__image img {
    aspect-ratio: 640/612;
  }
  .p-mv__circle-text {
    bottom: calc(100% - 8.4375rem);
    right: 120px;
    right: 7.5rem;
    width: 142px;
    width: 8.875rem;
  }
  .p-mv__text-block {
    margin-top: 14px;
    margin-top: 0.875rem;
    max-width: none;
    max-width: initial;
    padding-left: 50px;
    padding-left: 3.125rem;
    width: 44.177%;
  }
  .p-mv__price-image {
    max-width: 500px;
    max-width: 31.25rem;
  }
  .p-mv__price-image img {
    aspect-ratio: 500/281;
  }
  .p-mv__seeing {
    height: 117px;
    height: 7.3125rem;
    left: -88px;
    left: -5.5rem;
    top: -5px;
    top: -0.3125rem;
    width: 117px;
    width: 7.3125rem;
  }
  .p-mv__seeing-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-mv__appeal {
    margin-top: -14%;
    max-width: 1014px;
    max-width: 63.375rem;
    position: relative;
  }
  .p-mv__appeal img {
    aspect-ratio: 1014/182;
  }
  .p-mv__slider {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-mv__button {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 376px;
    max-width: 23.5rem;
  }
  .p-mv__button .c-button {
    padding: 14px 15px;
    padding: 0.875rem 0.9375rem;
  }
  .p-mv__button .c-button__text {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
  }
  .p-mv__images {
    height: 610px;
    height: 38.125rem;
  }
  .p-mv__image {
    left: calc(50% - 7.1875rem);
    max-width: 190px;
    max-width: 11.875rem;
    top: 15%;
  }
  .p-mv__image img {
    aspect-ratio: 279/560;
  }
  .p-mv__image--01 {
    -webkit-animation: rollSlide-pc;
            animation: rollSlide-pc;
    -webkit-animation-delay: -9s;
            animation-delay: -9s;
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .p-mv__image--02 {
    -webkit-animation: rollSlide-pc;
            animation: rollSlide-pc;
    -webkit-animation-delay: -6s;
            animation-delay: -6s;
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .p-mv__image--03 {
    -webkit-animation: rollSlide-pc;
            animation: rollSlide-pc;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .p-mv__appeal {
    z-index: 20;
  }
  .p-panel {
    padding: 24px 20px 27px;
    padding: 1.5rem 1.25rem 1.6875rem;
  }
  .p-panel__heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-panel__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-plan {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .p-plan__inner {
    max-width: 1176px;
    max-width: 73.5rem;
  }
  .p-plan__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-plan__item {
    max-width: 354px;
    max-width: 22.125rem;
    width: 100%;
  }
  .p-plan__sub-heading {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-plan__match {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-plan__detail-text {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-plan__benefits {
    max-width: 580px;
    max-width: 36.25rem;
  }
  .p-plan__benefits-item {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-plan__option {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 576px;
    max-width: 36rem;
    padding: 32px 58px 53px;
    padding: 2rem 3.625rem 3.3125rem;
    width: 100%;
  }
  .p-plan__option-list {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-recommend {
    padding-top: 114px;
    padding-top: 7.125rem;
  }
  .p-recommend__inner {
    max-width: 1090px;
    max-width: 68.125rem;
  }
  .p-recommend__list {
    gap: 16px 19px;
    gap: 1rem 1.1875rem;
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-recommend__item {
    min-height: 154px;
    min-height: 9.625rem;
    min-width: 240px;
    min-width: 15rem;
    padding: 15px;
    padding: 0.9375rem;
  }
  .p-recommend__item-text {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-recommend__text-block {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-recommend__tsumari {
    height: 81px;
    height: 5.0625rem;
    width: 125px;
    width: 7.8125rem;
  }
  .p-recommend__tsumari span {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    top: 15px;
    top: 0.9375rem;
  }
  .p-recommend__conclusion {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .p-recommend__conclusion-wrap {
    padding: 0;
  }
  .p-recommend__conclusion strong {
    font-size: max(31px, 10px);
    font-size: max(1.9375rem, 10px);
  }
  .p-service-compare {
    background-image: url(../images/compare_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 62.6875rem;
    padding: 81px 0 60px;
    padding: 5.0625rem 0 3.75rem;
  }
  @supports (background-image: url(../images/compare_bg.webp)) {
    .p-service-compare {
      background-image: url(../images/compare_bg.webp);
    }
  }
  .p-service__somosomo {
    height: 81px;
    height: 5.0625rem;
    width: 125px;
    width: 7.8125rem;
  }
  .p-service__somosomo span {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
  }
  .p-service__what {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .p-service__conclusion {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-service__image {
    margin-top: 19px;
    margin-top: 1.1875rem;
    max-width: 1016px;
    max-width: 63.5rem;
  }
  .p-service__image img {
    aspect-ratio: 1016/487;
  }
  .p-solution {
    background-image: url(../images/solution_bg.png);
    padding: 31px 0 81px;
    padding: 1.9375rem 0 5.0625rem;
  }
  @supports (background-image: url(../images/solution_bg.webp)) {
    .p-solution {
      background-image: url(../images/solution_bg.webp);
    }
  }
  .p-solution__heading-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-left: 0;
  }
  .p-solution__text {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-solution__icon {
    margin-left: 0;
    width: 156px;
    width: 9.75rem;
  }
  .p-solution__icon img {
    aspect-ratio: 156/150;
  }
  .p-solution__list {
    grid-gap: 1.875rem;
    display: grid;
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-step__inner {
    max-width: 1218px;
    max-width: 76.125rem;
  }
  .p-step__list {
    gap: 28px;
    gap: 1.75rem;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
  }
  .p-step__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
  .p-step__number {
    width: 70px;
    width: 4.375rem;
  }
  .p-step__item:not(:last-child) .p-step__contents::before {
    height: 2px;
    height: 0.125rem;
    left: 120px;
    left: 7.5rem;
    top: -59px;
    top: -3.6875rem;
    width: 100%;
  }
  .p-step__image img {
    aspect-ratio: 180/160;
  }
  .p-step__sub-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    min-height: 77px;
    min-height: 4.8125rem;
  }
  .p-step__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 0;
  }
  .p-top-copy {
    padding: 19px 25px;
    padding: 1.1875rem 1.5625rem;
  }
  .p-top-copy__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1155px;
    max-width: 72.1875rem;
    width: 100%;
  }
  .p-top-copy__wrapper {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-top-copy__announce {
    max-width: 170px;
    max-width: 10.625rem;
    padding: 3px 12px 2px;
    padding: 0.1875rem 0.75rem 0.125rem;
  }
  .p-top-copy__text {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-voice {
    padding-bottom: 77px;
    padding-bottom: 4.8125rem;
  }
  .p-voice__inner {
    max-width: 1202px;
    max-width: 75.125rem;
  }
  .p-voice__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .p-voice__item {
    padding: 24px 23px 25px;
    padding: 1.5rem 1.4375rem 1.5625rem;
  }
  .p-voice__customer {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-voice__customer-image {
    width: 90px;
    width: 5.625rem;
  }
  .p-voice__customer-info {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .p-voice__customer-meta {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-voice__sub-heading {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.6;
  }
  .p-voice__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-works__slider {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .p-works__slide-text {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-worry {
    background-image: url(../images/worry_bg.png);
    background-position: top;
    padding: 0 0 60px;
    padding: 0 0 3.75rem;
  }
  @supports (background-image: url(../images/worry_bg.webp)) {
    .p-worry {
      background-image: url(../images/worry_bg.webp);
    }
  }
  .p-worry__inner {
    max-width: 1112px;
    max-width: 69.5rem;
  }
  .p-worry__heading {
    gap: 32px;
    gap: 2rem;
  }
  .p-worry__icon {
    height: 96px;
    height: 6rem;
    width: 70px;
    width: 4.375rem;
  }
  .p-worry__icon img {
    aspect-ratio: 70/96;
  }
  .p-worry_image-list {
    margin-top: 3px;
    margin-top: 0.1875rem;
    max-width: 1062px;
    max-width: 66.375rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
  .p-worry_image-list img {
    aspect-ratio: 1062/338;
  }
  .p-worry__sub-heading {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .p-worry__sub-heading-wrap {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-worry__sub-heading .c-section-heading {
    margin-top: 0;
  }
  .p-worry_time-list {
    grid-gap: 1.875rem;
    display: grid;
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 894px;
    max-width: 55.875rem;
    width: 100%;
  }
  .p-worry__guideline {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-top: 2rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
    max-width: 894px;
    max-width: 55.875rem;
    padding: 29px 130px 35px;
    padding: 1.8125rem 8.125rem 2.1875rem;
    width: 100%;
  }
  .p-worry__guideline__intro {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-worry__result {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 11px;
    margin-top: 0.6875rem;
    width: 100%;
  }
  .p-worry__result-conclusion {
    right: 17px;
    right: 1.0625rem;
    top: 15px;
    top: 0.9375rem;
  }
  .p-worry__result-block {
    display: inline-block;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-worry__result-takes,
  .p-worry__result-number,
  .p-worry__result-time {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-worry__result-takes strong:first-child,
  .p-worry__result-number strong:first-child,
  .p-worry__result-time strong:first-child {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-worry__result-takes {
    width: 190px;
    width: 11.875rem;
  }
  .p-worry__result-block {
    display: block;
  }
  .p-worry__result-number {
    width: 140px;
    width: 8.75rem;
  }
  .p-worry__result-time {
    width: 205px;
    width: 12.8125rem;
  }
  .p-worry__heading-thought {
    gap: 26px;
    gap: 1.625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    position: relative;
  }
  .p-worry__heading-thought-icon {
    bottom: -1px;
    left: calc(50% - 21.875rem);
    position: absolute;
    width: 63px;
    width: 3.9375rem;
  }
  .p-worry__heading-thought-icon img {
    aspect-ratio: 63/88;
  }
  .p-worry__heading-thought-text {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .swiper-button-prev {
    left: 35px;
    left: 2.1875rem;
  }
  .swiper-button-next {
    right: 35px;
    right: 2.1875rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 50px;
    height: 3.125rem;
    top: 109%;
    width: 50px;
    width: 3.125rem;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 23px;
    height: 1.4375rem;
    width: 12px;
    width: 0.75rem;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media screen and (min-width: 1024px){
  html {
    font-size: 16px;
  }
}

@media (min-width: 1066px){
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px){
  html {
    font-size: 16px;
  }
}

@media (any-hover: hover){
  a:hover {
    opacity: 0.7;
  }
  .c-button:hover {
    opacity: 1;
  }
  .c-button:hover .c-button__arrow:after {
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translate(1.25rem, -50%);
            transform: translate(1.25rem, -50%);
    visibility: visible;
  }
  .c-button:hover .c-button__arrow:before {
    background: #4d2d2a;
    width: 100%;
  }
  .p-form__send-btn:hover {
    background-color: #d19c97;
  }
}
/*# sourceMappingURL=style.css.map */
