@charset "UTF-8";
/*
Theme Name: SWELL-CHILD (POKIPOKI)
Template: swell
*/

/* Contact Form 7 が自動でフォーム先頭に差し込む Turnstile を全消し */
.wpcf7 form > .cf-turnstile { 
  display:none !important; 
}

/* 自分で置いたラッパーのものは表示する */
.turnstile-wrap .cf-turnstile { 
  display:block !important; 
}

/* レイアウト安定用 */
.turnstile-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:16px 0 12px;
  min-height:44px;   /* 成功メッセージで高さがズレないように */
}
.cf-turnstile, .cf-turnstile > iframe{
  display:block;
  max-width:100%;
}



input[type=radio] {
  min-width: 0px !important;
  min-height: 0px !important;
}
input[type=radio]:checked::after {
  min-width: 0px !important;
  min-height: 0px !important;
}
@media (hover: hover) {
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms:hover {
transform:scale(1.05);
	transition:0.3s;
  }
}
@media screen and (max-width: 768px) {
  .cf7-form {
    font-family: Arial, sans-serif;
    color: #008b93;
    /* 見出しの文字色 */
    /* エラー時の入力項目 */
  }
  .cf7-form .form-contact,
  .cf7-form .form-reserve {
    display: flex;
    flex-flow: column;
    gap: 10.6666666667vw;
  }
  .cf7-form .form-contact > div,
  .cf7-form .form-reserve > div {
    display: flex;
    flex-flow: column;
    gap: 4.2666666667vw;
  }
  .cf7-form .form-contact > div > p:first-of-type,
  .cf7-form .form-reserve > div > p:first-of-type {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .cf7-form .form-contact > div > p:first-of-type:after,
  .cf7-form .form-reserve > div > p:first-of-type:after {
    font-family: Meiryo;
    font-weight: 400;
    font-weight: bold;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 13.8666666667vw;
    height: 7.4666666667vw;
    text-align: center;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form .form-contact > div > p:first-of-type.optional:after,
  .cf7-form .form-reserve > div > p:first-of-type.optional:after {
    content: "任意";
    color: #008b93;
    border: 0.2666666667vw solid #008b93;
    background-color: #fff;
  }
  .cf7-form .form-contact > div > p:first-of-type.required:after,
  .cf7-form .form-reserve > div > p:first-of-type.required:after {
    content: "必須";
    color: #ff006e;
    border: 0.2666666667vw solid #ff006e;
    background-color: #fff;
  }
  .cf7-form .form-contact > div > p:last-of-type,
  .cf7-form .form-reserve > div > p:last-of-type {
    width: 100%;
  }
  .cf7-form p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    color: #333;
  }
  .cf7-form input,
  .cf7-form select,
  .cf7-form textarea {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 4vw;
    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    color: #008b93;
    border: 0.2666666667vw solid #008b93;
    background-color: #d1e8e8;
  }
  .cf7-form input:focus,
  .cf7-form select:focus,
  .cf7-form textarea:focus {
    border-color: #06c;
    outline: none;
  }
  .cf7-form input ::-moz-placeholder, .cf7-form input ::-moz-placeholder, .cf7-form select ::-moz-placeholder, .cf7-form select ::-moz-placeholder, .cf7-form textarea ::-moz-placeholder, .cf7-form textarea ::-moz-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw !important;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input ::placeholder,
  .cf7-form input ::placeholder,
  .cf7-form select ::placeholder,
  .cf7-form select ::placeholder,
  .cf7-form textarea ::placeholder,
  .cf7-form textarea ::placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw !important;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input::-webkit-input-placeholder,
  .cf7-form select::-webkit-input-placeholder,
  .cf7-form textarea::-webkit-input-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input::-moz-placeholder,
  .cf7-form select::-moz-placeholder,
  .cf7-form textarea::-moz-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    opacity: 1;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input:-ms-input-placeholder,
  .cf7-form select:-ms-input-placeholder,
  .cf7-form textarea:-ms-input-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input:-moz-placeholder,
  .cf7-form select:-moz-placeholder,
  .cf7-form textarea:-moz-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form .wpcf7-not-valid,
  .cf7-form input.wpcf7-not-valid,
  .cf7-form textarea.wpcf7-not-valid,
  .cf7-form select.wpcf7-not-valid {
    color: #bfbfbf !important;
    border-color: #ebb701 !important;
    background-color: #fff4e2 !important;
  }
  .cf7-form .wpcf7-not-valid::-webkit-input-placeholder,
  .cf7-form input.wpcf7-not-valid::-webkit-input-placeholder,
  .cf7-form textarea.wpcf7-not-valid::-webkit-input-placeholder,
  .cf7-form select.wpcf7-not-valid::-webkit-input-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #bfbfbf !important;
  }
  .cf7-form label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .wpcf7-list-item:first-of-type {
    margin: 0;
  }
  .wpcf7-not-valid-tip {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #ebb701;
    font-style: Regular;
    leading-trim: NONE;
  }
  .privacy {
    display: flex;
    width: 72.5333333333vw;
    margin: 10.6666666667vw auto;
    gap: 4.2666666667vw;
  }
  .privacy input {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .privacy p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .privacy a {
    text-decoration: underline;
    color: #008b93;
  }
  .form-submit {
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
    justify-content: center;
  }
  .form-submit input {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91.4666666667vw;
    height: 21.3333333333vw;
    margin: 0 auto;
    gap: 2.6666666667vw;
    color: #fff;
    border-radius: 26.6666666667vw;
    background-color: #008b93;
  }
  .division {
    position: relative;
    display: flex;
    align-items: start;
    flex-flow: column;
    width: 100%;
    margin-bottom: 10.6666666667vw;
    gap: 4.2666666667vw;
  }
  .division > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    display: flex;
    justify-content: left;
    color: #333;
    font-style: Bold;
    leading-trim: NONE;
  }
  .division > p:after {
    font-family: Meiryo;
    font-weight: 400;
    font-weight: bold;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 13.8666666667vw;
    height: 7.4666666667vw;
    text-align: center;
    font-style: Regular;
    leading-trim: NONE;
  }
  .division > p.optional:after {
    content: "任意";
    color: #008b93;
    border: 0.2666666667vw solid #008b93;
    background-color: #fff;
  }
  .division > p.required:after {
    content: "必須";
    color: #ff006e;
    border: 0.2666666667vw solid #ff006e;
    background-color: #fff;
  }
  .division > div {
    display: flex;
    width: 100%;
    gap: 10.6666666667vw;
  }
  .division > div label {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 2.1333333333vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  .division > div input[type=radio] {
    position: relative;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.1333333333vw;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    vertical-align: middle;
    border: 0.5333333333vw solid #008b93;
    border-radius: 50%;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .division > div input[type=radio]:checked {
    background-color: #fff;
  }
  .division > div input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #008b93;
  }
  .division > div input[type=radio]:focus {
    border-color: #06c;
    outline: none;
    box-shadow: 0 0 0.8vw #06c;
  }
  .division > div input[type=radio].wpcf7-not-valid {
    border-color: #ebb701;
  }
  .division > div label {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contact-confirm {
    margin-top: 21.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .contact-confirm .form-contact.self,
  .contact-confirm .form-reservation.self {
    border-top: 0.2666666667vw solid #d1e8e8;
  }
  .contact-confirm .form-contact > div,
  .contact-confirm .form-reservation > div {
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: center;
    padding: 4.2666666667vw 0;
    gap: 4.2666666667vw;
    border-bottom: 0.2666666667vw solid #d1e8e8;
  }
  .contact-confirm .form-contact > div:first-of-type,
  .contact-confirm .form-reservation > div:first-of-type {
    border-top: 0.2666666667vw solid #d1e8e8;
  }
  .contact-confirm .form-contact > div > p:first-of-type,
  .contact-confirm .form-reservation > div > p:first-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  .contact-confirm .form-contact > div > p:last-of-type,
  .contact-confirm .form-reservation > div > p:last-of-type {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  .contact-confirm .form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: 10.6666666667vw;
  }
  .contact-confirm .form-submit input {
    padding: 0;
  }
  .contact-thankyou {
    margin-top: 10.6666666667vw;
  }
  .contact-thankyou .message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 7.4666666667vw;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
    text-align: center;
    color: #009d85;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  .contact-thankyou p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    width: 100%;
    margin-top: 10.6666666667vw;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  .contact-thankyou a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91.4666666667vw;
    height: 21.3333333333vw;
    margin-top: 21.3333333333vw;
    color: #fff;
    border-radius: 26.6666666667vw;
    background: #008b93;
    font-style: Bold;
  }
  body .is-sp {
    display: block;
  }
  body .is-sp.is-flex {
    display: flex;
  }
  body .is-pc {
    display: none !important;
  }
  body .is-pc.is-flex {
    display: none !important;
  }
  body img {
    display: block;
  }
  body a {
    color: #000;
  }
  body:has(main.p-home) aside {
    display: none;
  }
  body:not(:has(main.p-home)) main {
    margin: 0;
    padding: 0 4.2666666667vw 0 4.2666666667vw;
  }
  body:not(:has(main.p-home)) aside {
    display: none;
  }
  body:has(main.p-access) .footer--wrapper {
    display: none !important;
  }
  header .header--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.2666666667vw;
    border-bottom: 0.2666666667vw solid #7a6756;
  }
  header .header--wrapper .header__logo {
    width: 42.6666666667vw;
    height: 9.6vw;
  }
  header .header--wrapper .buttonArea {
    display: flex;
    align-items: center;
    gap: 4.2666666667vw;
  }
  header .header--wrapper .buttonArea > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 10.6666666667vw;
  }
  header .header--wrapper .buttonArea > a.button--tel {
    background-color: #008b93;
  }
  header .header--wrapper .buttonArea > a.button--tel img {
    width: 5.0666666667vw;
    height: 6.4vw;
    filter: brightness(10);
  }
  header .header--wrapper .buttonArea > a.button--line {
    background-color: #06c755;
  }
  header .header--wrapper .buttonArea > a.button--line img {
    width: 6.1302958171vw;
    height: 5.8666142782vw;
  }
  .main--wrapper {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
  }
  main {
    width: 100%;
  }
  aside {
    width: 100%;
  }
  footer {
    margin-top: 16vw;
  }
  footer .footer--wrapper {
    margin: 0 auto;
    padding: 10.6666666667vw 0;
    background: #f0f6f7;
  }
  footer .footer--wrapper > div {
    width: 100%;
    padding: 0 4.2666666667vw;
  }
  footer .footer--wrapper > div .footer__logo {
    width: 91.4133463542vw;
    height: 20.2666666667vw;
    margin: 0 auto;
  }
  footer .footer--wrapper > div .footer__logo img {
    width: 100%;
  }
  footer .footer--wrapper > div .footer__company {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 6.4vw;
    gap: 4.2666666667vw;
  }
  footer .footer--wrapper > div .footer__company .footer__company--shop p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    margin-top: 4.2666666667vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  footer .footer--wrapper > div .footer__company .footer__company--contact {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin-top: 1.6vw;
    gap: 4.2666666667vw;
  }
  footer .footer--wrapper > div .businessHour {
    margin-top: 6.4vw;
  }
  footer .footer--wrapper > div .businessHour > div {
    display: flex;
    align-items: center;
    padding: 4.2666666667vw 10.6666666667vw;
  }
  footer .footer--wrapper > div .businessHour > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer .footer--wrapper > div .businessHour > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92.8vw;
    padding: 0 6.4vw;
  }
  footer .footer--wrapper > div .businessHour > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 100%;
  }
  footer .footer--wrapper > div .businessHour .businessHour--head {
    display: flex;
    gap: 4.2666666667vw;
    color: #fff;
    background-color: #388997;
  }
  footer .footer--wrapper > div .businessHour .businessHour--contents {
    display: flex;
    flex-flow: column;
    gap: 4.2666666667vw;
    background-color: #fff;
  }
  footer .footer--wrapper > .footer__map {
    width: 100%;
    height: 64vw;
    margin-top: 6.4vw;
  }
  footer .footer--wrapper > .footer__map iframe {
    width: 100%;
    height: 100%;
  }
  footer #footer-sidebar {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 16vw;
  }
  footer #footer-sidebar .sidemenu--home {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90.6666666667vw;
    height: 13.3333333333vw;
    gap: 2.1333333333vw;
    color: #fff;
    border: 0.2666666667vw solid #fff;
    border-radius: 1.0666666667vw;
    background-color: #feb849;
  }
  footer #footer-sidebar .sidemenu--home:before {
    content: "";
    width: 4.8vw;
    height: 4.8vw;
    background: url(./assets/img/aside/icon-home.svg) no-repeat;
    background-size: contain;
  }
  footer #footer-sidebar .sidemenu--home:after {
    content: "";
    position: absolute;
    top: 0.8vw;
    right: 0.8vw;
    bottom: 0.8vw;
    left: 0.8vw;
    border: 0.5333333333vw solid #fff;
    border-radius: 0.8vw;
  }
  footer #footer-sidebar .sidemenu--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin: 4.2666666667vw auto 5.3333333333vw;
  }
  footer #footer-sidebar .sidemenu--wrapper .sidemenu--head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90.6666666667vw;
    height: 13.3333333333vw;
    gap: 2.1333333333vw;
    color: #fff;
    border-radius: 1.0666666667vw;
    background: linear-gradient(270deg, #c3debf 0%, #95cf8d 100%);
  }
  footer #footer-sidebar .sidemenu--wrapper .sidemenu--head:before {
    content: "";
    background-size: contain !important;
  }
  footer #footer-sidebar .sidemenu--wrapper .sidemenu--head.-menu:before {
    width: 5.3866699219vw;
    height: 4.3734375vw;
    background: url(./assets/img/aside/icon-menu.svg) no-repeat;
  }
  footer #footer-sidebar .sidemenu--wrapper .sidemenu--head.-worries:before {
    width: 7.9466666667vw;
    height: 7.9733333333vw;
    background: url(./assets/img/aside/icon-worries.svg) no-repeat;
  }
  footer #footer-sidebar .sidemenu--wrapper .sidemenu--head.-info:before {
    width: 6.4466634115vw;
    height: 5.6799479167vw;
    background: url(./assets/img/aside/icon-info.svg) no-repeat;
  }
  footer #footer-sidebar .sidemenu--wrapper ul {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 4.2666666667vw 2.6666666667vw 0;
    gap: 1.6vw;
  }
  footer #footer-sidebar .sidemenu--wrapper ul li a {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 2.6666666667vw;
    transition: 0.5s;
    color: #7a6756;
    border: 0.2666666667vw solid transparent;
    background-color: #faf5ee;
  }
  footer #footer-sidebar .sidemenu--wrapper ul li a span {
    width: 100%;
  }
  footer #footer-sidebar .sidemenu--wrapper ul li a:after {
    content: "";
    position: absolute;
    right: 2.6666666667vw;
    width: 4.4vw;
    height: 4.9302093506vw;
    background-image: url(./assets/img/aside/icon-arrow-right.svg);
    background-size: contain;
  }
  footer .footer-menu {
    display: flex;
    justify-content: center;
    max-width: 11;
    margin: 0 auto;
    padding-top: 21.3333333333vw;
    padding-bottom: 42.6666666667vw;
    gap: 10.6666666667vw;
    background-color: #fff;
  }
  footer .footer-menu > div {
    position: relative;
    width: 90.6666666667vw;
  }
  footer .footer-menu .sidemenu--home {
    margin-bottom: 4.2666666667vw;
  }
  footer .footer-menu .sidemenu--wrapper {
    margin-top: 0;
  }
  footer .copyright {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 2.6666666667vw;
    line-height: 3.7333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.6666666667vw 0;
    color: #fff;
    background-color: #388997;
    font-style: Regular;
    leading-trim: NONE;
  }
  footer .button--line {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    width: 79.248038737vw;
    height: 80;
    padding: 6.9333333333vw 5.8666666667vw 5.8666666667vw;
    gap: 4.2666666667vw;
    transition: 0.5s;
    color: #fff;
    border: 0.2666666667vw solid #fff;
    border-radius: 26.6666666667vw;
    background: var(--LINE, #06c755);
  }
  footer .button--line:before {
    content: "";
    width: 7.5200195313vw;
    height: 7.1965621948vw;
    background-image: url(./assets/img/common/icon-line.svg);
    background-size: contain;
  }
  footer .button--line p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  footer .button--line p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .kv .kv--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
    justify-content: start;
    height: 146.6666666667vw;
    padding: 7.4666666667vw 0 22.1333333333vw;
    gap: 13.3333333333vw;
    background-image: url(./assets/img/common/bg-kv-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .kv .kv--wrapper .b-left {
    display: flex;
    flex-flow: column;
    margin-top: -4.5333333333vw;
    gap: 1.0666666667vw;
  }
  .kv .kv--wrapper .b-left div {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 90.9333333333vw;
    height: 16vw;
    padding: 6.4vw 4.2666666667vw;
    gap: 2.1333333333vw;
    text-align: center;
    color: #fff;
    border-radius: 1.6vw;
    background: linear-gradient(315deg, #64a3ae 47.94%, #388997 47.94%);
  }
  .kv .kv--wrapper .b-left div p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  .kv .kv--wrapper .b-left div span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  .kv .kv--wrapper .b-left div:before {
    content: "";
    display: block;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .kv .kv--wrapper .b-left div:nth-of-type(1):before {
    background-image: url(./assets/img/common/icon-open.svg);
  }
  .kv .kv--wrapper .b-left div:nth-of-type(2):before {
    background-image: url(./assets/img/common/icon-calender.svg);
  }
  .kv .kv--wrapper .b-left div:nth-of-type(3):before {
    background-image: url(./assets/img/common/icon-parking.svg);
  }
  .kv .kv--wrapper .b-center {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
  }
  .kv .kv--wrapper .b-center .kv__message--before {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 91.4666666667vw;
    height: 24.2666666667vw;
    padding: 0 40vw 0 3.2vw;
    gap: 1.8666666667vw;
    text-align: center;
    text-align: left;
    color: #fff;
    border-radius: 2.1333333333vw;
  }
  .kv .kv--wrapper .b-center .kv__message--before span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 130%;
    letter-spacing: 0;
    top: 44vw;
    left: 7.4666666667vw;
    gap: 2.1333333333vw;
    transform: translateY(-2.4vw);
    opacity: 1;
    font-style: Regular;
    leading-trim: NONE;
    angle: 0 deg;
  }
  .kv .kv--wrapper .b-center .kv__message--sub {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 5.5653333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    transform: translate(-22.6666666667vw, 2.6666666667vw);
    font-style: Bold;
  }
  .kv .kv--wrapper .b-center .kv__message--sub img {
    width: 31.806060791vw;
    height: 8.6141418457vw;
    margin-right: 0.8vw;
  }
  .kv .kv--wrapper .b-center .kv__message--sub > span {
    display: flex;
    align-items: center;
  }
  .kv .kv--wrapper .b-center .kv__message--sub > span > span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 12.8vw;
    line-height: 12.8vw;
    letter-spacing: 0;
    margin-left: 2.9333333333vw;
    color: transparent;
    background: linear-gradient(270deg, #6e5322 0%, #d5c175 50%, #6e5322 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .kv .kv--wrapper .b-center .kv__message--sub > span:last-of-type {
    transform: translate(-1.6vw, 0.2666666667vw);
  }
  .kv .kv--wrapper .b-center .kv__message--sub > span:last-of-type > span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 10.6026666667vw;
    line-height: 9.5413333333vw;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .kv .kv--wrapper .b-center .kv__message--main {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 17.0666666667vw;
    line-height: 17.0666666667vw;
    letter-spacing: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0vw, 2.4vw);
    text-align: center;
    color: transparent;
    background: linear-gradient(180deg, #388997 -3.98%, #91aeb7 49.26%, #007683 102.51%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .kv .kv--wrapper .b-center .kv__message--main img {
    width: 91.4666666667vw;
    height: 21.8240030924vw;
  }
  .kv .kv--wrapper .b-center .kv__message--after {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.6vw 0;
    transform: translate(0vw, 4.2666666667vw);
  }
  .kv .kv--wrapper .b-center .kv__message--after::before, .kv .kv--wrapper .b-center .kv__message--after::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0.5333333333vw;
    background: linear-gradient(90.13deg, #4a2f04 22.72%, #dacdbc 50.27%, #4a2f04 77.82%);
  }
  .kv .kv--wrapper .b-center .kv__message--after::before {
    top: 0;
  }
  .kv .kv--wrapper .b-center .kv__message--after::after {
    bottom: 0;
  }
  .kv .kv--wrapper .b-center .kv__message--after p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 0.8vw;
    color: #7a6756;
    font-style: Bold;
  }
  .kv .kv--wrapper .b-center .kv__message--after p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 100%;
    letter-spacing: 0;
    font-style: Bold;
  }
  .kv .kv--wrapper .b-center .kv__message--after img {
    width: 7.3120020549vw;
    height: 7.3120020549vw;
  }
  .slider {
    position: relative;
  }
  .slider .slick-prev {
    top: 30.1333333333vw;
    left: 3.4666666667vw;
  }
  .slider .slick-prev,
  .slider .slick-next {
    position: absolute;
    z-index: 1;
    width: 8.96vw;
    height: 8.96vw;
    transform-origin: center;
  }
  .slider .slick-prev:before, .slider .slick-prev:after,
  .slider .slick-next:before,
  .slider .slick-next:after {
    content: none;
  }
  .slider .slick-next {
    top: 25.6vw;
    right: 3.4666666667vw;
    transform: rotate(180deg);
  }
  .slider .slider--wrapper {
    margin-bottom: 0;
    padding: 7.4666666667vw 0 24.5333333333vw;
    background: linear-gradient(360deg, #fff 0%, #008b93 100%);
  }
  .slider .slider--wrapper .slick-track {
    display: flex;
    gap: 17.0666666667vw;
  }
  .slider .slider--wrapper .slide {
    width: 84.1045328776vw !important;
    height: 47.3088012695vw;
  }
  .slider .slider--wrapper .slide img {
    width: 100%;
  }
  .slider .slick-dots {
    bottom: 12.8vw;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    gap: 3.2vw;
  }
  .slider .slick-dots li {
    margin: 0;
  }
  .slider .slick-dots li.slick-active button:before {
    color: #ebb701;
  }
  .slider .slick-dots li button {
    padding: 0;
  }
  .slider .slick-dots li button:before {
    font-size: 3.2vw;
    color: #fff;
  }
  .slider2 {
    position: relative;
    z-index: 1;
  }
  .slider2 .slider--wrapper {
    position: relative;
    z-index: -1;
    margin-bottom: 0;
    padding: 0vw 0 10.6666666667vw;
  }
  .slider2 .slider--wrapper .slick-track {
    display: flex;
    gap: 6.4vw;
  }
  .slider2 .slider--wrapper .slide {
    display: flex;
    flex-flow: column;
    width: 64.5333333333vw !important;
    gap: 4.8vw;
  }
  .slider2 .slider--wrapper .slide img {
    width: 100%;
    height: 51.4666666667vw;
  }
  .slider2 .slider--wrapper .slide p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  .slider2 .slick-prev {
    top: 27.4666666667vw;
    left: 3.4666666667vw;
  }
  .slider2 .slick-prev,
  .slider2 .slick-next {
    position: absolute;
    width: 8.96vw;
    height: 8.96vw;
    transform-origin: center;
  }
  .slider2 .slick-prev:before,
  .slider2 .slick-next:before {
    content: none;
  }
  .slider2 .slick-next {
    top: 22.9333333333vw;
    right: 3.4666666667vw;
    transform: rotate(180deg);
  }
  .slider2 .slick-dots {
    bottom: 9.3333333333vw;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    gap: 3.2vw;
  }
  .slider2 .slick-dots li {
    margin: 0;
  }
  .slider2 .slick-dots li.slick-active button:before {
    color: #ebb701;
  }
  .slider2 .slick-dots li button {
    padding: 0;
  }
  .slider2 .slick-dots li button:before {
    font-size: 4.2666666667vw;
    color: #fff;
  }
  .g-nav .g-nav--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.9333333333vw 0;
    gap: 4.2666666667vw;
    box-shadow: 0 2.6666666667vw 4vw 0 rgba(196, 196, 196, 0.2509803922);
  }
  .g-nav .g-nav--wrapper a.g-nav__item {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 16vw;
    gap: 2.1333333333vw;
    word-break: keep-all;
    color: #000;
  }
  .g-nav .g-nav--wrapper a.g-nav__item span {
    display: flex;
  }
  .g-nav .g-nav--wrapper a.g-nav__item:before {
    content: "";
    width: 4.2666666667vw !important;
    height: 4.2666666667vw !important;
    background-color: #000;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home {
    color: #7a6756;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home:before {
    background-color: #7a6756;
    -webkit-mask-image: url(./assets/img/common/icon-home.svg);
            mask-image: url(./assets/img/common/icon-home.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-beginner:before {
    -webkit-mask-image: url(./assets/img/common/icon-beginner.svg);
            mask-image: url(./assets/img/common/icon-beginner.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-access:before {
    -webkit-mask-image: url(./assets/img/common/icon-access.svg);
            mask-image: url(./assets/img/common/icon-access.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-price:before {
    -webkit-mask-image: url(./assets/img/common/icon-price.svg);
            mask-image: url(./assets/img/common/icon-price.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-menu:before {
    -webkit-mask-image: url(./assets/img/common/icon-menu.svg);
            mask-image: url(./assets/img/common/icon-menu.svg);
  }
  .breadcrumb {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 4.2666666667vw;
    gap: 1.6vw;
  }
  .breadcrumb a,
  .breadcrumb span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 100%;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  .breadcrumb a {
    color: #ebb701;
  }
  .page-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 1;
    line-height: 10.6666666667vw;
    letter-spacing: 0;
    padding: 6.6666666667vw 3.2vw;
    text-align: center;
    color: #fff;
    background: linear-gradient(350deg, #64a3ae 47.94%, #388997 47.94%);
  }
  .page--contents {
    margin: 16vw auto 6.4vw;
  }
  .page--contents:first-of-type {
    margin-top: 10.6666666667vw;
  }
  .page--contents:last-of-type {
    margin-bottom: 0;
  }
  .page--contents h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    margin-bottom: 10.6666666667vw;
    padding-bottom: 4.2666666667vw;
    color: #008b93;
    border-bottom: 0.2666666667vw solid #008b93;
  }
  .page--contents h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    margin: 10.6666666667vw auto 6.4vw;
    color: #009d85;
  }
  .page--contents p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
  }
  .page--contents .table {
    display: flex;
    flex-flow: column;
    margin: 5.3333333333vw auto;
    gap: 2.1333333333vw;
  }
  .page--contents .table .tr {
    display: flex;
    align-items: center;
    flex-flow: column;
    border: 0.2666666667vw solid #008b93;
  }
  .page--contents .table .tr .th {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 12.8vw;
    gap: 2.6666666667vw;
    color: #fff;
    background: #008b93;
  }
  .page--contents .table .tr .td {
    width: 100%;
    padding: 2.6666666667vw 4.2666666667vw;
  }
  .page--contents .table .tr .td span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    letter-spacing: 0;
    color: #008b93;
  }
  .page--contents h4 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 21.3333333333vw;
    margin: 6.4vw auto;
    padding: 0 2.1333333333vw;
    text-align: center;
    color: #fff;
    background: #ebb701;
  }
  .page--contents .step .step__item {
    display: flex;
  }
  .page--contents .step .step__item:first-of-type > div {
    padding-top: 0 !important;
  }
  .page--contents .step .step__item .step__item--no {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
    text-align: center;
    text-align: center;
    color: #388997;
    background: #d1e8e8;
    font-style: Bold;
    leading-trim: NONE;
  }
  .page--contents .step .step__item .step__item--no span {
    transform: translateY(8vw);
  }
  .page--contents .step .step__item .step__item--no:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -6.6666666667vw;
    width: 0;
    height: 0;
    border-top: 6.6666666667vw solid #d1e8e8;
    border-right: 10.6666666667vw solid transparent;
    border-left: 10.6666666667vw solid transparent;
  }
  .page--contents .step .step__item > div:last-of-type {
    display: flex;
    flex-flow: column-reverse;
    padding-top: 8.5333333333vw;
  }
  .page--contents .step .step__item > div:last-of-type .step__item--contents {
    margin: 0 0vw 0 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
  }
  .page--contents .step .step__item > div:last-of-type .step__item--contents .head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 160%;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    height: 8.5333333333vw;
    margin-top: 3.2vw;
    margin-bottom: 2.1333333333vw;
    padding-left: 6.4vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  .page--contents .step .step__item > div:last-of-type .step__item--contents .head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2.1333333333vw;
    height: 100%;
    border-radius: 26.6666666667vw;
    background-color: #008b93;
  }
  .page--contents .step .step__item > div:last-of-type .step__item--img {
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
    height: 21.3333333333vw;
    min-height: 21.3333333333vw;
    margin: 0 auto;
  }
  .page--contents .step .step__item:nth-of-type(2) .step__item--no {
    color: #fff;
    background-color: #8abac2;
  }
  .page--contents .step .step__item:nth-of-type(2) .step__item--no:after {
    border-top: 6.6666666667vw solid #8abac2;
  }
  .page--contents .step .step__item:nth-of-type(3) .step__item--no {
    color: #fff;
    background-color: #64a3ae;
  }
  .page--contents .step .step__item:nth-of-type(3) .step__item--no:after {
    border-top: 6.6666666667vw solid #64a3ae;
  }
  .page--contents .step .step__item:nth-of-type(4) .step__item--no {
    color: #fff;
    background-color: #4a94a0;
  }
  .page--contents .step .step__item:nth-of-type(4) .step__item--no:after {
    border-top: 6.6666666667vw solid #4a94a0;
  }
  .page--contents .step .step__item:nth-of-type(5) .step__item--no {
    color: #fff;
    background-color: #388997;
  }
  .page--contents .step .step__item:nth-of-type(5) .step__item--no:after {
    content: none;
  }
  .page--contents .step .step__item:nth-of-type(5) .step__item--contents {
    padding-bottom: 0;
  }
  main .button--line {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    width: 79.248038737vw;
    height: 80;
    padding: 6.9333333333vw 4.2666666667vw 5.8666666667vw;
    gap: 4.2666666667vw;
    transition: 0.5s;
    color: #fff;
    border: 0.2666666667vw solid #fff;
    border-radius: 26.6666666667vw;
    background: var(--LINE, #06c755);
  }
  main .button--line:before {
    content: "";
    width: 7.5200195313vw;
    height: 7.1965621948vw;
    background-image: url(./assets/img/common/icon-line.svg);
    background-size: contain;
  }
  main .button--line p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  main .button--line p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  main .button--line.is-big {
    width: 92.2666666667vw;
    margin-top: 29.3333333333vw;
    padding: 6.4vw 12.5333333333vw;
  }
  main .button--line.is-exbig {
    margin: 0 auto;
  }
  main .banner--tel {
    display: flex;
    align-items: center;
    flex-flow: column;
    padding: 5.3333333333vw 6.4vw 5.3333333333vw;
    gap: 5.3333333333vw;
    background-color: #fff;
  }
  main .banner--tel > p:not(.number) {
    display: flex;
    flex-flow: column;
    padding-bottom: 2.1333333333vw;
    color: #7a6756;
    border-bottom: 0.2666666667vw solid #333;
  }
  main .banner--tel > p:not(.number) span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  main .banner--tel > p:not(.number) span:first-of-type {
    display: flex;
    align-items: center;
    gap: 6.4vw;
  }
  main .banner--tel > p:not(.number) span:first-of-type:before, main .banner--tel > p:not(.number) span:first-of-type:after {
    content: "";
    display: block;
    width: 18.2346666667vw;
    height: 0.2666666667vw;
    background-color: #333;
  }
  main .banner--tel > p.number {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 12.8vw;
    line-height: 12.8vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 1.0666666667vw;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main .banner--tel > p.number:before {
    content: "";
    width: 6.4480417887vw;
    height: 8.3897028605vw;
    opacity: 1;
    background-image: url(./assets/img/common/icon-tel-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    angle: 0 deg;
  }
  main .contents--menu {
    display: flex;
    flex-flow: column;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    gap: 2.1333333333vw;
  }
  main .contents--menu > a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 16vw;
    gap: 2.1333333333vw;
    transition: 0.5s;
    color: #388997;
    border: 0.2666666667vw solid #008b93;
  }
  main .contents--menu > a:after {
    content: "";
    width: 4.9035410563vw;
    height: 4.3733398438vw;
    background-image: url(./assets/img/p-profile/icon-arrow-down.svg);
    background-size: contain;
  }
  main .list {
    margin-top: 10.6666666667vw;
  }
  main .list .list--head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 4.2666666667vw;
  }
  main .list .list--head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2.1333333333vw;
    height: 6.4vw;
    border-radius: 26.6666666667vw;
    background-color: #008b93;
  }
  main .list ul {
    margin-top: 10.6666666667vw;
  }
  main .list ul li {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 2.1333333333vw;
  }
  main .list ul li::before {
    content: "";
    width: 2.1333333333vw;
    min-width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 2.1333333333vw;
    background: #009d85;
  }
  main.p-home #home-menu .contents--wrapper {
    margin-top: 4.2666666667vw;
  }
  main.p-home #home-menu .contents--wrapper .contents--head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 100vw;
    height: 41.8666666667vw;
    margin: 0 auto;
    padding-top: 3.7333333333vw;
    gap: 2.1333333333vw;
    opacity: 1;
    color: #fff;
    background-color: #008b93;
    clip-path: polygon(0% 0%, 100% 0%, 100% 56%, 50% 80%, 0% 56%);
    angle: 0 deg;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 5.9733333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:before, main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:after {
    content: "";
    display: block;
    width: 8vw;
    height: 0.8vw;
    background-color: #fff;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:before {
    transform: rotate(60deg);
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:after {
    transform: rotate(-60deg);
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 5.9733333333vw;
    letter-spacing: 0;
    text-align: center;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:last-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 5.9733333333vw;
    letter-spacing: 0;
    margin-top: -1.0666666667vw;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:last-of-type span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #fbef00;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -2.6666666667vw;
    padding-top: 0vw;
    padding-bottom: 23.4666666667vw;
    gap: 4.2666666667vw 3.584vw;
    background: #d1e8e8;
    clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 50% 100%, 0% 93%);
  }
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 43.9413330078vw;
    height: 43.9413330078vw;
    padding: 5.5466666667vw 2.7733333333vw 3.4666666667vw 2.7733333333vw;
    gap: 4.2666666667vw;
    opacity: 1;
    border: 0.2666666667vw solid #008b93;
    border-width: 0.2666666667vw;
  }
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40vw;
    height: 12.2666666667vw;
    padding: 4.2666666667vw 2.6666666667vw;
    gap: 1.6vw;
    opacity: 1;
    color: #fff;
    border: 0.2666666667vw solid #fff;
    border-width: 0.3466666667vw;
    border-radius: 34.6666666667vw;
    background-color: rgba(0, 139, 147, 0.8);
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms a:before {
    content: "";
    width: 3.7333333333vw;
    min-width: 3.7333333333vw;
    height: 3.7333333333vw;
    min-height: 3.7333333333vw;
    background-image: url(./assets/img/common/icon-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.p-home #omoi {
    position: relative;
  }
  main.p-home #omoi .contents--wrapper {
    position: relative;
    width: 100%;
    height: 312.8vw;
    margin-top: -18.1333333333vw;
    padding-top: 30.4vw;
    background-image: url(./assets/img/p-home/omoi-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.p-home #omoi .contents--wrapper .message {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 6.4vw;
  }
  main.p-home #omoi .contents--wrapper .message .message-main {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    width: 126.6666666667vw;
    height: 65.0666666667vw;
    padding: 5.8666666667vw 24vw;
    gap: 2.6666666667vw;
    text-align: justify;
    opacity: 1;
    border-radius: 2.1333333333vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #treatment .contents--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 15.4666666667vw;
    gap: 5.3333333333vw;
  }
  main.p-home #treatment .contents--wrapper .treatment--title {
    display: block;
    margin: 0 auto;
  }
  main.p-home #treatment .contents--wrapper .treatment--message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    letter-spacing: 0;
    width: 91.4666666667vw;
    height: 21.3333333333vw;
    padding: 3.4666666667vw 0;
    gap: 2.1333333333vw;
    text-align: center;
    opacity: 1;
    color: #fff;
    border-radius: 26.6666666667vw;
    background: #7a6756;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
    angle: 0 deg;
  }
  main.p-home #treatment .contents--wrapper .treatment--message span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    color: #fbef00;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #treatment .contents--wrapper .treatment--image {
    width: 91.5413333333vw;
    height: 224.7146666667vw;
    margin-top: 0.8vw;
    opacity: 1;
  }
  main.p-home #reason .contents--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 16vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background: #f5efe7;
  }
  main.p-home #reason .contents--wrapper .reason--title {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 4.2666666667vw;
  }
  main.p-home #reason .contents--wrapper .reason--title:before {
    content: "";
    width: 85.6533203125vw;
    height: 12.9332682292vw;
    opacity: 1;
    background-image: url(./assets/img/p-home/reason-head.svg);
    background-repeat: no-repeat;
    background-size: contain;
    angle: 0 deg;
  }
  main.p-home #reason .contents--wrapper .reason--title > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 2.1333333333vw;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #reason .contents--wrapper .reason--title > p img {
    width: 45.3333333333vw;
    height: 12.5333333333vw;
    opacity: 1;
    angle: 0 deg;
  }
  main.p-home #reason .contents--wrapper .reason--title > p > span > span {
    font-size: 16vw;
    /* Firefox対応 (一部) */
    color: transparent;
    background: linear-gradient(150.25deg, #4a2f04 329.55%, #dacdbc 383.34%, #4a2f04 437.13%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* fallback */
  }
  main.p-home #reason .contents--wrapper .reason--contents {
    margin-top: 10.6666666667vw;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    padding: 6.1333333333vw 0;
    border-top: 0.2666666667vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div {
    display: flex;
    width: 100%;
    padding: 0 4.2666666667vw;
    gap: 6.4vw;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > p {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 12.8vw;
    line-height: 12.8vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.4vw;
    min-width: 14.4vw;
    height: 16.5333333333vw;
    color: #fff;
    background: #feb849;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
    clip-path: polygon(0% 23%, 50% 0%, 100% 23%, 100% 74%, 50% 100%, 0% 74%);
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div {
    display: flex;
    flex-flow: column;
    gap: 4.2666666667vw;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div > h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div > h3 span {
    color: #008b93;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item img {
    display: block;
    width: 91.4666666667vw;
    height: 60.8vw;
    margin-top: 6.4vw;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    width: 91.4666666667vw;
    margin-top: 6.4vw;
    text-align: justify;
    text-align: justify;
    font-style: Bold;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #reason .contents--wrapper a {
    margin-top: 10.6666666667vw;
  }
  main.p-home #voice {
    padding-top: 24.2666666667vw;
    background-color: #fff9e0;
  }
  main.p-home #voice > div > img {
    width: 192vw;
    margin: 0 auto;
  }
  main.p-home #banner .contents--wrapper {
    display: flex;
    flex-flow: column;
    margin-top: 16vw;
    padding: 0 4.2666666667vw;
    gap: 6.4vw;
  }
  main.p-home #banner .contents--wrapper .button--line.is-big {
    margin-top: 0;
  }
  main.p-home #greeting .contents--wrapper {
    margin: 0 auto;
    margin-top: 16vw;
    padding-bottom: 12.8vw;
    background-image: url(./assets/img/p-home/bg-greeting-sp.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }
  main.p-home #greeting .contents--wrapper .greeting-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 8vw;
    color: #7a6756;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper .greeting-title:before, main.p-home #greeting .contents--wrapper .greeting-title:after {
    content: "";
    width: 91.4666666667vw;
    height: 2.9333333333vw;
    border-top: 0.2666666667vw solid #4a2f04;
    border-bottom: 0.2666666667vw solid #4a2f04;
  }
  main.p-home #greeting .contents--wrapper .greeting-message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 130%;
    letter-spacing: 0;
    margin-top: 10.6666666667vw;
    padding: 0 3.2vw;
    text-align: center;
    color: #008b93;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper > div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 10.6666666667vw;
    gap: 13.3333333333vw;
  }
  main.p-home #greeting .contents--wrapper > div > div {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    gap: 4.2666666667vw;
  }
  main.p-home #greeting .contents--wrapper > div > div .doctor {
    width: 86.9333333333vw;
    height: 103.2vw;
  }
  main.p-home #greeting .contents--wrapper > div > div .logo {
    display: block;
    width: 48.6399983724vw;
    height: 10.9440002441vw;
    margin: 0 auto;
  }
  main.p-home #greeting .contents--wrapper > div > div .name {
    margin: 0 auto;
    text-align: center;
    color: #7a6756;
  }
  main.p-home #greeting .contents--wrapper > div > div .name > span:first-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    gap: 4.2666666667vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper > div > div .name > span:last-of-type {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    text-align: center;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper > div > .greeting-message-main {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    padding: 0 4.2666666667vw;
    text-align: justify;
    text-align: justify;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper {
    margin: 0 auto;
    padding-top: 26.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-color: #f0f6f7;
  }
  main.p-home #recommend .contents--wrapper .recommend-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 8vw;
    color: #7a6756;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper .recommend-title:before, main.p-home #recommend .contents--wrapper .recommend-title:after {
    content: "";
    width: 91.4666666667vw;
    height: 2.9333333333vw;
    border-top: 0.2666666667vw solid #4a2f04;
    border-bottom: 0.2666666667vw solid #4a2f04;
  }
  main.p-home #recommend .contents--wrapper > div {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 91.4666666667vw;
    margin: 0 auto;
    margin-top: 10.6666666667vw;
  }
  main.p-home #recommend .contents--wrapper > div > div {
    display: flex;
    flex-flow: column;
    gap: 6.4vw;
  }
  main.p-home #recommend .contents--wrapper > div > div .recommend-message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 130%;
    letter-spacing: 0;
    padding-bottom: 4.2666666667vw;
    color: #008b93;
    border-bottom: 0.2666666667vw solid #7a6756;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div > div .name {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 4.2666666667vw;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div > div .name span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div > div ul li {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div img {
    width: 91.4666666667vw;
    height: 91.4666666667vw;
    margin-top: 6.6666666667vw;
    background-size: cover;
  }
  main.p-home #recommend .contents--wrapper > p:not(.recommend-title) {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    width: 91.4666666667vw;
    margin: 10.6666666667vw auto 0;
    padding: 4.2666666667vw;
    background: #fff;
    background-color: #fff;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #banner-sns .contents--wrapper {
    margin-top: 16vw;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.1333333333vw;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head > span {
    display: flex;
    align-items: end;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head > span > span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head:before, main.p-home #banner-sns .contents--wrapper .banner-head:after {
    content: "";
    display: block;
    width: 8vw;
    height: 0.8vw;
    background-color: #008b93;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head:before {
    transform: rotate(60deg);
  }
  main.p-home #banner-sns .contents--wrapper .banner-head:after {
    transform: rotate(-60deg);
  }
  main.p-home #banner-sns .contents--wrapper > div {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10.6666666667vw;
    gap: 6.4vw;
  }
  main.p-home #banner-sns .contents--wrapper > div img {
    width: 91.4666666667vw;
    height: auto;
  }
  main.p-first .page--contents:first-of-type {
    margin-top: 5.3333333333vw;
  }
  main.p-first #greeting {
    display: flex;
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  main.p-first #greeting img {
    width: 100%;
    height: 60.5333333333vw;
  }
  main.p-first #greeting .list {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
  main.p-first #greeting .list ul {
    display: flex;
    flex-flow: column;
    margin-top: 0;
    gap: 2.1333333333vw;
  }
  main.p-first #shop > div {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
  main.p-first #shop > div img {
    width: 44vw;
    height: 29.077146403vw;
  }
  main.p-first #review h2 {
    line-height: 8.5333333333vw;
  }
  main.p-first #review > div {
    margin-top: 10.6666666667vw;
  }
  main.p-first #review > div .head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 6.4vw;
    margin-bottom: 2.1333333333vw;
    padding-left: 6.4vw;
  }
  main.p-first #review > div .head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2.1333333333vw;
    height: 100%;
    border-radius: 26.6666666667vw;
    background-color: #008b93;
  }
  main.p-first #review > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6.4vw;
    gap: 4.2666666667vw;
  }
  main.p-first #review > div > div img {
    width: 90.6666666667vw;
    height: 60.5333333333vw;
  }
  main.p-first #reason .reason--contents {
    width: 100vw;
    margin-left: -4.2666666667vw;
    padding: 6.4vw 4.2666666667vw;
    background-color: #f5efe7;
  }
  main.p-first #reason .reason--contents .item {
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: space-between;
    padding: 6.1333333333vw 0;
    border-top: 0.2666666667vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
  }
  main.p-first #reason .reason--contents .item:first-of-type {
    border-top: 0;
  }
  main.p-first #reason .reason--contents .item:last-of-type {
    border-bottom: 0;
  }
  main.p-first #reason .reason--contents .item > div {
    display: flex;
    gap: 6.4vw;
  }
  main.p-first #reason .reason--contents .item > div > p {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 12.8vw;
    line-height: 12.8vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.4vw;
    min-width: 14.4vw;
    height: 16.5333333333vw;
    color: #fff;
    background: #feb849;
    font-style: Bold;
    leading-trim: NONE;
    clip-path: polygon(0% 23%, 50% 0%, 100% 23%, 100% 74%, 50% 100%, 0% 74%);
  }
  main.p-first #reason .reason--contents .item > div > div {
    display: flex;
    flex-flow: column;
    gap: 4.2666666667vw;
  }
  main.p-first #reason .reason--contents .item > div > div > h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    margin: 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-first #reason .reason--contents .item > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-first #reason .reason--contents .item img {
    display: block;
    width: 100%;
    height: 60.9866666667vw;
    margin: 6.4vw auto;
  }
  main.p-menu {
    padding-top: 6.4vw !important;
  }
  main.p-menu ul {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 4.2666666667vw;
  }
  main.p-menu ul li a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 5.3333333333vw;
    transition: 0.5s;
    color: #7a6756;
    border-left: 1.0666666667vw solid #7a6756;
    background: #faf5ee;
  }
  main.p-menu ul li a span {
    width: 100%;
  }
  main.p-menu ul li a:after {
    content: "";
    position: absolute;
    right: 6.4vw;
    width: 4.4vw;
    height: 4.9302093506vw;
    background-image: url(./assets/img/p-menu/icon-arrow-right.svg);
    background-size: contain;
  }
  main.p-profile .page--contents {
    margin-top: 10.6666666667vw;
  }
  main.p-profile .page--contents h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 160%;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-profile .profile {
    display: flex;
    flex-flow: column;
    margin-top: 4.8vw;
  }
  main.p-profile .profile .profile__dr--main {
    width: 91.4666666667vw;
    height: 73.1733333333vw;
    margin-top: 5.6vw;
  }
  main.p-profile .profile .profile--position {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
  }
  main.p-profile .profile .profile--name {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    margin-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    color: #388997;
    border-bottom: 0.2666666667vw solid #008b93;
  }
  main.p-profile .profile .profile__dr--sub {
    width: 91.4666666667vw;
    height: 55.2vw;
    margin-top: 5.6vw;
  }
  main.p-profile .profile .profile__dr--sub img {
    width: 100%;
  }
  main.p-profile .list .list--head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 160%;
    letter-spacing: 0;
    height: 8.5333333333vw;
    padding-left: 5.3333333333vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-profile .list .list--head:before {
    height: 100%;
  }
  main.p-profile ul {
    display: flex;
    flex-flow: column;
    margin-top: 5.8666666667vw;
    gap: 2.1333333333vw;
  }
  main.p-profile ul li {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    align-items: baseline;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-profile #video iframe {
    width: 91.4666666667vw;
    height: 64vw;
  }
  main.p-profile .profile__staff {
    display: flex;
    flex-flow: column;
    gap: 6.4vw;
  }
  main.p-profile .profile__staff .profile__staff--doctor > div {
    width: 92.8vw;
    height: 98.6666666667vw;
  }
  main.p-profile .profile__staff .profile__staff--doctor p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    margin-top: 2.1333333333vw;
  }
  main.p-profile .profile__staff .profile__staff--substaff {
    display: flex;
    flex-wrap: wrap;
    gap: 10.6666666667vw 4vw;
  }
  main.p-profile .profile__staff .profile__staff--substaff > div {
    width: 43.7333333333vw;
  }
  main.p-profile .profile__staff .profile__staff--substaff > div > div {
    width: 43.7333333333vw;
    height: 34.9333333333vw;
  }
  main.p-profile .profile__staff .profile__staff--substaff > div p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    margin-top: 2.1333333333vw;
  }
  main.p-flow .kv {
    width: 100%;
    height: 53.8666666667vw;
    margin-top: 6.4vw;
  }
  main.p-flow .kv img {
    width: 100%;
    height: 100%;
  }
  main.p-flow #menu .head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    height: 5.3333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 2.1333333333vw;
    padding-left: 6.4vw;
  }
  main.p-flow #menu .head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2.1333333333vw;
    height: 100%;
    border-radius: 26.6666666667vw;
    background-color: #008b93;
  }
  main.p-flow #menu .table .tr .th {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    justify-content: center;
    justify-content: left;
    width: 100%;
    height: auto;
    padding: 3.7333333333vw 4.2666666667vw 2.6666666667vw;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-flow #menu .table .tr .td span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
  main.p-flow #menu .remarks {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    margin-top: 4.2666666667vw;
    text-align: end;
    text-align: right;
  }
  main.p-access {
    padding-top: 10.6666666667vw !important;
  }
  main.p-access .page--contents:first-of-type {
    margin-top: 0;
  }
  main.p-access .company {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 8.5333333333vw;
  }
  main.p-access .company > div {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 6.4vw;
  }
  main.p-access .company > div .logo {
    width: 69.3333333333vw;
    height: 15.2vw;
    margin: 0 auto;
  }
  main.p-access .company > div p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
  }
  main.p-access .company > div .photo {
    width: 92.189436849vw;
    height: 63.4684773763vw;
  }
  main.p-access .reserve-button {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 6.4vw;
    gap: 4.8vw;
  }
  main.p-access .reserve-button > div img {
    width: 100%;
  }
  main.p-access .reserve-button .reserve-button--line {
    transition: 0.5s;
    border-radius: 1.8666666667vw;
  }
  main.p-access .reserve-button .reserve-button--line img {
    border-radius: 1.8666666667vw;
  }
  main.p-access .map iframe {
    width: 100%;
    height: 112vw;
  }
  main.p-access .businessHour {
    margin-top: 6.4vw;
  }
  main.p-access .businessHour > div {
    display: flex;
    align-items: center;
    padding: 4.2666666667vw 10.6666666667vw;
  }
  main.p-access .businessHour > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  main.p-access .businessHour > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92.8vw;
    padding: 0 6.4vw;
  }
  main.p-access .businessHour > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 100%;
  }
  main.p-access .businessHour .businessHour--head {
    display: flex;
    gap: 4.2666666667vw;
    color: #fff;
    background-color: #388997;
  }
  main.p-access .businessHour .businessHour--contents {
    display: flex;
    flex-flow: column;
    gap: 4.2666666667vw;
    background-color: #fff;
  }
  main.p-contact .contact-button {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin: 10.6666666667vw auto;
    gap: 3.2vw;
  }
  main.p-contact .contact-button a img {
    width: 80vw;
  }
  main.p-contact h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 7.4666666667vw;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 6.4vw;
    padding: 3.7333333333vw 3.2vw;
    text-align: center;
    text-align: center;
    color: #008b93;
    border-top: 0.2666666667vw solid #008b93;
    border-bottom: 0.2666666667vw solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-contact .contact-tel a {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 12.8vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.2666666667vw;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-contact .contact-tel a:before {
    content: "";
    width: 8vw;
    height: 10.6666666667vw;
    background-image: url(./assets/img/common/icon-tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.p-contact .contact-tel p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    text-align: center;
    text-align: center;
  }
  main.p-contact .contact-line {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
  main.p-contact .contact-line a {
    display: block;
    width: 91.4666666667vw;
    height: 34.9333333333vw;
    margin: 0 auto;
  }
  main.p-contact .contact-line a img {
    width: 100%;
    height: 100%;
  }
  main.p-contact .contact-step .step {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10.6666666667vw;
  }
  main.p-contact .contact-step .step > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.4666666667vw;
    line-height: 5.1973333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 42.6666666667vw;
    height: 11.7449523926vw;
    gap: 0.2666666667vw;
    text-align: center;
    text-align: center;
    color: #008b93;
    background-color: #d1e8e8;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-contact .contact-step .step > p > span {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 3.464vw;
    letter-spacing: 0;
    text-align: center;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-contact .contact-step .step > p.active {
    color: #fff;
    background-color: #008b93;
  }
  main.p-contact .contact-step .step > span {
    width: 6.4vw;
    height: 0.2666666667vw;
    background-color: #008b93;
  }
  main.p-contact #form-container {
    margin-top: 10.6666666667vw;
  }
  main.a-suisen {
    margin-top: 11.7333333333vw !important;
  }
  main.a-suisen ul.custom-post-list {
    display: flex;
    flex-flow: column;
    gap: 6.4vw;
  }
  main.a-suisen ul.custom-post-list li a {
    display: flex;
    flex-flow: column;
    padding: 5.3333333333vw 4.2666666667vw;
    gap: 6.4vw;
    pointer-events: none;
    border: 0.2666666667vw solid #009d85;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) {
    display: flex;
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) img {
    width: 100%;
    min-height: 32vw;
    height: 32vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) > div {
    display: flex;
    flex-flow: column;
    gap: 4.2666666667vw;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) > div h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    width: 100%;
    padding-bottom: 4.2666666667vw;
    color: #008b93;
    border-bottom: 0.2666666667vw solid #008b93;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-suisen ul.custom-post-list li a > div.content {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    padding: 4.2666666667vw;
    background: #faf5ee;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-suisen button#load-more {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91.4666666667vw;
    height: 16vw;
    margin: 6.4vw auto 0;
    gap: 2.6666666667vw;
    transition: 0.5s;
    color: #008b93;
    border: 0.2666666667vw solid #008b93;
    background-color: #fff;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-suisen button#load-more:after {
    content: "";
    width: 4.2666666667vw;
    height: 4.8vw;
    background-image: url(./assets/img/common/icon-arrow-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.a-voice ul.custom-post-list {
    display: flex;
    flex-flow: column;
    margin-top: 9.6vw;
    gap: 10.6666666667vw;
  }
  main.a-voice ul.custom-post-list li {
    width: 90.6666666667vw;
    min-width: 90.6666666667vw;
  }
  main.a-voice ul.custom-post-list li a {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    width: 90.6666666667vw;
    min-width: 90.6666666667vw;
    gap: 6.4vw;
  }
  main.a-voice ul.custom-post-list li a img {
    width: 90.6666666667vw;
    height: 50.9333333333vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main.a-voice ul.custom-post-list li a .post-meta {
    display: flex;
    flex-flow: column;
    gap: 2.1333333333vw;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-date {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    display: flex;
    gap: 1.0666666667vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-date:before {
    content: "";
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-image: url(./assets/img/common/icon-clock.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-category {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-category span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    padding: 2.1333333333vw 4.2666666667vw;
    color: #009d85;
    border: 0.2666666667vw solid #009d85;
    border-radius: 26.6666666667vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-voice .custom-pagination ul {
    display: flex;
    justify-content: center;
    margin-top: 16vw;
    gap: 2.1333333333vw;
    background-color: transparent;
    box-shadow: none !important;
  }
  main.a-voice .custom-pagination ul * {
    box-shadow: none !important;
  }
  main.a-voice .custom-pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8vw !important;
    min-width: 8vw !important;
    height: 8vw !important;
    min-height: 8vw !important;
    text-align: center;
    background-color: transparent;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-voice .custom-pagination ul li a {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0;
    padding: 0;
    color: #7a6756;
    background-color: #faf5ee;
    box-shadow: unset;
  }
  main.a-voice .custom-pagination ul li a.prev,
  main.a-voice .custom-pagination ul li a.next {
    background-color: transparent;
  }
  main.a-voice .custom-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0;
    padding: 0;
  }
  main.a-voice .custom-pagination ul li span.current {
    color: #fff;
    background-color: #7a6756;
  }
  main.a-voice .custom-pagination ul li:has(span:not(.current)) {
    background-color: transparent;
  }
  main.a-voice .custom-pagination ul li:has(span:not(.current)) span {
    color: #4a2f04;
    background-color: transparent;
  }
  main.s-voice > h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 150%;
    letter-spacing: 0;
    letter-spacing: 0;
    margin-top: 4.8vw;
    padding-bottom: 4.2666666667vw;
    color: rgb(0, 139, 147);
    border-bottom: 0.2666666667vw solid rgb(0, 139, 147);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content figure {
    width: 100%;
    margin: 10.6666666667vw 0 10.6666666667vw;
  }
  main.s-voice .content p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    letter-spacing: 0;
    margin: 6.4vw 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 160%;
    letter-spacing: 0;
    margin: 10.6666666667vw 0 6.4vw;
    color: rgb(0, 157, 133);
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  main.s-voice .content h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 6.4vw 0;
    gap: 6.4vw;
    color: rgb(0, 139, 147);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content h3:before {
    content: "";
    width: 10.6666666667vw;
    height: 0.2666666667vw;
    background-color: rgb(0, 139, 147);
  }
  .post-nav {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin: 21.3333333333vw auto 0;
    gap: 5.3333333333vw;
  }
  .post-nav > div a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91.4666666667vw;
    height: 16vw;
    gap: 2.1333333333vw;
    color: rgb(0, 139, 147);
    border: 0.2666666667vw solid rgb(0, 139, 147);
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  .post-nav > div.prev-post a::before {
    content: "";
    width: 4.4vw;
    height: 4.9302093506vw;
    background-image: url(./assets/img/common/icon-arrow-left.svg);
    background-size: contain;
  }
  .post-nav > div.next-post a::after {
    content: "";
    width: 4.4vw;
    height: 4.9302093506vw;
    background-image: url(./assets/img/common/icon-arrow-right.svg);
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms {
    height: 140.2666666667vw;
    background-image: url(./assets/img/p-symptoms/kv-bg-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper {
    position: relative;
    display: flex;
    align-items: baseline;
    flex-flow: column-reverse;
    justify-content: center;
    height: 100%;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .mv-message-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 384vw;
    height: 128.8vw;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left {
    position: relative;
    top: 34.6666666667vw;
    display: block;
    width: 90.6666666667vw;
    margin: 0 auto;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right {
    position: absolute;
    top: 53.3333333333vw;
    left: 50%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    transform: translateX(-50%);
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin: 0 auto;
    gap: 2.6666666667vw;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.0666666667vw;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 1.0666666667vw 2.1333333333vw;
    text-align: center;
    text-align: center;
    color: #fff;
    border-radius: 1.6vw;
    background: #008b93;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature p > span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.6666666667vw;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-align: center;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature > span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.1333333333vw;
    line-height: 12.8vw;
    letter-spacing: 0;
    text-align: center;
    text-align: center;
    color: #fff;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature img {
    width: 42.6666666667vw;
    height: 9.3333333333vw;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right > img {
    height: 8vw;
  }
  body:has(main.p-symptoms) main.p-symptoms {
    padding: 10.6666666667vw 0;
  }
  body:has(main.p-symptoms) main.p-symptoms > h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 150%;
    letter-spacing: 0;
    margin: 10.6666666667vw 0;
    margin-right: 4.2666666667vw;
    margin-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    color: #008b93;
    border-bottom: 0.2666666667vw solid #008b93;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms > h2 span {
    color: #feb849;
  }
  body:has(main.p-symptoms) main.p-symptoms > h2:first-of-type {
    margin-top: 0;
  }
  body:has(main.p-symptoms) main.p-symptoms .kaizen {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10.6666666667vw;
    margin-right: 4.2666666667vw;
    margin-left: 4.2666666667vw;
    gap: 6.4vw 6.1333333333vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .kaizen img {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries {
    width: 91.4666666667vw;
    margin-right: 4.2666666667vw;
    margin-left: 4.2666666667vw;
    padding: 9.6vw 4.2666666667vw;
    border-radius: 4.2666666667vw;
    background-color: #d1e8e8;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    padding: 9.6vw 3.2vw 9.6vw;
    gap: 4.2666666667vw;
    background-color: #fff;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul:before {
    content: "";
    position: absolute;
    top: -4.2666666667vw;
    width: 33.6vw;
    height: 8.5333333333vw;
    background-image: url(./assets/img/p-symptoms/clip.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul li {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding-bottom: 4.2666666667vw;
    gap: 6.4vw;
    border-bottom: 0.2666666667vw solid #d1e8e8;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul li:before {
    content: "";
    width: 6.4vw;
    min-width: 6.4vw;
    height: 6.4vw;
    min-height: 6.4vw;
    background-image: url(./assets/img/p-symptoms/list-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.p-symptoms) main.p-symptoms img.omakase {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 114.6666666667vw;
    margin-top: -2.6666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion {
    margin-right: 4.2666666667vw;
    margin-left: 4.2666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item {
    margin-top: 10.6666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item .head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4.2666666667vw 0;
    color: #fff;
    background-color: #008b93;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item .position {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    width: 100%;
    margin-top: 4.2666666667vw;
    padding-left: 6.4vw;
    color: #008b93;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item .name {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 2.1333333333vw auto 6.4vw;
    margin-top: 2.1333333333vw;
    gap: 4.2666666667vw;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item .name:before {
    content: "";
    width: 2.1333333333vw;
    height: 6.4vw;
    border-radius: 2.6666666667vw;
    background-color: #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div {
    display: flex;
    align-items: center;
    margin-top: 6.4vw;
    gap: 4.2666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div img {
    width: 32vw;
    height: 32vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .comment {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 55.2vw;
    padding: 6.4vw;
    border-radius: 2.6666666667vw;
    background-color: #d1e8e8;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .comment::before {
    content: "";
    position: absolute;
    left: -8vw;
    width: 0;
    height: 0;
    border: 4.8vw solid transparent;
    border-right-color: #d1e8e8;
  }
  body:has(main.p-symptoms) main.p-symptoms .banner-dvd-tv {
    width: 91.4666666667vw;
    height: 73.6vw;
    margin: 0 auto;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice {
    display: flex;
    flex-flow: column;
    padding: 0 4.2666666667vw;
    gap: 6.4vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item {
    display: flex;
    flex-flow: column;
    padding: 4.2666666667vw;
    gap: 4.2666666667vw;
    border: 0.2666666667vw solid #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div {
    display: flex;
    flex-flow: column;
    gap: 4.2666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div .head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    padding-bottom: 4.2666666667vw;
    color: #008b93;
    border-bottom: 0.2666666667vw solid #008b93;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div .age {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 1.0666666667vw;
    color: #7a6756;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div .content {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 40vw;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    -webkit-line-clamp: 6;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item figure {
    width: 82.9333333333vw;
    min-width: 82.9333333333vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content {
    width: 91.4666666667vw;
    margin: 0 auto;
    color: #fff;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 10.6666666667vw 0;
    gap: 4.2666666667vw;
    color: #333;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content h2:before {
    content: "";
    width: 2.1333333333vw;
    height: 6.4vw;
    border-radius: 2.6666666667vw;
    background-color: #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content img {
    width: 100%;
    margin: 4.2666666667vw 0;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0;
    margin: 6.4vw 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0;
    margin: 6.4vw 0;
    color: #333;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .banner-campaign {
    width: 91.4666666667vw;
    height: 53.3333333333vw;
    margin: 0 auto;
    margin-top: 10.6666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .access {
    display: flex;
    flex-flow: column;
    margin-top: 10.6666666667vw;
    padding: 6.4vw 4.2666666667vw;
    gap: 6.4vw;
    background-color: #d1e8e8;
  }
  body:has(main.p-symptoms) main.p-symptoms .access > div .time {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91.4666666667vw;
    height: 14.9333333333vw;
    text-align: center;
    color: #fff;
    background-color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access > div .parking {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91.4666666667vw;
    height: 14.9333333333vw;
    margin-top: 4.2666666667vw;
    text-align: center;
    color: #fff;
    background-color: #009d85;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access > div ul {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    display: flex;
    flex-flow: column;
    margin-top: 6.4vw;
    gap: 4.2666666667vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access .map {
    width: 26.6666666667%vw;
    height: 71.4666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .access .map iframe {
    width: 100%;
    height: 100%;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 21.3333333333vw;
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
    background: #f5efe7;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 4.2666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title:before {
    content: "";
    width: 85.6533203125vw;
    height: 12.9332682292vw;
    opacity: 1;
    background-image: url(./assets/img/p-home/reason-head.svg);
    background-repeat: no-repeat;
    background-size: contain;
    angle: 0 deg;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 2.1333333333vw;
    font-style: Bold;
    font-style: Bold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title > p img {
    width: 45.3333333333vw;
    height: 12.8vw;
    opacity: 1;
    angle: 0 deg;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title > p > span > span {
    font-size: 16vw;
    /* Firefox対応 (一部) */
    color: transparent;
    background: linear-gradient(150.25deg, #4a2f04 329.55%, #dacdbc 383.34%, #4a2f04 437.13%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* fallback */
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents {
    width: 100vw;
    padding: 6.4vw 4.2666666667vw;
    background-color: #f5efe7;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item {
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: space-between;
    padding: 6.1333333333vw 0;
    border-top: 0.2666666667vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item:first-of-type {
    border-top: 0;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item:last-of-type {
    border-bottom: 0;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div {
    display: flex;
    gap: 6.4vw;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > p {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 12.8vw;
    line-height: 12.8vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.4vw;
    min-width: 14.4vw;
    height: 16.5333333333vw;
    color: #fff;
    background: #feb849;
    font-style: Bold;
    leading-trim: NONE;
    clip-path: polygon(0% 23%, 50% 0%, 100% 23%, 100% 74%, 50% 100%, 0% 74%);
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div {
    display: flex;
    flex-flow: column;
    gap: 4.2666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div > h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    margin: 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item img {
    display: block;
    width: 100%;
    height: 60.9866666667vw;
    margin: 6.4vw auto;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper a {
    margin-top: 10.6666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen {
    margin-right: 4.2666666667vw;
    margin-left: 4.2666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list {
    display: flex;
    flex-flow: column;
    gap: 10.6666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a {
    display: flex;
    flex-flow: column;
    width: 91.4666666667vw;
    padding: 6.4vw;
    gap: 6.4vw;
    pointer-events: none;
    border: 0.2666666667vw solid #009d85;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) {
    display: flex;
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) > div {
    display: flex;
    flex-flow: column;
    gap: 4.2666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) > div h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 0;
    height: 100%;
    padding-bottom: 4.2666666667vw;
    color: #008b93;
    border-bottom: 0.2666666667vw solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div.content {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0;
    padding: 6.4vw;
    background: #faf5ee;
    font-style: Regular;
    leading-trim: NONE;
  }
  div:has(> .banner--tel.is-orange) {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4.2666666667vw auto 0;
    padding-bottom: 1.6vw;
    border-radius: 4.2666666667vw;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #d08712 50%, #d08712 100%);
  }
  div:has(> .banner--tel.is-orange) .banner--tel {
    position: relative;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91.4666666667vw;
    margin: 0 auto;
    padding: 6.4vw 0;
    transition: 0.5s;
    border-radius: 4.8vw;
    background-color: #feb849;
  }
  div:has(> .banner--tel.is-orange) .banner--tel * {
    filter: brightness(10);
  }
  div:has(> .banner--reserve) {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4.2666666667vw auto 0;
    padding-bottom: 1.6vw;
    border-radius: 4.2666666667vw;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #009d85 50%, #009d85 100%);
  }
  div:has(> .banner--reserve) .banner--reserve {
    position: relative;
    position: relative;
    z-index: 1;
    display: flex;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 91.4666666667vw;
    padding: 6.4vw 0;
    gap: 4.8vw;
    transition: 0.5s;
    border-radius: 4.8vw;
    background-color: #008b93;
  }
  div:has(> .banner--reserve) .banner--reserve img {
    width: 53.8666666667vw;
    height: 17.7808024089vw;
  }
  div:has(> .banner--reserve) .banner--reserve p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 2.1333333333vw;
    color: #fff;
    font-style: Bold;
    leading-trim: NONE;
  }
  div:has(> .banner--reserve) .banner--reserve p:before {
    content: "";
    width: 9.6vw;
    height: 7.4666666667vw;
    background-image: url(./assets/img/p-symptoms/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .cf7-form {
    font-family: Arial, sans-serif;
    color: #008b93;
    /* 見出しの文字色 */
    /* エラー時の入力項目 */
  }
  .cf7-form .form-contact,
  .cf7-form .form-reserve {
    display: flex;
    flex-flow: column;
    gap: 2.7777777778vw;
  }
  .cf7-form .form-contact > div,
  .cf7-form .form-reserve > div {
    display: flex;
    gap: 2.7777777778vw;
  }
  .cf7-form .form-contact > div > p:first-of-type,
  .cf7-form .form-reserve > div > p:first-of-type {
    display: flex;
    justify-content: space-between;
    width: 18.6111111111vw;
    min-width: 18.6111111111vw;
  }
  .cf7-form .form-contact > div > p:first-of-type.optional:after,
  .cf7-form .form-reserve > div > p:first-of-type.optional:after {
    font-weight: bold;
    content: "任意";
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 0.4166666667vw;
    padding: 0.1388888889vw 0.4166666667vw;
    color: #008b93;
    border: 0.0694444444vw solid #008b93;
    border-radius: 0.2777777778vw;
    background-color: #fff;
  }
  .cf7-form .form-contact > div > p:first-of-type.required:after,
  .cf7-form .form-reserve > div > p:first-of-type.required:after {
    font-weight: bold;
    content: "必須";
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 0.4166666667vw;
    padding: 0.1388888889vw 0.4166666667vw;
    color: #ff006e;
    border: 0.0694444444vw solid #ff006e;
    border-radius: 0.2777777778vw;
    background-color: #fff;
  }
  .cf7-form .form-contact > div > p:last-of-type,
  .cf7-form .form-reserve > div > p:last-of-type {
    width: 27.7777777778vw;
  }
  .cf7-form p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
    letter-spacing: 0;
    color: #333;
  }
  .cf7-form input,
  .cf7-form select,
  .cf7-form textarea {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5555555556vw;
    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    color: #008b93;
    border: 0.0694444444vw solid #008b93;
    border-radius: 0.2777777778vw;
    background-color: #d1e8e8;
  }
  .cf7-form input:focus,
  .cf7-form select:focus,
  .cf7-form textarea:focus {
    border-color: #06c;
    outline: none;
  }
  .cf7-form input ::-moz-placeholder, .cf7-form input ::-moz-placeholder, .cf7-form select ::-moz-placeholder, .cf7-form select ::-moz-placeholder, .cf7-form textarea ::-moz-placeholder, .cf7-form textarea ::-moz-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw !important;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input ::placeholder,
  .cf7-form input ::placeholder,
  .cf7-form select ::placeholder,
  .cf7-form select ::placeholder,
  .cf7-form textarea ::placeholder,
  .cf7-form textarea ::placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw !important;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input::-webkit-input-placeholder,
  .cf7-form select::-webkit-input-placeholder,
  .cf7-form textarea::-webkit-input-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input::-moz-placeholder,
  .cf7-form select::-moz-placeholder,
  .cf7-form textarea::-moz-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    opacity: 1;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input:-ms-input-placeholder,
  .cf7-form select:-ms-input-placeholder,
  .cf7-form textarea:-ms-input-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input:-moz-placeholder,
  .cf7-form select:-moz-placeholder,
  .cf7-form textarea:-moz-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form select {
    width: 16.6666666667vw;
  }
  .cf7-form .wpcf7-not-valid,
  .cf7-form input.wpcf7-not-valid,
  .cf7-form textarea.wpcf7-not-valid,
  .cf7-form select.wpcf7-not-valid {
    color: #bfbfbf !important;
    border-color: #ebb701 !important;
    background-color: #fff4e2 !important;
  }
  .cf7-form .wpcf7-not-valid::-webkit-input-placeholder,
  .cf7-form input.wpcf7-not-valid::-webkit-input-placeholder,
  .cf7-form textarea.wpcf7-not-valid::-webkit-input-placeholder,
  .cf7-form select.wpcf7-not-valid::-webkit-input-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    color: #bfbfbf !important;
  }
  .cf7-form label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .wpcf7-list-item:first-of-type {
    margin: 0;
  }
  .wpcf7-not-valid-tip {
    color: #ebb701;
  }
  .privacy {
    display: flex;
    width: 18.8888888889vw;
    margin: 2.7777777778vw auto;
    gap: 1.1111111111vw;
  }
  .privacy input {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .privacy a {
    text-decoration: underline;
    color: #008b93;
  }
  .form-submit {
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
    justify-content: center;
  }
  .form-submit input {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    width: 26.6666666667vw;
    height: 5.5555555556vw;
    margin: 0 auto;
    padding-top: 1.6666666667vw;
    padding-right: 5.5555555556vw;
    padding-bottom: 1.6666666667vw;
    padding-left: 5.5555555556vw;
    gap: 0.6944444444vw;
    color: #fff;
    border-radius: 6.9444444444vw;
    background-color: #008b93;
  }
  .division {
    display: flex;
    align-items: center;
    margin-bottom: 2.7777777778vw;
    gap: 2.7777777778vw;
  }
  .division > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
    width: 18.6111111111vw;
    min-width: 18.6111111111vw;
    color: #333;
  }
  .division > p.optional:after {
    font-weight: bold;
    content: "任意";
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 0.4166666667vw;
    padding: 0.1388888889vw 0.4166666667vw;
    color: #008b93;
    border: 0.0694444444vw solid #008b93;
    border-radius: 0.2777777778vw;
    background-color: #fff;
  }
  .division > p.required:after {
    font-weight: bold;
    content: "必須";
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 0.4166666667vw;
    padding: 0.1388888889vw 0.4166666667vw;
    color: #ff006e;
    border: 0.0694444444vw solid #ff006e;
    border-radius: 0.2777777778vw;
    background-color: #fff;
  }
  .division > div {
    display: flex;
    width: 27.7777777778vw;
    gap: 1.3888888889vw;
  }
  .division > div label {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  .division > div input[type=radio] {
    position: relative;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    margin-right: 0.5555555556vw;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    vertical-align: middle;
    border: 0.1388888889vw solid #008b93;
    border-radius: 50%;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .division > div input[type=radio]:checked {
    background-color: #fff;
  }
  .division > div input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #008b93;
  }
  .division > div input[type=radio]:focus {
    border-color: #06c;
    outline: none;
    box-shadow: 0 0 0.2083333333vw #06c;
  }
  .division > div input[type=radio].wpcf7-not-valid {
    border-color: #ebb701;
  }
  .division > div label {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .is-reserve {
    display: none;
  }
  .contact-confirm {
    margin-top: 5.5555555556vw;
    margin-bottom: 2.7777777778vw;
  }
  .contact-confirm .form-contact.self,
  .contact-confirm .form-reservation.self {
    border-top: 0.0694444444vw solid #d1e8e8;
  }
  .contact-confirm .form-contact > div,
  .contact-confirm .form-reservation > div {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 5.4166666667vw;
    gap: 4.1666666667vw;
    border-bottom: 0.0694444444vw solid #d1e8e8;
  }
  .contact-confirm .form-contact > div > p:first-of-type,
  .contact-confirm .form-reservation > div > p:first-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    width: 13.8888888889vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  .contact-confirm .form-contact > div > p:last-of-type,
  .contact-confirm .form-reservation > div > p:last-of-type {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  .contact-confirm .form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: 2.7777777778vw;
  }
  .contact-confirm .form-submit input {
    padding: 0;
  }
  .contact-thankyou {
    margin-top: 5.5555555556vw;
  }
  .contact-thankyou .message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    text-align: center;
    color: #009d85;
    font-style: Bold;
    leading-trim: NONE;
  }
  .contact-thankyou p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    max-width: 62.5vw;
    margin-top: 2.7777777778vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  .contact-thankyou a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.6666666667vw;
    height: 5.5555555556vw;
    margin: 0 auto;
    margin-top: 5.5555555556vw;
    color: #fff;
    border-radius: 6.9444444444vw;
    background: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body .is-sp {
    display: none !important;
  }
  body .is-sp.is-flex {
    display: none !important;
  }
  body .is-pc {
    display: block !important;
  }
  body .is-pc.is-flex {
    display: flex !important;
  }
  body img {
    display: block;
  }
  body a {
    transition: 0.5s;
    color: #000;
  }
  body a:hover {
    opacity: 0.7;
  }
  body:has(main.p-home) main {
    position: relative !important;
    z-index: -1;
    width: 100% !important;
  }
  body:has(main.p-home) main .contents--wrapper {
    max-width: 76.3888888889vw !important;
    margin: 0 auto;
  }
  body:has(main.p-home) aside {
    display: none;
  }
  body:not(:has(main.p-home)) main {
    margin: 0;
  }
  body:not(:has(main.p-home)) aside {
    margin-top: 0 !important;
  }
  header .header--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1111111111vw 5.5555555556vw;
  }
  header .header--wrapper .header__logo {
    width: 21.333334181vw;
    height: 4.8000001907vw;
  }
  header .header--wrapper .buttonArea {
    display: flex;
    align-items: center;
    gap: 3.3333333333vw;
  }
  .main--wrapper {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 82.6388888889vw;
    margin: 5.5555555556vw auto 0;
    transform: translateX(3.125vw);
  }
  main {
    width: 50vw !important;
  }
  aside {
    width: 23.6111111111vw !important;
  }
  .sidemenu--home {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.6111111111vw;
    height: 3.4722222222vw;
    gap: 0.5555555556vw;
    color: #fff;
    border: 0.0694444444vw solid #fff;
    border-radius: 0.2777777778vw;
    background-color: #feb849;
  }
  .sidemenu--home:before {
    content: "";
    width: 1.25vw;
    height: 1.25vw;
    background: url(./assets/img/aside/icon-home.svg) no-repeat;
    background-size: contain;
  }
  .sidemenu--home:after {
    content: "";
    position: absolute;
    top: 0.2083333333vw;
    right: 0.2083333333vw;
    bottom: 0.2083333333vw;
    left: 0.2083333333vw;
    border: 0.1388888889vw solid #fff;
    border-radius: 0.2083333333vw;
  }
  .sidemenu--wrapper {
    margin: 1.1111111111vw auto 2.7777777778vw;
  }
  .sidemenu--wrapper .sidemenu--head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.6111111111vw;
    height: 3.4722222222vw;
    gap: 0.5555555556vw;
    color: #fff;
    border-radius: 0.2777777778vw;
    background: linear-gradient(270deg, #c3debf 0%, #95cf8d 100%);
  }
  .sidemenu--wrapper .sidemenu--head:before {
    content: "";
    background-size: contain !important;
  }
  .sidemenu--wrapper .sidemenu--head.-menu:before {
    width: 1.4027786255vw;
    height: 1.1389160156vw;
    background: url(./assets/img/aside/icon-menu.svg) no-repeat;
  }
  .sidemenu--wrapper .sidemenu--head.-worries:before {
    width: 2.0694444444vw;
    height: 2.0763888889vw;
    background: url(./assets/img/aside/icon-worries.svg) no-repeat;
  }
  .sidemenu--wrapper .sidemenu--head.-info:before {
    width: 1.6788185967vw;
    height: 1.4791531033vw;
    background: url(./assets/img/aside/icon-info.svg) no-repeat;
  }
  .sidemenu--wrapper ul {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 1.1111111111vw 0.6944444444vw 0;
    gap: 0.5555555556vw;
  }
  .sidemenu--wrapper ul li a {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0.6944444444vw;
    transition: 0.5s;
    color: #7a6756;
    border: 0.0694444444vw solid transparent;
    background-color: #faf5ee;
  }
  .sidemenu--wrapper ul li a:after {
    content: "";
    position: absolute;
    right: 1.3888888889vw;
    width: 1.1458333333vw;
    height: 1.283908685vw;
    background-image: url(./assets/img/aside/icon-arrow-right.svg);
    background-size: contain;
  }
  .sidemenu--wrapper ul li a:hover {
    border: 0.0694444444vw solid #95cf8d;
  }
  .sidemenu--wrapper ul li a:hover:after {
    animation: fuwafuwa 1s linear infinite;
  }
  footer {
    margin-top: 5.5555555556vw;
    background: #f0f6f7;
  }
  footer .footer--wrapper {
    display: flex;
    width: 76.3888888889vw;
    margin: 0 auto;
    padding: 5.5555555556vw 0;
    gap: 3.2638888889vw;
  }
  footer .footer--wrapper > div {
    width: 47.6388888889vw;
  }
  footer .footer--wrapper > div .footer__logo {
    width: 23.8055589464vw;
    height: 5.2777777778vw;
  }
  footer .footer--wrapper > div .footer__company {
    display: flex;
    margin-top: 1.6666666667vw;
    gap: 2.7777777778vw;
  }
  footer .footer--wrapper > div .footer__company .footer__company--shop p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    margin-top: 1.1111111111vw;
  }
  footer .footer--wrapper > div .footer__company .footer__company--contact {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin-top: 1.6666666667vw;
    gap: 1.1111111111vw;
  }
  footer .footer--wrapper > div .businessHour {
    margin-top: 2.7777777778vw;
  }
  footer .footer--wrapper > div .businessHour > div {
    display: flex;
    align-items: center;
    padding: 0 4.5138888889vw;
  }
  footer .footer--wrapper > div .businessHour > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.4444444444vw;
    height: 3.375vw;
    padding: 0 1.6666666667vw;
    text-align: center;
  }
  footer .footer--wrapper > div .businessHour > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 24.1666666667vw;
    padding: 0 1.6666666667vw;
  }
  footer .footer--wrapper > div .businessHour > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 100%;
  }
  footer .footer--wrapper > div .businessHour .businessHour--head {
    color: #fff;
    background-color: #388997;
  }
  footer .footer--wrapper > div .businessHour .businessHour--head > p {
    border-right: 0.0694444444vw solid #fff;
  }
  footer .footer--wrapper > div .businessHour .businessHour--contents {
    background-color: #fff;
  }
  footer .footer--wrapper > .footer__map {
    width: 25.4861111111vw;
    height: 35.9027777778vw;
  }
  footer .footer--wrapper > .footer__map iframe {
    width: 100%;
    height: 100%;
  }
  footer .footer-menu {
    display: flex;
    justify-content: center;
    max-width: 11;
    margin: 0 auto;
    padding-top: 5.5555555556vw;
    padding-bottom: 11.1111111111vw;
    gap: 2.7777777778vw;
    background-color: #fff;
  }
  footer .footer-menu > div {
    position: relative;
    width: 23.6111111111vw;
  }
  footer .footer-menu .sidemenu--home {
    margin-bottom: 1.1111111111vw;
  }
  footer .footer-menu .sidemenu--wrapper {
    margin-top: 0;
  }
  footer .footer-menu .sidemenu--wrapper ul li a {
    flex-wrap: wrap;
  }
  footer .footer-menu .sidemenu--wrapper ul li a span {
    word-break: keep-all;
  }
  footer .copyright {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 0.9722222222vw;
    line-height: 0.9722222222vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6944444444vw 0;
    color: #fff;
    background-color: #388997;
  }
  .kv {
    background-image: url(./assets/img/common/bg-kv.png);
    background-attachment: fixed;
    background-size: contain;
  }
  .kv .kv--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.1666666667vw 0 5.7638888889vw;
    gap: 3.4722222222vw;
  }
  .kv .kv--wrapper .b-left {
    position: absolute;
    display: flex;
    flex-flow: column;
    gap: 1.25vw;
    transform: translate(-35.9722222222vw, 3.125vw);
  }
  .kv .kv--wrapper .b-left div {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 16.9027837118vw;
    height: 6.3888888889vw;
    padding: 1.6666666667vw 1.1111111111vw;
    text-align: center;
    color: #fff;
    border-radius: 0.4166666667vw;
    background: linear-gradient(315deg, #64a3ae 47.94%, #388997 47.94%);
  }
  .kv .kv--wrapper .b-left div p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
    letter-spacing: 0;
  }
  .kv .kv--wrapper .b-left div span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    text-align: center;
  }
  .kv .kv--wrapper .b-left div:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .kv .kv--wrapper .b-left div:nth-of-type(1):before {
    width: 3.6319441266vw;
    height: 2.9097217984vw;
    background-image: url(./assets/img/common/icon-open.svg);
    background-size: contain;
  }
  .kv .kv--wrapper .b-left div:nth-of-type(2):before {
    content: "";
    width: 3.2638894187vw;
    height: 3.354165819vw;
    background-image: url(./assets/img/common/icon-calender.svg);
    background-size: contain;
  }
  .kv .kv--wrapper .b-left div:nth-of-type(3):before {
    width: 2.6666667726vw;
    height: 2.6666662428vw;
    background-image: url(./assets/img/common/icon-parking.svg);
    background-size: contain;
  }
  .kv .kv--wrapper .b-center {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
  }
  .kv .kv--wrapper .b-center .kv__message--before {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 33.9466836717vw;
    height: 5.6779787276vw;
    gap: 0.4861111111vw;
    transform: translate(-2.1527777778vw, 0.7638888889vw);
    text-align: center;
    color: #fff;
    background-image: url(./assets/img/common/shape-balloon.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .kv .kv--wrapper .b-center .kv__message--before span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
    letter-spacing: 0;
    transform: translateY(-0.625vw);
  }
  .kv .kv--wrapper .b-center .kv__message--sub {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.9444444444vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    transform: translate(-2.4305555556vw, 1.3194444444vw);
    color: #7a6756;
  }
  .kv .kv--wrapper .b-center .kv__message--sub img {
    width: 15.8750004239vw;
    height: 4.4000000424vw;
  }
  .kv .kv--wrapper .b-center .kv__message--sub span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
    margin-left: 0.7638888889vw;
    color: transparent;
    background: linear-gradient(270deg, #6e5322 0%, #d5c175 50%, #6e5322 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .kv .kv--wrapper .b-center .kv__message--main {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.4444444444vw;
    line-height: 4.4444444444vw;
    letter-spacing: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-2.1527777778vw, 1.6666666667vw);
    text-align: center;
    color: transparent;
    background: linear-gradient(180deg, #388997 -3.98%, #91aeb7 49.26%, #007683 102.51%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .kv .kv--wrapper .b-center .kv__message--main img {
    width: 17.3263888889vw;
    height: 9.4722239176vw;
  }
  .kv .kv--wrapper .b-center .kv__message--after {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.2777777778vw 0;
    transform: translate(-2.2222222222vw, 2.2222222222vw);
  }
  .kv .kv--wrapper .b-center .kv__message--after::before, .kv .kv--wrapper .b-center .kv__message--after::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0.1388888889vw;
    background: linear-gradient(90.13deg, #4a2f04 22.72%, #dacdbc 50.27%, #4a2f04 77.82%);
  }
  .kv .kv--wrapper .b-center .kv__message--after::before {
    top: 0;
  }
  .kv .kv--wrapper .b-center .kv__message--after::after {
    bottom: 0;
  }
  .kv .kv--wrapper .b-center .kv__message--after p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.0833333333vw;
    line-height: 100%;
    letter-spacing: 0;
    color: #7a6756;
  }
  .kv .kv--wrapper .b-center .kv__message--after p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.5277777778vw;
    line-height: 100%;
    letter-spacing: 0;
  }
  .kv .kv--wrapper .b-right {
    position: absolute;
    transform: translate(30.1388888889vw, 2.6388888889vw);
  }
  .kv .kv--wrapper .b-right img {
    width: 34.1693602668vw;
    height: 37.6351377699vw;
  }
  .slider .slider--wrapper {
    margin-bottom: 0;
    padding: 2.7777777778vw 0 6.3888888889vw;
    background: linear-gradient(360deg, #fff 0%, #388997 100%);
  }
  .slider .slider--wrapper .slick-track {
    display: flex;
    gap: 4.4444444444vw;
  }
  .slider .slider--wrapper .slide {
    width: 31.2888887193vw !important;
    height: 17.6000001695vw;
  }
  .slider .slider--wrapper .slide img {
    width: 100%;
  }
  .slider .slick-dots {
    bottom: 2.4305555556vw;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    gap: 0.8333333333vw;
  }
  .slider .slick-dots li {
    margin: 0;
  }
  .slider .slick-dots li.slick-active button:before {
    color: #ebb701;
  }
  .slider .slick-dots li button {
    padding: 0;
  }
  .slider .slick-dots li button:before {
    font-size: 1.1111111111vw;
    color: #fff;
  }
  .slider2 {
    position: relative;
  }
  .slider2 .slider--wrapper {
    position: relative;
    z-index: -1;
    margin-top: -6.9444444444vw;
    margin-bottom: 0;
    padding: 8.0555555556vw 0 5.9027777778vw;
    background-color: #fff9e0;
  }
  .slider2 .slider--wrapper .slick-track {
    display: flex;
    gap: 1.6666666667vw;
  }
  .slider2 .slider--wrapper .slide {
    display: flex;
    flex-flow: column;
    width: 16.8055555556vw !important;
    gap: 1.1111111111vw;
  }
  .slider2 .slider--wrapper .slide img {
    width: 100%;
    height: 13.4027777778vw;
  }
  .slider2 .slider--wrapper .slide p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  .slider2 .slider--wrapper .slide .excert {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-style: Bold;
    -webkit-line-clamp: 6;
    leading-trim: NONE;
  }
  .slider2 .slick-prev {
    top: 15.2777777778vw;
    left: 5.5555555556vw;
  }
  .slider2 .slick-prev,
  .slider2 .slick-next {
    position: absolute;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    transform-origin: center;
  }
  .slider2 .slick-prev:before, .slider2 .slick-prev:after,
  .slider2 .slick-next:before,
  .slider2 .slick-next:after {
    content: none;
  }
  .slider2 .slick-next {
    top: 13.8888888889vw;
    right: 5.5555555556vw;
    transform: rotate(180deg);
  }
  .slider2 .slick-dots {
    bottom: 2.4305555556vw;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    gap: 0.8333333333vw;
  }
  .slider2 .slick-dots li {
    margin: 0;
  }
  .slider2 .slick-dots li.slick-active button:before {
    color: #ebb701;
  }
  .slider2 .slick-dots li button {
    padding: 0;
  }
  .slider2 .slick-dots li button:before {
    font-size: 1.1111111111vw;
    color: #fff;
  }
  .g-nav .g-nav--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6666666667vw 0;
    gap: 2.7777777778vw;
    box-shadow: 0 0.6944444444vw 1.0416666667vw 0 rgba(196, 196, 196, 0.2509803922);
  }
  .g-nav .g-nav--wrapper a.g-nav__item {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
  }
  .g-nav .g-nav--wrapper a.g-nav__item span {
    display: flex;
    align-items: center;
  }
  .g-nav .g-nav--wrapper a.g-nav__item:before {
    content: "";
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home {
    color: #7a6756;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    background-color: #7a6756;
    -webkit-mask-image: url(./assets/img/common/icon-home.svg);
            mask-image: url(./assets/img/common/icon-home.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home:hover {
    color: #388997;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home:hover:before {
    background-color: #388997;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-beginner {
    color: #000;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-beginner:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    background-color: #000;
    -webkit-mask-image: url(./assets/img/common/icon-beginner.svg);
            mask-image: url(./assets/img/common/icon-beginner.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-beginner:hover {
    color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-beginner:hover:before {
    background-color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-access {
    color: #000;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-access:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    background-color: #000;
    -webkit-mask-image: url(./assets/img/common/icon-access.svg);
            mask-image: url(./assets/img/common/icon-access.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-access:hover {
    color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-access:hover:before {
    background-color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-price {
    color: #000;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-price:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    background-color: #000;
    -webkit-mask-image: url(./assets/img/common/icon-price.svg);
            mask-image: url(./assets/img/common/icon-price.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-price:hover {
    color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-price:hover:before {
    background-color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-menu {
    color: #000;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-menu:before {
    width: 1.5277777778vw;
    height: 2.0833333333vw;
    background-color: #000;
    -webkit-mask-image: url(./assets/img/common/icon-menu.svg);
            mask-image: url(./assets/img/common/icon-menu.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-menu:hover {
    color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-menu:hover:before {
    background-color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-contact {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    height: 3.1944444444vw;
    transition: 0.5s;
    color: #388997;
    border-radius: 6.9444444444vw;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-contact:hover {
    padding: 0.5555555556vw 1.1111111111vw;
    color: #fff;
    border-radius: 6.9444444444vw;
    background-color: #388997;
  }
  .breadcrumb {
    display: flex;
    align-items: center;
    max-width: 100vw;
    margin: 0 auto;
    padding: 1.6666666667vw 11.8055555556vw;
    gap: 0.2777777778vw;
  }
  .breadcrumb a,
  .breadcrumb span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
  }
  .breadcrumb a {
    color: #ebb701;
  }
  .page-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.7777777778vw;
    line-height: 2.7777777778vw;
    letter-spacing: 0;
    padding: 1.6666666667vw 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(350deg, #64a3ae 47.94%, #388997 47.94%);
  }
  .page--contents {
    margin: 5.5555555556vw auto;
  }
  .page--contents h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    margin-bottom: 2.7777777778vw;
    padding-bottom: 1.1111111111vw;
    color: #008b93;
    border-bottom: 0.0694444444vw solid #008b93;
  }
  .page--contents h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    margin: 2.7777777778vw auto 1.6666666667vw;
    color: #009d85;
  }
  .page--contents p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
  }
  .page--contents .table {
    display: flex;
    flex-flow: column;
    margin: 2.7777777778vw auto;
    gap: 0.5555555556vw;
  }
  .page--contents .table .tr {
    display: flex;
    align-items: center;
    border: 0.0694444444vw solid #008b93;
  }
  .page--contents .table .tr .th {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.1944444444vw;
    height: 4.1666666667vw;
    padding: 0.6944444444vw;
    gap: 0.6944444444vw;
    color: #fff;
    background: #008b93;
  }
  .page--contents .table .tr .td {
    padding: 0 1.1111111111vw;
  }
  .page--contents .table .tr .td span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
    letter-spacing: 0;
    color: #008b93;
  }
  .page--contents h4 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.1666666667vw;
    margin: 2.7777777778vw auto;
    color: #fff;
    background: #ebb701;
  }
  .page--contents .step .step__item {
    display: flex;
  }
  .page--contents .step .step__item .step__item--no {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 8.3333333333vw;
    min-width: 8.3333333333vw;
    text-align: center;
    color: #388997;
    background: #d1e8e8;
  }
  .page--contents .step .step__item .step__item--no span {
    transform: translateY(2.0833333333vw);
  }
  .page--contents .step .step__item .step__item--no:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -4.1666666667vw;
    width: 0;
    height: 0;
    border-top: 4.1666666667vw solid #d1e8e8;
    border-right: 4.1666666667vw solid transparent;
    border-left: 4.1666666667vw solid transparent;
  }
  .page--contents .step .step__item > div {
    display: flex;
  }
  .page--contents .step .step__item > div .step__item--contents {
    margin: 0 0.9027777778vw 0 1.6666666667vw;
    padding-bottom: 2.7777777778vw;
  }
  .page--contents .step .step__item > div .step__item--contents .head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.5555555556vw;
    padding-left: 1.1111111111vw;
  }
  .page--contents .step .step__item > div .step__item--contents .head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.5555555556vw;
    height: 1.6666666667vw;
    border-radius: 6.9444444444vw;
    background-color: #008b93;
  }
  .page--contents .step .step__item > div .step__item--img {
    width: 6.9444444444vw;
    min-width: 6.9444444444vw;
    height: 6.9444444444vw;
    min-height: 6.9444444444vw;
  }
  .page--contents .step .step__item:nth-of-type(2) .step__item--no {
    color: #fff;
    background-color: #8abac2;
  }
  .page--contents .step .step__item:nth-of-type(2) .step__item--no:after {
    border-top: 4.1666666667vw solid #8abac2;
  }
  .page--contents .step .step__item:nth-of-type(3) .step__item--no {
    color: #fff;
    background-color: #64a3ae;
  }
  .page--contents .step .step__item:nth-of-type(3) .step__item--no:after {
    border-top: 4.1666666667vw solid #64a3ae;
  }
  .page--contents .step .step__item:nth-of-type(4) .step__item--no {
    color: #fff;
    background-color: #4a94a0;
  }
  .page--contents .step .step__item:nth-of-type(4) .step__item--no:after {
    border-top: 4.1666666667vw solid #4a94a0;
  }
  .page--contents .step .step__item:nth-of-type(5) .step__item--no {
    color: #fff;
    background-color: #388997;
  }
  .page--contents .step .step__item:nth-of-type(5) .step__item--no:after {
    content: none;
  }
  .page--contents .step .step__item:nth-of-type(5) .step__item--contents {
    padding-bottom: 0;
  }
  .button--tel {
    width: 20.6375100878vw;
    height: 4.4444444444vw;
  }
  .button--line {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    width: 17.3611111111vw;
    padding: 0.9722222222vw 1.1111111111vw 0.6944444444vw;
    gap: 1.1111111111vw;
    transition: 0.5s;
    color: #fff;
    border: 0.0694444444vw solid #fff;
    border-radius: 6.9444444444vw;
    background: var(--LINE, #06c755);
  }
  .button--line:before {
    content: "";
    width: 1.9583384196vw;
    height: 1.8741047382vw;
    background-image: url(./assets/img/common/icon-line.svg);
    background-size: contain;
  }
  .button--line:hover {
    opacity: 0.7;
  }
  .button--line p {
    display: flex;
    align-items: center;
  }
  .button--line p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
  }
  .button--line.is-big {
    display: flex;
    align-items: center;
    width: 19.6666666667vw;
    height: 3.8888888889vw;
  }
  .button--line.is-big p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .button--line.is-big p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .button--line.is-exbig {
    display: flex;
    align-items: center;
    width: 39.2638888889vw;
    height: 7.7777777778vw;
    margin: 0 auto;
    padding: 0.9722222222vw 2.1527777778vw 0.6944444444vw;
    gap: 2.3611111111vw;
  }
  .button--line.is-exbig:before {
    content: "";
    width: 3.9166768392vw;
    height: 3.7482094765vw;
  }
  .button--line.is-exbig p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .button--line.is-exbig p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 4.4444444444vw;
    line-height: 4.4444444444vw;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .banner--tel {
    display: flex;
    align-items: center;
    padding: 1.3888888889vw 2.7777777778vw 2.0833333333vw;
    gap: 1.25vw;
    background-color: #fff;
  }
  .banner--tel > p:not(.number) {
    display: flex;
    flex-flow: column;
    padding-bottom: 0.4166666667vw;
    color: #7a6756;
    border-bottom: 0.0694444444vw solid #333;
  }
  .banner--tel > p:not(.number) span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  .banner--tel > p:not(.number) span:first-of-type {
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
  }
  .banner--tel > p:not(.number) span:first-of-type:before, .banner--tel > p:not(.number) span:first-of-type:after {
    content: "";
    display: block;
    width: 3.6111111111vw;
    height: 0.0694444444vw;
    background-color: #333;
  }
  .banner--tel > p.number {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 0.2777777778vw;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  .banner--tel > p.number:before {
    content: "";
    width: 1.6791775492vw;
    height: 2.1848184533vw;
    opacity: 1;
    background-image: url(./assets/img/common/icon-tel-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    angle: 0 deg;
  }
  div:has(> .banner--tel.is-orange) {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.7777777778vw auto 0;
    padding-bottom: 0.4166666667vw;
    border-radius: 1.1111111111vw;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #d08712 50%, #d08712 100%);
  }
  div:has(> .banner--tel.is-orange) .banner--tel {
    position: relative;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41.6666666667vw;
    padding: 1.6666666667vw 0;
    transition: 0.5s;
    border-radius: 1.25vw;
    background-color: #feb849;
  }
  div:has(> .banner--tel.is-orange) .banner--tel:hover {
    transform: translateY(0.6944444444vw);
    opacity: 1;
  }
  div:has(> .banner--tel.is-orange) .banner--tel * {
    filter: brightness(10);
  }
  div:has(> .banner--reserve) {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.7777777778vw auto 0;
    padding-bottom: 0.4166666667vw;
    border-radius: 1.1111111111vw;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #009d85 50%, #009d85 100%);
  }
  div:has(> .banner--reserve) .banner--reserve {
    position: relative;
    position: relative;
    z-index: 1;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41.6666666667vw;
    padding: 1.6666666667vw 0;
    gap: 1.25vw;
    transition: 0.5s;
    border-radius: 1.25vw;
    background-color: #008b93;
  }
  div:has(> .banner--reserve) .banner--reserve:hover {
    transform: translateY(0.6944444444vw);
    opacity: 1;
  }
  div:has(> .banner--reserve) .banner--reserve img {
    width: 14.0277777778vw;
    height: 4.630417294vw;
  }
  div:has(> .banner--reserve) .banner--reserve p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
    color: #fff;
    font-style: Bold;
    leading-trim: NONE;
  }
  div:has(> .banner--reserve) .banner--reserve p:before {
    content: "";
    width: 2.5vw;
    height: 1.9444444444vw;
    background-image: url(./assets/img/p-symptoms/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contents--menu {
    display: flex;
    margin-bottom: 5.5555555556vw;
    gap: 1.0416666667vw;
  }
  .contents--menu > a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.9722222222vw;
    height: 4.1666666667vw;
    margin-top: 5.5555555556vw;
    gap: 0.5555555556vw;
    transition: 0.5s;
    color: #388997;
    border: 0.0694444444vw solid #008b93;
  }
  .contents--menu > a:after {
    content: "";
    width: 1.2769638167vw;
    height: 1.1388905843vw;
    background-image: url(./assets/img/p-profile/icon-arrow-down.svg);
    background-size: contain;
  }
  .contents--menu > a:hover {
    color: #fff;
    background-color: #008b93;
  }
  .contents--menu > a:hover:after {
    animation: fuwafuwa-down 1s linear infinite;
    filter: brightness(10);
  }
  .list {
    margin-top: 2.7777777778vw;
  }
  .list .list--head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1.1111111111vw;
  }
  .list .list--head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.5555555556vw;
    height: 1.6666666667vw;
    border-radius: 6.9444444444vw;
    background-color: #008b93;
  }
  .list ul {
    margin-top: 2.7777777778vw;
  }
  .list ul li {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
  }
  .list ul li::before {
    content: "";
    width: 1.1111111111vw;
    min-width: 1.1111111111vw;
    height: 1.1111111111vw;
    border-radius: 1.1111111111vw;
    background: #009d85;
  }
  main.p-home #home-menu .contents--wrapper {
    margin-top: 4.8611111111vw;
  }
  main.p-home #home-menu .contents--wrapper .contents--head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 55.5555555556vw;
    height: 10.9027777778vw;
    margin: 0 auto;
    padding-top: 1.3888888889vw;
    gap: 0.5555555556vw;
    opacity: 1;
    color: #fff;
    background-color: #008b93;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 68%);
    angle: 0 deg;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:before, main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:after {
    content: "";
    display: block;
    width: 2.0833333333vw;
    height: 0.2083333333vw;
    background-color: #fff;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:before {
    transform: rotate(60deg);
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:after {
    transform: rotate(-60deg);
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    text-align: center;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:last-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:last-of-type span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.7777777778vw;
    line-height: 2.7777777778vw;
    letter-spacing: 0;
    color: #fbef00;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8.0555555556vw;
    padding-top: 10.4166666667vw;
    padding-bottom: 9.9305555556vw;
    gap: 1.1111111111vw 1.9444444444vw;
    background: #d1e8e8;
    clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 50% 100%, 0% 94%);
  }
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 14.8756944444vw;
    height: 14.8756944444vw;
    padding-top: 1.4444444444vw;
    padding-right: 0.7222222222vw;
    padding-bottom: 0.9027777778vw;
    padding-bottom: 1.4444444444vw;
    padding-left: 0.7222222222vw;
    gap: 0.9027777778vw;
    opacity: 1;
    border: 0.0694444444vw solid #008b93;
    border-width: 0.0694444444vw;
    angle: 0 deg;
  }
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.2638888889vw;
    line-height: 130%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.4315278795vw;
    height: 4.1527777248vw;
    padding: 1.4444444444vw;
    gap: 0.9027777778vw;
    gap: 0.5555555556vw;
    opacity: 1;
    color: #fff;
    border: 0.0694444444vw solid #fff;
    border-width: 0.0902777778vw;
    border-radius: 9.0277777778vw;
    background-color: rgba(0, 139, 147, 0.8);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms a:before {
    content: "";
    width: 1.5277777778vw;
    min-width: 1.5277777778vw;
    height: 1.25vw;
    min-height: 1.25vw;
    background-image: url(./assets/img/common/icon-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.p-home #omoi {
    position: relative;
    z-index: -1;
  }
  main.p-home #omoi .contents--wrapper {
    position: relative;
    width: 76.3888888889vw;
    height: 50.1388888889vw;
    margin-top: -6.1111111111vw;
    background-image: url(./assets/img/p-home/omoi.png);
    background-size: contain;
  }
  main.p-home #omoi .contents--wrapper .message {
    position: absolute;
    top: 9.0277777778vw;
    left: 5.5555555556vw;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 32.9861111111vw;
    gap: 1.6666666667vw;
  }
  main.p-home #omoi .contents--wrapper .message .message-main {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    width: 32.9861111111vw;
    height: 16.9444444444vw;
    padding: 1.6666666667vw;
    padding: 1.6666666667vw;
    gap: 0.6944444444vw;
    text-align: justify;
    opacity: 1;
    border-radius: 0.5555555556vw;
    background-color: #fff;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #treatment .contents--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 5.5555555556vw;
    gap: 2.7777777778vw;
  }
  main.p-home #treatment .contents--wrapper .treatment--title {
    display: block;
    margin: 0 auto;
  }
  main.p-home #treatment .contents--wrapper .treatment--message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    width: 31.1111111111vw;
    height: 7.7777777778vw;
    padding-top: 1.6666666667vw;
    padding-right: 4.4444444444vw;
    padding-bottom: 1.6666666667vw;
    padding-left: 4.4444444444vw;
    gap: 0.5555555556vw;
    text-align: center;
    opacity: 1;
    color: #fff;
    border-radius: 6.9444444444vw;
    background: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
    angle: 0 deg;
  }
  main.p-home #treatment .contents--wrapper .treatment--message span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    color: #fbef00;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #treatment .contents--wrapper .treatment--image {
    width: 60.5763922797vw;
    height: 65.6458028158vw;
    opacity: 1;
    angle: 0 deg;
  }
  main.p-home #reason .contents--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 5.5555555556vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
    background: #f5efe7;
  }
  main.p-home #reason .contents--wrapper .reason--title {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 1.1111111111vw;
  }
  main.p-home #reason .contents--wrapper .reason--title:before {
    content: "";
    width: 22.3055521647vw;
    height: 3.3680386013vw;
    opacity: 1;
    background-image: url(./assets/img/p-home/reason-head.svg);
    background-repeat: no-repeat;
    background-size: contain;
    angle: 0 deg;
  }
  main.p-home #reason .contents--wrapper .reason--title > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #reason .contents--wrapper .reason--title > p img {
    width: 15.8750004239vw;
    height: 4.4000000424vw;
    opacity: 1;
    angle: 0 deg;
  }
  main.p-home #reason .contents--wrapper .reason--title > p > span > span {
    font-size: 4.1666666667vw;
    /* Firefox対応 (一部) */
    color: transparent;
    background: linear-gradient(150.25deg, #4a2f04 329.55%, #dacdbc 383.34%, #4a2f04 437.13%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* fallback */
  }
  main.p-home #reason .contents--wrapper .reason--contents {
    margin-top: 2.7777777778vw;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65.2777777778vw;
    padding: 1.5972222222vw 0;
    border-top: 0.0694444444vw solid #fff;
    border-bottom: 0.0694444444vw solid #fff;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div {
    display: flex;
    gap: 1.6666666667vw;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > p {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75vw;
    min-width: 3.75vw;
    height: 4.3055555556vw;
    color: #fff;
    background: #feb849;
    font-style: Bold;
    leading-trim: NONE;
    clip-path: polygon(0% 23%, 50% 0%, 100% 23%, 100% 74%, 50% 100%, 0% 74%);
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div {
    display: flex;
    flex-flow: column;
    gap: 1.1111111111vw;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div > h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div > h3 span {
    color: #008b93;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    width: 29.1666666667vw;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item img {
    display: block;
    width: 26.3888888889vw;
    height: 17.5694444444vw;
  }
  main.p-home #reason .contents--wrapper a {
    margin-top: 2.7777777778vw;
  }
  main.p-home #voice > div {
    margin-top: 5.2777777778vw;
  }
  main.p-home #voice > div > img {
    width: 50vw;
    margin: 0 auto;
  }
  main.p-home #banner .contents--wrapper {
    display: flex;
    flex-flow: column;
    margin-top: 5.5555555556vw;
    gap: 5.5555555556vw;
  }
  main.p-home #banner .contents--wrapper .is-small {
    width: 65.2777777778vw;
    margin: 0 auto;
  }
  main.p-home #greeting .contents--wrapper {
    margin: 0 auto;
    margin-top: 5.5555555556vw;
    padding: 1.25vw 5.5555555556vw 5.5555555556vw;
    background-image: url(./assets/img/p-home/bg-greeting.png);
  }
  main.p-home #greeting .contents--wrapper .greeting-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.7777777778vw;
    line-height: 2.7777777778vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 2.2916666667vw;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper .greeting-title:before, main.p-home #greeting .contents--wrapper .greeting-title:after {
    content: "";
    width: 16.6666666667vw;
    height: 0.7638888889vw;
    border-top: 0.0694444444vw solid #4a2f04;
    border-bottom: 0.0694444444vw solid #4a2f04;
  }
  main.p-home #greeting .contents--wrapper .greeting-message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    margin-top: 2.7777777778vw;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper > div {
    display: flex;
    margin-top: 2.7777777778vw;
    gap: 3.75vw;
  }
  main.p-home #greeting .contents--wrapper > div > div {
    display: flex;
    flex-flow: column;
    width: 22.6388888889vw;
    min-width: 22.6388888889vw;
    gap: 1.1111111111vw;
  }
  main.p-home #greeting .contents--wrapper > div > div .doctor {
    width: 22.6388888889vw;
    height: 26.875vw;
  }
  main.p-home #greeting .contents--wrapper > div > div .logo {
    display: block;
    width: 12.6666662428vw;
    height: 2.8500000636vw;
    margin: 0 auto;
  }
  main.p-home #greeting .contents--wrapper > div > div .name {
    margin: 0 auto;
    text-align: center;
    color: #7a6756;
  }
  main.p-home #greeting .contents--wrapper > div > div .name > span:first-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    display: flex;
    gap: 1.1111111111vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper > div > div .name > span:last-of-type {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    text-align: right;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper > div > .greeting-message-main {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper {
    margin: 0 auto;
    margin-top: 5.5555555556vw;
    padding: 5.5555555556vw;
    background-color: #f0f6f7;
  }
  main.p-home #recommend .contents--wrapper .recommend-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.7777777778vw;
    line-height: 2.7777777778vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 2.2916666667vw;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper .recommend-title:before, main.p-home #recommend .contents--wrapper .recommend-title:after {
    content: "";
    width: 16.6666666667vw;
    height: 0.7638888889vw;
    border-top: 0.0694444444vw solid #4a2f04;
    border-bottom: 0.0694444444vw solid #4a2f04;
  }
  main.p-home #recommend .contents--wrapper > div {
    display: flex;
    justify-content: space-between;
    margin-top: 2.7777777778vw;
  }
  main.p-home #recommend .contents--wrapper > div > div {
    display: flex;
    flex-flow: column;
    width: 37.7083333333vw;
    gap: 1.6666666667vw;
  }
  main.p-home #recommend .contents--wrapper > div > div .recommend-message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 2.5vw;
    letter-spacing: 0;
    padding-bottom: 1.1111111111vw;
    color: #008b93;
    border-bottom: 0.0694444444vw solid #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div > div .name {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    display: flex;
    gap: 1.6666666667vw;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div > div .name span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div > div ul li {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div img {
    width: 22.2222222222vw;
    height: 22.2222222222vw;
    background-size: cover;
  }
  main.p-home #recommend .contents--wrapper > p:not(.recommend-title) {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    margin-top: 2.7777777778vw;
    padding: 2.7777777778vw;
    background-color: #fff;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #banner-sns .contents--wrapper {
    margin-top: 5.5555555556vw;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5555555556vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head > span {
    display: flex;
    align-items: end;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head > span > span {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head:before, main.p-home #banner-sns .contents--wrapper .banner-head:after {
    content: "";
    display: block;
    width: 2.0833333333vw;
    height: 0.2083333333vw;
    background-color: #008b93;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head:before {
    transform: rotate(60deg);
  }
  main.p-home #banner-sns .contents--wrapper .banner-head:after {
    transform: rotate(-60deg);
  }
  main.p-home #banner-sns .contents--wrapper > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 2.7777777778vw;
    gap: 3.8194444444vw;
  }
  main.p-home #banner-sns .contents--wrapper > div img {
    width: 30.6944444444vw;
    height: auto;
  }
  main.p-first .page--contents:first-of-type {
    margin-top: 0;
  }
  main.p-first #greeting {
    display: flex;
    gap: 1.3888888889vw;
  }
  main.p-first #greeting img {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
  main.p-first #greeting .list {
    margin-top: 1.9444444444vw;
    margin-bottom: 1.6666666667vw;
  }
  main.p-first #greeting .list ul {
    display: flex;
    flex-flow: column;
    margin-top: 0;
    gap: 0.5555555556vw;
  }
  main.p-first #shop > div {
    display: flex;
    flex-wrap: wrap;
    gap: 2.7777777778vw;
  }
  main.p-first #shop > div img {
    width: 23.6111111111vw;
    height: 15.7638888889vw;
  }
  main.p-first #review > div {
    margin-top: 2.7777777778vw;
  }
  main.p-first #review > div .head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1.6666666667vw;
    margin-bottom: 0.5555555556vw;
    padding-left: 1.6666666667vw;
  }
  main.p-first #review > div .head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.5555555556vw;
    height: 1.6666666667vw;
    border-radius: 6.9444444444vw;
    background-color: #008b93;
  }
  main.p-first #review > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.6666666667vw;
    gap: 2.7777777778vw;
  }
  main.p-first #review > div > div img {
    width: 23.6111111111vw;
    height: 15.7638888889vw;
  }
  main.p-first #reason .reason--contents {
    width: 50vw;
    padding: 2.7777777778vw;
    background-color: #f5efe7;
  }
  main.p-first #reason .reason--contents .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5972222222vw 0;
    border-top: 0.0694444444vw solid #fff;
    border-bottom: 0.0694444444vw solid #fff;
  }
  main.p-first #reason .reason--contents .item > div {
    display: flex;
    gap: 1.6666666667vw;
  }
  main.p-first #reason .reason--contents .item > div > p {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75vw;
    min-width: 3.75vw;
    height: 4.3055555556vw;
    color: #fff;
    background: #feb849;
    font-style: Bold;
    leading-trim: NONE;
    clip-path: polygon(0% 23%, 50% 0%, 100% 23%, 100% 74%, 50% 100%, 0% 74%);
  }
  main.p-first #reason .reason--contents .item > div > div {
    display: flex;
    flex-flow: column;
    width: 20vw;
    gap: 1.1111111111vw;
  }
  main.p-first #reason .reason--contents .item > div > div > h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    margin: 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-first #reason .reason--contents .item > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-first #reason .reason--contents .item img {
    display: block;
    width: 17.3611111111vw;
    height: 17.3611111111vw;
  }
  main.p-menu ul {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 1.1111111111vw;
  }
  main.p-menu ul li a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.4722222222vw;
    padding: 0.6944444444vw 1.6666666667vw;
    transition: 0.5s;
    color: #7a6756;
    border-left: 0.2777777778vw solid #7a6756;
    background: #faf5ee;
  }
  main.p-menu ul li a:after {
    content: "";
    position: absolute;
    right: 1.6666666667vw;
    width: 1.1458333333vw;
    height: 1.283908685vw;
    background-image: url(./assets/img/p-menu/icon-arrow-right.svg);
    background-size: contain;
  }
  main.p-menu ul li a:hover {
    color: #fff;
    background-color: #7a6756;
  }
  main.p-menu ul li a:hover:after {
    animation: fuwafuwa 1s linear infinite;
    filter: brightness(10);
  }
  main.p-profile .profile {
    display: flex;
    gap: 2.0833333333vw;
  }
  main.p-profile .profile .profile__dr--main {
    width: 27.7777777778vw;
    height: 22.2222222222vw;
  }
  main.p-profile .profile .profile--position {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
  }
  main.p-profile .profile .profile--name {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    margin-top: 1.1111111111vw;
    padding-bottom: 1.1111111111vw;
    color: #388997;
    border-bottom: 0.0694444444vw solid #008b93;
  }
  main.p-profile .profile .profile__dr--sub {
    width: 20.1388888889vw;
    height: 14.375vw;
    margin-top: 1.4583333333vw;
  }
  main.p-profile #video iframe {
    width: 100%;
  }
  main.p-profile .profile__staff {
    display: flex;
    gap: 1.6666666667vw;
  }
  main.p-profile .profile__staff .profile__staff--doctor > div {
    width: 24.1666666667vw;
    height: 25.6944444444vw;
  }
  main.p-profile .profile__staff .profile__staff--doctor p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
  }
  main.p-profile .profile__staff .profile__staff--substaff {
    display: flex;
    flex-wrap: wrap;
    gap: 2.7777777778vw 1.3888888889vw;
  }
  main.p-profile .profile__staff .profile__staff--substaff > div {
    width: 11.3888888889vw;
  }
  main.p-profile .profile__staff .profile__staff--substaff > div > div {
    width: 11.3888888889vw;
    height: 9.0972222222vw;
  }
  main.p-profile .profile__staff .profile__staff--substaff > div p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    margin-top: 0.5555555556vw;
  }
  main.p-flow .kv {
    width: 100%;
    height: 25.4166666667vw;
  }
  main.p-flow .contents--menu {
    justify-content: space-between;
    gap: 0;
  }
  main.p-flow .contents--menu a {
    width: auto;
    padding: 0 1.1111111111vw;
  }
  main.p-flow #menu .head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.5555555556vw;
    padding-left: 1.1111111111vw;
  }
  main.p-flow #menu .head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.5555555556vw;
    height: 1.6666666667vw;
    border-radius: 6.9444444444vw;
    background-color: #008b93;
  }
  main.p-flow #menu .table .tr .th {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    justify-content: left;
    width: 27.7777777778vw !important;
    min-width: 27.7777777778vw !important;
    height: auto;
    padding: 1.6666666667vw 3.1944444444vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-flow #menu .table .tr .td span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
  }
  main.p-flow #menu .remarks {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    margin-top: 2.7777777778vw;
    text-align: end;
    text-align: right;
  }
  main.p-access .page--contents:first-of-type {
    margin-top: 0;
  }
  main.p-access .company {
    display: flex;
    gap: 2.2222222222vw;
  }
  main.p-access .company > div {
    display: flex;
    flex-flow: column;
    gap: 1.6666666667vw;
  }
  main.p-access .company > div .logo {
    width: 23.8055589464vw;
    height: 5.2777777778vw;
  }
  main.p-access .company > div p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
  }
  main.p-access .company > div .photo {
    width: 24.0076658461vw;
    height: 16.5282493167vw;
  }
  main.p-access .reserve-button {
    display: flex;
    justify-content: space-between;
    margin-top: 2.7777777778vw;
  }
  main.p-access .reserve-button > div {
    width: 24.3055555556vw;
  }
  main.p-access .reserve-button > div img {
    width: 100%;
  }
  main.p-access .reserve-button .reserve-button--line {
    transition: 0.5s;
    border-radius: 0.4861111111vw;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #008737 50%, #008737 100%);
  }
  main.p-access .reserve-button .reserve-button--line img {
    border-radius: 0.4861111111vw;
  }
  main.p-access .reserve-button .reserve-button--line:hover img {
    transform: translateY(0.6944444444vw);
  }
  main.p-access .map iframe {
    width: 100%;
    height: 29.1666666667vw;
  }
  main.p-access .businessHour {
    margin-top: 2.7777777778vw;
  }
  main.p-access .businessHour > div {
    display: flex;
    align-items: center;
    padding: 0 4.5138888889vw;
  }
  main.p-access .businessHour > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.4444444444vw;
    height: 3.375vw;
    padding: 0 1.6666666667vw;
    text-align: center;
  }
  main.p-access .businessHour > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 24.1666666667vw;
    padding: 0 1.6666666667vw;
  }
  main.p-access .businessHour > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 100%;
  }
  main.p-access .businessHour .businessHour--head {
    color: #fff;
    background-color: #388997;
  }
  main.p-access .businessHour .businessHour--head > p {
    border-right: 0.0694444444vw solid #fff;
  }
  main.p-access .businessHour .businessHour--contents {
    background-color: #fff;
  }
  main.p-contact h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    margin-bottom: 2.7777777778vw;
    padding: 1.6666666667vw 0;
    text-align: center;
    color: #008b93;
    border-top: 0.0694444444vw solid #008b93;
    border-bottom: 0.0694444444vw solid #008b93;
  }
  main.p-contact .contact-tel a {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 5.5555555556vw;
    line-height: 5.5555555556vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1111111111vw;
    color: #7a6756;
  }
  main.p-contact .contact-tel a:before {
    content: "";
    width: 3.3333333333vw;
    height: 4.3055555556vw;
    background-image: url(./assets/img/common/icon-tel.svg);
    background-size: contain;
  }
  main.p-contact .contact-tel p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    text-align: center;
    text-align: center;
  }
  main.p-contact .contact-line {
    margin-top: 5.5555555556vw;
    margin-bottom: 5.5555555556vw;
  }
  main.p-contact .contact-line a {
    display: block;
    width: 44.4444444444vw;
    height: 9.0972222222vw;
    margin: 0 auto;
    transition: 0.5s;
    border-radius: 0.5555555556vw;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #008737 50%, #008737 100%);
  }
  main.p-contact .contact-line a img {
    width: 44.4444444444vw;
    height: 8.4027777778vw;
  }
  main.p-contact .contact-line a:hover img {
    transform: translateY(0.6944444444vw);
  }
  main.p-contact .contact-step .step {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.p-contact .contact-step .step > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 11.1111111111vw;
    height: 4.6527777778vw;
    gap: 0.0694444444vw;
    text-align: center;
    color: #008b93;
    background-color: #d1e8e8;
  }
  main.p-contact .contact-step .step > p > span {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    text-align: center;
  }
  main.p-contact .contact-step .step > p.active {
    color: #fff;
    background-color: #008b93;
  }
  main.p-contact .contact-step .step > span {
    width: 1.6666666667vw;
    height: 0.0694444444vw;
    background-color: #008b93;
  }
  main.p-contact #form-container {
    margin-top: 5.5555555556vw;
  }
  @keyframes fuwafuwa {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-0.5555555556vw);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes fuwafuwa-down {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0.2777777778vw);
    }
    100% {
      transform: translateY(0);
    }
  }
  main.a-suisen ul.custom-post-list {
    display: flex;
    flex-flow: column;
    gap: 2.7777777778vw;
  }
  main.a-suisen ul.custom-post-list li a {
    display: flex;
    flex-flow: column;
    width: 50vw;
    padding: 2.7777777778vw;
    gap: 1.6666666667vw;
    pointer-events: none;
    border: 0.0694444444vw solid #009d85;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) {
    display: flex;
    gap: 1.3888888889vw;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) img {
    width: 8.3333333333vw;
    min-width: 8.3333333333vw;
    height: 8.3333333333vw;
    min-height: 8.3333333333vw;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) > div {
    display: flex;
    flex-flow: column;
    gap: 1.1111111111vw;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) > div h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    width: 34.7222222222vw;
    padding-bottom: 1.1111111111vw;
    color: #008b93;
    border-bottom: 0.0694444444vw solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-suisen ul.custom-post-list li a > div.content {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    padding: 1.6666666667vw;
    background: #faf5ee;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-suisen button#load-more {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.6666666667vw;
    height: 5.5555555556vw;
    margin: 5.5555555556vw auto 0;
    gap: 0.6944444444vw;
    transition: 0.5s;
    color: #008b93;
    border: 0.0694444444vw solid #008b93;
    background-color: #fff;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-suisen button#load-more:hover {
    background-color: #d1e8e8;
  }
  main.a-suisen button#load-more:hover:after {
    animation: fuwafuwa-down 1s linear infinite;
  }
  main.a-suisen button#load-more:after {
    content: "";
    width: 1.1111111111vw;
    height: 1.25vw;
    background-image: url(./assets/img/common/icon-arrow-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.a-voice ul.custom-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.7777777778vw;
  }
  main.a-voice ul.custom-post-list li {
    width: 23.6111111111vw;
    min-width: 23.6111111111vw;
  }
  main.a-voice ul.custom-post-list li a {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    width: 23.6111111111vw;
    min-width: 23.6111111111vw;
    gap: 1.6666666667vw;
  }
  main.a-voice ul.custom-post-list li a img {
    width: 23.6111111111vw;
    height: 13.2638888889vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main.a-voice ul.custom-post-list li a .post-meta {
    display: flex;
    flex-flow: column;
    gap: 0.5555555556vw;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-date {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    letter-spacing: 0;
    display: flex;
    gap: 0.2777777778vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-date:before {
    content: "";
    width: 0.9722222222vw;
    height: 0.9722222222vw;
    background-image: url(./assets/img/common/icon-clock.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-category {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5555555556vw;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-category span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    letter-spacing: 0;
    padding: 0.5555555556vw 1.1111111111vw;
    color: #009d85;
    border: 0.0694444444vw solid #009d85;
    border-radius: 6.9444444444vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-voice .custom-pagination ul {
    display: flex;
    justify-content: center;
    margin-top: 5.5555555556vw;
    gap: 1.1111111111vw;
    background-color: transparent;
    box-shadow: none !important;
  }
  main.a-voice .custom-pagination ul * {
    box-shadow: none !important;
  }
  main.a-voice .custom-pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7777777778vw !important;
    min-width: 2.7777777778vw !important;
    height: 2.7777777778vw !important;
    min-height: 2.7777777778vw !important;
    text-align: center;
    background-color: transparent;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-voice .custom-pagination ul li a {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0;
    padding: 0;
    color: #7a6756;
    background-color: #faf5ee;
    box-shadow: unset;
  }
  main.a-voice .custom-pagination ul li a.prev,
  main.a-voice .custom-pagination ul li a.next {
    background-color: transparent;
  }
  main.a-voice .custom-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0;
    padding: 0;
  }
  main.a-voice .custom-pagination ul li span.current {
    color: #fff;
    background-color: #7a6756;
  }
  main.a-voice .custom-pagination ul li:has(span:not(.current)) {
    background-color: transparent;
  }
  main.a-voice .custom-pagination ul li:has(span:not(.current)) span {
    color: #4a2f04;
    background-color: transparent;
  }
  main.s-voice > h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    padding-bottom: 1.1111111111vw;
    color: rgb(0, 139, 147);
    border-bottom: 0.0694444444vw solid rgb(0, 139, 147);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content figure {
    width: 100%;
    margin: 2.7777777778vw 0 5.5555555556vw;
  }
  main.s-voice .content p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 0.9722222222vw;
    line-height: 1.7361111111vw;
    letter-spacing: 0;
    margin: 1.6666666667vw 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    margin: 5.5555555556vw 0 1.6666666667vw;
    color: rgb(0, 157, 133);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 1.6666666667vw 0;
    gap: 1.6666666667vw;
    color: rgb(0, 139, 147);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content h3:before {
    content: "";
    width: 2.7777777778vw;
    height: 0.0694444444vw;
    background-color: rgb(0, 139, 147);
  }
  .post-nav {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin: 5.5555555556vw auto 0;
    gap: 2.7777777778vw;
  }
  .post-nav > div a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.6666666667vw;
    height: 5.5555555556vw;
    gap: 0.6944444444vw;
    color: rgb(0, 139, 147);
    border: 0.0694444444vw solid rgb(0, 139, 147);
    font-style: Bold;
    leading-trim: NONE;
  }
  .post-nav > div.prev-post a::before {
    content: "";
    width: 1.1458333333vw;
    height: 1.283908685vw;
    background-image: url(./assets/img/common/icon-arrow-left.svg);
  }
  .post-nav > div.next-post a::after {
    content: "";
    width: 1.1458333333vw;
    height: 1.283908685vw;
    background-image: url(./assets/img/common/icon-arrow-right.svg);
  }
  body:has(main.p-symptoms) .mv-symptoms {
    height: 33.5388888889vw;
    background-color: #f9e7cc;
    background-image: url(./assets/img/p-symptoms/mv-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 100%;
    gap: 3.4722222222vw;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .mv-message-main {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 33.5416666667vw;
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left {
    position: absolute;
    display: flex;
    flex-flow: column;
    margin-top: 5.5555555556vw;
    gap: 1.25vw;
    transform: translate(-35.9722222222vw, 0vw);
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 17.3611111111vw;
    height: 6.3888888889vw;
    padding: 1.6666666667vw 1.1111111111vw;
    gap: 0.3472222222vw;
    text-align: center;
    color: #fff;
    border-radius: 0.4166666667vw;
    background: linear-gradient(315deg, #64a3ae 47.94%, #388997 47.94%);
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:nth-of-type(2) {
    gap: 1.3888888889vw;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
    letter-spacing: 0;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    text-align: center;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:nth-of-type(1):before {
    width: 3.6319441266vw;
    height: 2.9097217984vw;
    background-image: url(./assets/img/common/icon-open.svg);
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:nth-of-type(2):before {
    content: "";
    width: 3.2638894187vw;
    height: 3.354165819vw;
    background-image: url(./assets/img/common/icon-calender.svg);
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:nth-of-type(3):before {
    width: 2.6666667726vw;
    height: 2.6666662428vw;
    background-image: url(./assets/img/common/icon-parking.svg);
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 25.6944444444vw;
    transform: translate(17.3611111111vw, 0vw);
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature {
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.5694444444vw;
    letter-spacing: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 3.9583333333vw;
    padding: 0 0.8333333333vw;
    text-align: center;
    color: #fff;
    border-radius: 0.4166666667vw;
    background: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature p > span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature > span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
    text-align: center;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature img {
    width: 11.1111111111vw;
    height: 2.4305555556vw;
  }
  body:has(main.p-symptoms) main.p-symptoms > h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    margin: 2.7777777778vw 0;
    padding-bottom: 1.1111111111vw;
    color: #008b93;
    border-bottom: 0.0694444444vw solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms > h2 span {
    color: #feb849;
  }
  body:has(main.p-symptoms) main.p-symptoms > h2:first-of-type {
    margin-top: 0;
  }
  body:has(main.p-symptoms) main.p-symptoms .kaizen {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.5555555556vw;
    gap: 2.1180555556vw 2.0833333333vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .kaizen img {
    width: 15.2777777778vw;
    height: 15.2777777778vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries {
    width: 100%;
    padding: 2.4305555556vw 2.7777777778vw;
    border-radius: 1.6666666667vw;
    background-color: #d1e8e8;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    padding: 6.6666666667vw 2.7777777778vw 5.9722222222vw;
    gap: 1.1111111111vw;
    background-color: #fff;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul:before {
    content: "";
    position: absolute;
    top: -1.3888888889vw;
    width: 12.5vw;
    height: 2.8415237533vw;
    background-image: url(./assets/img/p-symptoms/clip.svg);
    background-repeat: no-repeat;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul li {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding-bottom: 1.25vw;
    gap: 1.6666666667vw;
    border-bottom: 0.0694444444vw solid #d1e8e8;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul li:before {
    content: "";
    width: 1.6666666667vw;
    min-width: 1.6666666667vw;
    height: 1.6666666667vw;
    min-height: 1.6666666667vw;
    background-image: url(./assets/img/p-symptoms/list-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.p-symptoms) main.p-symptoms img.omakase {
    position: relative;
    z-index: 1;
    width: 50vw;
    height: 43.7847222222vw;
    margin-top: -4.8611111111vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion {
    margin-top: 4.1666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item {
    margin-top: 2.7777777778vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item .head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.1111111111vw 0;
    color: #fff;
    background-color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div {
    display: flex;
    margin-top: 1.6666666667vw;
    gap: 2.7777777778vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div img {
    width: 13.8888888889vw;
    height: 13.8888888889vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .position {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    letter-spacing: 0;
    width: 100%;
    padding-left: 1.6666666667vw;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .name {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 0.5555555556vw auto 1.6666666667vw;
    gap: 1.1111111111vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .name:before {
    content: "";
    width: 0.5555555556vw;
    height: 1.6666666667vw;
    border-radius: 0.6944444444vw;
    background-color: #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .comment {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 33.1944444444vw;
    padding: 1.6666666667vw;
    border-radius: 0.6944444444vw;
    background-color: #d1e8e8;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .comment::before {
    content: "";
    position: absolute;
    left: -2.0833333333vw;
    width: 0;
    height: 0;
    border: 1.25vw solid transparent;
    border-right-color: #d1e8e8;
  }
  body:has(main.p-symptoms) main.p-symptoms .banner-dvd-tv {
    width: 50vw;
    height: 39.1666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice {
    display: flex;
    flex-flow: column;
    gap: 1.6666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item {
    display: flex;
    padding: 2.7777777778vw;
    gap: 1.6666666667vw;
    border: 0.0694444444vw solid #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div {
    display: flex;
    flex-flow: column;
    gap: 1.1111111111vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div .head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    padding-bottom: 1.1111111111vw;
    color: #008b93;
    border-bottom: 0.0694444444vw solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div .age {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 0.2777777778vw;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div .content {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 0.9722222222vw;
    line-height: 1.7361111111vw;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 10.4166666667vw;
    font-style: Bold;
    -webkit-line-clamp: 6;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20.8333333333vw;
    height: 4.375vw;
    gap: 0.6944444444vw;
    color: #008b93;
    border: 0.0694444444vw solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div a:after {
    content: "";
    width: 1.1458333333vw;
    height: 1.283908685vw;
    transform: rotate(-90deg);
    background-image: url(./assets/img/common/icon-arrow-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item figure {
    width: 21.9444444444vw;
    min-width: 21.9444444444vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content {
    color: #fff;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 2.7777777778vw 0;
    gap: 1.1111111111vw;
    color: #333;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content h2:before {
    content: "";
    width: 0.5555555556vw;
    height: 1.6666666667vw;
    border-radius: 0.6944444444vw;
    background-color: #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content img {
    width: 100%;
    margin: 1.1111111111vw 0;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 0.9722222222vw;
    line-height: 1.7361111111vw;
    letter-spacing: 0;
    margin: 1.6666666667vw 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 0.9722222222vw;
    line-height: 1.7361111111vw;
    letter-spacing: 0;
    margin: 1.6666666667vw 0;
    color: #333;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access {
    display: flex;
    margin-top: 2.7777777778vw;
    padding: 2.7777777778vw 1.6666666667vw;
    gap: 1.6666666667vw;
    background-color: #d1e8e8;
  }
  body:has(main.p-symptoms) main.p-symptoms .access > div .time {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.8194444444vw;
    height: 3.8888888889vw;
    text-align: center;
    color: #fff;
    background-color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access > div .parking {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.8194444444vw;
    height: 3.8888888889vw;
    margin-top: 1.1111111111vw;
    text-align: center;
    color: #fff;
    background-color: #009d85;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access > div ul {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    display: flex;
    flex-flow: column;
    margin-top: 1.6666666667vw;
    gap: 1.1111111111vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access .map {
    width: 21.263885498vw;
    height: 18.6111111111vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .access .map iframe {
    width: 100%;
    height: 100%;
  }
  body:has(main.p-symptoms) main.p-symptoms .banner-campaign {
    width: 50vw;
    height: 29.0972222222vw;
    margin-top: 5.5555555556vw;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 5.5555555556vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
    background: #f5efe7;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 1.1111111111vw;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title:before {
    content: "";
    width: 22.3055521647vw;
    height: 3.3680386013vw;
    opacity: 1;
    background-image: url(./assets/img/p-home/reason-head.svg);
    background-repeat: no-repeat;
    background-size: contain;
    angle: 0 deg;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title > p img {
    width: 15.8750004239vw;
    height: 4.4000000424vw;
    opacity: 1;
    angle: 0 deg;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title > p > span > span {
    font-size: 4.1666666667vw;
    /* Firefox対応 (一部) */
    color: transparent;
    background: linear-gradient(150.25deg, #4a2f04 329.55%, #dacdbc 383.34%, #4a2f04 437.13%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* fallback */
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents {
    width: 100%;
    margin-top: 2.7777777778vw;
    padding: 0 2.7777777778vw;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.5972222222vw 0;
    border-top: 0.0694444444vw solid #fff;
    border-bottom: 0.0694444444vw solid #fff;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div {
    display: flex;
    gap: 1.6666666667vw;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > p {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75vw;
    min-width: 3.75vw;
    height: 4.3055555556vw;
    color: #fff;
    background: #feb849;
    font-style: Bold;
    leading-trim: NONE;
    clip-path: polygon(0% 23%, 50% 0%, 100% 23%, 100% 74%, 50% 100%, 0% 74%);
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div {
    display: flex;
    flex-flow: column;
    width: 18.75vw;
    gap: 1.1111111111vw;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div > h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div > h3 span {
    color: #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item figure {
    display: block;
    width: 17.3611111111vw;
    height: 17.3611111111vw;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper a {
    margin-top: 2.7777777778vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list {
    display: flex;
    flex-flow: column;
    gap: 2.7777777778vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a {
    display: flex;
    flex-flow: column;
    width: 50vw;
    padding: 2.7777777778vw;
    gap: 1.6666666667vw;
    pointer-events: none;
    border: 0.0694444444vw solid #009d85;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) {
    display: flex;
    gap: 1.3888888889vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) img {
    width: 8.3333333333vw;
    min-width: 8.3333333333vw;
    height: 8.3333333333vw;
    min-height: 8.3333333333vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) > div {
    display: flex;
    flex-flow: column;
    gap: 1.1111111111vw;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) > div h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0;
    width: 34.7222222222vw;
    padding-bottom: 1.1111111111vw;
    color: #008b93;
    border-bottom: 0.0694444444vw solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div.content {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    padding: 1.6666666667vw;
    background: #faf5ee;
    font-style: Regular;
    leading-trim: NONE;
  }
}
@media screen and (min-width: 1440px) {
  .cf7-form {
    font-family: Arial, sans-serif;
    color: #008b93;
    /* 見出しの文字色 */
    /* エラー時の入力項目 */
  }
  .cf7-form .form-contact,
  .cf7-form .form-reserve {
    display: flex;
    flex-flow: column;
    gap: 40px;
  }
  .cf7-form .form-contact > div,
  .cf7-form .form-reserve > div {
    display: flex;
    gap: 40px;
  }
  .cf7-form .form-contact > div > p:first-of-type,
  .cf7-form .form-reserve > div > p:first-of-type {
    display: flex;
    justify-content: space-between;
    width: 268px;
    min-width: 268px;
  }
  .cf7-form .form-contact > div > p:first-of-type.optional:after,
  .cf7-form .form-reserve > div > p:first-of-type.optional:after {
    font-weight: bold;
    content: "任意";
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 6px;
    padding: 2px 6px;
    color: #008b93;
    border: 1px solid #008b93;
    border-radius: 4px;
    background-color: #fff;
  }
  .cf7-form .form-contact > div > p:first-of-type.required:after,
  .cf7-form .form-reserve > div > p:first-of-type.required:after {
    font-weight: bold;
    content: "必須";
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 6px;
    padding: 2px 6px;
    color: #ff006e;
    border: 1px solid #ff006e;
    border-radius: 4px;
    background-color: #fff;
  }
  .cf7-form .form-contact > div > p:last-of-type,
  .cf7-form .form-reserve > div > p:last-of-type {
    width: 400px;
  }
  .cf7-form p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #333;
  }
  .cf7-form input,
  .cf7-form select,
  .cf7-form textarea {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    color: #008b93;
    border: 1px solid #008b93;
    border-radius: 4px;
    background-color: #d1e8e8;
  }
  .cf7-form input:focus,
  .cf7-form select:focus,
  .cf7-form textarea:focus {
    border-color: #06c;
    outline: none;
  }
  .cf7-form input ::-moz-placeholder, .cf7-form input ::-moz-placeholder, .cf7-form select ::-moz-placeholder, .cf7-form select ::-moz-placeholder, .cf7-form textarea ::-moz-placeholder, .cf7-form textarea ::-moz-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input ::placeholder,
  .cf7-form input ::placeholder,
  .cf7-form select ::placeholder,
  .cf7-form select ::placeholder,
  .cf7-form textarea ::placeholder,
  .cf7-form textarea ::placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input::-webkit-input-placeholder,
  .cf7-form select::-webkit-input-placeholder,
  .cf7-form textarea::-webkit-input-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input::-moz-placeholder,
  .cf7-form select::-moz-placeholder,
  .cf7-form textarea::-moz-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    opacity: 1;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input:-ms-input-placeholder,
  .cf7-form select:-ms-input-placeholder,
  .cf7-form textarea:-ms-input-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form input:-moz-placeholder,
  .cf7-form select:-moz-placeholder,
  .cf7-form textarea:-moz-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #008b93;
    font-style: Regular;
    leading-trim: NONE;
  }
  .cf7-form select {
    width: 240px;
  }
  .cf7-form .wpcf7-not-valid,
  .cf7-form input.wpcf7-not-valid,
  .cf7-form textarea.wpcf7-not-valid,
  .cf7-form select.wpcf7-not-valid {
    color: #bfbfbf !important;
    border-color: #ebb701 !important;
    background-color: #fff4e2 !important;
  }
  .cf7-form .wpcf7-not-valid::-webkit-input-placeholder,
  .cf7-form input.wpcf7-not-valid::-webkit-input-placeholder,
  .cf7-form textarea.wpcf7-not-valid::-webkit-input-placeholder,
  .cf7-form select.wpcf7-not-valid::-webkit-input-placeholder {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #bfbfbf !important;
  }
  .cf7-form label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .wpcf7-list-item:first-of-type {
    margin: 0;
  }
  .wpcf7-not-valid-tip {
    color: #ebb701;
  }
  .privacy {
    display: flex;
    width: 272px;
    margin: 40px auto;
    gap: 16px;
  }
  .privacy input {
    width: 16px;
    height: 16px;
  }
  .privacy a {
    text-decoration: underline;
    color: #008b93;
  }
  .form-submit {
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
    justify-content: center;
  }
  .form-submit input {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    width: 384px;
    height: 80px;
    margin: 0 auto;
    padding-top: 24px;
    padding-right: 80px;
    padding-bottom: 24px;
    padding-left: 80px;
    gap: 10px;
    color: #fff;
    border-radius: 100px;
    background-color: #008b93;
  }
  .division {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 40px;
  }
  .division > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
    width: 268px;
    min-width: 268px;
    color: #333;
  }
  .division > p.optional:after {
    font-weight: bold;
    content: "任意";
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 6px;
    padding: 2px 6px;
    color: #008b93;
    border: 1px solid #008b93;
    border-radius: 4px;
    background-color: #fff;
  }
  .division > p.required:after {
    font-weight: bold;
    content: "必須";
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 6px;
    padding: 2px 6px;
    color: #ff006e;
    border: 1px solid #ff006e;
    border-radius: 4px;
    background-color: #fff;
  }
  .division > div {
    display: flex;
    width: 400px;
    gap: 20px;
  }
  .division > div label {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  .division > div input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    vertical-align: middle;
    border: 2px solid #008b93;
    border-radius: 50%;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .division > div input[type=radio]:checked {
    background-color: #fff;
  }
  .division > div input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #008b93;
  }
  .division > div input[type=radio]:focus {
    border-color: #06c;
    outline: none;
    box-shadow: 0 0 3px #06c;
  }
  .division > div input[type=radio].wpcf7-not-valid {
    border-color: #ebb701;
  }
  .division > div label {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .is-reserve {
    display: none;
  }
  .contact-confirm {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .contact-confirm .form-contact.self,
  .contact-confirm .form-reservation.self {
    border-top: 1px solid #d1e8e8;
  }
  .contact-confirm .form-contact > div,
  .contact-confirm .form-reservation > div {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 78px;
    gap: 60px;
    border-bottom: 1px solid #d1e8e8;
  }
  .contact-confirm .form-contact > div > p:first-of-type,
  .contact-confirm .form-reservation > div > p:first-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    width: 200px;
    font-style: Bold;
    leading-trim: NONE;
  }
  .contact-confirm .form-contact > div > p:last-of-type,
  .contact-confirm .form-reservation > div > p:last-of-type {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  .contact-confirm .form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: 40px;
  }
  .contact-confirm .form-submit input {
    padding: 0;
  }
  .contact-thankyou {
    margin-top: 80px;
  }
  .contact-thankyou .message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    color: #009d85;
    font-style: Bold;
    leading-trim: NONE;
  }
  .contact-thankyou p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    max-width: 900px;
    margin-top: 40px;
    font-style: Regular;
    leading-trim: NONE;
  }
  .contact-thankyou a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 384px;
    height: 80px;
    margin: 0 auto;
    margin-top: 80px;
    color: #fff;
    border-radius: 100px;
    background: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body .is-sp {
    display: none !important;
  }
  body .is-sp.is-flex {
    display: none !important;
  }
  body .is-pc {
    display: block !important;
  }
  body .is-pc.is-flex {
    display: flex !important;
  }
  body img {
    display: block;
  }
  body a {
    transition: 0.5s;
    color: #000;
  }
  body a:hover {
    opacity: 0.7;
  }
  body:has(main.p-home) main {
    position: relative !important;
    z-index: -1;
    width: 100% !important;
  }
  body:has(main.p-home) main .contents--wrapper {
    max-width: 1100px !important;
    margin: 0 auto;
  }
  body:has(main.p-home) aside {
    display: none;
  }
  body:not(:has(main.p-home)) main {
    margin: 0;
  }
  body:not(:has(main.p-home)) aside {
    margin-top: 0 !important;
  }
  header .header--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 80px;
  }
  header .header--wrapper .header__logo {
    width: 307.200012207px;
    height: 69.1200027466px;
  }
  header .header--wrapper .buttonArea {
    display: flex;
    align-items: center;
    gap: 48px;
  }
  .main--wrapper {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 1190px;
    margin: 80px auto 0;
    transform: translateX(45px);
  }
  main {
    width: 720px !important;
  }
  aside {
    width: 340px !important;
  }
  .sidemenu--home {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 50px;
    gap: 8px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #feb849;
  }
  .sidemenu--home:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(./assets/img/aside/icon-home.svg) no-repeat;
    background-size: contain;
  }
  .sidemenu--home:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-radius: 3px;
  }
  .sidemenu--wrapper {
    margin: 16px auto 40px;
  }
  .sidemenu--wrapper .sidemenu--head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 50px;
    gap: 8px;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(270deg, #c3debf 0%, #95cf8d 100%);
  }
  .sidemenu--wrapper .sidemenu--head:before {
    content: "";
    background-size: contain !important;
  }
  .sidemenu--wrapper .sidemenu--head.-menu:before {
    width: 20.200012207px;
    height: 16.400390625px;
    background: url(./assets/img/aside/icon-menu.svg) no-repeat;
  }
  .sidemenu--wrapper .sidemenu--head.-worries:before {
    width: 29.8px;
    height: 29.9px;
    background: url(./assets/img/aside/icon-worries.svg) no-repeat;
  }
  .sidemenu--wrapper .sidemenu--head.-info:before {
    width: 24.174987793px;
    height: 21.2998046875px;
    background: url(./assets/img/aside/icon-info.svg) no-repeat;
  }
  .sidemenu--wrapper ul {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 16px 10px 0;
    gap: 8px;
  }
  .sidemenu--wrapper ul li a {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    transition: 0.5s;
    color: #7a6756;
    border: 1px solid transparent;
    background-color: #faf5ee;
  }
  .sidemenu--wrapper ul li a:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 16.5px;
    height: 18.4882850647px;
    background-image: url(./assets/img/aside/icon-arrow-right.svg);
    background-size: contain;
  }
  .sidemenu--wrapper ul li a:hover {
    border: 1px solid #95cf8d;
  }
  .sidemenu--wrapper ul li a:hover:after {
    animation: fuwafuwa 1s linear infinite;
  }
  footer {
    margin-top: 80px;
    background: #f0f6f7;
  }
  footer .footer--wrapper {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
    gap: 47px;
  }
  footer .footer--wrapper > div {
    width: 686px;
  }
  footer .footer--wrapper > div .footer__logo {
    width: 342.8000488281px;
    height: 76px;
  }
  footer .footer--wrapper > div .footer__company {
    display: flex;
    margin-top: 24px;
    gap: 40px;
  }
  footer .footer--wrapper > div .footer__company .footer__company--shop p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 16px;
  }
  footer .footer--wrapper > div .footer__company .footer__company--contact {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin-top: 24px;
    gap: 16px;
  }
  footer .footer--wrapper > div .businessHour {
    margin-top: 40px;
  }
  footer .footer--wrapper > div .businessHour > div {
    display: flex;
    align-items: center;
    padding: 0 65px;
  }
  footer .footer--wrapper > div .businessHour > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 48.6px;
    padding: 0 24px;
    text-align: center;
  }
  footer .footer--wrapper > div .businessHour > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 348px;
    padding: 0 24px;
  }
  footer .footer--wrapper > div .businessHour > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 100%;
  }
  footer .footer--wrapper > div .businessHour .businessHour--head {
    color: #fff;
    background-color: #388997;
  }
  footer .footer--wrapper > div .businessHour .businessHour--head > p {
    border-right: 1px solid #fff;
  }
  footer .footer--wrapper > div .businessHour .businessHour--contents {
    background-color: #fff;
  }
  footer .footer--wrapper > .footer__map {
    width: 367px;
    height: 517px;
  }
  footer .footer--wrapper > .footer__map iframe {
    width: 100%;
    height: 100%;
  }
  footer .footer-menu {
    display: flex;
    justify-content: center;
    max-width: 11;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 160px;
    gap: 40px;
    background-color: #fff;
  }
  footer .footer-menu > div {
    position: relative;
    width: 340px;
  }
  footer .footer-menu .sidemenu--home {
    margin-bottom: 16px;
  }
  footer .footer-menu .sidemenu--wrapper {
    margin-top: 0;
  }
  footer .footer-menu .sidemenu--wrapper ul li a {
    flex-wrap: wrap;
  }
  footer .footer-menu .sidemenu--wrapper ul li a span {
    word-break: keep-all;
  }
  footer .copyright {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    background-color: #388997;
  }
  .kv {
    background-image: url(./assets/img/common/bg-kv.png);
    background-attachment: fixed;
    background-size: contain;
  }
  .kv .kv--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 83px;
    gap: 50px;
  }
  .kv .kv--wrapper .b-left {
    position: absolute;
    display: flex;
    flex-flow: column;
    gap: 18px;
    transform: translate(-518px, 45px);
  }
  .kv .kv--wrapper .b-left div {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 243.4000854492px;
    height: 92px;
    padding: 24px 16px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(315deg, #64a3ae 47.94%, #388997 47.94%);
  }
  .kv .kv--wrapper .b-left div p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .kv .kv--wrapper .b-left div span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
  }
  .kv .kv--wrapper .b-left div:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .kv .kv--wrapper .b-left div:nth-of-type(1):before {
    width: 52.2999954224px;
    height: 41.8999938965px;
    background-image: url(./assets/img/common/icon-open.svg);
    background-size: contain;
  }
  .kv .kv--wrapper .b-left div:nth-of-type(2):before {
    content: "";
    width: 47.0000076294px;
    height: 48.299987793px;
    background-image: url(./assets/img/common/icon-calender.svg);
    background-size: contain;
  }
  .kv .kv--wrapper .b-left div:nth-of-type(3):before {
    width: 38.4000015259px;
    height: 38.3999938965px;
    background-image: url(./assets/img/common/icon-parking.svg);
    background-size: contain;
  }
  .kv .kv--wrapper .b-center {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
  }
  .kv .kv--wrapper .b-center .kv__message--before {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 488.832244873px;
    height: 81.7628936768px;
    gap: 7px;
    transform: translate(-31px, 11px);
    text-align: center;
    color: #fff;
    background-image: url(./assets/img/common/shape-balloon.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .kv .kv--wrapper .b-center .kv__message--before span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    transform: translateY(-9px);
  }
  .kv .kv--wrapper .b-center .kv__message--sub {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    transform: translate(-35px, 19px);
    color: #7a6756;
  }
  .kv .kv--wrapper .b-center .kv__message--sub img {
    width: 228.6000061035px;
    height: 63.3600006104px;
  }
  .kv .kv--wrapper .b-center .kv__message--sub span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    margin-left: 11px;
    color: transparent;
    background: linear-gradient(270deg, #6e5322 0%, #d5c175 50%, #6e5322 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .kv .kv--wrapper .b-center .kv__message--main {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-31px, 24px);
    text-align: center;
    color: transparent;
    background: linear-gradient(180deg, #388997 -3.98%, #91aeb7 49.26%, #007683 102.51%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .kv .kv--wrapper .b-center .kv__message--main img {
    width: 249.5px;
    height: 136.4000244141px;
  }
  .kv .kv--wrapper .b-center .kv__message--after {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0;
    transform: translate(-32px, 32px);
  }
  .kv .kv--wrapper .b-center .kv__message--after::before, .kv .kv--wrapper .b-center .kv__message--after::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: linear-gradient(90.13deg, #4a2f04 22.72%, #dacdbc 50.27%, #4a2f04 77.82%);
  }
  .kv .kv--wrapper .b-center .kv__message--after::before {
    top: 0;
  }
  .kv .kv--wrapper .b-center .kv__message--after::after {
    bottom: 0;
  }
  .kv .kv--wrapper .b-center .kv__message--after p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    color: #7a6756;
  }
  .kv .kv--wrapper .b-center .kv__message--after p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .kv .kv--wrapper .b-right {
    position: absolute;
    transform: translate(434px, 38px);
  }
  .kv .kv--wrapper .b-right img {
    width: 492.0387878418px;
    height: 541.9459838867px;
  }
  .slider .slider--wrapper {
    margin-bottom: 0;
    padding: 40px 0 92px;
    background: linear-gradient(360deg, #fff 0%, #388997 100%);
  }
  .slider .slider--wrapper .slick-track {
    display: flex;
    gap: 64px;
  }
  .slider .slider--wrapper .slide {
    width: 450.5599975586px !important;
    height: 253.4400024414px;
  }
  .slider .slider--wrapper .slide img {
    width: 100%;
  }
  .slider .slick-dots {
    bottom: 35px;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    gap: 12px;
  }
  .slider .slick-dots li {
    margin: 0;
  }
  .slider .slick-dots li.slick-active button:before {
    color: #ebb701;
  }
  .slider .slick-dots li button {
    padding: 0;
  }
  .slider .slick-dots li button:before {
    font-size: 16px;
    color: #fff;
  }
  .slider2 {
    position: relative;
  }
  .slider2 .slider--wrapper {
    position: relative;
    z-index: -1;
    margin-top: -100px;
    margin-bottom: 0;
    padding: 116px 0 85px;
    background-color: #fff9e0;
  }
  .slider2 .slider--wrapper .slick-track {
    display: flex;
    gap: 24px;
  }
  .slider2 .slider--wrapper .slide {
    display: flex;
    flex-flow: column;
    width: 242px !important;
    gap: 16px;
  }
  .slider2 .slider--wrapper .slide img {
    width: 100%;
    height: 193px;
  }
  .slider2 .slider--wrapper .slide p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  .slider2 .slider--wrapper .slide .excert {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-style: Bold;
    -webkit-line-clamp: 6;
    leading-trim: NONE;
  }
  .slider2 .slick-prev {
    top: 220px;
    left: 80px;
  }
  .slider2 .slick-prev,
  .slider2 .slick-next {
    position: absolute;
    width: 48px;
    height: 48px;
    transform-origin: center;
  }
  .slider2 .slick-prev:before, .slider2 .slick-prev:after,
  .slider2 .slick-next:before,
  .slider2 .slick-next:after {
    content: none;
  }
  .slider2 .slick-next {
    top: 200px;
    right: 80px;
    transform: rotate(180deg);
  }
  .slider2 .slick-dots {
    bottom: 35px;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    gap: 12px;
  }
  .slider2 .slick-dots li {
    margin: 0;
  }
  .slider2 .slick-dots li.slick-active button:before {
    color: #ebb701;
  }
  .slider2 .slick-dots li button {
    padding: 0;
  }
  .slider2 .slick-dots li button:before {
    font-size: 16px;
    color: #fff;
  }
  .g-nav .g-nav--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    gap: 40px;
    box-shadow: 0 10px 15px 0 rgba(196, 196, 196, 0.2509803922);
  }
  .g-nav .g-nav--wrapper a.g-nav__item {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .g-nav .g-nav--wrapper a.g-nav__item span {
    display: flex;
    align-items: center;
  }
  .g-nav .g-nav--wrapper a.g-nav__item:before {
    content: "";
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home {
    color: #7a6756;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home:before {
    width: 20px;
    height: 20px;
    background-color: #7a6756;
    -webkit-mask-image: url(./assets/img/common/icon-home.svg);
            mask-image: url(./assets/img/common/icon-home.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home:hover {
    color: #388997;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-home:hover:before {
    background-color: #388997;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-beginner {
    color: #000;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-beginner:before {
    width: 20px;
    height: 20px;
    background-color: #000;
    -webkit-mask-image: url(./assets/img/common/icon-beginner.svg);
            mask-image: url(./assets/img/common/icon-beginner.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-beginner:hover {
    color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-beginner:hover:before {
    background-color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-access {
    color: #000;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-access:before {
    width: 20px;
    height: 20px;
    background-color: #000;
    -webkit-mask-image: url(./assets/img/common/icon-access.svg);
            mask-image: url(./assets/img/common/icon-access.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-access:hover {
    color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-access:hover:before {
    background-color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-price {
    color: #000;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-price:before {
    width: 20px;
    height: 20px;
    background-color: #000;
    -webkit-mask-image: url(./assets/img/common/icon-price.svg);
            mask-image: url(./assets/img/common/icon-price.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-price:hover {
    color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-price:hover:before {
    background-color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-menu {
    color: #000;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-menu:before {
    width: 22px;
    height: 30px;
    background-color: #000;
    -webkit-mask-image: url(./assets/img/common/icon-menu.svg);
            mask-image: url(./assets/img/common/icon-menu.svg);
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-menu:hover {
    color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-menu:hover:before {
    background-color: #64a3ae;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-contact {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    height: 46px;
    transition: 0.5s;
    color: #388997;
    border-radius: 100px;
  }
  .g-nav .g-nav--wrapper a.g-nav__item.-contact:hover {
    padding: 8px 16px;
    color: #fff;
    border-radius: 100px;
    background-color: #388997;
  }
  .breadcrumb {
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 170px;
    gap: 4px;
  }
  .breadcrumb a,
  .breadcrumb span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .breadcrumb a {
    color: #ebb701;
  }
  .page-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    padding: 24px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(350deg, #64a3ae 47.94%, #388997 47.94%);
  }
  .page--contents {
    margin: 80px auto;
  }
  .page--contents h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 40px;
    padding-bottom: 16px;
    color: #008b93;
    border-bottom: 1px solid #008b93;
  }
  .page--contents h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 40px auto 24px;
    color: #009d85;
  }
  .page--contents p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .page--contents .table {
    display: flex;
    flex-flow: column;
    margin: 40px auto;
    gap: 8px;
  }
  .page--contents .table .tr {
    display: flex;
    align-items: center;
    border: 1px solid #008b93;
  }
  .page--contents .table .tr .th {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 60px;
    padding: 10px;
    gap: 10px;
    color: #fff;
    background: #008b93;
  }
  .page--contents .table .tr .td {
    padding: 0 16px;
  }
  .page--contents .table .tr .td span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #008b93;
  }
  .page--contents h4 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin: 40px auto;
    color: #fff;
    background: #ebb701;
  }
  .page--contents .step .step__item {
    display: flex;
  }
  .page--contents .step .step__item .step__item--no {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 120px;
    min-width: 120px;
    text-align: center;
    color: #388997;
    background: #d1e8e8;
  }
  .page--contents .step .step__item .step__item--no span {
    transform: translateY(30px);
  }
  .page--contents .step .step__item .step__item--no:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -60px;
    width: 0;
    height: 0;
    border-top: 60px solid #d1e8e8;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
  }
  .page--contents .step .step__item > div {
    display: flex;
  }
  .page--contents .step .step__item > div .step__item--contents {
    margin: 0 13px 0 24px;
    padding-bottom: 40px;
  }
  .page--contents .step .step__item > div .step__item--contents .head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 16px;
  }
  .page--contents .step .step__item > div .step__item--contents .head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 24px;
    border-radius: 100px;
    background-color: #008b93;
  }
  .page--contents .step .step__item > div .step__item--img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }
  .page--contents .step .step__item:nth-of-type(2) .step__item--no {
    color: #fff;
    background-color: #8abac2;
  }
  .page--contents .step .step__item:nth-of-type(2) .step__item--no:after {
    border-top: 60px solid #8abac2;
  }
  .page--contents .step .step__item:nth-of-type(3) .step__item--no {
    color: #fff;
    background-color: #64a3ae;
  }
  .page--contents .step .step__item:nth-of-type(3) .step__item--no:after {
    border-top: 60px solid #64a3ae;
  }
  .page--contents .step .step__item:nth-of-type(4) .step__item--no {
    color: #fff;
    background-color: #4a94a0;
  }
  .page--contents .step .step__item:nth-of-type(4) .step__item--no:after {
    border-top: 60px solid #4a94a0;
  }
  .page--contents .step .step__item:nth-of-type(5) .step__item--no {
    color: #fff;
    background-color: #388997;
  }
  .page--contents .step .step__item:nth-of-type(5) .step__item--no:after {
    content: none;
  }
  .page--contents .step .step__item:nth-of-type(5) .step__item--contents {
    padding-bottom: 0;
  }
  .button--tel {
    width: 297.1801452637px;
    height: 64px;
  }
  .button--line {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 14px 16px 10px;
    gap: 16px;
    transition: 0.5s;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    background: var(--LINE, #06c755);
  }
  .button--line:before {
    content: "";
    width: 28.2000732422px;
    height: 26.9871082306px;
    background-image: url(./assets/img/common/icon-line.svg);
    background-size: contain;
  }
  .button--line:hover {
    opacity: 0.7;
  }
  .button--line p {
    display: flex;
    align-items: center;
  }
  .button--line p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .button--line.is-big {
    display: flex;
    align-items: center;
    width: 283.2px;
    height: 56px;
  }
  .button--line.is-big p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .button--line.is-big p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .button--line.is-exbig {
    display: flex;
    align-items: center;
    width: 565.4px;
    height: 112px;
    margin: 0 auto;
    padding: 14px 31px 10px;
    gap: 34px;
  }
  .button--line.is-exbig:before {
    content: "";
    width: 56.4001464844px;
    height: 53.9742164612px;
  }
  .button--line.is-exbig p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .button--line.is-exbig p span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  .banner--tel {
    display: flex;
    align-items: center;
    padding: 20px 40px 30px;
    gap: 18px;
    background-color: #fff;
  }
  .banner--tel > p:not(.number) {
    display: flex;
    flex-flow: column;
    padding-bottom: 6px;
    color: #7a6756;
    border-bottom: 1px solid #333;
  }
  .banner--tel > p:not(.number) span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  .banner--tel > p:not(.number) span:first-of-type {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .banner--tel > p:not(.number) span:first-of-type:before, .banner--tel > p:not(.number) span:first-of-type:after {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    background-color: #333;
  }
  .banner--tel > p.number {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  .banner--tel > p.number:before {
    content: "";
    width: 24.1801567078px;
    height: 31.4613857269px;
    opacity: 1;
    background-image: url(./assets/img/common/icon-tel-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    angle: 0 deg;
  }
  div:has(> .banner--tel.is-orange) {
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0;
    padding-bottom: 6px;
    border-radius: 16px;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #d08712 50%, #d08712 100%);
  }
  div:has(> .banner--tel.is-orange) .banner--tel {
    position: relative;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    padding: 24px 0;
    transition: 0.5s;
    border-radius: 18px;
    background-color: #feb849;
  }
  div:has(> .banner--tel.is-orange) .banner--tel:hover {
    transform: translateY(10px);
    opacity: 1;
  }
  div:has(> .banner--tel.is-orange) .banner--tel * {
    filter: brightness(10);
  }
  div:has(> .banner--reserve) {
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0;
    padding-bottom: 6px;
    border-radius: 16px;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #009d85 50%, #009d85 100%);
  }
  div:has(> .banner--reserve) .banner--reserve {
    position: relative;
    position: relative;
    z-index: 1;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    padding: 24px 0;
    gap: 18px;
    transition: 0.5s;
    border-radius: 18px;
    background-color: #008b93;
  }
  div:has(> .banner--reserve) .banner--reserve:hover {
    transform: translateY(10px);
    opacity: 1;
  }
  div:has(> .banner--reserve) .banner--reserve img {
    width: 202px;
    height: 66.6780090332px;
  }
  div:has(> .banner--reserve) .banner--reserve p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-style: Bold;
    leading-trim: NONE;
  }
  div:has(> .banner--reserve) .banner--reserve p:before {
    content: "";
    width: 36px;
    height: 28px;
    background-image: url(./assets/img/p-symptoms/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contents--menu {
    display: flex;
    margin-bottom: 80px;
    gap: 15px;
  }
  .contents--menu > a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 60px;
    margin-top: 80px;
    gap: 8px;
    transition: 0.5s;
    color: #388997;
    border: 1px solid #008b93;
  }
  .contents--menu > a:after {
    content: "";
    width: 18.3882789612px;
    height: 16.4000244141px;
    background-image: url(./assets/img/p-profile/icon-arrow-down.svg);
    background-size: contain;
  }
  .contents--menu > a:hover {
    color: #fff;
    background-color: #008b93;
  }
  .contents--menu > a:hover:after {
    animation: fuwafuwa-down 1s linear infinite;
    filter: brightness(10);
  }
  .list {
    margin-top: 40px;
  }
  .list .list--head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 16px;
  }
  .list .list--head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 24px;
    border-radius: 100px;
    background-color: #008b93;
  }
  .list ul {
    margin-top: 40px;
  }
  .list ul li {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .list ul li::before {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #009d85;
  }
  main.p-home #home-menu .contents--wrapper {
    margin-top: 70px;
  }
  main.p-home #home-menu .contents--wrapper .contents--head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 800px;
    height: 157px;
    margin: 0 auto;
    padding-top: 20px;
    gap: 8px;
    opacity: 1;
    color: #fff;
    background-color: #008b93;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 68%);
    angle: 0 deg;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:before, main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:before {
    transform: rotate(60deg);
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type:after {
    transform: rotate(-60deg);
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:first-of-type span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:last-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--head > span:last-of-type span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    color: #fbef00;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -116px;
    padding-top: 150px;
    padding-bottom: 143px;
    gap: 16px 28px;
    background: #d1e8e8;
    clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 50% 100%, 0% 94%);
  }
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 214.21px;
    height: 214.21px;
    padding-top: 20.8px;
    padding-right: 10.4px;
    padding-bottom: 13px;
    padding-bottom: 20.8px;
    padding-left: 10.4px;
    gap: 13px;
    opacity: 1;
    border: 1px solid #008b93;
    border-width: 1px;
    angle: 0 deg;
  }
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 18.2px;
    line-height: 130%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 193.4140014648px;
    height: 59.7999992371px;
    padding: 20.8px;
    gap: 13px;
    gap: 8px;
    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
    border-width: 1.3px;
    border-radius: 130px;
    background-color: rgba(0, 139, 147, 0.8);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #home-menu .contents--wrapper .contents--content .symptoms a:before {
    content: "";
    width: 22px;
    min-width: 22px;
    height: 18px;
    min-height: 18px;
    background-image: url(./assets/img/common/icon-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.p-home #omoi {
    position: relative;
    z-index: -1;
  }
  main.p-home #omoi .contents--wrapper {
    position: relative;
    width: 1100px;
    height: 722px;
    margin-top: -88px;
    background-image: url(./assets/img/p-home/omoi.png);
    background-size: contain;
  }
  main.p-home #omoi .contents--wrapper .message {
    position: absolute;
    top: 130px;
    left: 80px;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 475px;
    gap: 24px;
  }
  main.p-home #omoi .contents--wrapper .message .message-main {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    width: 475px;
    height: 244px;
    padding: 24px;
    padding: 24px;
    gap: 10px;
    text-align: justify;
    opacity: 1;
    border-radius: 8px;
    background-color: #fff;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #treatment .contents--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 80px;
    gap: 40px;
  }
  main.p-home #treatment .contents--wrapper .treatment--title {
    display: block;
    margin: 0 auto;
  }
  main.p-home #treatment .contents--wrapper .treatment--message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    line-height: 30px;
    letter-spacing: 0;
    width: 448px;
    height: 112px;
    padding-top: 24px;
    padding-right: 64px;
    padding-bottom: 24px;
    padding-left: 64px;
    gap: 8px;
    text-align: center;
    opacity: 1;
    color: #fff;
    border-radius: 100px;
    background: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
    angle: 0 deg;
  }
  main.p-home #treatment .contents--wrapper .treatment--message span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fbef00;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #treatment .contents--wrapper .treatment--image {
    width: 872.3000488281px;
    height: 945.2995605469px;
    opacity: 1;
    angle: 0 deg;
  }
  main.p-home #reason .contents--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5efe7;
  }
  main.p-home #reason .contents--wrapper .reason--title {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 16px;
  }
  main.p-home #reason .contents--wrapper .reason--title:before {
    content: "";
    width: 321.1999511719px;
    height: 48.4997558594px;
    opacity: 1;
    background-image: url(./assets/img/p-home/reason-head.svg);
    background-repeat: no-repeat;
    background-size: contain;
    angle: 0 deg;
  }
  main.p-home #reason .contents--wrapper .reason--title > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #reason .contents--wrapper .reason--title > p img {
    width: 228.6000061035px;
    height: 63.3600006104px;
    opacity: 1;
    angle: 0 deg;
  }
  main.p-home #reason .contents--wrapper .reason--title > p > span > span {
    font-size: 60px;
    /* Firefox対応 (一部) */
    color: transparent;
    background: linear-gradient(150.25deg, #4a2f04 329.55%, #dacdbc 383.34%, #4a2f04 437.13%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* fallback */
  }
  main.p-home #reason .contents--wrapper .reason--contents {
    margin-top: 40px;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 940px;
    padding: 23px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div {
    display: flex;
    gap: 24px;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > p {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    min-width: 54px;
    height: 62px;
    color: #fff;
    background: #feb849;
    font-style: Bold;
    leading-trim: NONE;
    clip-path: polygon(0% 23%, 50% 0%, 100% 23%, 100% 74%, 50% 100%, 0% 74%);
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div {
    display: flex;
    flex-flow: column;
    gap: 16px;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div > h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div > h3 span {
    color: #008b93;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    width: 420px;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #reason .contents--wrapper .reason--contents .item img {
    display: block;
    width: 380px;
    height: 253px;
  }
  main.p-home #reason .contents--wrapper a {
    margin-top: 40px;
  }
  main.p-home #voice > div {
    margin-top: 76px;
  }
  main.p-home #voice > div > img {
    width: 720px;
    margin: 0 auto;
  }
  main.p-home #banner .contents--wrapper {
    display: flex;
    flex-flow: column;
    margin-top: 80px;
    gap: 80px;
  }
  main.p-home #banner .contents--wrapper .is-small {
    width: 940px;
    margin: 0 auto;
  }
  main.p-home #greeting .contents--wrapper {
    margin: 0 auto;
    margin-top: 80px;
    padding: 18px 80px 80px;
    background-image: url(./assets/img/p-home/bg-greeting.png);
  }
  main.p-home #greeting .contents--wrapper .greeting-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 33px;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper .greeting-title:before, main.p-home #greeting .contents--wrapper .greeting-title:after {
    content: "";
    width: 240px;
    height: 11px;
    border-top: 1px solid #4a2f04;
    border-bottom: 1px solid #4a2f04;
  }
  main.p-home #greeting .contents--wrapper .greeting-message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 40px;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper > div {
    display: flex;
    margin-top: 40px;
    gap: 54px;
  }
  main.p-home #greeting .contents--wrapper > div > div {
    display: flex;
    flex-flow: column;
    width: 326px;
    min-width: 326px;
    gap: 16px;
  }
  main.p-home #greeting .contents--wrapper > div > div .doctor {
    width: 326px;
    height: 387px;
  }
  main.p-home #greeting .contents--wrapper > div > div .logo {
    display: block;
    width: 182.3999938965px;
    height: 41.0400009155px;
    margin: 0 auto;
  }
  main.p-home #greeting .contents--wrapper > div > div .name {
    margin: 0 auto;
    text-align: center;
    color: #7a6756;
  }
  main.p-home #greeting .contents--wrapper > div > div .name > span:first-of-type {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    gap: 16px;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper > div > div .name > span:last-of-type {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: right;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #greeting .contents--wrapper > div > .greeting-message-main {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper {
    margin: 0 auto;
    margin-top: 80px;
    padding: 80px;
    background-color: #f0f6f7;
  }
  main.p-home #recommend .contents--wrapper .recommend-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 33px;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper .recommend-title:before, main.p-home #recommend .contents--wrapper .recommend-title:after {
    content: "";
    width: 240px;
    height: 11px;
    border-top: 1px solid #4a2f04;
    border-bottom: 1px solid #4a2f04;
  }
  main.p-home #recommend .contents--wrapper > div {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  main.p-home #recommend .contents--wrapper > div > div {
    display: flex;
    flex-flow: column;
    width: 543px;
    gap: 24px;
  }
  main.p-home #recommend .contents--wrapper > div > div .recommend-message {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    padding-bottom: 16px;
    color: #008b93;
    border-bottom: 1px solid #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div > div .name {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    gap: 24px;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div > div .name span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div > div ul li {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #recommend .contents--wrapper > div img {
    width: 320px;
    height: 320px;
    background-size: cover;
  }
  main.p-home #recommend .contents--wrapper > p:not(.recommend-title) {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 40px;
    padding: 40px;
    background-color: #fff;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-home #banner-sns .contents--wrapper {
    margin-top: 80px;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head > span {
    display: flex;
    align-items: end;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head > span > span {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head:before, main.p-home #banner-sns .contents--wrapper .banner-head:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #008b93;
  }
  main.p-home #banner-sns .contents--wrapper .banner-head:before {
    transform: rotate(60deg);
  }
  main.p-home #banner-sns .contents--wrapper .banner-head:after {
    transform: rotate(-60deg);
  }
  main.p-home #banner-sns .contents--wrapper > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
    gap: 55px;
  }
  main.p-home #banner-sns .contents--wrapper > div img {
    width: 442px;
    height: auto;
  }
  main.p-first .page--contents:first-of-type {
    margin-top: 0;
  }
  main.p-first #greeting {
    display: flex;
    gap: 20px;
  }
  main.p-first #greeting img {
    width: 240px;
    height: 240px;
  }
  main.p-first #greeting .list {
    margin-top: 28px;
    margin-bottom: 24px;
  }
  main.p-first #greeting .list ul {
    display: flex;
    flex-flow: column;
    margin-top: 0;
    gap: 8px;
  }
  main.p-first #shop > div {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  main.p-first #shop > div img {
    width: 340px;
    height: 227px;
  }
  main.p-first #review > div {
    margin-top: 40px;
  }
  main.p-first #review > div .head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    margin-bottom: 8px;
    padding-left: 24px;
  }
  main.p-first #review > div .head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 24px;
    border-radius: 100px;
    background-color: #008b93;
  }
  main.p-first #review > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 40px;
  }
  main.p-first #review > div > div img {
    width: 340px;
    height: 227px;
  }
  main.p-first #reason .reason--contents {
    width: 720px;
    padding: 40px;
    background-color: #f5efe7;
  }
  main.p-first #reason .reason--contents .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  main.p-first #reason .reason--contents .item > div {
    display: flex;
    gap: 24px;
  }
  main.p-first #reason .reason--contents .item > div > p {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    min-width: 54px;
    height: 62px;
    color: #fff;
    background: #feb849;
    font-style: Bold;
    leading-trim: NONE;
    clip-path: polygon(0% 23%, 50% 0%, 100% 23%, 100% 74%, 50% 100%, 0% 74%);
  }
  main.p-first #reason .reason--contents .item > div > div {
    display: flex;
    flex-flow: column;
    width: 288px;
    gap: 16px;
  }
  main.p-first #reason .reason--contents .item > div > div > h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-first #reason .reason--contents .item > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.p-first #reason .reason--contents .item img {
    display: block;
    width: 250px;
    height: 250px;
  }
  main.p-menu ul {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 16px;
  }
  main.p-menu ul li a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 10px 24px;
    transition: 0.5s;
    color: #7a6756;
    border-left: 4px solid #7a6756;
    background: #faf5ee;
  }
  main.p-menu ul li a:after {
    content: "";
    position: absolute;
    right: 24px;
    width: 16.5px;
    height: 18.4882850647px;
    background-image: url(./assets/img/p-menu/icon-arrow-right.svg);
    background-size: contain;
  }
  main.p-menu ul li a:hover {
    color: #fff;
    background-color: #7a6756;
  }
  main.p-menu ul li a:hover:after {
    animation: fuwafuwa 1s linear infinite;
    filter: brightness(10);
  }
  main.p-profile .profile {
    display: flex;
    gap: 30px;
  }
  main.p-profile .profile .profile__dr--main {
    width: 400px;
    height: 320px;
  }
  main.p-profile .profile .profile--position {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }
  main.p-profile .profile .profile--name {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 16px;
    padding-bottom: 16px;
    color: #388997;
    border-bottom: 1px solid #008b93;
  }
  main.p-profile .profile .profile__dr--sub {
    width: 290px;
    height: 207px;
    margin-top: 21px;
  }
  main.p-profile #video iframe {
    width: 100%;
  }
  main.p-profile .profile__staff {
    display: flex;
    gap: 24px;
  }
  main.p-profile .profile__staff .profile__staff--doctor > div {
    width: 348px;
    height: 370px;
  }
  main.p-profile .profile__staff .profile__staff--doctor p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }
  main.p-profile .profile__staff .profile__staff--substaff {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  main.p-profile .profile__staff .profile__staff--substaff > div {
    width: 164px;
  }
  main.p-profile .profile__staff .profile__staff--substaff > div > div {
    width: 164px;
    height: 131px;
  }
  main.p-profile .profile__staff .profile__staff--substaff > div p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 8px;
  }
  main.p-flow .kv {
    width: 100%;
    height: 366px;
  }
  main.p-flow .contents--menu {
    justify-content: space-between;
    gap: 0;
  }
  main.p-flow .contents--menu a {
    width: auto;
    padding: 0 16px;
  }
  main.p-flow #menu .head {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 16px;
  }
  main.p-flow #menu .head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 24px;
    border-radius: 100px;
    background-color: #008b93;
  }
  main.p-flow #menu .table .tr .th {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    justify-content: left;
    width: 400px !important;
    min-width: 400px !important;
    height: auto;
    padding: 24px 46px;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.p-flow #menu .table .tr .td span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
  }
  main.p-flow #menu .remarks {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 40px;
    text-align: end;
    text-align: right;
  }
  main.p-access .page--contents:first-of-type {
    margin-top: 0;
  }
  main.p-access .company {
    display: flex;
    gap: 32px;
  }
  main.p-access .company > div {
    display: flex;
    flex-flow: column;
    gap: 24px;
  }
  main.p-access .company > div .logo {
    width: 342.8000488281px;
    height: 76px;
  }
  main.p-access .company > div p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }
  main.p-access .company > div .photo {
    width: 345.7103881836px;
    height: 238.0067901611px;
  }
  main.p-access .reserve-button {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  main.p-access .reserve-button > div {
    width: 350px;
  }
  main.p-access .reserve-button > div img {
    width: 100%;
  }
  main.p-access .reserve-button .reserve-button--line {
    transition: 0.5s;
    border-radius: 7px;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #008737 50%, #008737 100%);
  }
  main.p-access .reserve-button .reserve-button--line img {
    border-radius: 7px;
  }
  main.p-access .reserve-button .reserve-button--line:hover img {
    transform: translateY(10px);
  }
  main.p-access .map iframe {
    width: 100%;
    height: 420px;
  }
  main.p-access .businessHour {
    margin-top: 40px;
  }
  main.p-access .businessHour > div {
    display: flex;
    align-items: center;
    padding: 0 65px;
  }
  main.p-access .businessHour > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 48.6px;
    padding: 0 24px;
    text-align: center;
  }
  main.p-access .businessHour > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 348px;
    padding: 0 24px;
  }
  main.p-access .businessHour > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 100%;
  }
  main.p-access .businessHour .businessHour--head {
    color: #fff;
    background-color: #388997;
  }
  main.p-access .businessHour .businessHour--head > p {
    border-right: 1px solid #fff;
  }
  main.p-access .businessHour .businessHour--contents {
    background-color: #fff;
  }
  main.p-contact h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 40px;
    padding: 24px 0;
    text-align: center;
    color: #008b93;
    border-top: 1px solid #008b93;
    border-bottom: 1px solid #008b93;
  }
  main.p-contact .contact-tel a {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #7a6756;
  }
  main.p-contact .contact-tel a:before {
    content: "";
    width: 48px;
    height: 62px;
    background-image: url(./assets/img/common/icon-tel.svg);
    background-size: contain;
  }
  main.p-contact .contact-tel p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    text-align: center;
  }
  main.p-contact .contact-line {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  main.p-contact .contact-line a {
    display: block;
    width: 640px;
    height: 131px;
    margin: 0 auto;
    transition: 0.5s;
    border-radius: 8px;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #008737 50%, #008737 100%);
  }
  main.p-contact .contact-line a img {
    width: 640px;
    height: 121px;
  }
  main.p-contact .contact-line a:hover img {
    transform: translateY(10px);
  }
  main.p-contact .contact-step .step {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.p-contact .contact-step .step > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 160px;
    height: 67px;
    gap: 1px;
    text-align: center;
    color: #008b93;
    background-color: #d1e8e8;
  }
  main.p-contact .contact-step .step > p > span {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
  }
  main.p-contact .contact-step .step > p.active {
    color: #fff;
    background-color: #008b93;
  }
  main.p-contact .contact-step .step > span {
    width: 24px;
    height: 1px;
    background-color: #008b93;
  }
  main.p-contact #form-container {
    margin-top: 80px;
  }
  @keyframes fuwafuwa {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-8px);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes fuwafuwa-down {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(4px);
    }
    100% {
      transform: translateY(0);
    }
  }
  main.a-suisen ul.custom-post-list {
    display: flex;
    flex-flow: column;
    gap: 40px;
  }
  main.a-suisen ul.custom-post-list li a {
    display: flex;
    flex-flow: column;
    width: 720px;
    padding: 40px;
    gap: 24px;
    pointer-events: none;
    border: 1px solid #009d85;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) {
    display: flex;
    gap: 20px;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) img {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) > div {
    display: flex;
    flex-flow: column;
    gap: 16px;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) > div h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    width: 500px;
    padding-bottom: 16px;
    color: #008b93;
    border-bottom: 1px solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-suisen ul.custom-post-list li a > div:not(.content) > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-suisen ul.custom-post-list li a > div.content {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    padding: 24px;
    background: #faf5ee;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-suisen button#load-more {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 384px;
    height: 80px;
    margin: 80px auto 0;
    gap: 10px;
    transition: 0.5s;
    color: #008b93;
    border: 1px solid #008b93;
    background-color: #fff;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-suisen button#load-more:hover {
    background-color: #d1e8e8;
  }
  main.a-suisen button#load-more:hover:after {
    animation: fuwafuwa-down 1s linear infinite;
  }
  main.a-suisen button#load-more:after {
    content: "";
    width: 16px;
    height: 18px;
    background-image: url(./assets/img/common/icon-arrow-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.a-voice ul.custom-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  main.a-voice ul.custom-post-list li {
    width: 340px;
    min-width: 340px;
  }
  main.a-voice ul.custom-post-list li a {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    width: 340px;
    min-width: 340px;
    gap: 24px;
  }
  main.a-voice ul.custom-post-list li a img {
    width: 340px;
    height: 191px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main.a-voice ul.custom-post-list li a .post-meta {
    display: flex;
    flex-flow: column;
    gap: 8px;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-date {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    display: flex;
    gap: 4px;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-date:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(./assets/img/common/icon-clock.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-title {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-category {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  main.a-voice ul.custom-post-list li a .post-meta .post-category span {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    padding: 8px 16px;
    color: #009d85;
    border: 1px solid #009d85;
    border-radius: 100px;
    font-style: Regular;
    leading-trim: NONE;
  }
  main.a-voice .custom-pagination ul {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    gap: 16px;
    background-color: transparent;
    box-shadow: none !important;
  }
  main.a-voice .custom-pagination ul * {
    box-shadow: none !important;
  }
  main.a-voice .custom-pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    text-align: center;
    background-color: transparent;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.a-voice .custom-pagination ul li a {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0;
    padding: 0;
    color: #7a6756;
    background-color: #faf5ee;
    box-shadow: unset;
  }
  main.a-voice .custom-pagination ul li a.prev,
  main.a-voice .custom-pagination ul li a.next {
    background-color: transparent;
  }
  main.a-voice .custom-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0;
    padding: 0;
  }
  main.a-voice .custom-pagination ul li span.current {
    color: #fff;
    background-color: #7a6756;
  }
  main.a-voice .custom-pagination ul li:has(span:not(.current)) {
    background-color: transparent;
  }
  main.a-voice .custom-pagination ul li:has(span:not(.current)) span {
    color: #4a2f04;
    background-color: transparent;
  }
  main.s-voice > h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    padding-bottom: 16px;
    color: rgb(0, 139, 147);
    border-bottom: 1px solid rgb(0, 139, 147);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content figure {
    width: 100%;
    margin: 40px 0 80px;
  }
  main.s-voice .content p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    margin: 24px 0;
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 80px 0 24px;
    color: rgb(0, 157, 133);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 24px 0;
    gap: 24px;
    color: rgb(0, 139, 147);
    font-style: Bold;
    leading-trim: NONE;
  }
  main.s-voice .content h3:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: rgb(0, 139, 147);
  }
  .post-nav {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin: 80px auto 0;
    gap: 40px;
  }
  .post-nav > div a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 384px;
    height: 80px;
    gap: 10px;
    color: rgb(0, 139, 147);
    border: 1px solid rgb(0, 139, 147);
    font-style: Bold;
    leading-trim: NONE;
  }
  .post-nav > div.prev-post a::before {
    content: "";
    width: 16.5px;
    height: 18.4882850647px;
    background-image: url(./assets/img/common/icon-arrow-left.svg);
  }
  .post-nav > div.next-post a::after {
    content: "";
    width: 16.5px;
    height: 18.4882850647px;
    background-image: url(./assets/img/common/icon-arrow-right.svg);
  }
  body:has(main.p-symptoms) .mv-symptoms {
    height: 482.96px;
    background-color: #f9e7cc;
    background-image: url(./assets/img/p-symptoms/mv-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 100%;
    gap: 50px;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .mv-message-main {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
    height: 483px;
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left {
    position: absolute;
    display: flex;
    flex-flow: column;
    margin-top: 80px;
    gap: 18px;
    transform: translate(-518px, 0px);
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 250px;
    height: 92px;
    padding: 24px 16px;
    gap: 5px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(315deg, #64a3ae 47.94%, #388997 47.94%);
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:nth-of-type(2) {
    gap: 20px;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:nth-of-type(1):before {
    width: 52.2999954224px;
    height: 41.8999938965px;
    background-image: url(./assets/img/common/icon-open.svg);
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:nth-of-type(2):before {
    content: "";
    width: 47.0000076294px;
    height: 48.299987793px;
    background-image: url(./assets/img/common/icon-calender.svg);
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-left div:nth-of-type(3):before {
    width: 38.4000015259px;
    height: 38.3999938965px;
    background-image: url(./assets/img/common/icon-parking.svg);
    background-size: contain;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 370px;
    transform: translate(250px, 0px);
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 37px;
    letter-spacing: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 57px;
    padding: 0 12px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature p > span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature > span {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) .mv-symptoms .mv--wrapper .b-right .mv-feature img {
    width: 160px;
    height: 35px;
  }
  body:has(main.p-symptoms) main.p-symptoms > h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 40px 0;
    padding-bottom: 16px;
    color: #008b93;
    border-bottom: 1px solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms > h2 span {
    color: #feb849;
  }
  body:has(main.p-symptoms) main.p-symptoms > h2:first-of-type {
    margin-top: 0;
  }
  body:has(main.p-symptoms) main.p-symptoms .kaizen {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    gap: 30.5px 30px;
  }
  body:has(main.p-symptoms) main.p-symptoms .kaizen img {
    width: 220px;
    height: 220px;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries {
    width: 100%;
    padding: 35px 40px;
    border-radius: 24px;
    background-color: #d1e8e8;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    padding: 96px 40px 86px;
    gap: 16px;
    background-color: #fff;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul:before {
    content: "";
    position: absolute;
    top: -20px;
    width: 180px;
    height: 40.9179420471px;
    background-image: url(./assets/img/p-symptoms/clip.svg);
    background-repeat: no-repeat;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul li {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding-bottom: 18px;
    gap: 24px;
    border-bottom: 1px solid #d1e8e8;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .worries ul li:before {
    content: "";
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background-image: url(./assets/img/p-symptoms/list-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.p-symptoms) main.p-symptoms img.omakase {
    position: relative;
    z-index: 1;
    width: 720px;
    height: 630.5px;
    margin-top: -70px;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion {
    margin-top: 60px;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item {
    margin-top: 40px;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item .head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    background-color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div {
    display: flex;
    margin-top: 24px;
    gap: 40px;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div img {
    width: 200px;
    height: 200px;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .position {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    width: 100%;
    padding-left: 24px;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .name {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 8px auto 24px;
    gap: 16px;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .name:before {
    content: "";
    width: 8px;
    height: 24px;
    border-radius: 10px;
    background-color: #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .comment {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 478px;
    padding: 24px;
    border-radius: 10px;
    background-color: #d1e8e8;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .opinion .opinion-item > div > div .comment::before {
    content: "";
    position: absolute;
    left: -30px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-right-color: #d1e8e8;
  }
  body:has(main.p-symptoms) main.p-symptoms .banner-dvd-tv {
    width: 720px;
    height: 564px;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice {
    display: flex;
    flex-flow: column;
    gap: 24px;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item {
    display: flex;
    padding: 40px;
    gap: 24px;
    border: 1px solid #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div {
    display: flex;
    flex-flow: column;
    gap: 16px;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div .head {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    padding-bottom: 16px;
    color: #008b93;
    border-bottom: 1px solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div .age {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div .content {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 150px;
    font-style: Bold;
    -webkit-line-clamp: 6;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div a {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 63px;
    gap: 10px;
    color: #008b93;
    border: 1px solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item > div a:after {
    content: "";
    width: 16.5px;
    height: 18.4882850647px;
    transform: rotate(-90deg);
    background-image: url(./assets/img/common/icon-arrow-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item figure {
    width: 316px;
    min-width: 316px;
  }
  body:has(main.p-symptoms) main.p-symptoms .voice .voice-item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content {
    color: #fff;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 40px 0;
    gap: 16px;
    color: #333;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content h2:before {
    content: "";
    width: 8px;
    height: 24px;
    border-radius: 10px;
    background-color: #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content img {
    width: 100%;
    margin: 16px 0;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    margin: 24px 0;
    color: #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .the-content p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    margin: 24px 0;
    color: #333;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access {
    display: flex;
    margin-top: 40px;
    padding: 40px 24px;
    gap: 24px;
    background-color: #d1e8e8;
  }
  body:has(main.p-symptoms) main.p-symptoms .access > div .time {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 343px;
    height: 56px;
    text-align: center;
    color: #fff;
    background-color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access > div .parking {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 343px;
    height: 56px;
    margin-top: 16px;
    text-align: center;
    color: #fff;
    background-color: #009d85;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access > div ul {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    display: flex;
    flex-flow: column;
    margin-top: 24px;
    gap: 16px;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .access .map {
    width: 306.1999511719px;
    height: 268px;
  }
  body:has(main.p-symptoms) main.p-symptoms .access .map iframe {
    width: 100%;
    height: 100%;
  }
  body:has(main.p-symptoms) main.p-symptoms .banner-campaign {
    width: 720px;
    height: 419px;
    margin-top: 80px;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5efe7;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 16px;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title:before {
    content: "";
    width: 321.1999511719px;
    height: 48.4997558594px;
    opacity: 1;
    background-image: url(./assets/img/p-home/reason-head.svg);
    background-repeat: no-repeat;
    background-size: contain;
    angle: 0 deg;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title > p {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title > p img {
    width: 228.6000061035px;
    height: 63.3600006104px;
    opacity: 1;
    angle: 0 deg;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--title > p > span > span {
    font-size: 60px;
    /* Firefox対応 (一部) */
    color: transparent;
    background: linear-gradient(150.25deg, #4a2f04 329.55%, #dacdbc 383.34%, #4a2f04 437.13%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* fallback */
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents {
    width: 100%;
    margin-top: 40px;
    padding: 0 40px;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 23px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div {
    display: flex;
    gap: 24px;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > p {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    min-width: 54px;
    height: 62px;
    color: #fff;
    background: #feb849;
    font-style: Bold;
    leading-trim: NONE;
    clip-path: polygon(0% 23%, 50% 0%, 100% 23%, 100% 74%, 50% 100%, 0% 74%);
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div {
    display: flex;
    flex-flow: column;
    width: 270px;
    gap: 16px;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div > h3 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div > h3 span {
    color: #008b93;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item > div > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: justify;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item figure {
    display: block;
    width: 250px;
    height: 250px;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper .reason--contents .item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body:has(main.p-symptoms) main.p-symptoms #reason .contents--wrapper a {
    margin-top: 40px;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list {
    display: flex;
    flex-flow: column;
    gap: 40px;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a {
    display: flex;
    flex-flow: column;
    width: 720px;
    padding: 40px;
    gap: 24px;
    pointer-events: none;
    border: 1px solid #009d85;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) {
    display: flex;
    gap: 20px;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) img {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) > div {
    display: flex;
    flex-flow: column;
    gap: 16px;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) > div h2 {
    font-family: Meiryo;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    width: 500px;
    padding-bottom: 16px;
    color: #008b93;
    border-bottom: 1px solid #008b93;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div:not(.content) > div > p {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #7a6756;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.p-symptoms) main.p-symptoms .suisen ul.custom-post-list li a > div.content {
    font-family: Meiryo;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    padding: 24px;
    background: #faf5ee;
    font-style: Regular;
    leading-trim: NONE;
  }
  .breadcrumb {
    max-width: 1440px;
    margin: 0 auto;
  }
  .kv .kv--wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
  main {
    margin: 0 auto;
  }
  main .contents--wrapper {
    max-width: 1100px !important;
    margin: 0 auto;
  }
}