@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #111;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #111;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #111;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

figure, picture {
  line-height: 0;
}

figcaption {
  line-height: 1.5;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@-webkit-keyframes gradientPulse {
  0% {
    background-position: 0% 50%;
    -webkit-transform: translateY(-2px) scale(1);
            transform: translateY(-2px) scale(1);
  }
  50% {
    background-position: 100% 50%;
    -webkit-transform: translateY(-2px) scale(1.05);
            transform: translateY(-2px) scale(1.05);
  }
  100% {
    background-position: 0% 50%;
    -webkit-transform: translateY(-2px) scale(1);
            transform: translateY(-2px) scale(1);
  }
}

@-moz-keyframes gradientPulse {
  0% {
    background-position: 0% 50%;
    -moz-transform: translateY(-2px) scale(1);
         transform: translateY(-2px) scale(1);
  }
  50% {
    background-position: 100% 50%;
    -moz-transform: translateY(-2px) scale(1.05);
         transform: translateY(-2px) scale(1.05);
  }
  100% {
    background-position: 0% 50%;
    -moz-transform: translateY(-2px) scale(1);
         transform: translateY(-2px) scale(1);
  }
}

@keyframes gradientPulse {
  0% {
    background-position: 0% 50%;
    -webkit-transform: translateY(-2px) scale(1);
       -moz-transform: translateY(-2px) scale(1);
            transform: translateY(-2px) scale(1);
  }
  50% {
    background-position: 100% 50%;
    -webkit-transform: translateY(-2px) scale(1.05);
       -moz-transform: translateY(-2px) scale(1.05);
            transform: translateY(-2px) scale(1.05);
  }
  100% {
    background-position: 0% 50%;
    -webkit-transform: translateY(-2px) scale(1);
       -moz-transform: translateY(-2px) scale(1);
            transform: translateY(-2px) scale(1);
  }
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1177px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1119px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .text_cm {
    font-size: 16px;
    line-height: 2.375;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
  body {
    padding-top: var(--header-height)!important;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
  }
  .header .header_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 33px 134px 33px 50px;
  }
  .header .header_top__logo {
    font-size: 0;
    line-height: 0;
  }
  .header .header_top a {
    display: block;
    width: 324px;
    height: 75px;
    text-indent: -9999px;
    background-image: url(../img/logo.webp);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .header .header_top a img {
    width: 100%;
  }
  .header .htc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 380px;
    min-height: 64px;
    -moz-border-radius: 32px;
         border-radius: 32px;
    background: #51cfe9;
    padding-left: 38px;
  }
  .header .htc small {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
    color: #fff;
  }
  .header .htc span {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
    color: #fff;
    margin-left: 12px;
  }
  .header .row {
    padding: 0;
  }
  .header .header_menuSub {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #fbf6e7;
    padding: 184px 170px;
  }
  .header .header_menuSub.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header_menuSub .header_menuSub_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .header_menuSub .header_menuSub_main a {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #111;
    position: relative;
    display: inline-block;
    padding-left: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header_menuSub .header_menuSub_main a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #c99f1f;
  }
  .header .header_menuSub .header_menuSub_main a:hover {
    opacity: 1;
    color: #c99f1f;
  }
  .header .header_menuSub .header_menuSub_main > li:not(:last-child) {
    margin-right: 80px;
  }
  .header .header_menuSub .header_menuSub_main > li ul li + li {
    margin-top: 18px;
  }
  .header .header_menuSub .header_menuSub_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
  }
  .header .header_menuSub .header_menuSub_btn a {
    font-family: "Noto Sans JP";
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    min-height: 54px;
    -moz-border-radius: 7px;
         border-radius: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 250px;
    margin: 25px;
  }
  .header .header_menuSub .header_menuSub_btn a.st1 {
    background: #111;
  }
  .header .header_menuSub .header_menuSub_btn a.st2 {
    background: #876e37;
    margin-right: 0;
  }
  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 40px;
    right: 50px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    background-color: #c99f1f;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translate(-4px, -1px) rotate(-45deg);
       -moz-transform: translate(-4px, -1px) rotate(-45deg);
        -ms-transform: translate(-4px, -1px) rotate(-45deg);
            transform: translate(-4px, -1px) rotate(-45deg);
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translate(-3px, 1px) rotate(45deg);
       -moz-transform: translate(-3px, 1px) rotate(45deg);
        -ms-transform: translate(-3px, 1px) rotate(45deg);
            transform: translate(-3px, 1px) rotate(45deg);
  }
  .header .menu_icon_in {
    width: 26px;
    height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 40px;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 1px;
    background-color: #fff;
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
  }
  .c-btn {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    min-width: 330px;
    min-height: 80px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    -moz-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
  }
  .c-btn__text {
    position: relative;
    z-index: 2;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.44444;
    text-align: center;
    color: #fff;
  }
  .c-btn::after {
    content: "";
    position: relative;
    margin-left: 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fff;
    z-index: 2;
  }
  .c-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(330deg, #3389a2, #67c2dc, #3389a2);
    background-image: -moz- oldlinear-gradient(330deg, #3389a2, #67c2dc, #3389a2);
    background-image: linear-gradient(120deg, #3389a2, #67c2dc, #3389a2);
    -moz-background-size: 200% 100%;
         background-size: 200% 100%;
    background-position: 0% 0%;
    -webkit-transition: background-position 0.5s ease;
    -moz-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
  }
  .c-btn.st2::before {
    background-image: -webkit-linear-gradient(330deg, #eecc64, #c99f1f, #eecc64);
    background-image: -moz- oldlinear-gradient(330deg, #eecc64, #c99f1f, #eecc64);
    background-image: linear-gradient(120deg, #eecc64, #c99f1f, #eecc64);
  }
  .c-btn:hover::before {
    background-position: 100% 0%;
  }
  .footer .f-clinic {
    padding: 126px 0 140px;
    background: #f3f3f3;
  }
  .footer .f-clinic__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 120px;
  }
  .footer .f-clinic-card {
    -moz-border-radius: 10px;
         border-radius: 10px;
    text-align: center;
  }
  .footer .f-clinic-card__logo {
    max-height: 94px;
    margin-bottom: 20px;
  }
  .footer .f-clinic-card__image-wrap {
    margin-bottom: 15px;
  }
  .footer .f-clinic-card__image {
    width: 100%;
  }
  .footer .f-clinic-card__address {
    font-size: 16px;
    text-align: center;
    color: #111;
    margin-bottom: 20px;
    list-style: 26px;
    min-height: 52px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .f-clinic-card__btn {
    min-height: 80px;
    -moz-border-radius: 40px;
         border-radius: 40px;
    background: #24558a;
    -moz-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer .f-clinic-card__btn::before {
    content: "";
    width: 23px;
    height: 24px;
    background: url(../img/ic_cal.webp) center/100% 100% no-repeat;
    display: block;
    margin-right: 10px;
  }
  .footer .f-clinic-card__btn:hover {
    opacity: 1;
    background: #5784b5;
  }
  .footer .f-clinic-card__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .footer .f-clinic-card__table th, .footer .f-clinic-card__table td {
    padding: 13px;
    border-bottom: 1px solid #d2d2d2;
  }
  .footer .f-clinic-card__table th {
    background: #24558a;
    font-weight: bold;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 13px;
  }
  .footer .f-clinic-card__table td {
    color: #24558a;
  }
  .footer .f-clinic-card__table .c2 {
    color: #111;
  }
  .footer .f-clinic-card__note {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }
  .footer .f-clinic-card__map {
    margin-top: 35px;
  }
  .footer .f-clinic-card--blue .clinic-card__btn {
    background: #2f5f8f;
  }
  .footer .f-clinic-card--gold .f-clinic-card__table th {
    background: #876e37;
  }
  .footer .f-clinic-card--gold a.f-clinic-card__btn {
    background: #876e37;
  }
  .footer .f-clinic-card--gold a.f-clinic-card__btn:hover {
    background: #b89f66;
  }
  .footer .f-bot {
    padding: 100px 0;
    background: #c99f1f;
  }
  .footer .f-bot p {
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .footer .f-bot .row > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 90px;
  }
  .footer .f-bot .row > ul a {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer .f-bot .row > ul a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fff;
  }
  .footer .f-bot .row > ul a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer .f-bot .row > ul > li:not(:last-child) {
    margin-right: 64px;
  }
  .footer .f-bot .row > ul > li ul li + li {
    margin-top: 18px;
  }
  .cta_fixed {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 99;
  }
  .cta_fixed > ul > li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .cta_fixed > ul > li + li {
    margin-top: 10px;
  }
  .cta_fixed > ul > li > a, .cta_fixed > ul > li span {
    width: 140px;
    height: 140px;
    -moz-border-radius: 20px 0 0 20px;
         border-radius: 20px 0 0 20px;
    background: #24558A;
    -moz-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 59px;
  }
  .cta_fixed > ul > li > a::before, .cta_fixed > ul > li span::before {
    position: absolute;
    content: "";
    width: 29.88px;
    height: 31px;
    background-image: url(../img/ctaSchedule.svg);
    background-repeat: no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: center center;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 24px;
  }
  .cta_fixed > ul > li > a.st2, .cta_fixed > ul > li span.st2 {
    background: #876e37;
  }
  .cta_fixed > ul > li > ul {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 100%;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta_fixed > ul > li > ul > li {
    width: 140px;
  }
  .cta_fixed > ul > li > ul > li + li {
    margin-left: 10px;
  }
  .cta_fixed > ul > li > ul > li > a {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.025em;
    line-height: 26px;
    color: #fff;
    position: relative;
    text-align: center;
    display: block;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding-top: 75px;
    -moz-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
  }
  .cta_fixed > ul > li > ul > li > a::before {
    content: "";
    background-repeat: no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: center center;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta_fixed > ul > li > ul > li > a.st3 {
    background: #e8961c;
  }
  .cta_fixed > ul > li > ul > li > a.st3::before {
    width: 33.65px;
    height: 33.64px;
    background-image: url(../img/ctaTel.svg);
    top: 38px;
  }
  .cta_fixed > ul > li > ul > li > a.st3.st32 {
    background: #EEB45E;
  }
  .cta_fixed > ul > li > ul > li > a.st4 {
    background: #3db5db;
  }
  .cta_fixed > ul > li > ul > li > a.st4::before {
    width: 48.47px;
    height: 31px;
    background-image: url(../img/ctaLaptop.svg);
    top: 40px;
  }
  .cta_fixed > ul > li > ul > li > a.st4.st42 {
    background: #61CBEC;
  }
  .cta_fixed > ul > li > ul > li > a.st5 {
    background: #32b348;
  }
  .cta_fixed > ul > li > ul > li > a.st5::before {
    width: 35.67px;
    height: 34px;
    background-image: url(../img/ctaLine.svg);
    top: 35px;
  }
  .cta_fixed > ul > li > ul > li > a.st5.st52 {
    background: #5CD871;
  }
  .cta_fixed > ul > li:hover > ul {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .kv-top figure, .kv-top picture {
    height: 460px;
  }
  .kv-top figure img, .kv-top picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ttl {
    position: relative;
    padding: 85px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#c99f1f), to(#eccc6b));
    background: -webkit-linear-gradient(#c99f1f 0%, #eccc6b 100%);
    background: -moz- oldlinear-gradient(#c99f1f 0%, #eccc6b 100%);
    background: linear-gradient(#c99f1f 0%, #eccc6b 100%);
  }
  .ttl .row {
    max-width: 1160px;
  }
  .ttl__inner span {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 64px;
    letter-spacing: 0.05em;
    line-height: 1;
    display: block;
    color: #fff;
  }
  .ttl__inner small {
    display: block;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 18px;
    color: #fff;
  }
  .ttl--type02 {
    padding: 60px 0;
  }
  .ttl--type02 h1 span {
    font-size: 74px;
    color: #c99f1f;
    margin-bottom: 10px;
  }
  .ttl--type02 h1 small {
    color: #111;
  }
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .breadcrumb ul li {
    position: relative;
    padding-left: 12px;
  }
  .breadcrumb ul li:not(:last-child) {
    margin-right: 10px;
  }
  .breadcrumb ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #c99f1f;
  }
  .breadcrumb ul li a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .breadcrumb ul li a:hover {
    text-decoration: none;
  }
  .cta_fixed_pc {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cta_fixed_pc ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .cta_fixed_pc ul li a {
    width: 140px;
    height: 139px;
    -moz-border-radius: 20px 0px 0px 20px;
         border-radius: 20px 0px 0px 20px;
    background: #24558a;
    -moz-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.44444;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta_fixed_pc ul li a::before {
    content: "";
    width: 31px;
    height: 31px;
    background: url(../img/ic_cal.webp) center/100% 100% no-repeat;
    display: block;
    margin-bottom: 5px;
  }
  .cta_fixed_pc ul li a.st2 {
    background: #876e37;
  }
  .p_top {
    padding-top: 0!important;
  }
  .p_top .cta_fixed_pc {
    display: none;
  }
  .p_top .header {
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_top .header:not(.change) .header_top {
    background: rgba(255, 255, 255, 0.85);
  }
  .p_top .header .header_top a {
    text-indent: 0;
    font-size: 0;
    background-image: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_top .header .header_top a img {
    display: block;
    width: 100%;
    height: auto;
    filter: none;
  }
  .p_top .header.change .header_top {
    background: #fff;
  }
  .p_top .header.change .header_top a {
    background-image: none;
  }
  .p_top .kv {
    position: relative;
  }
  .p_top .kv > picture {
    min-height: 945px;
  }
  .p_top .kv > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .kv__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 8.92857%;
    padding-bottom: 353px;
  }
  .p_top .kv__txt h2 {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 66px;
    letter-spacing: 0.05em;
    line-height: 1.33333;
    text-align: left;
    color: #fff;
    padding-bottom: 30px;
  }
  .p_top .kv__txt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    gap: 10px;
  }
  .p_top .kv__txt ul li a {
    width: 140px;
    height: 140px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #e8961c;
    -moz-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .kv__txt ul li a img {
    width: 49px;
    margin-bottom: 3px;
  }
  .p_top .kv__txt ul li a.sm {
    font-size: 18px;
  }
  .p_top .kv__txt ul li a.st2 {
    background-color: #3db5db;
  }
  .p_top .kv__txt ul li a.st2:hover {
    opacity: 1;
    background-color: #61cbec;
  }
  .p_top .kv__txt ul li a.st3 {
    background-color: #32b348;
  }
  .p_top .kv__txt ul li a.st3:hover {
    opacity: 1;
    background-color: #5cd871;
  }
  .p_top .kv__txt ul li a.st4 {
    background-color: #24558a;
    -moz-border-radius: 20px 0px 0px 20px;
         border-radius: 20px 0px 0px 20px;
  }
  .p_top .kv__txt ul li a.st4:hover {
    opacity: 1;
    background-color: #876e37;
  }
  .p_top .kv__txt ul li a:hover {
    opacity: 1;
    background-color: #eeb45e;
  }
  .p_top .kv__considered {
    width: 1120px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 30px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #c99f1f;
    -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1119px) and (min-width: 769px) {
  .p_top .kv__considered {
    padding: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .kv__considered figure {
    width: 54%;
  }
  .p_top .kv__considered .mvc__txt {
    width: 46%;
    padding-left: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1119px) and (min-width: 769px) {
  .p_top .kv__considered .mvc__txt {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .kv__considered .mvc__txt p {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  .p_top .kv__considered .mvc__txt .txt02 {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .p_top .kv__considered .mvc__txt .txt02 span {
    font-size: 40px;
    display: inline-block;
  }
  .p_top .clinic {
    padding: 24px 0 140px;
  }
  .p_top .clinic__main {
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 64px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .clinic__title {
    font-family: "Noto Serif JP";
    font-size: 62px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
  }
  .p_top .clinic__highlight {
    color: #C99F1F;
  }
  .p_top .clinic__desc {
    font-family: "Noto Sans JP";
    font-size: 26px;
    margin-bottom: 80px;
    text-align: center;
  }
  .p_top .clinic .clinic-card {
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: #fff;
  }
  .p_top .clinic .clinic-card__header {
    text-align: center;
    margin-bottom: 34px;
  }
  .p_top .clinic .clinic-card__header img {
    width: 74%;
  }
  .p_top .clinic .clinic-card__actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
  }
  .p_top .clinic .clinic-card__actions span {
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
  .p_top .clinic .clinic-card__actions span:nth-of-type(1) {
    margin-left: 30%;
    margin-right: 30%;
  }
  .p_top .clinic .clinic-card__btn {
    font-family: "Noto Sans JP";
    padding: 10px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    min-height: 54px;
    -moz-border-radius: 7px;
         border-radius: 7px;
    background: #3377a3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 250px;
  }
  .p_top .clinic .clinic-card__btn:nth-of-type(1) {
    background-color: #24558a;
  }
  .p_top .clinic .clinic-card__btn--outline {
    -moz-border-radius: 7px;
         border-radius: 7px;
    background: #e4e2e6;
    border: 2px solid #876e37;
    color: #111;
  }
  .p_top .clinic .clinic-card__btn--outline:nth-of-type(1) {
    background-color: #876e37;
    color: #fff;
  }
  .p_top .treatment {
    color: #fff;
    padding: 145px 0 320px;
    background: #c79a2b url(../img/treatment_bg.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .treatment__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .treatment__col--left {
    width: -webkit-calc(46% + 200px);
    width: -moz-calc(46% + 200px);
    width: calc(46% + 200px);
    margin-left: -200px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .p_top .treatment__col--left {
    width: 46%;
    padding-right: 15px;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .treatment__col--right {
    width: 54%;
  }
  .p_top .treatment__title {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 68px;
    line-height: 1.29412;
    text-align: left;
    color: #fff;
  }
  .p_top .treatment__content {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 18px;
    line-height: 2;
    text-align: left;
    color: #fff;
  }
  .p_top .treatment__content p + p {
    margin-top: 80px;
  }
  .p_top .treatment__content .txt01 {
    margin-top: 18px;
    font-size: 34px;
    line-height: 1.29412;
    font-family: "Noto Serif JP";
  }
  .p_top .treatment__content .txt01 span {
    font-family: "Noto Serif JP";
    font-weight: 700;
  }
  .p_top .treatment__content .mt {
    margin-top: 20px;
  }
  .p_top .treatment__content .fz-lg {
    font-size: 36px;
  }
  .p_top .treatment__list {
    margin: 16px 0;
    padding-left: 20px;
    line-height: 1.5;
  }
  .p_top .treatment__list li {
    list-style: disc;
    font-size: 24px;
  }
  .p_top .treatment__list li + li {
    margin-top: 6px;
  }
  .p_top .case {
    position: relative;
  }
  .p_top .case::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -140px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1280px;
    height: 140px;
    -moz-border-radius: 15px 15px 0px 0px;
         border-radius: 15px 15px 0px 0px;
    background: #fff;
    display: block;
  }
  .p_top .case .case-detail__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 100px 0;
  }
  .p_top .case .case-detail__row:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }
  .p_top .case .case-detail__row:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 76px;
    height: 32px;
    background: url(../img/case_ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .case .case-detail__row:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_top .case .case-detail__content {
    width: 45.5%;
    font-size: 16px;
    line-height: 2.25;
  }
  .p_top .case .case-detail__content .mt {
    margin-top: 40px;
  }
  .p_top .case .case-detail__text {
    margin-bottom: 16px;
  }
  .p_top .case .case-detail__list {
    margin: 16px 0;
    padding-left: 20px;
    font-weight: bold;
  }
  .p_top .case .case-detail__item {
    position: relative;
    margin-bottom: 8px;
    list-style: none;
    padding-left: 16px;
  }
  .p_top .case .case-detail__item::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #C99F1F;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
  }
  .p_top .case .case-detail__image {
    width: 48.2%;
  }
  .p_top .case .case-detail__caption {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 22px;
    line-height: 2.09091;
    text-align: center;
  }
  .p_top .c-listDot li {
    position: relative;
    list-style: none;
    padding-left: 16px;
    font-size: 16px;
    line-height: 2.25;
  }
  .p_top .c-listDot li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #C99F1F;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
  }
  .p_top .t-tl {
    text-align: center;
    margin-bottom: 33px;
  }
  .p_top .t-tl__title {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 116px;
    line-height: 1;
    text-align: center;
    color: #c99f1f;
    display: block;
  }
  .p_top .t-tl__subtitle {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 38px;
    text-align: center;
    color: #111;
  }
  .p_top .t-tl__subtitle small {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 24px;
    line-height: 1.91667;
    text-align: center;
    color: #111;
  }
  .p_top .compare {
    padding: 114px 0 140px;
    background: #fbf6e7;
    position: relative;
  }
  .p_top .compare.no-arrow::after {
    display: none;
  }
  .p_top .compare::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 60px solid #fff;
  }
  .p_top .compare__title {
    text-align: center;
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 70px;
  }
  .p_top .compare__title.st2 small {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 24px;
    line-height: 1.91667;
    text-align: center;
  }
  .p_top .compare__title.st2 span {
    display: block;
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 38px;
    line-height: 1.21053;
    text-align: center;
  }
  .p_top .compare__block {
    margin-bottom: 80px;
  }
  .p_top .compare__block .text {
    font-size: 16px;
    line-height: 2.25;
  }
  .p_top .compare .compare-blk {
    margin-bottom: 36px;
  }
  .p_top .compare__label {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    margin-bottom: 33px;
    padding-left: 20px;
    position: relative;
  }
  .p_top .compare__label::before {
    content: "";
    width: 6px;
    height: 34px;
    background: #c99f1f;
    position: absolute;
    left: 0;
    top: 0;
  }
  .p_top .compare__images {
    display: -ms-grid;
    display: grid;
    gap: 120px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .compare__images.st2 .compare__image:nth-of-type(1)::after {
    display: none;
  }
  .p_top .compare__image:nth-of-type(1) {
    position: relative;
  }
  .p_top .compare__image:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -94px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 67px;
    height: 77px;
    background: url(../img/ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .compare__table {
    margin-top: 40px;
  }
  .p_top .compare__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .p_top .compare__head {
    width: 140px;
    padding: 15px 0;
    background: #c99f1f;
    font-size: 14px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .compare__body {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 14px 22px;
    background: #fff;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.55556;
    text-align: left;
    color: #111;
  }
  .p_top .compare__note {
    margin-top: 30px;
    padding: 30px 23px;
    width: 920px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #fff;
    border: 6px solid #c99f1f;
    -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
    max-width: 100%;
    margin: 60px auto 0;
  }
  .p_top .compare__btn {
    margin-top: 80px;
    text-align: center;
  }
  .p_top .compare__btn .c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_top .approach {
    padding: 98px 0 137px;
    text-align: center;
    position: relative;
  }
  .p_top .approach::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 60px solid #fbf6e7;
  }
  .p_top .approach .row {
    max-width: 1080px;
  }
  .p_top .approach__title {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    margin-bottom: 55px;
  }
  .p_top .approach__list {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 35px;
  }
  .p_top .approach__desc {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
  .p_top .approach-card {
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: url(../img/approach_bg.webp) center/100% 100% no-repeat;
    -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
    color: #fff;
    padding: 30px 20px;
    text-align: center;
  }
  .p_top .approach-card__sub {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #e1d09d;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .p_top .approach-card__title {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 1.13333;
    text-align: center;
    color: #fff;
    min-height: 68px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .write {
    background: #c1e4ec;
  }
  .p_top .write .row {
    padding: 70px 0;
    position: relative;
    max-width: 1080px;
  }
  .p_top .write .row .write__fig {
    width: 420px;
    position: absolute;
    bottom: -24px;
    right: 0;
  }
  .p_top .write .row .write__fig img {
    position: relative;
    z-index: 2;
  }
  .p_top .write .row .write__fig figcaption {
    line-height: 1.5;
    width: 215px;
    height: 215px;
    background: #51cfe9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 27px;
    line-height: 1.25926;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -46px;
    top: -23px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .p_top .write__tt {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 36px;
    line-height: 1.44444;
    text-align: left;
    margin-bottom: 34px;
    position: relative;
    z-index: 2;
  }
  .p_top .write__tt span {
    color: #3288A1;
  }
  .p_top .write__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 2;
  }
  .p_top .fullmouth {
    padding: 108px 0 140px;
  }
  .p_top .fullmouth.rv {
    padding-top: 231px;
  }
  .p_top .fullmouth.rv .fullmouth__header {
    margin-left: auto;
  }
  .p_top .fullmouth.rv .row::after {
    right: initial;
    left: -400px;
    top: -164px;
    background-image: url(../img/plan_circle02.webp);
  }
  .p_top .fullmouth.st3 {
    padding-top: 231px;
  }
  .p_top .fullmouth.st3 .row::after {
    top: -164px;
    background-image: url(../img/plan_circle03.webp);
  }
  .p_top .fullmouth .row {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .fullmouth .row::after {
    content: "";
    position: absolute;
    top: -214px;
    left: 580px;
    width: 56vw;
    height: 56vw;
    max-width: 940px;
    max-height: 940px;
    display: block;
    z-index: -1;
    background-image: url(../img/plan_circle01.webp);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .p_top .fullmouth__header {
    margin-bottom: 150px;
    max-width: 500px;
  }
  .p_top .fullmouth__number {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 116px;
    line-height: 1;
    color: #c99f1f;
  }
  .p_top .fullmouth__lead {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.91667;
    text-align: left;
  }
  .p_top .fullmouth__title {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 46px;
    line-height: 1;
    text-align: left;
    margin-bottom: 39px;
  }
  .p_top .fullmouth__button {
    min-width: 240px;
    min-height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border: 1px solid #707070;
    margin-bottom: 25px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 0 22px;
  }
  .p_top .fullmouth__description {
    font-size: 16px;
    line-height: 2.125;
    margin-bottom: 30px;
  }
  .p_top .fullmouth__cards {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .fullmouth__card {
    overflow: hidden;
  }
  .p_top .fullmouth__list {
    padding-left: 20px;
  }
  .p_top .fullmouth__card-title {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 38px;
    line-height: 1.31579;
    text-align: center;
    color: #fff;
    padding: 35px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: url(../img/plan_bg.webp) center/100% 100% no-repeat;
    -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
    margin-bottom: 38px;
  }
  .p_top .fullmouth__card-title span {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .p_top .fullmouth__list-item {
    font-weight: normal;
    font-size: 16px;
    line-height: 2.25;
    text-align: left;
    padding-left: 16px;
    position: relative;
    font-weight: bold;
  }
  .p_top .fullmouth__list-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c99f1f;
  }
  .p_top .plan {
    padding-top: 108px;
  }
  .p_top .plan h2 {
    position: relative;
    z-index: 2;
  }
  .p_top .treatments {
    padding: 140px 0;
  }
  .p_top .treatments h2 {
    margin-bottom: 90px;
  }
  .p_top .treatments h2 small {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .p_top .treatments h2 > span {
    display: block;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 62px;
    line-height: 1.32258;
    text-align: center;
  }
  .p_top .treatments h2 > span span {
    color: #CAA021;
  }
  .p_top .treatments .t-tb table {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    table-layout: fixed;
  }
  .p_top .treatments .t-tb th {
    padding: 20px;
    background: #c99f1f;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    vertical-align: middle;
  }
  .p_top .treatments .t-tb td {
    background: #f3e6bc;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.55556;
    text-align: center;
    color: #111;
    padding: 20px 10px;
    vertical-align: middle;
  }
  .p_top .report {
    background: #fbf6e7;
    padding: 120px 0 146px;
  }
  .p_top .report__list {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 80px 0;
  }
  .p_top .report__btn {
    text-align: center;
  }
  .p_top .report__btn .c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_top .report .report-card {
    text-align: left;
    display: block;
  }
  .p_top .report .report-card__image {
    height: 197px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .report .report-card__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .p_top .report .report-card__body {
    padding: 18px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .report .report-card__tag {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding: 2px 10px;
    margin-right: 7px;
    min-width: 129px;
    min-height: 29px;
    background: #c99f1f;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .p_top .report .report-card__date {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #333;
  }
  .p_top .report .report-card__text {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #333;
    margin-top: 10px;
  }
  .p_top .reason {
    padding: 110px 0 140px;
  }
  .p_top .reason .row {
    max-width: 1280px;
  }
  .p_top .reason .about {
    margin-top: 93px;
  }
  .p_top .reason .about .a-listNum {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 1080px;
    margin: 55px auto 0;
    max-width: 100%;
  }
  .p_top .reason .about .a-listNum li {
    padding: 30px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.55556;
  }
  .p_top .reason .about .a-listNum li i {
    display: block;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    color: #c99f1f;
    font-style: normal;
    margin-bottom: 5px;
  }
  .p_top .reason .about__item {
    position: relative;
  }
  .p_top .reason .about__item:not(:last-child) {
    margin-bottom: 140px;
  }
  .p_top .reason .about__item:nth-child(even) .about__content {
    margin-left: auto;
    -moz-border-radius: 15px 0px 0px 0px;
         border-radius: 15px 0px 0px 0px;
  }
  .p_top .reason .about__image img {
    width: 100%;
    display: block;
  }
  .p_top .reason .about__content {
    width: 54.6%;
    -moz-border-radius: 0px 15px 0px 0px;
         border-radius: 0px 15px 0px 0px;
    background: #fff;
    padding: 60px 75px 0;
    margin-top: -120px;
    position: relative;
    z-index: 2;
  }
  .p_top .reason .about__title {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 32px;
    line-height: 1.375;
    text-align: left;
    margin-bottom: 20px;
  }
  .p_top .reason .about__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.125;
    text-align: left;
  }
  .p_top .flow {
    padding: 113px 0 140px;
    background: #fbf6e7;
  }
  .p_top .flow__list {
    margin-top: 80px;
  }
  .p_top .flow__list .flow__slider .swiper-slide {
    width: 526px;
    margin-right: 40px;
  }
  .p_top .flow__list .flow__slider .swiper-slide h3 {
    margin-bottom: 26px;
  }
  .p_top .flow__list .flow__slider .swiper-slide h3 i {
    display: block;
    font-style: normal;
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 30px;
    line-height: 1.66667;
    text-align: center;
    color: #c99f1f;
  }
  .p_top .flow__list .flow__slider .swiper-slide h3 span {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 24px;
    line-height: 1.41667;
    text-align: center;
    display: block;
    min-height: 68px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .flow__list .flow__slider .swiper-slide figure {
    height: 350px;
    margin-bottom: 30px;
  }
  .p_top .flow__list .flow__slider .swiper-slide figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow__list .flow__slider .swiper-slide p {
    font-size: 16px;
    line-height: 2.125;
  }
  .p_top .flow__list .flow__slider--next, .p_top .flow__list .flow__slider--prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 67px;
    height: 77px;
    background: url(../img/ar.webp) center/100% 100% no-repeat;
    display: block;
    z-index: 19;
  }
  .p_top .flow__list .flow__slider--next {
    right: -webkit-calc(50% - 320px);
    right: -moz-calc(50% - 320px);
    right: calc(50% - 320px);
  }
  .p_top .flow__list .flow__slider--prev {
    left: -webkit-calc(50% - 360px);
    left: -moz-calc(50% - 360px);
    left: calc(50% - 360px);
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .p_top .flow__list .flow__slider--pagi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .flow__list .flow__slider--pagi span {
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 0 5px;
  }
  .p_top .flow__list .flow__slider--pagi span.swiper-pagination-bullet-active {
    background: #c99f1f;
  }
  .p_top .price {
    padding: 113px 0 140px;
  }
  .p_top .price__inner {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 95px;
  }
  .p_top .price__head {
    background: url(../img/price_bg.webp) center/100% 100% no-repeat;
    color: #fff;
    text-align: center;
    padding: 16px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    min-height: 90px;
    font-weight: bold;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .price__note {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
  }
  .p_top .price .price-list {
    list-style: none;
  }
  .p_top .price .price-list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 15px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    font-weight: bold;
  }
  .p_top .price .price-list__value {
    display: inline-block;
    text-align: left;
    min-width: 170px;
  }
  .p_top .payment {
    padding: 108px 0 140px;
    background: #fbf6e7;
  }
  .p_top .payment .p-text {
    text-align: center;
    margin-bottom: 96px;
  }
  .p_top .payment .dlist dl {
    font-size: 16px;
  }
  .p_top .payment .dlist dl + dl {
    margin-top: 100px;
  }
  .p_top .payment .dlist dl dt {
    min-height: 90px;
    padding: 15px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: url(../img/payment_bg.webp) center/100% 100% no-repeat;
    -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .p_top .payment .dlist dl .dlist_fig {
    text-align: center;
  }
  .p_top .payment .dlist dl .dlist_fig img {
    display: inline-block;
    width: 76.7%;
  }
  .p_top .payment .dlist dl .dlist_btn {
    text-align: center;
    margin: 50px 0;
  }
  .p_top .payment .dlist dl .dlist_btn a {
    min-width: 560px;
    min-height: 90px;
    -moz-border-radius: 45px;
         border-radius: 45px;
    background: #fff;
    border: 3px solid #c99f1f;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #c99f1f;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .payment .p-price__title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 54px;
    text-align: center;
  }
  .p_top .payment .p-price__title span {
    font-family: "Noto Sans JP";
    font-weight: bold;
    color: #c99f1f;
  }
  .p_top .payment .p-price__title span strong {
    font-size: 134px;
    line-height: 1;
  }
  .p_top .payment .p-price__price {
    margin-left: 10px;
    color: #c89d2a;
  }
  .p_top .payment .p-price__price strong {
    font-size: 64px;
    line-height: 1;
  }
  .p_top .payment .p-price__note {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
  }
  .p_top .payment .p-price__list {
    width: 1040px;
    max-width: 100%;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .p_top .payment .p-price__desc {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 74px;
  }
  .p_top .payment .p-price__cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .payment .p-price-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p_top .payment .p-price-item__left {
    background: #fff;
    border: 1px solid #e1d7ba;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
    text-align: center;
  }
  .p_top .payment .p-price-item__right {
    background: #c99f1f;
    padding: 18px;
    min-width: 420px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
  }
  .p_top .payment .p-price-item__price {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    color: #c99f1f;
  }
  .p_top .payment .p-price-item__price i {
    font-style: normal;
    font-size: 54px;
  }
  .p_top .payment .p-price-item__sub {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
  .p_top .message {
    padding-bottom: 140px;
  }
  .p_top .message .row {
    max-width: 1280px;
  }
  .p_top .message__profile {
    position: relative;
  }
  .p_top .message__profile .message__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .message__profile > picture {
    display: block;
  }
  .p_top .message__profile > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 800px;
  }
  .p_top .message .message__blk {
    width: 640px;
    max-width: 100%;
  }
  .p_top .message__heading {
    padding-top: 113px;
  }
  .p_top .message__profile {
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .message__image {
    width: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
    object-fit: cover;
  }
  .p_top .message__card {
    padding: 50px 60px;
    background: rgba(201, 159, 31, 0.9);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .p_top .message__position {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 8px;
  }
  .p_top .message__name {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .p_top .message__name span {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 34px;
    letter-spacing: 0.1em;
    margin-left: 15px;
    color: #fff;
  }
  .p_top .message__list {
    margin-top: 5px;
  }
  .p_top .message__list li {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.25;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 18px;
  }
  .p_top .message__list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 8px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #fff;
    display: block;
  }
  .p_top .message__content {
    text-align: center;
    position: relative;
  }
  .p_top .message__content::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -140px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1280px;
    height: 140px;
    -moz-border-radius: 15px 15px 0px 0px;
         border-radius: 15px 15px 0px 0px;
    background: #fff;
    display: block;
  }
  .p_top .message__catch {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 80px;
  }
  .p_top .message__catch span {
    font-size: 48px;
  }
  .p_top .message__text {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 22px;
    line-height: 2.45455;
    text-align: center;
    margin-bottom: 50px;
  }
  .p_top .message__text span {
    color: #C99F1F;
  }
  .p_top .message__btn .c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_list .news {
    padding: 90px 0 140px;
  }
  .p_list .news .row {
    max-width: 1160px;
  }
  .p_list .news__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1177px) {
  .p_list .news__container {
    padding: 0 15px;
    gap: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p_list .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px), print {
  .p_list .news__main {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p_list .news__main {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_list .news__sidebar {
    -moz-border-radius: 9px;
         border-radius: 9px;
    background: #f3f0e7;
    width: 320px;
    padding: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p_list .news__sidebar {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_list .news-card {
    position: relative;
    padding: 30px;
    display: block;
    border-bottom: 1px solid #c9c9c9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_list .news-card:hover {
    opacity: 1;
    background-color: #fbf6e7;
  }
  .p_list .news-card:hover img {
    opacity: 1;
  }
  .p_list .news-card__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 13px;
  }
  .p_list .news-card__label {
    min-width: 85px;
    min-height: 31px;
    background: #c99f1f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 11px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
  }
  .p_list .news-card__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .p_list .news-card__thumb {
    width: 260px;
  }
  .p_list .news-card__thumb img {
    width: 100%;
  }
  .p_list .news-card__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_list .news-card__date {
    font-weight: bold;
    font-size: 16px;
    color: #333;
  }
  .p_list .news-card__title {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 22px;
    line-height: 1.36364;
    text-align: left;
    color: #333;
    margin-bottom: 12px;
  }
  .p_list .news-card__desc {
    font-size: 14px;
    line-height: 1.85714;
    text-align: left;
    color: #333;
    margin-bottom: 15px;
  }
  .p_list .news-card__more span {
    display: inline-block;
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66667;
    text-align: left;
    color: #c99f1f;
    padding-right: 16px;
    position: relative;
  }
  .p_list .news-card__more span::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 9px;
    height: 13px;
    background: url(../img/list/ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_list .sidebar:not(:last-child) {
    margin-bottom: 60px;
  }
  .p_list .sidebar__title {
    padding: 13px;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 9px;
         border-radius: 9px;
    background: #876e37;
    margin-bottom: 5px;
  }
  .p_list .sidebar__list {
    list-style: none;
    padding: 0;
  }
  .p_list .sidebar__item {
    margin-bottom: 4px;
  }
  .p_list .sidebar__item a {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid #E1D8C5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_list .sidebar__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 13px;
    background-color: #000;
    -webkit-mask-image: url(../img/list/ar.webp);
            mask-image: url(../img/list/ar.webp);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #876E37;
    display: block;
  }
  .p_list .sidebar__item a:hover {
    opacity: 1;
    color: #d1a71e;
  }
  .p_list .sidebar__posts {
    list-style: none;
    padding: 0;
  }
  .p_list .sidebar__select {
    margin-top: 20px;
  }
  .p_list .sidebar__select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    height: 50px;
    -moz-border-radius: 0;
         border-radius: 0;
    background: transparent;
    border: 1px solid #d5cec0;
    position: relative;
  }
  .p_list .sidebar__select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background: url(../img/list/ar2.webp) center/100% 100% no-repeat;
    display: block;
    z-index: 2;
  }
  .p_list .sidebar__select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 35px 0 15px;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_list .sidebar__select label select::-ms-expand {
    display: none;
  }
  .p_list .sidebar-post__date {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_list .sidebar-post__title {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_list .sidebar-post a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #E1D8C5;
  }
  .p_list .sidebar-post a figure {
    width: 100px;
    height: 68px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_list .sidebar-post a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_list .sidebar-post a > div {
    width: 100%;
    padding-left: 12px;
  }
  .p_list .sidebar-post a:hover {
    opacity: 1;
  }
  .p_list .sidebar-post a:hover img {
    opacity: 1;
  }
  .p_list .sidebar-post a:hover .sidebar-post__date, .p_list .sidebar-post a:hover .sidebar-post__title {
    color: #d1a71e;
  }
  .wp-pagenavi {
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .page {
    margin: 0 5px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #c9c9c9;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #333;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .wp-pagenavi .current {
    font-weight: bold;
    font-size: 18px;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    background-color: #c99f1f;
    border-color: #c99f1f;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-pagenavi .nextpostslink {
    width: 50px;
    height: 50px;
    border: 1px solid #c9c9c9;
    text-indent: -9999px;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/list/ic_prev.webp");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 16px 27px;
         background-size: 16px 27px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .wp-pagenavi .previouspostslink {
    width: 50px;
    height: 50px;
    border: 1px solid #c9c9c9;
    text-indent: -9999px;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/list/ic_prev.webp");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 16px 27px;
         background-size: 16px 27px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .detail {
    font-size: 16px;
    line-height: 2;
  }
  .detail__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .detail__label {
    min-width: 85px;
    min-height: 31px;
    background: #c99f1f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 11px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
  }
  .detail__date {
    font-weight: bold;
    font-size: 16px;
    color: #333;
  }
  .detail h1 {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 28px;
    line-height: 1.42857;
    text-align: left;
    color: #333;
    margin-bottom: 27px;
  }
  .detail figure {
    margin-bottom: 35px;
  }
  .detail .toc {
    border: 6px solid #876e37;
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
    margin: 70px 0 80px;
  }
  .detail .toc__head {
    background: #876e37;
    padding: 27px 20px 33px;
    text-align: center;
  }
  .detail .toc__ttl {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .detail .toc__body, .detail .toc nav {
    padding: 40px 20px 24px;
  }
  .detail .toc__item, .detail .toc nav > ul {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #c8c8c8;
    padding-top: 0;
  }
  .detail .toc__item:last-child, .detail .toc nav > ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .detail .toc__item-ttl, .detail .toc nav > ul > li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 24px;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 24px;
    line-height: 1.33333;
    text-align: left;
    border-left: 5px solid #876e37;
  }
  .detail .toc__item-ttl::before, .detail .toc nav > ul > li::before {
    display: none;
  }
  .detail .toc__list {
    display: -ms-grid;
    display: grid;
    gap: 18px;
    margin: 0;
  }
  .detail .toc__list-item {
    position: relative;
    padding-left: 18px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.625;
  }
  .detail .toc__list-item + .toc__list-item {
    margin-top: 0;
  }
  .detail .toc__list-item::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #c79d1b;
  }
  .detail #ez-toc-container {
    border: 6px solid #876e37;
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
    margin: 70px 0 80px;
    padding: 0;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .detail #ez-toc-container .ez-toc-title-container {
    background: #876e37;
    padding: 27px 20px 33px;
    text-align: center;
  }
  .detail #ez-toc-container .ez-toc-title {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .detail #ez-toc-container > nav {
    padding: 40px 20px 24px;
  }
  .detail #ez-toc-container > nav > ul {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 0;
  }
  .detail #ez-toc-container > nav > ul > li {
    padding-left: 0;
  }
  .detail #ez-toc-container > nav > ul > li:not(:last-of-type) {
    padding-bottom: 25px;
    border-bottom: 1px solid #C8C8C8;
  }
  .detail #ez-toc-container > nav > ul > li + li {
    margin-top: 25px;
  }
  .detail #ez-toc-container > nav > ul > li::before {
    display: none;
  }
  .detail #ez-toc-container > nav > ul > li > a {
    position: relative;
    padding-left: 12px;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 24px;
    line-height: 1.33333;
    text-align: left;
    border-left: 5px solid #876e37;
    display: block;
    width: 100%;
    color: #111111;
  }
  .detail #ez-toc-container > nav > ul > li > a:visited {
    text-decoration: none;
    color: #111;
  }
  .detail #ez-toc-container > nav > ul > li > a:hover {
    text-decoration: none;
    color: #111;
    opacity: 0.7;
  }
  .detail #ez-toc-container > nav > ul > li > ul {
    margin-left: 0;
    margin-top: 24px;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li {
    position: relative;
    padding-left: 18px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.625;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li + li {
    margin-top: 20px;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #c79d1b;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li > a {
    color: #111111 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
  .detail #toc_container {
    border: 1.5px solid #c9a84c;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
         box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    margin: 70px 0 80px;
    padding: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #fff;
  }
  .detail #toc_container .toc_title {
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-weight: 700;
    color: #3a2e1e;
    letter-spacing: 0.06em;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #f5f0e6;
    border-bottom: 1.5px solid #c9a84c;
    padding: 12px 20px;
  }
  .detail #toc_container .toc_title a {
    font-size: 12px;
    color: #9b7a2c;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.85;
  }
  .detail #toc_container .toc_title + ul.toc_list {
    margin-top: 0;
  }
  .detail #toc_container .toc_list {
    list-style: none;
    margin: 0;
    padding: 16px 20px;
    border-bottom: 0;
    counter-reset: li;
  }
  .detail #toc_container .toc_list > li {
    padding: 9px 0;
    border-bottom: 1px solid #ede7d8;
    list-style: none;
    margin: 0;
    counter-increment: li;
  }
  .detail #toc_container .toc_list > li:last-child {
    padding-bottom: 2px;
    border-bottom: none;
  }
  .detail #toc_container .toc_list > li::before {
    display: none;
  }
  .detail #toc_container .toc_list > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #3a2e1e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
  }
  .detail #toc_container .toc_list > li > a::before {
    content: counter(li, decimal-leading-zero);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 22px;
    height: 18px;
    padding: 0 4px;
    background: #9b7a2c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    -moz-border-radius: 3px;
         border-radius: 3px;
    letter-spacing: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .detail #toc_container .toc_list > li > a:visited {
    text-decoration: none;
    color: #9b7a2c;
  }
  .detail #toc_container .toc_list > li > a:hover {
    text-decoration: none;
    color: #9b7a2c;
  }
  .detail #toc_container .toc_list > li > ul {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0 0 0 32px;
  }
  .detail #toc_container .toc_list > li > ul > li {
    padding: 4px 0;
    list-style: none;
    margin: 0;
  }
  .detail #toc_container .toc_list > li > ul > li::before {
    display: none;
  }
  .detail #toc_container .toc_list > li > ul > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    color: #7a6a50;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
  }
  .detail #toc_container .toc_list > li > ul > li > a::before {
    content: "–";
    color: #c4a86a;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .detail #toc_container .toc_list > li > ul > li > a:hover {
    color: #9b7a2c;
  }
  .detail .box-img {
    padding: 60px 60px 30px;
    background: #fbf6e7;
    margin: 80px 0;
  }
  .detail .box-img__ttl {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.42857;
    margin-bottom: 35px;
    border: 0;
    padding-left: 0;
  }
  .detail h2 {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 26px;
    line-height: 1.46154;
    border-left: 8px solid #c99f1f;
    padding-left: 20px;
    margin: 70px 0 40px;
  }
  .detail p {
    margin-bottom: 30px;
  }
  .detail h3 {
    padding: 25px 30px;
    border: 1px solid #c8c8c8;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 22px;
    line-height: 1.45455;
    margin: 70px 0 40px;
  }
  .detail h4 {
    padding: 0 0 10px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #c99f1f;
    margin: 70px 0 40px;
  }
  .detail .d-map {
    margin: 40px 0 40px;
  }
  .detail .d-map iframe {
    width: 100%;
    height: 400px;
  }
  .detail .wp-block-table {
    margin: 70px 0;
  }
  .detail table {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.75;
    border: 1px solid #fff;
  }
  .detail table th, .detail table td:nth-of-type(1) {
    width: 170px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #c99f1f;
    padding: 15px 20px;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.75;
    border: 1px solid #fff;
  }
  .detail table td {
    padding: 15px 20px;
    background: #fbf6e7;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.75;
    text-align: left;
    border: 1px solid #fff;
  }
  .detail table thead + tbody tr td:nth-of-type(1) {
    background: #fbf6e7;
    text-align: left;
    width: inherit;
    color: #111;
    font-weight: 400;
  }
  .detail ul {
    margin: 23px 0;
  }
  .detail ul li {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.625;
    position: relative;
    padding-left: 24px;
  }
  .detail ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #c99f1f;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    display: block;
  }
  .detail ul li + li {
    margin-top: 23px;
  }
  .detail ol {
    margin: 23px 0;
    counter-reset: div;
  }
  .detail ol li {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.625;
    position: relative;
    padding-left: 24px;
    position: relative;
  }
  .detail ol li::before {
    counter-increment: div;
    content: counter(div) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #c99f1f;
  }
  .detail ol li + li {
    margin-top: 23px;
  }
  .detail .list-check {
    margin: 23px 0;
    counter-reset: div;
  }
  .detail .list-check li {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.625;
    position: relative;
    padding-left: 24px;
    position: relative;
    position: relative;
  }
  .detail .list-check li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 13px;
    background: url(../img/ic_check.webp) center/100% 100% no-repeat;
    display: block;
  }
  .detail .list-check li + li {
    margin-top: 23px;
  }
  .detail .wp-block-image figcaption {
    text-align: center;
  }
  .detail .dentist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px -15px 35px;
    overflow: hidden;
  }
  .detail .dentist figure {
    width: 200px;
    margin: 15px;
  }
  .detail .dentist .desc {
    margin: 15px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .detail .dentist .desc .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 15px;
  }
  .detail .dentist .desc .name span {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
  }
  .detail .dentist .desc .name em {
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 5px 0 0;
  }
  .detail .dentist .desc .name small {
    font-size: 12px;
    line-height: 1.5;
  }
  .detail .dentist .desc .intro {
    font-size: 14px;
    line-height: 2;
  }
  .related {
    padding: 70px 0 80px;
    background: #917736;
  }
  .related .row {
    max-width: 920px;
  }
  .related__head {
    margin-bottom: 40px;
    text-align: center;
  }
  .related__ttl {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: #fff;
  }
  .related__sub {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 20px;
    color: #fff;
  }
  .related__list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .related-card__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    height: 100%;
    padding: 20px 30px 20px 15px;
    -moz-border-radius: 9px;
         border-radius: 9px;
    background: #fff;
    text-decoration: none;
  }
  .related-card__link:hover {
    opacity: 1;
  }
  .related-card__link:hover img {
    opacity: 1;
  }
  .related-card__link:hover .related-card__date, .related-card__link:hover .related-card__title {
    color: #c99f1f;
  }
  .related-card__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 100px;
    height: 68px;
  }
  .related-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .related-card__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .related-card__date {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .related-card__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_temp .detail {
    padding-bottom: 140px;
  }
  .p_temp .detail .box-gray {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 60px 0;
    padding: 120px 0 90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1177px) {
  .p_temp .detail .box-gray {
    max-width: 530px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px), print {
  .p_temp .detail .box-gray::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fbf6e7;
    display: block;
    z-index: -1;
  }
  .p_temp .detail .box-gray::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_temp .detail .box-gray__tt {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.42857;
    margin-bottom: 35px;
    float: left;
    width: 530px;
  }
  .p_temp .detail .box-gray__thumb {
    float: right;
    width: 530px;
    line-height: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1177px) {
  .p_temp .detail .box-gray__thumb {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_temp .detail .box-gray p {
    float: left;
    width: 530px;
  }
  .p_temp .detail .box-colTwo, .p_temp .detail .wp-block-columns {
    margin: 60px 0;
    display: -ms-grid;
    display: grid;
    gap: 60px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_temp .detail .box-colTwo figure, .p_temp .detail .wp-block-columns figure {
    margin-top: 35px;
  }
  .p_temp .detail .box-blue {
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #c1e4ec;
    margin: 60px 0;
  }
  .p_temp .detail .box-blue__tt {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.42857;
    text-align: center;
    color: #fff;
    padding: 15px;
    -moz-border-radius: 15px 15px 0px 0px;
         border-radius: 15px 15px 0px 0px;
    background: #24558a;
  }
  .p_temp .detail .box-blue__ctn {
    padding: 60px;
  }
  .p_temp .detail .box-md {
    width: 76.8%;
    margin: 60px auto;
  }
  .p_temp .detail .box-shadow {
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #fff;
    border: 6px solid #c99f1f;
    -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
    padding: 60px;
    margin: 60px 0;
  }
  .p_temp .detail .box-shadow__tt {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 50px;
  }
  .p_temp .detail .box-shadow__df {
    display: -ms-grid;
    display: grid;
    gap: 60px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_temp .detail .dlist {
    margin: 60px 0;
  }
  .p_temp .detail .dlist__df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_temp .detail .dlist__df figure {
    width: 175px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    margin-right: 30px;
  }
  .p_temp .detail .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #c8c8c8;
  }
  .p_temp .detail .dlist dl:last-child {
    border-bottom: 1px solid #c8c8c8;
  }
  .p_temp .detail .dlist dl dt {
    width: 160px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_temp .detail .dlist dl dd {
    width: 100%;
  }
  .p_temp .detail .box-step__lable {
    min-width: 130px;
    min-height: 40px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    background: #c99f1f;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #fff;
  }
  .p_temp .detail .box-step__title {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 26px;
    line-height: 1.38462;
    margin: 7px 0 21px;
  }
  .p_temp .detail .box-step__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px;
    border-bottom: 1px solid #D8D8D8;
  }
  .p_temp .detail .box-step__item:not(:last-child) {
    position: relative;
  }
  .p_temp .detail .box-step__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 76px;
    height: 32px;
    background: url(../img/case_ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_temp .detail .box-step__text {
    width: 100%;
  }
  .p_temp .detail .box-step__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 353px;
    margin-left: 60px;
  }
  .p_temp .detail .box-btn {
    text-align: center;
    margin-top: 80px;
  }
  .p_temp .detail .box-btn .c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 420px;
    min-height: 100px;
  }
  .p_temp .detail .box-btn .c-btn .c-btn__text {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 5.08906vw;
    padding-right: 5.08906vw;
  }
  .inner {
    padding-left: 5.08906vw;
    padding-right: 5.08906vw;
  }
  .text_cm {
    font-size: 3.56234vw;
    line-height: 2;
  }
  body {
    padding-top: 17.8117vw!important;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
  }
  .header.active {
    background-color: #fffbf3;
  }
  .header .header_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.54453vw 16.28499vw 2.54453vw 2.54453vw;
    min-height: 17.8117vw;
  }
  .header .header_top__logo {
    font-size: 0;
    line-height: 0;
  }
  .header .header_top a {
    display: block;
    width: 43.00254vw;
    height: 9.92366vw;
    text-indent: -9999px;
    background-image: url(../img/logo.webp);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .header .header_top a img {
    width: 100%;
  }
  .header .htc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 33.07888vw;
    min-height: 8.90585vw;
    -moz-border-radius: 8.14249vw;
         border-radius: 8.14249vw;
    background: #51cfe9;
  }
  .header .htc small {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 2.03562vw;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
  }
  .header .htc span {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 3.05344vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #fff;
  }
  .header .row {
    padding: 0;
  }
  .header .header_menuSub {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #fbf6e7;
    padding: 22.90076vw 7.63359vw;
  }
  .header .header_menuSub.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header_menuSub .header_menuSub_main a {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 5.08906vw;
    letter-spacing: 0.05em;
    text-align: left;
    color: #111;
    position: relative;
    display: inline-block;
    padding-left: 5.59796vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header_menuSub .header_menuSub_main a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.78117vw solid transparent;
    border-bottom: 1.78117vw solid transparent;
    border-left: 3.05344vw solid #c99f1f;
  }
  .header .header_menuSub .header_menuSub_main a:hover {
    opacity: 1;
    color: #c99f1f;
  }
  .header .header_menuSub .header_menuSub_main > li {
    margin-bottom: 5.08906vw;
  }
  .header .header_menuSub .header_menuSub_main > li ul li {
    margin-bottom: 5.08906vw;
  }
  .header .header_menuSub .header_menuSub_btn {
    margin-top: 6.36132vw;
  }
  .header .header_menuSub .header_menuSub_btn a {
    font-family: "Noto Sans JP";
    padding: 2.54453vw 0;
    font-size: 4.05344vw;
    color: #fff;
    border: none;
    cursor: pointer;
    min-height: 12.17812vw;
    -moz-border-radius: 1.78117vw;
         border-radius: 1.78117vw;
    background: #3377a3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 43.7659vw;
  }
  .header .header_menuSub .header_menuSub_btn a + a {
    margin-top: 3.81679vw;
  }
  .header .header_menuSub .header_menuSub_btn a.st1 {
    background: #111;
  }
  .header .header_menuSub .header_menuSub_btn a.st2 {
    background: #876e37;
  }
  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 2.54453vw;
    right: 2.54453vw;
    z-index: 9999;
    width: 12.72265vw;
    height: 12.72265vw;
    -moz-border-radius: 254.19847vw;
         border-radius: 254.19847vw;
    background-color: #c99f1f;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translate(-1.01781vw, -0.25445vw) rotate(-45deg);
       -moz-transform: translate(-1.01781vw, -0.25445vw) rotate(-45deg);
        -ms-transform: translate(-1.01781vw, -0.25445vw) rotate(-45deg);
            transform: translate(-1.01781vw, -0.25445vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translate(-0.76336vw, 0.25445vw) rotate(45deg);
       -moz-transform: translate(-0.76336vw, 0.25445vw) rotate(45deg);
        -ms-transform: translate(-0.76336vw, 0.25445vw) rotate(45deg);
            transform: translate(-0.76336vw, 0.25445vw) rotate(45deg);
  }
  .header .menu_icon_in {
    width: 5.08906vw;
    height: 3.56234vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 3.56234vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.50891vw;
    min-height: 0.25445vw;
    background-color: #fff;
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 1.52672vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
  }
  .c-btn {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.05344vw 7.12468vw;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    min-width: 83.96947vw;
    min-height: 20.35623vw;
    -moz-border-radius: 254.19847vw;
         border-radius: 254.19847vw;
    -moz-box-shadow: 0vw 1.52672vw 2.29008vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 1.52672vw 2.29008vw rgba(0, 0, 0, 0.16);
  }
  .c-btn__text {
    position: relative;
    z-index: 2;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.58015vw;
    letter-spacing: 0.03em;
    line-height: 1.44444;
    text-align: center;
    color: #fff;
  }
  .c-btn::after {
    content: "";
    position: relative;
    margin-left: 2.54453vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 0;
    height: 0;
    border-top: 1.78117vw solid transparent;
    border-bottom: 1.78117vw solid transparent;
    border-left: 3.05344vw solid #fff;
    z-index: 2;
  }
  .c-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(330deg, #3389a2, #67c2dc, #3389a2);
    background-image: -moz- oldlinear-gradient(330deg, #3389a2, #67c2dc, #3389a2);
    background-image: linear-gradient(120deg, #3389a2, #67c2dc, #3389a2);
    -moz-background-size: 200% 100%;
         background-size: 200% 100%;
    background-position: 0% 0%;
    -webkit-transition: background-position 0.5s ease;
    -moz-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
  }
  .c-btn.st2::before {
    background-image: -webkit-linear-gradient(330deg, #eecc64, #c99f1f, #eecc64);
    background-image: -moz- oldlinear-gradient(330deg, #eecc64, #c99f1f, #eecc64);
    background-image: linear-gradient(120deg, #eecc64, #c99f1f, #eecc64);
  }
  .c-btn:hover::before {
    background-position: 100% 0%;
  }
  .footer .f-clinic {
    padding: 10.17812vw 0 12.72265vw;
    background: #f3f3f3;
  }
  .footer .f-clinic__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12.72265vw;
  }
  .footer .f-clinic-card {
    -moz-border-radius: 2.54453vw;
         border-radius: 2.54453vw;
    text-align: center;
  }
  .footer .f-clinic-card__logo {
    max-height: 23.91858vw;
  }
  .footer .f-clinic-card__image-wrap {
    margin-bottom: 3.81679vw;
  }
  .footer .f-clinic-card__image {
    width: 100%;
  }
  .footer .f-clinic-card__address {
    font-size: 3.56234vw;
    text-align: center;
    color: #111;
    margin-bottom: 5.08906vw;
  }
  .footer .f-clinic-card__btn {
    min-width: 83.96947vw;
    min-height: 20.35623vw;
    -moz-border-radius: 10.17812vw;
         border-radius: 10.17812vw;
    background: #24558a;
    -moz-box-shadow: 0vw 1.52672vw 2.29008vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 1.52672vw 2.29008vw rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.58015vw;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    margin-bottom: 10.17812vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer .f-clinic-card__btn::before {
    content: "";
    width: 5.85242vw;
    height: 6.10687vw;
    background: url(../img/ic_cal.webp) center/100% 100% no-repeat;
    display: block;
    margin-right: 2.54453vw;
  }
  .footer .f-clinic-card__btn:hover {
    opacity: 1;
    background: #5784b5;
  }
  .footer .f-clinic-card__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 2.29008vw;
    margin-bottom: 2.54453vw;
  }
  .footer .f-clinic-card__table th, .footer .f-clinic-card__table td {
    padding: 2.54453vw;
    font-size: 2.29008vw;
    border-bottom: 1px solid #d2d2d2;
  }
  .footer .f-clinic-card__table th {
    background: #24558a;
    font-weight: bold;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 2.29008vw;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 3.30789vw;
  }
  .footer .f-clinic-card__table td {
    color: #24558a;
    white-space: nowrap;
  }
  .footer .f-clinic-card__table .c2 {
    color: #111;
  }
  .footer .f-clinic-card__note {
    font-size: 3.56234vw;
    line-height: 1.75;
    text-align: left;
  }
  .footer .f-clinic-card__map {
    margin-top: 6.36132vw;
  }
  .footer .f-clinic-card__map iframe {
    height: 59.54198vw;
  }
  .footer .f-clinic-card--blue .clinic-card__btn {
    background: #2f5f8f;
  }
  .footer .f-clinic-card--gold .f-clinic-card__table th {
    background: #876e37;
  }
  .footer .f-clinic-card--gold .f-clinic-card__logo {
    width: 73.79135vw;
  }
  .footer .f-clinic-card--gold a.f-clinic-card__btn {
    background: #876e37;
  }
  .footer .f-clinic-card--gold a.f-clinic-card__btn:hover {
    background: #b89f66;
  }
  .footer .f-bot {
    padding: 12.72265vw 0;
    background: #c99f1f;
  }
  .footer .f-bot p {
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 3.56234vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .footer .f-bot .row > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 8.6514vw;
  }
  .footer .f-bot .row > ul a {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 4.58015vw;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 5.59796vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer .f-bot .row > ul a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.78117vw solid transparent;
    border-bottom: 1.78117vw solid transparent;
    border-left: 3.05344vw solid #fff;
  }
  .footer .f-bot .row > ul a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer .f-bot .row > ul > li {
    width: 50%;
    white-space: nowrap;
  }
  .footer .f-bot .row > ul > li + li {
    margin-top: 4.58015vw;
  }
  .footer .f-bot .row > ul > li.full {
    width: 100%;
  }
  .footer .f-bot .row > ul > li ul li + li {
    margin-top: 4.58015vw;
  }
  .cta_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0 2.54453vw;
  }
  .cta_fixed > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cta_fixed > ul > li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta_fixed > ul > li > a, .cta_fixed > ul > li span {
    width: 46.05598vw;
    height: 18vw;
    background: #24558a;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 3.56234vw;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2.54453vw 2.54453vw 0 0;
         border-radius: 2.54453vw 2.54453vw 0 0;
  }
  .cta_fixed > ul > li > a::before, .cta_fixed > ul > li span::before {
    content: "";
    width: 4.3257vw;
    height: 4.3257vw;
    background-image: url(../img/ctaSchedule.svg);
    background-repeat: no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: center center;
    display: block;
    margin-right: 2vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .cta_fixed b.cta-label {
    display: block;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;
  }
  .cta_fixed > ul > li > a.st2, .cta_fixed > ul > li span.st2 {
    background: #876e37;
  }
  .cta_fixed > ul > li > ul {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    padding-bottom: 1.01781vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
       -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
  }
  .cta_fixed > ul > li > ul > li + li {
    margin-top: 1.01781vw;
  }
  .cta_fixed > ul > li > ul > li > a {
    width: 100%;
    height: 15.26718vw;
    background: #24558a;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.07125vw;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2.54453vw;
         border-radius: 2.54453vw;
  }
  .cta_fixed > ul > li > ul > li > a::before {
    content: "";
    background-repeat: no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: center center;
    display: block;
    margin-right: 1.78117vw;
  }
  .cta_fixed > ul > li > ul > li > a.st3 {
    -moz-border-radius: 2.54453vw;
         border-radius: 2.54453vw;
    background: #e8961c;
  }
  .cta_fixed > ul > li > ul > li > a.st3::before {
    width: 4.67176vw;
    height: 4.67176vw;
    background-image: url(../img/ctaTel.svg);
  }
  .cta_fixed > ul > li > ul > li > a.st3.st32 {
    background: #EEB45E;
  }
  .cta_fixed > ul > li > ul > li > a.st4 {
    -moz-border-radius: 2.54453vw;
         border-radius: 2.54453vw;
    background: #3db5db;
  }
  .cta_fixed > ul > li > ul > li > a.st4::before {
    width: 6.72774vw;
    height: 4.3257vw;
    background-image: url(../img/ctaLaptop.svg);
  }
  .cta_fixed > ul > li > ul > li > a.st4.st42 {
    background: #61CBEC;
  }
  .cta_fixed > ul > li > ul > li > a.st5 {
    -moz-border-radius: 2.54453vw;
         border-radius: 2.54453vw;
    background: #32b348;
  }
  .cta_fixed > ul > li > ul > li > a.st5::before {
    width: 4.95165vw;
    height: 4.7201vw;
    background-image: url(../img/ctaLine.svg);
  }
  .cta_fixed > ul > li > ul > li > a.st5.st52 {
    background: #5CD871;
  }
  .cta_fixed > ul > li:hover > ul {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .ttl {
    position: relative;
    padding: 8.90585vw 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#c99f1f), to(#eccc6b));
    background: -webkit-linear-gradient(#c99f1f 0%, #eccc6b 100%);
    background: -moz- oldlinear-gradient(#c99f1f 0%, #eccc6b 100%);
    background: linear-gradient(#c99f1f 0%, #eccc6b 100%);
  }
  .ttl .row {
    padding-left: 7.63359vw;
    padding-right: 7.63359vw;
  }
  .ttl__inner span {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 7.63359vw;
    letter-spacing: 0.05em;
    line-height: 1;
    display: block;
    color: #fff;
  }
  .ttl__inner small {
    display: block;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 4.07125vw;
    color: #fff;
  }
  .ttl--type02 {
    padding: 4.58015vw 0;
  }
  .ttl--type02 .row {
    padding-left: 5.08906vw;
    padding-right: 5.08906vw;
  }
  .ttl--type02 h1 span {
    font-size: 9.16031vw;
    color: #c99f1f;
    margin-bottom: 2.54453vw;
  }
  .ttl--type02 h1 small {
    color: #111;
    font-size: 3.05344vw;
  }
  .kv-top figure, .kv-top picture {
    height: 27.48092vw;
  }
  .kv-top figure img, .kv-top picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .breadcrumb {
    padding: 4.58015vw 0;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 3.05344vw;
    letter-spacing: 0.02em;
  }
  .breadcrumb ul li {
    position: relative;
    padding-left: 3.05344vw;
  }
  .breadcrumb ul li:not(:last-child) {
    margin-right: 2.54453vw;
  }
  .breadcrumb ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.27226vw solid transparent;
    border-bottom: 1.27226vw solid transparent;
    border-left: 1.52672vw solid #c99f1f;
  }
  .breadcrumb ul li a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .breadcrumb ul li a:hover {
    text-decoration: none;
  }
  .p_top {
    padding-top: 0;
  }
  .p_top .cta_fixed_pc {
    display: none;
  }
  .p_top .header {
    background-color: transparent;
  }
  .p_top .header:not(.change) .header_top {
    background: rgba(255, 255, 255, 0.85);
  }
  .p_top .header .header_top a {
    text-indent: 0;
    font-size: 0;
    background-image: none;
  }
  .p_top .header .header_top a img {
    display: block;
    width: 100%;
    height: auto;
    filter: none;
  }
  .p_top .header.change .header_top {
    background: #fff;
  }
  .p_top .header.change .header_top a {
    background-image: none;
  }
  .p_top .kv {
    position: relative;
  }
  .p_top .kv__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 4.07125vw;
    padding-right: 4.07125vw;
    padding-top: 40.45802vw;
  }
  .p_top .kv__txt h2 {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 8.14249vw;
    letter-spacing: 0.05em;
    line-height: 1.16562;
    text-align: left;
    color: #fff;
    padding-bottom: 7.63359vw;
  }
  .p_top .kv__txt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.54453vw;
  }
  .p_top .kv__txt ul li a {
    width: 35.62341vw;
    height: 35.62341vw;
    -moz-border-radius: 5.08906vw;
         border-radius: 5.08906vw;
    background: #e8961c;
    -moz-box-shadow: 0vw 1.52672vw 2.29008vw rgba(0, 0, 0, 0.3);
         box-shadow: 0vw 1.52672vw 2.29008vw rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 5.59796vw;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .kv__txt ul li a img {
    width: 12.46819vw;
    margin-bottom: 0.76336vw;
  }
  .p_top .kv__txt ul li a.sm {
    font-size: 4.58015vw;
  }
  .p_top .kv__txt ul li a.st2 {
    background-color: #3db5db;
  }
  .p_top .kv__txt ul li a.st2:hover {
    opacity: 1;
    background-color: #61cbec;
  }
  .p_top .kv__txt ul li a.st3 {
    background-color: #32b348;
  }
  .p_top .kv__txt ul li a.st3:hover {
    opacity: 1;
    background-color: #5cd871;
  }
  .p_top .kv__txt ul li a.st4 {
    background-color: #24558a;
    -moz-border-radius: 5.08906vw 0vw 0vw 5.08906vw;
         border-radius: 5.08906vw 0vw 0vw 5.08906vw;
  }
  .p_top .kv__txt ul li a.st4:hover {
    opacity: 1;
    background-color: #876e37;
  }
  .p_top .kv__txt ul li a:hover {
    opacity: 1;
    background-color: #eeb45e;
  }
  .p_top .kv__considered {
    width: 89.82188vw;
    margin: -28.49873vw auto 0;
    padding: 5.08906vw;
    -moz-border-radius: 1.78117vw;
         border-radius: 1.78117vw;
    background: #c99f1f;
    -moz-box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    z-index: 2;
  }
  .p_top .kv__considered::after {
    position: absolute;
    content: "";
    width: 55.97964vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/gradient.png") 0 0 no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    z-index: -1;
  }
  .p_top .kv__considered .mvc__txt {
    text-align: center;
    margin-bottom: 3.56234vw;
  }
  .p_top .kv__considered .mvc__txt p {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 3.05344vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  .p_top .kv__considered .mvc__txt .txt02 {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.58015vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .p_top .kv__considered .mvc__txt .txt02 span {
    font-size: 6.61578vw;
    display: inline-block;
  }
  .p_top .clinic {
    padding: 10.17812vw 0 12.72265vw;
  }
  .p_top .clinic__main {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 16.28499vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .clinic__title {
    font-family: "Noto Serif JP";
    font-size: 8.6514vw;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
  }
  .p_top .clinic__highlight {
    color: #C99F1F;
  }
  .p_top .clinic__desc {
    font-family: "Noto Sans JP";
    font-size: 4.07125vw;
    margin-bottom: 6.36132vw;
    text-align: center;
  }
  .p_top .clinic .clinic-card {
    -moz-border-radius: 3.05344vw;
         border-radius: 3.05344vw;
    background: #fff;
  }
  .p_top .clinic .clinic-card__header {
    text-align: center;
  }
  .p_top .clinic .clinic-card__header img {
    width: 64%;
  }
  .p_top .clinic .clinic-card__actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.52672vw;
    margin-bottom: 7.12468vw;
  }
  .p_top .clinic .clinic-card__actions span {
    width: -webkit-calc((100% - 1.52672vw) / 2);
    width: -moz-calc((100% - 1.52672vw) / 2);
    width: calc((100% - 1.52672vw) / 2);
  }
  .p_top .clinic .clinic-card__actions span:nth-of-type(1) {
    margin-left: 30%;
    margin-right: 30%;
  }
  .p_top .clinic .clinic-card__btn {
    font-family: "Noto Sans JP";
    padding: 2.54453vw 0;
    -moz-border-radius: 1.52672vw;
         border-radius: 1.52672vw;
    font-size: 3.05344vw;
    color: #fff;
    border: none;
    cursor: pointer;
    min-height: 10.17812vw;
    -moz-border-radius: 1.78117vw;
         border-radius: 1.78117vw;
    background: #3377a3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 43.7659vw;
  }
  .p_top .clinic .clinic-card__btn:nth-of-type(1) {
    background-color: #24558a;
  }
  .p_top .clinic .clinic-card__btn--outline {
    -moz-border-radius: 1.78117vw;
         border-radius: 1.78117vw;
    background: #e4e2e6;
    border: 2px solid #876e37;
    color: #111;
  }
  .p_top .clinic .clinic-card__btn--outline:nth-of-type(1) {
    background-color: #876e37;
    color: #fff;
  }
  .p_top .treatment {
    color: #fff;
    padding: 11.19593vw 0 67.93893vw;
    background: #c79a2b url(../img/treatment_bg_sp.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .treatment__title {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 11.19593vw;
    line-height: 1.31818;
    text-align: left;
    color: #fff;
    margin-bottom: 9.66921vw;
  }
  .p_top .treatment__content {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 4.58015vw;
    line-height: 2;
    text-align: left;
    color: #fff;
  }
  .p_top .treatment__content p + p {
    margin-top: 3.05344vw;
  }
  .p_top .treatment__content .txt01 {
    margin-top: 3.30789vw;
    font-size: 6.61578vw;
    line-height: 1.29412;
    font-family: "Noto Serif JP";
  }
  .p_top .treatment__content .txt01 span {
    font-family: "Noto Serif JP";
    font-weight: 700;
  }
  .p_top .treatment__content .mt {
    margin-top: 5.08906vw;
  }
  .p_top .treatment__content .fz-lg {
    font-size: 9.16031vw;
    line-height: 1.38889;
    margin: 5.08906vw 0;
    display: block;
  }
  .p_top .treatment__list {
    margin: 4.07125vw 0;
    padding-left: 3.81679vw;
    line-height: 1.5;
  }
  .p_top .treatment__list li {
    list-style: disc;
    font-size: 5.08906vw;
    line-height: 1.2;
  }
  .p_top .treatment__list li + li {
    margin-top: 2.79898vw;
  }
  .p_top .case {
    padding-top: 12.72265vw;
    position: relative;
  }
  .p_top .case .t-tl {
    margin-bottom: 0;
  }
  .p_top .case .case-detail__row {
    padding: 12.72265vw 0;
  }
  .p_top .case .case-detail__row:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }
  .p_top .case .case-detail__row:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5.59796vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.33842vw;
    height: 8.14249vw;
    background: url(../img/case_ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .case .case-detail__content {
    font-size: 4.07125vw;
    line-height: 1.75;
  }
  .p_top .case .case-detail__content .mt {
    margin-top: 7.63359vw;
  }
  .p_top .case .case-detail__text {
    margin-bottom: 4.07125vw;
  }
  .p_top .case .case-detail__list {
    margin: 1.52672vw 0;
    font-weight: bold;
  }
  .p_top .case .case-detail__item {
    position: relative;
    margin-bottom: 2.03562vw;
    list-style: none;
    padding-left: 4.07125vw;
  }
  .p_top .case .case-detail__item::before {
    content: "";
    width: 2.03562vw;
    height: 2.03562vw;
    background: #C99F1F;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2.03562vw;
  }
  .p_top .case .case-detail__image {
    margin-bottom: 8.90585vw;
  }
  .p_top .case .case-detail__caption {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.07125vw;
    line-height: 2.09091;
    text-align: center;
  }
  .p_top .c-listDot li {
    position: relative;
    list-style: none;
    padding-left: 4.07125vw;
    font-size: 4.07125vw;
    line-height: 2.25;
  }
  .p_top .c-listDot li::before {
    content: "";
    width: 2.03562vw;
    height: 2.03562vw;
    background: #C99F1F;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3.30789vw;
  }
  .p_top .t-tl {
    text-align: center;
    margin-bottom: 8.39695vw;
  }
  .p_top .t-tl__title {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 15.77608vw;
    line-height: 1;
    text-align: center;
    color: #c99f1f;
    display: block;
  }
  .p_top .t-tl__subtitle {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 7.12468vw;
    line-height: 1.28571;
    text-align: center;
    color: #111;
  }
  .p_top .t-tl__subtitle small {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 4.07125vw;
    text-align: center;
    color: #111;
    margin: 2.54453vw 0;
  }
  .p_top .compare {
    padding: 17.3028vw 0 12.72265vw;
    background: #fbf6e7;
    position: relative;
  }
  .p_top .compare.no-arrow::after {
    display: none;
  }
  .p_top .compare::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14.24936vw solid transparent;
    border-right: 14.24936vw solid transparent;
    border-top: 11.45038vw solid #fff;
  }
  .p_top .compare__title {
    text-align: center;
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 7.12468vw;
    margin-bottom: 10.17812vw;
  }
  .p_top .compare__title.st2 small {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 4.07125vw;
    line-height: 1.91667;
    text-align: center;
  }
  .p_top .compare__title.st2 span {
    display: block;
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 6.10687vw;
    line-height: 1.21053;
    text-align: center;
  }
  .p_top .compare__block {
    margin-bottom: 10.17812vw;
  }
  .p_top .compare__block .text {
    font-size: 4.07125vw;
    line-height: 2.25;
  }
  .p_top .compare .compare-blk {
    margin-bottom: 9.16031vw;
  }
  .p_top .compare__label {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.58015vw;
    text-align: left;
    margin-bottom: 6.36132vw;
    padding-left: 4.07125vw;
    position: relative;
  }
  .p_top .compare__label::before {
    content: "";
    width: 1.52672vw;
    height: 8.6514vw;
    background: #c99f1f;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .compare__images {
    display: -ms-grid;
    display: grid;
    gap: 15.26718vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .compare__images.st2 .compare__image:nth-of-type(1)::after {
    display: none;
  }
  .p_top .compare__image:nth-of-type(1) {
    position: relative;
  }
  .p_top .compare__image:nth-of-type(1)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18.06616vw;
    -webkit-transform: rotate(90deg) translateX(-50%);
       -moz-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    width: 10.17812vw;
    height: 11.70483vw;
    background: url(../img/ar.webp) center/100% 100% no-repeat;
    display: block;
    margin-left: -5.85242vw;
  }
  .p_top .compare__table {
    margin-top: 10.17812vw;
  }
  .p_top .compare__row {
    margin-bottom: 2.54453vw;
  }
  .p_top .compare__head {
    padding: 3.81679vw 0;
    background: #c99f1f;
    font-size: 4.07125vw;
    font-weight: bold;
    font-size: 4.07125vw;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .compare__body {
    padding: 3.81679vw;
    background: #fff;
    font-size: 4.07125vw;
    letter-spacing: 0.03em;
    line-height: 1.55556;
    text-align: left;
    color: #111;
  }
  .p_top .compare__note {
    margin-top: 7.63359vw;
    padding: 5.08906vw;
    width: 234.09669vw;
    -moz-border-radius: 2.29008vw;
         border-radius: 2.29008vw;
    background: #fff;
    border: 0.76336vw solid #c99f1f;
    -moz-box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
    max-width: 100%;
    margin: 15.26718vw auto 0;
    font-weight: bold;
    font-size: 4.07125vw;
  }
  .p_top .compare__btn {
    margin-top: 10.17812vw;
    text-align: center;
  }
  .p_top .compare__btn .c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_top .approach {
    padding: 15.26718vw 0 11.70483vw;
    text-align: center;
    position: relative;
  }
  .p_top .approach::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14.24936vw solid transparent;
    border-right: 14.24936vw solid transparent;
    border-top: 11.45038vw solid #fbf6e7;
  }
  .p_top .approach .row {
    max-width: 274.80916vw;
  }
  .p_top .approach__title {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 7.12468vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6.36132vw;
  }
  .p_top .approach__list {
    display: -ms-grid;
    display: grid;
    gap: 4.58015vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 5.85242vw;
  }
  .p_top .approach__desc {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 5.08906vw;
    line-height: 1.4;
    text-align: center;
  }
  .p_top .approach-card {
    -moz-border-radius: 3.81679vw;
         border-radius: 3.81679vw;
    background: url(../img/approach_bg.webp) center/100% 100% no-repeat;
    -moz-box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
    color: #fff;
    padding: 7.63359vw 5.08906vw;
    text-align: center;
  }
  .p_top .approach-card__sub {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 4.58015vw;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #e1d09d;
    text-align: center;
    color: #fff;
    margin-bottom: 2.54453vw;
    padding-bottom: 2.54453vw;
    margin-bottom: 2.54453vw;
  }
  .p_top .approach-card__title {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 7.63359vw;
    letter-spacing: 0.03em;
    line-height: 1.13333;
    text-align: center;
    color: #fff;
    min-height: 17.3028vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .write {
    background: #c1e4ec;
  }
  .p_top .write .row {
    padding: 10.43257vw 7.63359vw 84.98728vw;
    position: relative;
    max-width: 274.80916vw;
  }
  .p_top .write .row .write__fig {
    width: 64.37659vw;
    position: absolute;
    bottom: -3.56234vw;
    left: 14.75827vw;
  }
  .p_top .write .row .write__fig img {
    position: relative;
    z-index: 2;
  }
  .p_top .write .row .write__fig figcaption {
    line-height: 1.5;
    width: 33.07888vw;
    height: 33.07888vw;
    background: #51cfe9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.07125vw;
    line-height: 1.375;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -6.36132vw;
    top: -3.30789vw;
    -moz-border-radius: 2544.27481vw;
         border-radius: 2544.27481vw;
  }
  .p_top .write__tt {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 7.12468vw;
    line-height: 1.35714;
    text-align: center;
    margin-bottom: 8.6514vw;
  }
  .p_top .write__tt span {
    color: #3288A1;
  }
  .p_top .write__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.54453vw;
  }
  .p_top .fullmouth {
    padding: 11.45038vw 0 11.45038vw;
  }
  .p_top .fullmouth.rv .fullmouth__header {
    margin-left: auto;
  }
  .p_top .fullmouth.rv .row::after {
    right: initial;
    left: -101.78117vw;
    top: -41.73028vw;
    background-image: url(../img/plan_circle02.webp);
  }
  .p_top .fullmouth.st3 .row::after {
    top: -41.73028vw;
    background-image: url(../img/plan_circle03.webp);
  }
  .p_top .fullmouth .row {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .fullmouth__header {
    margin-bottom: 8.90585vw;
    text-align: center;
  }
  .p_top .fullmouth__number {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 19.33842vw;
    line-height: 1;
    color: #c99f1f;
  }
  .p_top .fullmouth__lead {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 4.58015vw;
    line-height: 1.91667;
  }
  .p_top .fullmouth__title {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 8.6514vw;
    line-height: 1;
    margin-bottom: 9.92366vw;
  }
  .p_top .fullmouth__button {
    min-width: 61.0687vw;
    min-height: 15.26718vw;
    -moz-border-radius: 7.63359vw;
         border-radius: 7.63359vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border: 1px solid #707070;
    margin-bottom: 6.36132vw;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.07125vw;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 0 5.59796vw;
    margin-top: 7.63359vw;
  }
  .p_top .fullmouth__description {
    font-size: 4.07125vw;
    line-height: 2.125;
    margin-bottom: 7.63359vw;
    text-align: left;
  }
  .p_top .fullmouth__cards {
    display: -ms-grid;
    display: grid;
    gap: 10.17812vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .fullmouth__card {
    overflow: hidden;
  }
  .p_top .fullmouth__list {
    padding-left: 2.54453vw;
  }
  .p_top .fullmouth__card-title {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 7.63359vw;
    line-height: 1.31579;
    text-align: center;
    color: #fff;
    padding: 6.36132vw;
    -moz-border-radius: 3.81679vw;
         border-radius: 3.81679vw;
    background: url(../img/plan_bg.webp) center/100% 100% no-repeat;
    -moz-box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
    margin-bottom: 6.36132vw;
  }
  .p_top .fullmouth__card-title span {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 5.08906vw;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .p_top .fullmouth__list-item {
    font-weight: normal;
    font-size: 4.07125vw;
    line-height: 1.75;
    text-align: left;
    padding-left: 4.07125vw;
    position: relative;
    font-weight: bold;
  }
  .p_top .fullmouth__list-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c99f1f;
  }
  .p_top .plan {
    padding-top: 10.17812vw;
  }
  .p_top .treatments {
    padding: 11.95929vw 0 12.72265vw;
  }
  .p_top .treatments .row {
    padding-left: 5.08906vw;
    padding-right: 5.08906vw;
  }
  .p_top .treatments h2 {
    margin-bottom: 11.19593vw;
  }
  .p_top .treatments h2 small {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 4.07125vw;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .p_top .treatments h2 > span {
    display: block;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 8.6514vw;
    line-height: 1.32258;
    text-align: center;
  }
  .p_top .treatments h2 > span span {
    color: #CAA021;
  }
  .p_top .treatments .t-tb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -5.08906vw;
    padding-bottom: 0.25445vw;
  }
  .p_top .treatments .t-tb table {
    width: 284.98728vw;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p_top .treatments .t-tb table {
    border-collapse: separate;
    border-spacing: 2.54453vw;
    table-layout: fixed;
  }
  .p_top .treatments .t-tb th {
    padding: 5.08906vw;
    background: #c99f1f;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.58015vw;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    vertical-align: middle;
  }
  .p_top .treatments .t-tb td {
    background: #f3e6bc;
    font-weight: normal;
    font-size: 4.58015vw;
    letter-spacing: 0.03em;
    line-height: 1.55556;
    text-align: center;
    color: #111;
    padding: 5.08906vw 2.54453vw;
    vertical-align: middle;
  }
  .p_top .report {
    background: #fbf6e7;
    padding: 9.66921vw 0 12.72265vw;
  }
  .p_top .report .row {
    padding-left: 5.08906vw;
    padding-right: 5.08906vw;
  }
  .p_top .report__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin: 11.70483vw 0 9.16031vw;
    gap: 5.08906vw;
    margin-right: -5.08906vw;
    padding-right: 5.08906vw;
  }
  .p_top .report__btn {
    text-align: center;
  }
  .p_top .report__btn .c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_top .report .report-card {
    text-align: left;
    display: block;
    width: 71.24682vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: normal;
  }
  .p_top .report .report-card__image {
    height: 50.12723vw;
  }
  .p_top .report .report-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .report .report-card__body {
    padding: 4.58015vw 3.81679vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .report .report-card__tag {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding: 0.50891vw 2.54453vw;
    margin-right: 1.78117vw;
    min-width: 32.82443vw;
    min-height: 7.37913vw;
    background: #c99f1f;
    font-weight: bold;
    font-size: 3.05344vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .p_top .report .report-card__date {
    font-weight: bold;
    font-size: 4.07125vw;
    text-align: left;
    color: #333;
  }
  .p_top .report .report-card__text {
    width: 100%;
    font-weight: normal;
    font-size: 4.07125vw;
    line-height: 1.5;
    text-align: left;
    color: #333;
    margin-top: 2.54453vw;
  }
  .p_top .reason {
    padding: 8.6514vw 0 12.72265vw;
  }
  .p_top .reason .row {
    max-width: 325.69975vw;
  }
  .p_top .reason .about {
    margin-top: 23.66412vw;
  }
  .p_top .reason .about .a-listNum {
    display: -ms-grid;
    display: grid;
    gap: 2.54453vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 6.10687vw auto 0;
    max-width: 100%;
  }
  .p_top .reason .about .a-listNum li {
    padding: 7.63359vw;
    -moz-border-radius: 3.81679vw;
         border-radius: 3.81679vw;
    background: #fff;
    border: 1px solid #d8d8d8;
    font-weight: bold;
    font-size: 4.58015vw;
    line-height: 1.55556;
  }
  .p_top .reason .about .a-listNum li i {
    display: block;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 12.72265vw;
    line-height: 1;
    text-align: center;
    color: #c99f1f;
    font-style: normal;
    margin-bottom: 1.27226vw;
  }
  .p_top .reason .about__item {
    position: relative;
  }
  .p_top .reason .about__item:not(:last-child) {
    margin-bottom: 12.21374vw;
  }
  .p_top .reason .about__item:nth-child(even) .about__content {
    margin-left: auto;
    -moz-border-radius: 3.81679vw 0vw 0vw 0vw;
         border-radius: 3.81679vw 0vw 0vw 0vw;
  }
  .p_top .reason .about__image {
    margin: 0 -5.08906vw 6.10687vw;
  }
  .p_top .reason .about__image img {
    width: 100%;
    display: block;
  }
  .p_top .reason .about__content {
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .p_top .reason .about__title {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 5.59796vw;
    line-height: 1.375;
    text-align: left;
    margin-bottom: 5.08906vw;
  }
  .p_top .reason .about__text {
    font-weight: bold;
    font-size: 4.07125vw;
    line-height: 2.125;
    text-align: left;
  }
  .p_top .flow {
    padding: 8.90585vw 5.08906vw 12.72265vw;
    background: #fbf6e7;
  }
  .p_top .flow__list {
    margin-top: 8.14249vw;
  }
  .p_top .flow__list .flow__slider {
    margin-right: -5.08906vw;
  }
  .p_top .flow__list .flow__slider .swiper-slide {
    width: 71.24682vw;
    margin-right: 5.08906vw;
  }
  .p_top .flow__list .flow__slider .swiper-slide h3 {
    margin-bottom: 3.56234vw;
    line-height: 1;
  }
  .p_top .flow__list .flow__slider .swiper-slide h3 i {
    display: block;
    font-style: normal;
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 11.70483vw;
    line-height: 1;
    text-align: center;
    color: #c99f1f;
  }
  .p_top .flow__list .flow__slider .swiper-slide h3 span {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 4.58015vw;
    line-height: 1.22222;
    text-align: center;
    display: block;
    min-height: 17.3028vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .flow__list .flow__slider .swiper-slide figure {
    height: 47.32824vw;
    margin-bottom: 4.58015vw;
  }
  .p_top .flow__list .flow__slider .swiper-slide figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow__list .flow__slider .swiper-slide p {
    font-size: 4.07125vw;
    line-height: 1.75;
  }
  .p_top .flow__list .flow__slider--next, .p_top .flow__list .flow__slider--prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.52417vw;
    height: 9.79644vw;
    background: url(../img/ar.webp) center/100% 100% no-repeat;
    display: block;
    z-index: 19;
  }
  .p_top .flow__list .flow__slider--next {
    right: 3.81679vw;
  }
  .p_top .flow__list .flow__slider--prev {
    left: 0vw;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .p_top .flow__list .flow__slider--pagi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .flow__list .flow__slider--pagi span {
    width: 3.05344vw;
    height: 3.05344vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 0 1.27226vw;
  }
  .p_top .flow__list .flow__slider--pagi span.swiper-pagination-bullet-active {
    background: #c99f1f;
  }
  .p_top .price {
    padding: 9.66921vw 0 12.72265vw;
  }
  .p_top .price__inner {
    display: -ms-grid;
    display: grid;
    gap: 10.17812vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 11.19593vw;
  }
  .p_top .price__head {
    background: url(../img/price_bg.webp) center/100% 100% no-repeat;
    color: #fff;
    text-align: center;
    padding: 0 4.07125vw;
    -moz-border-radius: 3.81679vw;
         border-radius: 3.81679vw;
    min-height: 15.26718vw;
    font-weight: bold;
    margin-bottom: 2.54453vw;
    -moz-box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 5.08906vw;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .price__note {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 3.56234vw;
    margin-top: 5.08906vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p_top .price .price-list {
    list-style: none;
  }
  .p_top .price .price-list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.81679vw 2.54453vw;
    border-bottom: 1px solid #d8d8d8;
    font-size: 3.56234vw;
    line-height: 1.57143;
    font-weight: bold;
  }
  .p_top .price .price-list__value {
    display: inline-block;
    text-align: left;
    min-width: 35.62341vw;
  }
  .p_top .payment {
    padding: 9.66921vw 0 12.72265vw;
    background: #fbf6e7;
  }
  .p_top .payment .p-text {
    text-align: center;
    margin-bottom: 9.16031vw;
  }
  .p_top .payment .dlist dl {
    font-size: 4.07125vw;
  }
  .p_top .payment .dlist dl + dl {
    margin-top: 10.17812vw;
  }
  .p_top .payment .dlist dl dt {
    min-height: 15.26718vw;
    padding: 3.81679vw;
    -moz-border-radius: 3.81679vw;
         border-radius: 3.81679vw;
    background: url(../img/payment_bg.webp) center/100% 100% no-repeat;
    -moz-box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 5.08906vw;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7.63359vw;
  }
  .p_top .payment .dlist dl .dlist_fig {
    text-align: center;
  }
  .p_top .payment .dlist dl .dlist_fig img {
    display: inline-block;
    width: 76.7%;
  }
  .p_top .payment .dlist dl .dlist_btn {
    text-align: center;
    margin: 6.61578vw 0 4.58015vw;
  }
  .p_top .payment .dlist dl .dlist_btn a {
    min-height: 15.26718vw;
    -moz-border-radius: 11.45038vw;
         border-radius: 11.45038vw;
    background: #fff;
    border: 0.76336vw solid #c99f1f;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 5.08906vw;
    text-align: center;
    color: #c99f1f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .payment .p-price__title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 9.66921vw;
    text-align: center;
  }
  .p_top .payment .p-price__title > span {
    font-family: "Noto Sans JP";
    font-weight: bold;
    color: #c99f1f;
  }
  .p_top .payment .p-price__title > span span {
    font-size: 8.6514vw;
  }
  .p_top .payment .p-price__title > span strong {
    font-size: 29.00763vw;
    line-height: 1;
  }
  .p_top .payment .p-price__price {
    margin-left: 2.54453vw;
    color: #c89d2a;
  }
  .p_top .payment .p-price__price strong {
    font-size: 16.28499vw;
    line-height: 1;
  }
  .p_top .payment .p-price__note {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.58015vw;
    text-align: center;
    margin-bottom: 7.63359vw;
  }
  .p_top .payment .p-price__list {
    width: 264.63104vw;
    max-width: 100%;
    margin: 0 auto 4.58015vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.08906vw;
  }
  .p_top .payment .p-price__desc {
    font-size: 4.58015vw;
    font-weight: bold;
    margin-bottom: 9.16031vw;
  }
  .p_top .payment .p-price__cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .payment .p-price-item__left {
    background: #fff;
    border: 1px solid #e1d7ba;
    padding: 3.81679vw;
    text-align: center;
  }
  .p_top .payment .p-price-item__right {
    background: #c99f1f;
    padding: 10.17812vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 6.61578vw;
    text-align: center;
    color: #fff;
  }
  .p_top .payment .p-price-item__price {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 6.10687vw;
    text-align: center;
    color: #c99f1f;
  }
  .p_top .payment .p-price-item__price i {
    font-style: normal;
    font-size: 11.19593vw;
  }
  .p_top .payment .p-price-item__sub {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 4.58015vw;
    text-align: center;
  }
  .p_top .message {
    padding-bottom: 12.72265vw;
  }
  .p_top .message__profile {
    position: relative;
  }
  .p_top .message__profile .message__txt .row {
    padding: 0;
  }
  .p_top .message__profile > picture {
    display: block;
  }
  .p_top .message__profile > picture img {
    width: 100%;
  }
  .p_top .message .message__blk {
    max-width: 100%;
  }
  .p_top .message__heading {
    padding-top: 9.16031vw;
  }
  .p_top .message__profile {
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .message__image {
    width: 100%;
    -moz-border-radius: 2.54453vw;
         border-radius: 2.54453vw;
    object-fit: cover;
  }
  .p_top .message__card {
    padding: 6.36132vw;
    background: rgba(201, 159, 31, 0.9);
    font-size: 4.07125vw;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .p_top .message__position {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 4.07125vw;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 2.03562vw;
  }
  .p_top .message__name {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 9.66921vw;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 5.08906vw;
    line-height: 1.2;
  }
  .p_top .message__name span {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 6.10687vw;
    letter-spacing: 0.1em;
    margin-left: 1.78117vw;
    color: #fff;
  }
  .p_top .message__list {
    margin-top: 1.27226vw;
  }
  .p_top .message__list li {
    font-weight: bold;
    font-size: 4.07125vw;
    line-height: 1.75;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 4.58015vw;
  }
  .p_top .message__list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.03562vw;
    height: 2.03562vw;
    -moz-border-radius: 2544.27481vw;
         border-radius: 2544.27481vw;
    background: #fff;
    display: block;
  }
  .p_top .message__content {
    text-align: center;
    position: relative;
    padding-top: 10.17812vw;
  }
  .p_top .message__catch {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 7.12468vw;
    line-height: 11.70483vw;
    text-align: center;
    margin-bottom: 9.41476vw;
  }
  .p_top .message__catch span {
    font-size: 9.66921vw;
  }
  .p_top .message__text {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 4.58015vw;
    line-height: 2;
    text-align: center;
    margin-bottom: 12.72265vw;
  }
  .p_top .message__text span {
    color: #C99F1F;
  }
  .p_top .message__btn .c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_list .news {
    padding: 5.08906vw 0 12.72265vw;
  }
  .p_list .news__sidebar {
    -moz-border-radius: 2.29008vw;
         border-radius: 2.29008vw;
    background: #f3f0e7;
    padding: 5.08906vw;
  }
  .p_list .news-card {
    position: relative;
    padding: 7.63359vw 0;
    display: block;
    border-bottom: 1px solid #c9c9c9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_list .news-card:hover {
    opacity: 1;
    background-color: #fbf6e7;
  }
  .p_list .news-card:hover img {
    opacity: 1;
  }
  .p_list .news-card__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.30789vw;
  }
  .p_list .news-card__label {
    min-width: 21.6285vw;
    min-height: 7.88804vw;
    background: #c99f1f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2.79898vw;
    font-weight: bold;
    font-size: 3.56234vw;
    color: #fff;
    padding: 0 3.81679vw;
  }
  .p_list .news-card__inner {
    gap: 10.17812vw;
  }
  .p_list .news-card__thumb {
    height: 235px;
  }
  .p_list .news-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_list .news-card__date {
    font-weight: bold;
    font-size: 4.07125vw;
    color: #333;
  }
  .p_list .news-card__title {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 5.08906vw;
    line-height: 1.36364;
    text-align: left;
    color: #333;
    margin-bottom: 4.07125vw;
  }
  .p_list .news-card__desc {
    font-size: 3.56234vw;
    line-height: 1.85714;
    text-align: left;
    color: #333;
    margin-top: 2.54453vw;
    margin-bottom: 3.81679vw;
  }
  .p_list .news-card__more span {
    display: inline-block;
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 4.58015vw;
    line-height: 1.66667;
    text-align: left;
    color: #c99f1f;
    padding-right: 4.07125vw;
    position: relative;
  }
  .p_list .news-card__more span::after {
    content: "";
    position: absolute;
    top: 2.79898vw;
    right: 0;
    width: 2.29008vw;
    height: 3.30789vw;
    background: url(../img/list/ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_list .sidebar:not(:last-child) {
    margin-bottom: 15.26718vw;
  }
  .p_list .sidebar__title {
    padding: 3.30789vw;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 5.08906vw;
    text-align: center;
    color: #fff;
    -moz-border-radius: 2.29008vw;
         border-radius: 2.29008vw;
    background: #876e37;
    margin-bottom: 1.27226vw;
  }
  .p_list .sidebar__list {
    list-style: none;
    padding: 0;
  }
  .p_list .sidebar__item {
    margin-bottom: 1.01781vw;
  }
  .p_list .sidebar__item a {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 4.07125vw;
    color: #333;
    position: relative;
    display: block;
    padding: 3.81679vw 11.45038vw 3.81679vw 3.81679vw;
    border-bottom: 1px solid #E1D8C5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_list .sidebar__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.81679vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.29008vw;
    height: 3.30789vw;
    background-color: #000;
    -webkit-mask-image: url(../img/list/ar.webp);
            mask-image: url(../img/list/ar.webp);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #876E37;
    display: block;
  }
  .p_list .sidebar__item a:hover {
    opacity: 1;
    color: #d1a71e;
  }
  .p_list .sidebar__posts {
    list-style: none;
    padding: 0;
  }
  .p_list .sidebar__select {
    margin-top: 5.08906vw;
  }
  .p_list .sidebar__select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.25445vw;
       -moz-perspective: 0.25445vw;
            perspective: 0.25445vw;
    height: 12.72265vw;
    -moz-border-radius: 0;
         border-radius: 0;
    background: transparent;
    border: 1px solid #d5cec0;
    position: relative;
  }
  .p_list .sidebar__select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.79898vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.03562vw;
    height: 3.05344vw;
    background: url(../img/list/ar2.webp) center/100% 100% no-repeat;
    display: block;
    z-index: 2;
  }
  .p_list .sidebar__select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 8.90585vw 0 3.81679vw;
    background: transparent;
    font-weight: 400;
    font-size: 4.07125vw;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_list .sidebar__select label select::-ms-expand {
    display: none;
  }
  .p_list .sidebar-post__date {
    font-weight: bold;
    font-size: 3.56234vw;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_list .sidebar-post__title {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 3.56234vw;
    line-height: 1.42857;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_list .sidebar-post a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5.08906vw 0;
    border-bottom: 1px solid #E1D8C5;
  }
  .p_list .sidebar-post a figure {
    width: 25.44529vw;
    height: 17.3028vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_list .sidebar-post a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_list .sidebar-post a > div {
    width: 100%;
    padding-left: 3.05344vw;
  }
  .p_list .sidebar-post a:hover {
    opacity: 1;
  }
  .p_list .sidebar-post a:hover img {
    opacity: 1;
  }
  .p_list .sidebar-post a:hover .sidebar-post__date, .p_list .sidebar-post a:hover .sidebar-post__title {
    color: #d1a71e;
  }
  .wp-pagenavi {
    margin-top: 7.63359vw;
    margin-bottom: 10.17812vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .page {
    margin: 0 0.76336vw;
    width: 9.66921vw;
    height: 9.66921vw;
    background: transparent;
    border: 1px solid #c9c9c9;
    font-weight: bold;
    font-size: 3.56234vw;
    line-height: 1;
    text-align: center;
    color: #333;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2544.27481vw;
         border-radius: 2544.27481vw;
  }
  .wp-pagenavi .current {
    font-weight: bold;
    font-size: 3.56234vw;
    width: 9.66921vw;
    height: 9.66921vw;
    margin: 0 0.76336vw;
    background-color: #c99f1f;
    border-color: #c99f1f;
    -moz-border-radius: 2544.27481vw;
         border-radius: 2544.27481vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-pagenavi .nextpostslink {
    width: 9.66921vw;
    height: 9.66921vw;
    border: 1px solid #c9c9c9;
    text-indent: -2544.27481vw;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/list/ic_prev.webp");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 3.05344vw 5.34351vw;
         background-size: 3.05344vw 5.34351vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -moz-border-radius: 2544.27481vw;
         border-radius: 2544.27481vw;
  }
  .wp-pagenavi .previouspostslink {
    width: 9.66921vw;
    height: 9.66921vw;
    border: 1px solid #c9c9c9;
    text-indent: -2544.27481vw;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/list/ic_prev.webp");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 3.05344vw 5.34351vw;
         background-size: 3.05344vw 5.34351vw;
    -moz-border-radius: 2544.27481vw;
         border-radius: 2544.27481vw;
  }
  .detail {
    font-size: 4.07125vw;
    line-height: 1.75;
    margin-bottom: 7.63359vw;
  }
  .detail__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.03562vw;
  }
  .detail__label {
    min-width: 21.6285vw;
    min-height: 8.90585vw;
    background: #c99f1f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2.79898vw;
    font-weight: bold;
    font-size: 3.56234vw;
    color: #fff;
    padding: 0 3.81679vw;
  }
  .detail__date {
    font-weight: bold;
    font-size: 4.07125vw;
    color: #333;
  }
  .detail h1 {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 6.10687vw;
    line-height: 1.33333;
    text-align: left;
    color: #333;
    margin-bottom: 6.87023vw;
  }
  .detail figure {
    margin: 0 -5.08906vw 6.36132vw;
  }
  .detail .toc {
    border: 1.52672vw solid #876e37;
    -moz-border-radius: 3.81679vw;
         border-radius: 3.81679vw;
    overflow: hidden;
    margin: 8.90585vw 0 8.90585vw;
  }
  .detail .toc__head {
    background: #876e37;
    padding: 4.3257vw 5.08906vw 5.85242vw;
    text-align: center;
  }
  .detail .toc__ttl {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 6.61578vw;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .detail .toc__body {
    padding: 6.36132vw 3.81679vw 6.10687vw;
  }
  .detail .toc__item {
    padding-bottom: 5.08906vw;
    margin-bottom: 5.08906vw;
    border-bottom: 1px solid #c8c8c8;
  }
  .detail .toc__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .detail .toc__item-ttl {
    position: relative;
    padding-left: 2.03562vw;
    margin-bottom: 6.10687vw;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 5.08906vw;
    line-height: 1.33333;
    text-align: left;
    border-left: 1.27226vw solid #876e37;
  }
  .detail .toc__list {
    margin: 0;
    display: -ms-grid;
    display: grid;
    gap: 2.03562vw;
  }
  .detail .toc__list-item {
    position: relative;
    padding-left: 4.58015vw;
    font-weight: bold;
    font-size: 4.07125vw;
    line-height: 1.625;
  }
  .detail .toc__list-item + .toc__list-item {
    margin-top: 0;
  }
  .detail .toc__list-item::before {
    content: "";
    position: absolute;
    top: 1.78117vw;
    left: 0;
    width: 2.03562vw;
    height: 2.03562vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #c79d1b;
  }
  .detail #ez-toc-container {
    border: 1.52672vw solid #876e37;
    -moz-border-radius: 3.81679vw;
         border-radius: 3.81679vw;
    overflow: hidden;
    margin: 8.90585vw 0 8.90585vw;
    padding: 0;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .detail #ez-toc-container .ez-toc-title-container {
    background: #876e37;
    padding: 4.3257vw 5.08906vw 5.85242vw;
    text-align: center;
  }
  .detail #ez-toc-container .ez-toc-title {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 6.61578vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .detail #ez-toc-container > nav {
    padding: 6.36132vw 3.81679vw 6.10687vw;
  }
  .detail #ez-toc-container > nav > ul {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 0;
  }
  .detail #ez-toc-container > nav > ul > li {
    padding-left: 0;
  }
  .detail #ez-toc-container > nav > ul > li:not(:last-of-type) {
    padding-bottom: 5.08906vw;
    border-bottom: 1px solid #C8C8C8;
  }
  .detail #ez-toc-container > nav > ul > li + li {
    margin-top: 6.10687vw;
  }
  .detail #ez-toc-container > nav > ul > li::before {
    display: none;
  }
  .detail #ez-toc-container > nav > ul > li > a {
    position: relative;
    padding-left: 2.03562vw;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 5.08906vw;
    line-height: 1.33333;
    text-align: left;
    border-left: 1.27226vw solid #876e37;
    display: block;
    width: 100%;
    color: #111111;
  }
  .detail #ez-toc-container > nav > ul > li > a:visited {
    text-decoration: none;
    color: #111;
  }
  .detail #ez-toc-container > nav > ul > li > a:hover {
    text-decoration: none;
    color: #111;
    opacity: 0.7;
  }
  .detail #ez-toc-container > nav > ul > li > ul {
    margin-left: 0;
    margin-top: 6.10687vw;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li {
    position: relative;
    padding-left: 4.58015vw;
    font-weight: bold;
    font-size: 4.07125vw;
    line-height: 1.625;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li + li {
    margin-top: 2.03562vw;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li::before {
    content: "";
    position: absolute;
    top: 1.78117vw;
    left: 0;
    width: 2.03562vw;
    height: 2.03562vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #c79d1b;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li > a {
    color: #111111;
    font-weight: 700;
    font-size: 4.07125vw;
    line-height: 1.625;
  }
  .detail #ez-toc-container > nav > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
  .detail #toc_container {
    border: 1.5px solid #c9a84c;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
         box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    margin: 70px 0 80px;
    padding: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #fff;
  }
  .detail #toc_container .toc_title {
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-weight: 700;
    color: #3a2e1e;
    letter-spacing: 0.06em;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #f5f0e6;
    border-bottom: 1.5px solid #c9a84c;
    padding: 12px 20px;
  }
  .detail #toc_container .toc_title a {
    font-size: 12px;
    color: #9b7a2c;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.85;
  }
  .detail #toc_container .toc_title + ul.toc_list {
    margin-top: 0;
  }
  .detail #toc_container .toc_list {
    list-style: none;
    margin: 0;
    padding: 16px 20px;
    border-bottom: 0;
    counter-reset: li;
  }
  .detail #toc_container .toc_list > li {
    padding: 9px 0;
    border-bottom: 1px solid #ede7d8;
    list-style: none;
    margin: 0;
    counter-increment: li;
  }
  .detail #toc_container .toc_list > li:last-child {
    padding-bottom: 2px;
    border-bottom: none;
  }
  .detail #toc_container .toc_list > li::before {
    display: none;
  }
  .detail #toc_container .toc_list > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #3a2e1e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
  }
  .detail #toc_container .toc_list > li > a::before {
    content: counter(li, decimal-leading-zero);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 22px;
    height: 18px;
    padding: 0 4px;
    background: #9b7a2c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    -moz-border-radius: 3px;
         border-radius: 3px;
    letter-spacing: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .detail #toc_container .toc_list > li > a:visited {
    text-decoration: none;
    color: #9b7a2c;
  }
  .detail #toc_container .toc_list > li > a:hover {
    text-decoration: none;
    color: #9b7a2c;
  }
  .detail #toc_container .toc_list > li > ul {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0 0 0 32px;
  }
  .detail #toc_container .toc_list > li > ul > li {
    padding: 4px 0;
    list-style: none;
    margin: 0;
  }
  .detail #toc_container .toc_list > li > ul > li::before {
    display: none;
  }
  .detail #toc_container .toc_list > li > ul > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    color: #7a6a50;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
  }
  .detail #toc_container .toc_list > li > ul > li > a::before {
    content: "–";
    color: #c4a86a;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .detail #toc_container .toc_list > li > ul > li > a:hover {
    color: #9b7a2c;
  }
  .detail .box-img {
    padding: 5.08906vw;
    background: #fbf6e7;
    margin: 10.17812vw -5.08906vw;
  }
  .detail .box-img figure {
    margin-left: 0;
    margin-right: 0;
  }
  .detail .box-img__ttl {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 5.59796vw;
    line-height: 1.42857;
    margin-bottom: 6.36132vw;
    border: 0;
    padding: 0;
  }
  .detail h2 {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 5.59796vw;
    line-height: 1.46154;
    border-left: 2.03562vw solid #c99f1f;
    padding-left: 4.07125vw;
    margin: 8.90585vw 0 6.61578vw;
  }
  .detail p {
    margin-bottom: 7.63359vw;
  }
  .detail h3 {
    padding: 5.08906vw;
    border: 1px solid #c8c8c8;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 5.08906vw;
    line-height: 1.45455;
    margin: 8.90585vw 0 6.61578vw;
  }
  .detail h4 {
    padding: 0 0 2.54453vw;
    border-bottom: 1px solid #c99f1f;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size: 4.58015vw;
    line-height: 1.5;
    margin: 8.90585vw 0 6.61578vw;
  }
  .detail .d-map {
    margin: 8.90585vw 0 6.61578vw;
  }
  .detail .d-map iframe {
    width: 100%;
    height: 101.78117vw;
  }
  .detail .wp-block-table {
    margin: 8.90585vw 0;
  }
  .detail table {
    font-size: 4.07125vw;
    letter-spacing: 0.03em;
    line-height: 1.75;
    display: block;
    border-color: #fff;
    border: 1px solid #fff;
  }
  .detail table tr {
    display: block;
    width: 100%;
    border: 1px solid #fff;
  }
  .detail table th, .detail table td:nth-of-type(1) {
    display: block;
    width: 35.62341vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #c99f1f;
    padding: 3.81679vw;
    vertical-align: middle;
    width: 100%;
    font-size: 4.07125vw;
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
  .detail table td {
    display: block;
    padding: 3.81679vw;
    background: #fbf6e7;
    vertical-align: middle;
    width: 100%;
    font-size: 4.07125vw;
    letter-spacing: 0.03em;
    line-height: 1.75;
    border: 1px solid #fff;
  }
  .detail table thead + tbody tr {
    border-color: #111;
  }
  .detail table thead + tbody tr td:nth-of-type(1) {
    background: #fbf6e7;
    text-align: left;
    width: inherit;
    color: #111;
    font-weight: 400;
  }
  .detail .special {
    overflow-x: auto;
  }
  .detail .special table {
    width: 152.67176vw;
    display: table;
  }
  .detail .special table thead {
    display: table-header-group;
  }
  .detail .special table tbody {
    display: table-row-group;
  }
  .detail .special table tr {
    display: table-row;
    width: auto;
  }
  .detail .special table tr th, .detail .special table tr td {
    display: table-cell;
    width: auto;
  }
  .detail ul {
    margin: 5.85242vw 0;
  }
  .detail ul li {
    font-weight: bold;
    font-size: 4.07125vw;
    line-height: 1.625;
    position: relative;
    padding-left: 6.10687vw;
  }
  .detail ul li::before {
    content: "";
    position: absolute;
    top: 1.78117vw;
    left: 0;
    width: 2.03562vw;
    height: 2.03562vw;
    background: #c99f1f;
    -moz-border-radius: 2544.27481vw;
         border-radius: 2544.27481vw;
    display: block;
  }
  .detail ul li + li {
    margin-top: 2.79898vw;
  }
  .detail ol {
    margin: 5.85242vw 0;
    counter-reset: div;
  }
  .detail ol li {
    font-weight: bold;
    font-size: 4.07125vw;
    line-height: 1.625;
    position: relative;
    padding-left: 6.10687vw;
    position: relative;
  }
  .detail ol li::before {
    counter-increment: div;
    content: counter(div) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #c99f1f;
  }
  .detail ol li + li {
    margin-top: 2.79898vw;
  }
  .detail .list-check {
    margin: 5.85242vw 0;
    counter-reset: div;
  }
  .detail .list-check li {
    font-weight: bold;
    font-size: 4.07125vw;
    line-height: 1.625;
    position: relative;
    padding-left: 6.10687vw;
    position: relative;
    position: relative;
  }
  .detail .list-check li::before {
    content: "";
    position: absolute;
    top: 1.27226vw;
    left: 0;
    width: 3.81679vw;
    height: 3.30789vw;
    background: url(../img/ic_check.webp) center/100% 100% no-repeat;
    display: block;
  }
  .detail .list-check li + li {
    margin-top: 5.85242vw;
  }
  .detail .wp-block-image figcaption {
    text-align: center;
  }
  .detail .dentist::after {
    content: "";
    clear: both;
    display: table;
  }
  .detail .dentist figure {
    width: 38.16794vw;
    float: left;
    margin-left: 0;
    margin-right: 3.81679vw;
  }
  .detail .dentist .desc .name {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: -webkit-calc(100% - 41.98473vw);
    width: -moz-calc(100% - 41.98473vw);
    width: calc(100% - 41.98473vw);
    margin-top: 7.63359vw;
  }
  .detail .dentist .desc .name span {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
  }
  .detail .dentist .desc .name em {
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 5px 0 0;
  }
  .detail .dentist .desc .name small {
    font-size: 12px;
    line-height: 1.5;
  }
  .detail .dentist .desc .intro {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 2;
  }
  .detail .wp-block-media-text > .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
  .related {
    padding: 10.17812vw 0;
    background: #917736;
  }
  .related__head {
    margin-bottom: 7.63359vw;
    text-align: center;
  }
  .related__ttl {
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 8.14249vw;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: #fff;
  }
  .related__sub {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 4.07125vw;
    color: #fff;
  }
  .related__list {
    display: -ms-grid;
    display: grid;
    gap: 2.54453vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .related-card__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.05344vw;
    height: 100%;
    padding: 5.08906vw 7.63359vw 5.08906vw 3.81679vw;
    -moz-border-radius: 2.29008vw;
         border-radius: 2.29008vw;
    background: #fff;
    text-decoration: none;
  }
  .related-card__link:hover {
    opacity: 1;
  }
  .related-card__link:hover img {
    opacity: 1;
  }
  .related-card__link:hover .related-card__date, .related-card__link:hover .related-card__title {
    color: #c99f1f;
  }
  .related-card__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 25.44529vw;
    height: 17.3028vw;
  }
  .related-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .related-card__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .related-card__date {
    display: block;
    font-size: 3.56234vw;
    font-weight: bold;
    line-height: 1.42857;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .related-card__title {
    font-size: 3.56234vw;
    font-weight: bold;
    line-height: 1.42857;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_temp .detail {
    padding-bottom: 12.72265vw;
  }
  .p_temp .detail .box-gray {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 8.90585vw 0;
    padding: 8.90585vw 0;
  }
  .p_temp .detail .box-gray__thumb {
    margin-bottom: 5.08906vw;
  }
  .p_temp .detail .box-gray::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fbf6e7;
    display: block;
    z-index: -1;
  }
  .p_temp .detail .box-gray__tt {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 7.12468vw;
    line-height: 1.42857;
    margin-bottom: 8.90585vw;
  }
  .p_temp .detail .box-colTwo, .p_temp .detail .wp-block-columns {
    margin: 8.90585vw 0;
    display: -ms-grid;
    display: grid;
    gap: 5.08906vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_temp .detail .box-colTwo figure, .p_temp .detail .wp-block-columns figure {
    margin: 0;
  }
  .p_temp .detail .box-colTwo .box-bd, .p_temp .detail .wp-block-columns .box-bd {
    margin: 0;
    margin-bottom: 5.08906vw;
  }
  .p_temp .detail .box-blue {
    -moz-border-radius: 3.81679vw;
         border-radius: 3.81679vw;
    background: #c1e4ec;
    margin: 6.36132vw 0;
  }
  .p_temp .detail .box-blue__tt {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 5.08906vw;
    line-height: 1.42857;
    text-align: center;
    color: #fff;
    padding: 3.81679vw;
    -moz-border-radius: 3.81679vw 3.81679vw 0vw 0vw;
         border-radius: 3.81679vw 3.81679vw 0vw 0vw;
    background: #24558a;
  }
  .p_temp .detail .box-blue__ctn {
    padding: 5.08906vw;
  }
  .p_temp .detail .box-md {
    margin: 7.63359vw auto;
  }
  .p_temp .detail .box-md figure {
    margin: 0;
    margin-bottom: 5.08906vw;
  }
  .p_temp .detail .box-shadow {
    -moz-border-radius: 3.81679vw;
         border-radius: 3.81679vw;
    background: #fff;
    border: 0.76336vw solid #c99f1f;
    -moz-box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 2.29008vw 3.05344vw rgba(0, 0, 0, 0.16);
    padding: 5.08906vw;
    margin: 7.63359vw 0;
  }
  .p_temp .detail .box-shadow__tt {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 5.08906vw;
    line-height: 1.4;
    margin-bottom: 5.08906vw;
  }
  .p_temp .detail .box-shadow__df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.08906vw;
  }
  .p_temp .detail .dlist {
    margin: 7.63359vw 0;
  }
  .p_temp .detail .dlist__df figure {
    margin: 0;
    margin-top: 2.54453vw;
    margin-bottom: 5.08906vw;
  }
  .p_temp .detail .dlist dl {
    padding: 3.05344vw 3.81679vw;
    border-top: 1px solid #c8c8c8;
  }
  .p_temp .detail .dlist dl:last-child {
    border-bottom: 1px solid #c8c8c8;
  }
  .p_temp .detail .dlist dl dt {
    font-weight: bold;
  }
  .p_temp .detail .dlist dl dd {
    width: 100%;
  }
  .p_temp .detail .box-step {
    text-align: center;
  }
  .p_temp .detail .box-step p {
    text-align: left;
  }
  .p_temp .detail .box-step__lable {
    min-width: 33.07888vw;
    min-height: 10.17812vw;
    -moz-border-radius: 254.19847vw;
         border-radius: 254.19847vw;
    background: #c99f1f;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.54453vw;
    font-family: "Cormorant Garamond";
    font-weight: normal;
    font-size: 6.61578vw;
    text-align: center;
    line-height: 1;
    color: #fff;
  }
  .p_temp .detail .box-step__title {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 6.61578vw;
    line-height: 1.38462;
    margin: 1.78117vw 0 5.34351vw;
  }
  .p_temp .detail .box-step__item {
    padding: 10.17812vw 0 7.63359vw;
    border-bottom: 1px solid #D8D8D8;
  }
  .p_temp .detail .box-step__item:not(:last-child) {
    position: relative;
  }
  .p_temp .detail .box-step__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5.59796vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.33842vw;
    height: 8.14249vw;
    background: url(../img/case_ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_temp .detail .box-step__text {
    width: 100%;
  }
  .p_temp .detail .box-step__thumb {
    margin: 0;
    margin-bottom: 5.08906vw;
  }
  .p_temp .detail .box-btn {
    text-align: center;
    margin-top: 10.17812vw;
  }
  .p_temp .detail .box-btn .c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 83.96947vw;
    min-height: 20.35623vw;
  }
  .p_temp .detail .box-btn .c-btn .c-btn__text {
    font-size: 4.58015vw;
  }
  .p_temp .detail .doctorCus {
    position: relative;
  }
  .p_temp .detail .doctorCus .wp-block-media-text__content {
    position: absolute;
    background: #fff;
    padding: 2vw 0;
    left: 0;
    bottom: 5vw;
  }
  .wp-block-media-text > .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.detail .noMarBot {
  margin-bottom: 0;
}

.detail .cta-section {
  width: 100%;
  background: #fff;
  /* ── 2カラム ── */
  /* ── ボタン ── */
}

.detail .cta-section .pickup {
  background: #f5f5f5;
  padding: 24px 28px;
  margin-bottom: 28px;
}

.detail .cta-section .pickup__heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #1a1a1a;
  border-bottom: 0;
  margin: 0;
}

.detail .cta-section .pickup__body {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 0;
}

.detail .cta-section .clinic-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 600px) {
  .detail .cta-section .clinic-cols {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .detail .cta-section .cta-section {
    padding: 32px 20px;
  }
}

.detail .cta-section .clinic {
  padding: 24px 20px;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.detail .cta-section .clinic__name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.detail .cta-section .clinic__meta {
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail .cta-section .clinic__area {
  background: #f0f0f0;
  padding: 2px 8px;
  -moz-border-radius: 2px;
       border-radius: 2px;
  font-size: 11px;
}

.detail .cta-section .clinic__tel {
  font-size: 13px;
  color: #333;
  letter-spacing: 0.05em;
}

.detail .cta-section .clinic__btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.detail .cta-section .btn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-transition: background 0.15s, color 0.15s;
  -moz-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
  white-space: nowrap;
  -moz-border-radius: 2px;
       border-radius: 2px;
}

.detail .cta-section .btn--tel {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
}

.detail .cta-section .btn--tel:hover {
  background: #333;
}

.detail .cta-section .btn--web {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.detail .cta-section .btn--web:hover {
  background: #f5f5f5;
}

.detail .cta-section .btn--line {
  background: #06C755;
  color: #fff;
  border: 1px solid #06C755;
}

.detail .cta-section .btn--line:hover {
  background: #05a847;
}

/* 症例一覧：本文抜粋を非表示 */
.p_list .news-card__desc {
  display: none;
}

/* 本文エリアのアンカーリンク色 */
.detail a:not([class]),
.post a:not([class]),
.page a:not([class]) {
  color: #2563EB;
  text-decoration: underline;
}
.detail a:not([class]):hover,
.post a:not([class]):hover,
.page a:not([class]):hover {
  color: #1D4ED8;
}

/* フッタークリニックカード：電話番号リンク */
.footer .f-clinic-card__tel {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #24558a;
  margin-bottom: 24px;
  text-decoration: none;
}
.footer .f-clinic-card--gold .f-clinic-card__tel {
  color: #9a7a3a;
}

/* 中間CTA */
.p_top .clinic--simple {
  background: #f5f0e8;
  padding: 80px 0;
  text-align: center;
}
.p_top .clinic--simple .clinic__title {
  font-family: "Noto Serif JP";
  font-size: 26px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.p_top .clinic--simple .clinic__desc {
  font-family: "Noto Sans JP";
  font-size: 15px;
  margin-bottom: 32px;
  color: #666;
}
.p_top .clinic--simple .clinic__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
/* とりい歯科ボタン：青 */
.p_top .clinic--simple .c-btn.st2::before {
  background-image: linear-gradient(120deg, #24558a, #3a6fa0, #24558a);
}
/* ルクス歯科ボタン：金 */
.p_top .clinic--simple .c-btn.st-gold::before {
  background-image: linear-gradient(120deg, #876e37, #b09050, #876e37);
}
@media screen and (max-width: 599px) {
  .p_top .clinic--simple {
    padding: 60px 0;
  }
  .p_top .clinic--simple .clinic__title {
    font-size: 18px;
  }
  .p_top .clinic--simple .clinic__btns {
    flex-direction: column;
    align-items: center;
  }
}

