@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 */
/* 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: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  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 ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
body {
  color: #000;
  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: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
}

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

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

.l-effect {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-flow {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-header {
  height: 105px;
  height: 6.5625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 570px;
  max-width: 35.625rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  width: 100%;
}

.l-introduction {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-reason {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-voice {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.c-button {
  background-color: #8daad5;
  border: 1px solid #8daad5;
  border-radius: 0.3125rem;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.c-button:focus-visible {
  background-color: #fff;
  color: #8daad5;
  opacity: 1;
}
.c-loading {
  background: #fffdf7;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 100;
}

.c-loading--02 {
  background: #fcf8f8;
  height: 110vh;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  z-index: 99;
}

.c-loading__title {
  left: 50vw;
  position: fixed;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 101;
}

.c-loading__title img {
  -o-object-fit: contain;
  aspect-ratio: 266/57;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.c-section-title {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-accordion__details {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.625rem;
}

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

.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: 20px;
  gap: 1.25rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.p-accordion__questionText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-accordion__toggleIcon {
  display: block;
  height: 25px;
  height: 1.5625rem;
  line-height: 1;
  margin-left: auto;
  width: 25px;
  width: 1.5625rem;
}

.p-accordion__toggleIcon span {
  background-image: url(../images/arrow_bottom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 25px;
  height: 1.5625rem;
  -webkit-transition: rotate ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: rotate ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, rotate ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, rotate ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  width: 25px;
  width: 1.5625rem;
}

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

.p-accordion__answerBox {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  overflow: hidden;
}

.p-accordion__answer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.p-accordion__answerText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-card {
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 0.625rem;
}

.p-card__image {
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
}

.p-card__image img {
  -o-object-fit: cover;
  aspect-ratio: 250/135;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-card__text-block {
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
}

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

.p-card__meta {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-card__meta-name {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
}

.p-card__meta-label {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-card__description {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1.5714285714;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-contact-thanks {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.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 {
  background-color: #fffdf7;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-contact__tel {
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-contact__wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-cta-buttons__inner {
  padding: 0 10px;
  padding: 0 0.625rem;
}

.p-cta-buttons__wrapper {
  margin-top:32px;
  margin-top:2rem;
  grid-gap: 0.3125rem;
  display: grid;
  gap: 5px;
  gap: 0.3125rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-cta-buttons__button-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}

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

.p-cta-buttons__image-line {
  max-width: 28px;
  max-width: 1.75rem;
  width: 100%;
}

.p-cta-buttons__image-mail {
  max-width: 23px;
  max-width: 1.4375rem;
  width: 100%;
}

.p-cta-buttons__image-tel {
  max-width: 20px;
  max-width: 1.25rem;
  width: 100%;
}

.p-cta-buttons__button-text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

.p-cta-buttons__button-link:focus-visible {
  opacity: 0.7;
}
.p-effect {
  overflow: hidden;
}

.p-effect__wrapper {
  background-color: #fcf8f8;
  border-bottom-left-radius: 15px;
  border-bottom-left-radius: 0.9375rem;
  border-top-left-radius: 15px;
  border-top-left-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 1.875rem calc(50vw - 50%) 1.875rem 1.25rem;
}

.p-faq {
  background-color: #fffdf7;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-faq__accordion {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-floating-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  opacity: 0;
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 50;
}

.p-floating-buttons__button-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  padding: 10px;
  padding: 0.625rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

.p-floating-buttons__image-line {
  max-width: 28px;
  max-width: 1.75rem;
  width: 100%;
}

.p-floating-buttons__image-mail {
  max-width: 23px;
  max-width: 1.4375rem;
  width: 100%;
}

.p-floating-buttons__image-tel {
  max-width: 20px;
  max-width: 1.25rem;
  width: 100%;
}

.p-floating-buttons__button-text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

.p-flow {
  overflow: hidden;
}

.p-flow__wrapper {
  background-color: #f9fff9;
  border-bottom-right-radius: 15px;
  border-bottom-right-radius: 0.9375rem;
  border-top-right-radius: 15px;
  border-top-right-radius: 0.9375rem;
  margin-left: calc(50% - 50vw);
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 1.875rem 0 1.875rem calc(50vw - 50%);
}

.p-flow__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: 30px;
  gap: 1.875rem;
}

.p-flow__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
}

.p-flow__image {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
}

.p-flow__image img {
  -o-object-fit: contain;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 100%;
}

.p-flow__image--01 img {
  max-width: 53px;
  max-width: 3.3125rem;
}

.p-flow__image--02 img {
  max-width: 70px;
  max-width: 4.375rem;
}

.p-flow__image--03 img {
  max-width: 59px;
  max-width: 3.6875rem;
}

.p-flow__image--04 img {
  max-width: 69px;
  max-width: 4.3125rem;
}

.p-flow__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-flow__sub-title {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.4285714286;
}

.p-flow__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1.4285714286;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-footer {
  background-color: #fffdf7;
  border-top: 17px solid #8daad5;
  border-top: 1.0625rem solid #8daad5;
}

.p-footer__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 266px;
  max-width: 16.625rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  width: 100%;
}

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

.p-footer__inner {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-footer__wrapper {
  background-color: #8daad5;
}

.p-footer__nav-link {
  color: #fff;
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.p-footer__copyright {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-footer__copyright small {
  color: #fff;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
}

.p-form__list {
  grid-gap: 1.25rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  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 #000;
  border-radius: 0.625rem;
  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__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;
}

.p-form__detail textarea {
  height: 200px;
  height: 12.5rem;
}

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

.p-form__send-btn {
  background-color: #fff;
  border: 1px solid #000;
  padding: 16px 45px;
  padding: 1rem 2.8125rem;
  position: relative;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-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-text {
  color: #000;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}

.p-form__send-btn:focus-visible {
  background-color: #8daad5;
}

.p-form__send-btn:focus-visible .p-form__send-text {
  color: #fff;
}
.p-header__inner {
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0;
}

.p-header__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 12px solid #8daad5;
  border-bottom: 0.75rem solid #8daad5;
  border-top: 12px solid #8daad5;
  border-top: 0.75rem solid #8daad5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
}

.p-header__logo {
  height: 100%;
  width: 266px;
  width: 16.625rem;
}

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

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

.p-header__nav {
  display: none;
}

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

.p-header__nav-item {
  height: 100%;
}

.p-header__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-introduction__wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-introduction__image-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  max-width: 16.25rem;
  padding: 10px;
  padding: 0.625rem;
  position: relative;
  width: 100%;
}

.p-introduction__image-wrap::before {
  background-image: url(../images/icon_introduction.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  height: 128px;
  height: 8rem;
  position: absolute;
  right: -20px;
  right: -1.25rem;
  width: 40px;
  width: 2.5rem;
  z-index: 2;
}

.p-introduction__image {
  max-width: 250px;
  max-width: 15.625rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-introduction__image::before {
  background-color: #96dbf6;
  border-radius: 0.625rem;
  content: "";
  height: 100%;
  left: -5px;
  left: -0.3125rem;
  position: absolute;
  top: -5px;
  top: -0.3125rem;
  width: 100%;
  z-index: -1;
}

.p-introduction__image::after {
  background-color: #ffb379;
  border-radius: 0.625rem;
  bottom: -5px;
  bottom: -0.3125rem;
  content: "";
  height: 100%;
  position: absolute;
  right: -5px;
  right: -0.3125rem;
  width: 100%;
  z-index: -1;
}

.p-introduction__image img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-introduction__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-introduction__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1.7142857143;
}

.p-line {
  background-color: #fffdf7;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-line__title-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-line__title-block::before {
  background-image: url(../images/icon_cta_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
}

.p-line__title-block::after {
  background-image: url(../images/icon_cta_02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
}

.p-line__title.c-section-title {
  margin-left: 0;
  margin-left: initial;
  margin-right: 0;
  margin-right: initial;
}

.p-line__image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 59px;
  max-width: 3.6875rem;
  width: 100%;
}

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

.p-line__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-line__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 267px;
  max-width: 16.6875rem;
  width: 100%;
}

.p-line__link img {
  -o-object-fit: cover;
  aspect-ratio: 267/55;
  height: auto;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

.p-line__link:focus-visible img {
  opacity: 0.7;
}

.p-media__image {
  max-width: 110px;
  max-width: 6.875rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-media__image img {
  -o-object-fit: cover;
  aspect-ratio: 110/70;
  border-radius: 0.5rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-media__image-blue::before,
.p-media__image-orange::before,
.p-media__image-pink::before {
  border-radius: 0.5rem;
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  height: 70px;
  height: 4.375rem;
  position: absolute;
  right: -10px;
  right: -0.625rem;
  width: 110px;
  width: 6.875rem;
  z-index: -1;
}

.p-media__image-blue::before {
  background-color: #96dbf6;
}

.p-media__image-orange::before {
  background-color: #ffb379;
}

.p-media__image-pink::before {
  background-color: #ff9091;
}

.p-media__sub-heading {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
}

.p-media__description {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1.5714285714;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-media__wrap-sp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-media__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  gap: 5px;
  gap: 0.3125rem;
  line-height: 1.5714285714;
  position: relative;
}

.p-media__item-text::before {
  background-image: url(../images/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 15px;
  height: 0.9375rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  width: 15px;
  width: 0.9375rem;
}

.p-mv {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 252, 247)), color-stop(70%, rgb(255, 252, 247)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 252, 247) 0%, rgb(255, 252, 247) 70%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  overflow: hidden;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-mv__copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 239px;
  max-width: 14.9375rem;
  width: 100%;
}

.p-mv__copy img {
  -o-object-fit: contain;
  aspect-ratio: 573/127;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-mv__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
}

.p-mv__title img {
  -o-object-fit: contain;
  aspect-ratio: 495/74;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-mv__list {
  grid-gap: 0.5rem 0.1875rem;
  display: grid;
  gap: 8px 3px;
  gap: 0.5rem 0.1875rem;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-mv__item {
  border-radius: 100vw;
  -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);
}

.p-mv__item-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(69, 149, 210)), color-stop(55%, rgb(69, 149, 210)), to(rgb(64, 167, 246)));
  background: linear-gradient(90deg, rgb(69, 149, 210) 0%, rgb(69, 149, 210) 55%, rgb(64, 167, 246) 100%);
  border-radius: 100vw;
  -webkit-box-shadow: inset 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: bold;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  text-align: center;
}

.p-mv__button {
  margin-top: -30px;
  margin-top: -1.875rem;
}

.p-mv__button-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 252px;
  max-width: 15.75rem;
  position: relative;
  width: 100%;
}

.p-mv__button-link img {
  -o-object-fit: cover;
  aspect-ratio: 461/120;
  height: auto;
     object-fit: cover;
  width: 100%;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.p-mv__pc-left {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -15px;
  margin-top: -0.9375rem;
  position: relative;
}

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

.p-mv__message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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: 20px;
  gap: 1.25rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 30px;
  top: 1.875rem;
}

.p-mv__message-line {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background-color: #fff;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 5px 0;
  padding: 0.3125rem 0;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

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

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-price {
  background-color: #fffdf7;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-price__inner {
  padding: 0 10px;
  padding: 0 0.625rem;
}

.p-price__wrapper {
  background-color: #fff;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 20px 5px;
  padding: 1.25rem 0.3125rem;
}

.p-price__sub-title {
  border-bottom: 3px solid #f2e018;
  border-bottom: 0.1875rem solid #f2e018;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  text-align: center;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.p-price__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: 10px;
  gap: 0.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  border-radius:20px ;
  border-radius: 1.25rem;
  border: 1px solid #8DAAD5;
  max-width: 719px;
  max-width: 44.9375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
}

.p-price__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-price__head {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
}

.p-price__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 8px;
  gap: 0.5rem;
}

.p-price__detail-price {
  color: #8daad5;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.2;
}

.p-price__detail-price-note {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
}

.p-price__text {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-price__medical-title {
  background-color: #4595d2;
  border-radius: 100vw;
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-price__medical-contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-price__medical-list {
  border: 1px solid #4a90e2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 0px 5px 10px;
  padding: 0.3125rem 0rem 0.3125rem 0.625rem;
  position: relative;
}

.p-price__medical-list::after {
  border-bottom: 46px solid transparent;
  border-bottom: 2.875rem solid transparent;
  border-left: 30px solid #fff;
  border-left: 1.875rem solid #fff;
  border-top: 46px solid transparent;
  border-top: 2.875rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -30px;
  right: -1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  z-index: 1;
}

.p-price__medical-list::before {
  border-bottom: 48px solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 32px solid #4a90e2;
  border-left: 2rem solid #4a90e2;
  border-top: 48px solid transparent;
  border-top: 3rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -32px;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  z-index: 0;
}

.p-price__medical-item {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
}

.p-price__medical-item span {
  color: #4595d2;
}

.p-price__medical-price-zero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background-color: #4595d2;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 70px;
  max-width: 4.375rem;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  text-align: center;
  width: 100%;
}

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

.p-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-reason__item {
  background-color: #ffffff;
  border: 2px solid #4595D2;
  border-radius: 24px;
  border-radius: 1.5rem;
  padding: 10px 8px 10px 16px;
  padding: 0.625rem 0.5rem 0.625rem 1rem;
  display: flex;
  align-items: center;
  gap: 24px;
  gap: 1.5rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-reason__image {
  max-width: 51px;
  max-width: 3.1875rem;
  position: initial;
}

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

.p-reason__sub-title {
  color: #333333;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
}

.p-reason__sub-title span {
  color: #8daad5;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}



.p-reason__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1.6666666667;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-store {
  background-color: #fffdf7;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-store__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-store__calendar-title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  text-align: center;
}

.p-store__calendar-frame {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
}

.p-store__calendar-frame iframe {
  -o-object-fit: cover;
  aspect-ratio: 350/253;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-store__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.p-store__info-block {
  text-align: center;
}

.p-store__info-title {
  background-color: #fff;
  border: 1px solid #000;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-store__info-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-voice {
  overflow: hidden;
}

.p-voice__wrapper {
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0 1px;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper .p-cards__item {
  background-color: #fffdf8;
  height: 100%;
}

.u-contents_sp {
  display: contents;
}

.u-contents_pc {
  display: block;
}

.u-pc {
  display: none;
}

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

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

@media screen and (min-width: 768px){
  html {
    font-size: 1.3913043478vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-contact-thanks {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .l-cta-buttons {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .l-effect {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .l-faq {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .l-flow {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .l-header {
    height: 90px;
    height: 5.625rem;
    margin-top: 0;
  }
  .l-inner {
    max-width: 1150px;
    max-width: 71.875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .l-introduction {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .l-reason {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .l-voice {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .c-section-title {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-accordion__questionText {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    line-height: 1.4117647059;
  }
  .p-accordion__answerText {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    line-height: 1.4117647059;
  }
  .p-card__heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-contact-thanks {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .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: 100px;
    padding-bottom: 6.25rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-contact__tel {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-cta-buttons__inner {
    max-width: 1258px;
    max-width: 78.625rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-cta-buttons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    gap: 1.125rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .p-cta-buttons__button:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-cta-buttons__button:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-cta-buttons__button:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-cta-buttons__button-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    gap: 0.3125rem;
    min-width: 125px;
    min-width: 7.8125rem;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
  }
  .p-cta-buttons__image {
    max-width: 100px;
    max-width: 6.25rem;
    width: 100%;
  }
  .p-cta-buttons__image-line {
    max-width: 46px;
    max-width: 2.875rem;
  }
  .p-cta-buttons__image-mail {
    max-width: 44px;
    max-width: 2.75rem;
  }
  .p-cta-buttons__image-tel {
    max-width: 44px;
    max-width: 2.75rem;
  }
  .p-cta-buttons__button-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-effect__wrapper {
    border-bottom-left-radius: 30px;
    border-bottom-left-radius: 1.875rem;
    border-top-left-radius: 30px;
    border-top-left-radius: 1.875rem;
    margin-left: 40px;
    margin-left: 2.5rem;
    padding: 1.875rem calc(50vw - 50%) 1.875rem 2.5rem;
  }
  .p-floating-buttons__button:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-floating-buttons__button:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-floating-buttons__button:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-floating-buttons__button-link {
    padding: 9px 25px;
    padding: 0.5625rem 1.5625rem;
  }
  .p-floating-buttons__image {
    max-width: 100px;
    max-width: 6.25rem;
    width: 100%;
  }
  .p-floating-buttons__image-line {
    max-width: 30px;
    max-width: 1.875rem;
  }
  .p-floating-buttons__image-mail {
    max-width: 30px;
    max-width: 1.875rem;
  }
  .p-floating-buttons__image-tel {
    max-width: 30px;
    max-width: 1.875rem;
  }
  .p-floating-buttons__button-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-flow__wrapper {
    border-bottom-right-radius: 30px;
    border-bottom-right-radius: 1.875rem;
    border-top-right-radius: 30px;
    border-top-right-radius: 1.875rem;
    margin-right: 40px;
    margin-right: 2.5rem;
  }
  .p-flow__item {
    gap: 50px;
    gap: 3.125rem;
  }
  .p-flow__image--01 img {
    max-width: 122px;
    max-width: 7.625rem;
  }
  .p-flow__image--02 img {
    max-width: 162px;
    max-width: 10.125rem;
  }
  .p-flow__image--03 img {
    max-width: 137px;
    max-width: 8.5625rem;
  }
  .p-flow__image--04 img {
    max-width: 157px;
    max-width: 9.8125rem;
  }
  .p-flow__sub-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 2.1176470588;
  }
  .p-flow__text {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    line-height: 1.4117647059;
  }
  .p-footer__nav-items {
    -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-footer__nav-item {
    position: relative;
  }
  .p-footer__nav-item::before {
    background-color: #fff;
    content: "";
    height: 16px;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    width: 0.0625rem;
  }
  .p-footer__nav-item:last-child:before {
    content: none;
  }
  .p-footer__nav-link {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .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__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);
  }
  .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: 1315px;
    max-width: 82.1875rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-header__wrapper {
    border-bottom: 0;
    border-bottom: initial;
    border-top: 0;
    border-top: initial;
    padding: 0;
  }
  .p-header__logo-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-header__nav {
    display: block;
    height: 100%;
    margin-left: auto;
  }
  .p-introduction__wrapper {
    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: 78px;
    gap: 4.875rem;
    max-width: 1000px;
    max-width: 62.5rem;
    width: 100%;
  }
  .p-introduction__image-wrap {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
  .p-introduction__image-wrap::before {
    bottom: -55px;
    bottom: -3.4375rem;
    height: 192px;
    height: 12rem;
    right: -30px;
    right: -1.875rem;
    width: 60px;
    width: 3.75rem;
  }
  .p-introduction__text-block {
    margin-top: 0;
  }
  .p-introduction__text {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    line-height: 1.4117647059;
  }
  .p-line {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-line__title-block::before {
    height: 81px;
    height: 5.0625rem;
    width: 80px;
    width: 5rem;
  }
  .p-line__title-block::after {
    height: 81px;
    height: 5.0625rem;
    width: 77px;
    width: 4.8125rem;
  }
  .p-line__image {
    max-width: 136px;
    max-width: 8.5rem;
  }
  .p-line__text {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-line__link {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-media {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    gap: 3.75rem;
  }
  .p-media:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-media__image {
    max-width: 445px;
    max-width: 27.8125rem;
  }
  .p-media__image img {
    aspect-ratio: 445/283;
  }
  .p-media__image-blue::before,
  .p-media__image-orange::before,
  .p-media__image-pink::before {
    height: 283px;
    height: 17.6875rem;
    width: 445px;
    width: 27.8125rem;
  }
  .p-media__text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-media__sub-heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-media__description {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    line-height: 1.4117647059;
  }
  .p-media__item-text {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    line-height: 1.4117647059;
  }
  .p-media__item-text::before {
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
  }
  .p-mv {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    padding: 0;
  }
  .p-mv__inner {
    max-width: 1315px;
    max-width: 82.1875rem;
  }
  .p-mv__wrapper {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 20px 30px 40px;
    padding: 1.875rem 1.25rem 1.875rem 2.5rem;
    position: relative;
  }
  .p-mv__copy {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 573px;
    max-width: 35.8125rem;
  }
  .p-mv__title {
    margin-left: 0;
    margin-left: auto;
    margin-right: 0;
    margin-right: auto;
    max-width: 495px;
    max-width: 30.9375rem;
  }
  .p-mv__list {
    gap: 20px;
    gap: 1.25rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding: 0;
  }
  .p-mv__item-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-mv__button {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .p-mv__button-link {
    margin-left: auto;
    margin-right: auto;
    max-width: 461px;
    max-width: 28.8125rem;
  }
  .p-mv__pc-left {
    display: contents;
  }
  .p-mv__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .p-mv__image img {
    aspect-ratio: 1264/630;
    border-radius: 1.25rem;
    height: 100%;
  }
  .p-mv__message {
    position: static;
    position: initial;
  }
  .p-mv__message-line {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0.5em;
  }
  .p-price {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-price__inner {
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-price__sub-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-price__wrapper{
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
  }
  .p-price__list {
  padding: 40px 24px 40px 40px;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  gap: 0;
  }

  .p-price__item + .p-price__item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-price__head {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    max-width: 172px;
    max-width: 10.75rem;
  }
  .p-price__detail {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin-left: 16px;
    margin-left: 1rem;
  }
  .p-price__detail-price {
    font-size: max(40px, 10px);
    font-size: max(2.5rem, 10px);
  }
  .p-price__detail-price-note {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    line-height: 1.4117647059;
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .p-price__text {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    line-height: 1.4117647059;
    margin-top: 125px;
    margin-top: 7.8125rem;
  }
  .p-price__medical-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-price__medical-contents {
    gap: 50px;
    gap: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-price__medical-list {
    max-width: 365px;
    max-width: 22.8125rem;
    padding: 5px 0px 5px 10px;
    padding: 0.3125rem 0rem 0.3125rem 0.625rem;
    width: 100%;
  }
  .p-price__medical-list::after {
    border-bottom: 65px solid transparent;
    border-bottom: 4.0625rem solid transparent;
    border-top: 65px solid transparent;
    border-top: 4.0625rem solid transparent;
    right: -29.9px;
    right: -1.86875rem;
  }
  .p-price__medical-list::before {
    border-bottom: 67px solid transparent;
    border-bottom: 4.1875rem solid transparent;
    border-top: 67px solid transparent;
    border-top: 4.1875rem solid transparent;
    right: -32px;
    right: -2rem;
  }
  .p-price__medical-item {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-price__medical-price-zero {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    max-width: 180px;
    max-width: 11.25rem;
  }
  .p-price__medical-price-zero span {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
  .p-reason__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    gap: 40px;
    gap: 2.5rem;
    padding: 32px 24px 32px 24px;
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
  .p-reason__item:nth-child(2)::before {
    background-image: url(../images/reason_01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 117px;
    height: 7.3125rem;
    position: absolute;
    right: -20px;
    right: -1.25rem;
    top: 36px;
    top: 2.25rem;
    width: 64px;
    width: 4rem;
  }
  .p-reason__item:nth-child(3)::before {
    background-image: url(../images/reason_02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 82px;
    height: 5.125rem;
    position: absolute;
    right: -14px;
    right: -0.875rem;
    bottom: 0;
    width: 100px;
    width: 6.25rem;
  }
  .p-reason__item:nth-child(7)::before {
    background-image: url(../images/reason_03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 98px;
    height: 6.125rem;
    position: absolute;
    right: -14px;
    right: -0.875rem;
    bottom: 6px;
    bottom: 0.375rem;
    width: 68px;
    width: 4.25rem;
  }
  .p-reason__image {
    max-width: 120px;
    max-width: 7.5rem;
    position: static;
    position: initial;
  }
  .p-reason__sub-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    padding-right: 0;
    text-align: center;
  }

  .p-reason__sub-title span {
    font-size: max(40px, 10px);
    font-size: max(2.5rem, 10px);
    line-height: 1.5;
  }

  .p-reason__text {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    line-height: 1.4117647059;
  }
  .p-store {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-store__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    gap: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-store__calendar {
    max-width: 387px;
    max-width: 24.1875rem;
    width: 100%;
  }
  .p-store__calendar-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    text-align: left;
  }
  .p-store__calendar-frame {
    max-width: 387px;
    max-width: 24.1875rem;
  }
  .p-store__calendar-frame iframe {
    aspect-ratio: 387/280;
  }
  .p-store__info {
    margin-top: 57px;
    margin-top: 3.5625rem;
  }
  .p-store__info-block {
    text-align: left;
  }
  .p-store__info-title {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
  .p-store__info-text {
    font-size: max(17px, 10px);
    font-size: max(1.0625rem, 10px);
  }
  .u-contents_sp {
    display: block;
  }
  .u-contents_pc {
    display: contents;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

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

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

@media (any-hover: hover){
  .c-button:hover {
    background-color: #fff;
    color: #8daad5;
    opacity: 1;
  }
  .p-cta-buttons__button-link:hover {
    opacity: 0.7;
  }
  .p-form__send-btn:hover {
    background-color: #8daad5;
  }
  .p-form__send-btn:hover .p-form__send-text {
    color: #fff;
  }
  .p-line__link:hover img {
    opacity: 0.7;
  }
  .p-mv__button-link:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */

/* LP修正 2025年9月*/
.p-cta-buttons__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  column-gap: 0.625rem;
  }
  
  .p-cta-buttons__card {
  max-width: 177px;
  max-width: 11.0625rem;
  width: 100%;
  }
  
  .p-cta-buttons__card img{
    width: 100%;
    height: auto;
  }

  .p-reason__inner.l-inner {
    max-width: 1298px;
    max-width: 81.125rem;
    width: 100%;
  }

  .p-reason__heading {
    max-width: 1248px;
    max-width: 78rem;
    width: 100%;
  }

  .p-reason__heading img {
    width: 100%;
    height: auto;
  }

  .p-reason__wrapper{
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  
  .p-reason__title.c-section-title {
    margin-top: 16px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: max(1rem, 10px);
    line-height: 1.8;
    letter-spacing: 0;
    color: #333333;
    position: relative;
  }

  .p-reason__title img{
    margin-top: 10px;
    margin-top: 0.625rem;
    max-width: 230px;
    max-width: 14.375rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .p-reason__title-img {
    max-width: 80px;
    max-width: 5rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .p-price__image {
    margin-top: 28px;
    margin-top: 1.75rem;
    max-width: 557px;
    max-width: 34.8125rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-price__image img {
    width: 100%;
    aspect-ratio: 557/363;
  }

@media (min-width: 768px){
.p-cta-buttons__cards {
display: flex;
column-gap: 30px;
column-gap: 1.875rem;
}
.p-cta-buttons__card {
max-width: 177px;
max-width: 11.0625rem;
width: 100%;
}
.p-cta-buttons__card img{
  width: 100%;
  height: auto;
    border-radius: 0.625rem;
  }
.p-reason__wrapper{
  margin-top: 90px;
  margin-top: 5.625rem;
}
.p-reason__title.c-section-title {
  font-size: max(1.25rem, 10px);
}
.p-reason__title img{
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  height: auto;
}
.p-reason__title-wrap {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.p-reason__title-img {
  max-width: 154px;
  max-width: 9.625rem;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.p-reason__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  gap: 2rem;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-reason__item {
  max-width: 484px;
  max-width: 30.25rem;
  width: 100%;
}

.p-price__image {
  margin-top: 44px;
  margin-top: 2.75rem;
  width: 100%;
}
}