@charset "UTF-8";
@font-face {
  font-family: "Futura PT Medium";
  font-weight: 500;
  src: url("../fonts/FuturaPTMedium.ttf");
}

@font-face {
  font-family: "Futura Book";
  font-weight: 400;
  src: url("../fonts/FuturaBook.ttf");
}

:root {
  --ten: "Shippori Mincho", serif;
  --tenlt: "Shippori Mincho", serif;
  --fuMedium: "Futura PT Medium";
  --fuBook: "Futura Book";
  --heisei: "Zen Kaku Gothic New", sans-serif;
}

/*! 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: #4d4d4d;
}

a:hover {
  text-decoration: none;
}

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

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: #4d4d4d;
  font-family: var(--ten), "Hiragino Sans", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-optical-sizing: auto;
  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;
}

picture {
  display: block;
}

figcaption {
  line-height: 1.5;
}

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

.full {
  width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear::after {
  content: "";
  clear: both;
  display: table;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-rowr {
  -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;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-colr {
  -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;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-start {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.items-start {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-end {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
      grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
      grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  -ms-grid-columns: (minmax(0, 1fr))[7];
      grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  -ms-grid-columns: (minmax(0, 1fr))[8];
      grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  -ms-grid-columns: (minmax(0, 1fr))[9];
      grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  -ms-grid-columns: (minmax(0, 1fr))[10];
      grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  -ms-grid-columns: (minmax(0, 1fr))[11];
      grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr))[12];
      grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-span-1 {
  -ms-grid-column-span: 1;
  -ms-grid-column: span 1;
      grid-column: span 1 / span 1;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: span 2;
      grid-column: span 2 / span 2;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: span 3;
      grid-column: span 3 / span 3;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: span 4;
      grid-column: span 4 / span 4;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: span 5;
      grid-column: span 5 / span 5;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: span 6;
      grid-column: span 6 / span 6;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: span 7;
      grid-column: span 7 / span 7;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: span 8;
      grid-column: span 8 / span 8;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: span 9;
      grid-column: span 9 / span 9;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: span 10;
      grid-column: span 10 / span 10;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: span 11;
      grid-column: span 11 / span 11;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: span 12;
      grid-column: span 12 / span 12;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header__main {
    padding: 0 0 0 20px;
  }
  .header__main--logo {
    width: 457px;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--right .tel {
    padding: 0 0 0 30px;
    font-size: 18px;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    color: #3e3a39;
  }
  .header__main--right .tel::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    z-index: -1;
    pointer-events: none;
  }
  .header__main--right .tel::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../img/headerTel.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__main--right .ins {
    line-height: 0;
    width: 70px;
    display: block;
    margin-left: 23px;
  }
  .header__main--right .ins img {
    width: 100%;
    height: auto;
  }
  .header__main--right .schedule {
    width: 180px;
    height: 70px;
    background: #61baa3;
    font-size: 14px;
    line-height: 1.35714;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    font-family: var(--ten);
    padding-left: 66px;
  }
  .header__main--right .schedule::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url("../img/headerSchedule.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__main--right .line {
    width: 180px;
    height: 70px;
    background: #06c755;
    font-size: 14px;
    line-height: 1.35714;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    font-family: var(--ten);
    padding-left: 72px;
  }
  .header__main--right .line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 47px;
    background: url("../img/headerLine.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .navimain__inner {
    background: #fff;
    padding: 20px 0;
    width: 100%;
  }
  .navimain__inner > ul > li {
    font-size: 18px;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0.12em;
    font-family: var(--ten);
    position: relative;
  }
  .navimain__inner > ul > li > a {
    color: #3e3a39;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navimain__inner > ul > li > a:hover {
    color: #61baa3;
  }
  .navimain__inner > ul > li + li::before {
    content: "｜";
    margin: 0 15px;
  }
  .navimain__inner > ul > li > ul {
    position: absolute;
    width: -webkit-calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
    top: 100%;
    left: 15px;
    background: #fff;
    padding: 10px;
    opacity: 0;
    -webkit-transform: scaleY(0);
       -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    pointer-events: none;
  }
  .navimain__inner > ul > li > ul > li + li {
    margin-top: 15px;
  }
  .navimain__inner > ul > li > ul > li > a {
    color: #3e3a39;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navimain__inner > ul > li > ul > li > a:hover {
    color: #61baa3;
  }
  .navimain__inner > ul > li:hover > ul {
    pointer-events: auto;
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
  .navimain__inner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .footer {
    padding: 90px 0 0;
  }
  .footer__logo a {
    width: 533px;
  }
  .footer__logo a img {
    width: 100%;
    height: auto;
  }
  .footer__info {
    max-width: 1080px;
    width: 100%;
    margin: 30px auto 0;
  }
  .footer__info address {
    max-width: 540px;
    width: 50%;
    color: #fff;
    font-style: normal;
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0.04em;
    background: #81b952;
    height: 50px;
  }
  .footer__info--right {
    max-width: 540px;
    width: 50%;
    color: #fff;
    background: #61baa3;
    padding: 0 0 0 20px;
  }
  .footer__info--right .tel {
    white-space: nowrap;
    color: #fff;
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-right: 25px;
  }
  .footer__info--right .tel::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/footerTel.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 7px;
  }
  .footer__info--right span {
    font-size: 14px;
    line-height: 1.28571;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .footer__contact {
    margin-top: 40px;
  }
  .footer__contact a {
    width: 670px;
    height: 70px;
    -moz-border-radius: 35px;
         border-radius: 35px;
    color: #fff;
    background: #4d4d4d;
    font-size: 26px;
    line-height: 2.23077;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .footer__contact a::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../img/headerSchedule.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 29px;
  }
  .footer__mid {
    margin: 40px auto -10px;
    max-width: 1088px;
    width: 100%;
  }
  .footer__mid--schedule {
    margin: 10px;
    width: 524px;
  }
  .footer__mid--schedule table {
    border-collapse: collapse;
    border: 1px solid #cdcbc9;
    width: 100%;
  }
  .footer__mid--schedule table tr, .footer__mid--schedule table td, .footer__mid--schedule table th {
    border: 1px solid #cdcbc9;
  }
  .footer__mid--schedule table thead {
    background: #4d4d4d;
  }
  .footer__mid--schedule table thead tr th {
    font-size: 18px;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 12px 5px;
  }
  .footer__mid--schedule table tbody tr td {
    font-size: 18px;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    padding: 12px 5px;
    text-align: center;
  }
  .footer__mid--schedule .note {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: 8px;
  }
  .footer__mid--news {
    margin: 10px;
    width: 524px;
    height: 192px;
    overflow: auto;
    border: 1px solid #4d4d4d;
  }
  .footer__mid--news::-webkit-scrollbar {
    width: 24px;
  }
  .footer__mid--news::-webkit-scrollbar-track {
    background: #4d4d4d;
  }
  .footer__mid--news::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
  }
  .footer__mid--news::-webkit-scrollbar-button {
    display: block;
    border-style: solid;
    width: 24px;
    height: 24px;
  }
  .footer__mid--news::-webkit-scrollbar-button:start:increment, .footer__mid--news::-webkit-scrollbar-button:end:decrement {
    display: none !important;
  }
  .footer__mid--news::-webkit-scrollbar-button:decrement {
    width: 24px;
    height: 24px;
    background: #4d4d4d url("../img/arrowUp.svg") center no-repeat;
    background-size: 12px 8px;
  }
  .footer__mid--news::-webkit-scrollbar-button:increment {
    width: 24px;
    height: 24px;
    background: #4d4d4d url("../img/arrowDown.svg") center no-repeat;
    background-size: 12px 8px;
  }
  .footer__mid--news ul {
    padding: 20px;
  }
  .footer__mid--news ul li + li {
    margin-top: 15px;
  }
  .footer__mid--news ul li a {
    width: 100%;
    font-family: var(--ten);
    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;
  }
  .footer__mid--news ul li a span {
    white-space: nowrap;
    color: #fff;
    background: #61baa3;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0em;
    height: 20px;
    padding: 0 9px;
    margin-right: 7px;
  }
  .footer__mid--news ul li a time {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0em;
    color: #3e3a39;
  }
  .footer__mid--news ul li a p {
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 3px 0;
  }
  .footer__mid--news ul li a em {
    width: 100%;
    font-style: normal;
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .footer__menu {
    max-width: 1110px;
    width: 100%;
    margin: 35px auto 65px;
  }
  .footer__menu dl {
    margin: 15px 10px;
  }
  .footer__menu dl dt {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 0 0 0 12px;
    border-left: 6px solid #61baa3;
  }
  .footer__menu dl dt.none {
    border: none;
  }
  .footer__menu dl dd {
    margin-top: 7px;
  }
  .footer__menu dl dd ul {
    gap: 5px 10px;
  }
  .footer__menu dl dd ul li a {
    white-space: nowrap;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: 0em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 20px 0 0;
  }
  .footer__menu dl dd ul li a::after {
    position: absolute;
    content: "▶︎";
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: 0em;
    top: 0;
    right: 0;
  }
  .footer__copy {
    background: #4d4d4d;
    color: #fff;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-family: var(--heisei);
    padding: 7px;
    text-align: center;
  }
  .pTop .fv {
    background: url("../img/fv.webp") center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    height: 650px;
  }
  .pTop .fv__main {
    height: 100%;
  }
  .pTop .fv__main--text {
    height: 100%;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    line-height: 0;
  }
  .pTop .fv__main--text img {
    width: 597px;
  }
  .pTop .fv__main--news {
    right: 20px;
    bottom: 20px;
    width: 500px;
    background: rgba(255, 255, 255, 0.85);
    padding: 19px 20px;
  }
  .pTop .fv__main--news::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-box-shadow: 0 0 10px 2px rgba(109, 179, 157, 0.7);
         box-shadow: 0 0 10px 2px rgba(109, 179, 157, 0.7);
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .fv__main--news a {
    width: 100%;
    font-family: var(--ten);
  }
  .pTop .fv__main--news a span {
    white-space: nowrap;
    color: #fff;
    background: #61baa3;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0em;
    height: 20px;
    padding: 0 9px;
    margin-right: 7px;
  }
  .pTop .fv__main--news a time {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0em;
    color: #3e3a39;
  }
  .pTop .fv__main--news a em {
    width: 100%;
    font-style: normal;
    font-size: 18px;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: 6px;
  }
  .pTop .opening__sec {
    width: 50%;
    background: #81b952;
  }
  .pTop .opening__sec > picture img {
    height: 420px;
    width: 100%;
    object-fit: cover;
  }
  .pTop .opening__sec--content {
    padding: 15px;
  }
  .pTop .opening__sec--content h2 {
    margin-bottom: 10px;
  }
  .pTop .opening__sec--content h2::before, .pTop .opening__sec--content h2::after {
    content: "";
    width: 34px;
    height: 50px;
    background: url("../img/openingSplash.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .opening__sec--content h2::before {
    margin-right: 8px;
  }
  .pTop .opening__sec--content h2::after {
    margin-right: 8px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .opening__sec--content h2 span {
    font-size: clamp(12px, 1.25vw, 24px);
    line-height: 1.5;
    font-family: var(--ten);
    color: #fff;
  }
  .pTop .opening__sec--content time {
    color: #fff;
    font-size: clamp(28px, 2.91667vw, 56px);
    line-height: 1;
    font-family: var(--ten);
    color: #fff;
  }
  .pTop .opening__sec--content time small {
    font-size: 42.85714%;
  }
  .pTop .opening__sec--content dl {
    margin-left: 30px;
    background: #fff;
    padding: 13px 15px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.77778;
    font-weight: 400;
    font-family: var(--ten);
  }
  .pTop .opening__sec--content dl dt {
    margin-right: 10px;
  }
  .pTop .opening__sec--content dl dd span::after {
    content: attr(data-date);
    font-size: 77.77778%;
  }
  .pTop .opening__map {
    width: 50%;
    line-height: 0;
    background: #61baa3;
  }
  .pTop .opening__map iframe {
    width: 100%;
    height: 420px;
  }
  .pTop .opening__map--content {
    padding: 20px;
  }
  .pTop .opening__map--content h2 span {
    white-space: nowrap;
    font-size: 30px;
    line-height: 1.36667;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #7fc7b4;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 0 40px;
    background: #fff;
    font-family: var(--ten);
    display: inline-block;
  }
  .pTop .opening__map--content address {
    font-family: var(--ten);
    font-size: clamp(14px, 1.25vw, 24px);
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin-top: 10px;
  }
  .pTop .campaign {
    padding: 100px 0;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .campaign::before {
    position: absolute;
    content: attr(data-en);
    font-size: clamp(90px, 9.375vw, 180px);
    font-weight: 500;
    font-family: var(--fuMedium);
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: #f2f2f2;
    z-index: -1;
    left: 0;
    text-align: center;
    width: 100%;
    top: 13px;
  }
  .pTop .campaign a {
    width: 680px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 1px solid #61baa3;
    overflow: hidden;
    font-family: var(--ten);
    padding-right: 140px;
    background: #fff;
    padding-bottom: 8px;
  }
  .pTop .campaign a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/campaignMan.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .campaign a span {
    background: #61baa3;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 4px 0 4px 80px;
    margin-right: -147px;
    width: -webkit-calc(100% + 147px);
    width: -moz-calc(100% + 147px);
    width: calc(100% + 147px);
  }
  .pTop .campaign a span::before, .pTop .campaign a span::after {
    content: "";
    width: 27px;
    height: 1.5px;
    background: #fff;
  }
  .pTop .campaign a span::before {
    -webkit-transform: rotate(-304.82deg);
       -moz-transform: rotate(-304.82deg);
        -ms-transform: rotate(-304.82deg);
            transform: rotate(-304.82deg);
  }
  .pTop .campaign a span::after {
    -webkit-transform: rotate(-234.12deg);
       -moz-transform: rotate(-234.12deg);
        -ms-transform: rotate(-234.12deg);
            transform: rotate(-234.12deg);
  }
  .pTop .campaign a em {
    font-style: normal;
    font-size: 34px;
    line-height: 1.17647;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    margin-top: 14px;
  }
  .pTop .campaign a em ins {
    color: #61baa3;
    text-decoration: none;
  }
  .pTop .campaign a small {
    font-size: 18px;
    line-height: 1.55556;
    font-weight: 400;
    letter-spacing: 0.12em;
  }
  .pTop .child {
    background: #e8e8e8 url("../img/childBg.svg") 0 0 repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    -webkit-mask-image: url("../img/childMask.webp"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    -webkit-mask-image: url("../img/childMask.webp"), -webkit-linear-gradient(#000, #000);
            mask-image: url("../img/childMask.webp"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
            mask-image: url("../img/childMask.webp"), linear-gradient(#000, #000);
    -webkit-mask-position: top,bottom;
            mask-position: top,bottom;
    -webkit-mask-size: auto 15px, 100% -webkit-calc(100% - 15px);
            mask-size: auto 15px, 100% -moz-calc(100% - 15px);
            mask-size: auto 15px, 100% calc(100% - 15px);
    -webkit-mask-repeat: repeat-x,no-repeat;
            mask-repeat: repeat-x,no-repeat;
    padding-bottom: 100px;
  }
  .pTop .child__top {
    -webkit-filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.1));
  }
  .pTop .child__top--arrow {
    padding: 96px 0 165px;
    background: rgba(240, 240, 240, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 200px), 50% 100%, 0 -webkit-calc(100% - 200px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 200px), 50% 100%, 0 -moz-calc(100% - 200px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 50% 100%, 0 calc(100% - 200px));
  }
  .pTop .child__top--title {
    padding-bottom: 100px;
  }
  .pTop .child__top--title span {
    font-size: 30px;
    line-height: 1.06667;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--fuBook);
    color: #4d4d4d;
  }
  .pTop .child__top--title h2 {
    font-size: 60px;
    line-height: 1.21667;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #4d4d4d;
    margin-top: 15px;
  }
  .pTop .child__top--title::after {
    position: absolute;
    content: "";
    width: 780px;
    height: 120px;
    background: url("../img/line.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-3.871deg);
       -moz-transform: translateX(-50%) rotate(-3.871deg);
        -ms-transform: translateX(-50%) rotate(-3.871deg);
            transform: translateX(-50%) rotate(-3.871deg);
  }
  .pTop .child__top--intro {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #4d4d4d;
    margin-top: 42px;
  }
  .pTop .child__top--ar {
    margin-top: 25px;
  }
  .pTop .child__top--ar .con {
    width: 440px;
    padding-top: 25px;
  }
  .pTop .child__top--ar .con h3 {
    font-size: 24px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--ten);
    color: #fff;
    background: #61baa3;
    padding: 2px;
  }
  .pTop .child__top--ar .con h4 {
    line-height: 0;
    margin-top: 20px;
  }
  .pTop .child__top--ar .con h4 img {
    width: 428px;
  }
  .pTop .child__top--ar .con p {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    color: #4d4d4d;
    margin-top: 14px;
  }
  .pTop .child__top--ar figure {
    width: 655px;
  }
  .pTop .child__top--ar figure figcaption {
    bottom: -25px;
    right: 91px;
    width: 200px;
    height: 200px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    background: #4d4d4d;
  }
  .pTop .child__top--ar figure figcaption span {
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--tenlt);
  }
  .pTop .child__top--ar figure figcaption em {
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .child__top--ar figure figcaption em::after {
    content: attr(data-unit);
    font-size: 26px;
    line-height: 1.92308;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pTop .child__top--ar figure figcaption small {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--tenlt);
  }
  .pTop .child__top--end {
    margin: -60px auto 0;
    max-width: 1080px;
    width: 100%;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #4d4d4d;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .child__top--end {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .child__bot {
    margin-top: 77px;
  }
  .pTop .child__bot--list {
    margin: -43px 0;
  }
  .pTop .child__bot--list article {
    margin: 43px;
    width: 286px;
  }
  .pTop .child__bot--list article .title span {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--ten);
    background: #61baa3;
    -moz-border-radius: 16px;
         border-radius: 16px;
    padding: 3px;
  }
  .pTop .child__bot--list article .title h3 {
    height: 72px;
    margin-top: 12px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--ten);
  }
  .pTop .child__bot--list article figure {
    text-align: center;
    margin-top: 5px;
  }
  .pTop .child__bot--list article figure img {
    width: 246px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .child__bot--list article p {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    color: #4d4d4d;
  }
  .pTop .child__bot--list article ul {
    margin-top: 12px;
  }
  .pTop .child__bot--list article ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 24px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--heisei);
    color: #4d4d4d;
  }
  .pTop .child__bot--list article ul li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/icTick.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 4px;
  }
  .pTop .child__bot--list article .btn {
    margin-top: 16px;
  }
  .pTop .child__bot--list article .btn a {
    width: 100%;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    background: #4d4d4d;
    color: #fff;
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .doctorChild__main {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .doctorChild__main figure {
    width: 477px;
  }
  .pTop .doctorChild__main figure figcaption {
    left: -40px;
    bottom: 49px;
    width: 260px;
    height: 260px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    overflow: hidden;
  }
  .pTop .doctorChild__main figure figcaption span {
    font-family: var(--tenlt);
    font-size: 18px;
    line-height: 1.61111;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #4d4d4d;
  }
  .pTop .doctorChild__main figure figcaption small {
    width: 100%;
    color: #fff;
    font-family: var(--ten);
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.08em;
    background: #61baa3;
    padding: 5px;
    margin: 10px 0;
  }
  .pTop .doctorChild__main figure figcaption em {
    font-style: normal;
    font-family: var(--tenlt);
    font-size: 34px;
    line-height: 1.20588;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #4d4d4d;
  }
  .pTop .doctorChild__main figure figcaption em::after {
    content: attr(data-en);
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #4d4d4d;
  }
  .pTop .doctorChild__main figure::after {
    position: absolute;
    content: "";
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    left: -40px;
    bottom: 49px;
    width: 260px;
    height: 260px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: -1;
  }
  .pTop .doctorChild__main--con {
    width: 590px;
  }
  .pTop .doctorChild__main--con h2 span {
    color: #fff;
    background: #61baa3;
    font-size: 39px;
    line-height: 1.23077;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--ten);
    padding: 11px 5px;
  }
  .pTop .doctorChild__main--con h2 span + span {
    margin-top: 20px;
  }
  .pTop .doctorChild__main--con p {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    margin-top: 32px;
    color: #4d4d4d;
  }
  .pTop .doctorChild__main--con .focus {
    font-size: 24px;
    line-height: 1.83333;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--tenlt);
    color: #4d4d4d;
    margin-top: 33px;
  }
  .pTop .doctorChild__main--con a {
    margin-top: 39px;
    width: 360px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    color: #fff;
    background: #4d4d4d;
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .adult {
    background: url("../img/adultBg.webp") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 100px 0 100px;
  }
  .pTop .adult__title {
    padding-bottom: 100px;
  }
  .pTop .adult__title span {
    font-size: 30px;
    line-height: 1.06667;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--fuBook);
    color: #4d4d4d;
  }
  .pTop .adult__title h2 {
    font-size: 60px;
    line-height: 1.21667;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #4d4d4d;
    margin-top: 15px;
  }
  .pTop .adult__title::after {
    position: absolute;
    content: "";
    width: 780px;
    height: 120px;
    background: url("../img/line.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-3.871deg);
       -moz-transform: translateX(-50%) rotate(-3.871deg);
        -ms-transform: translateX(-50%) rotate(-3.871deg);
            transform: translateX(-50%) rotate(-3.871deg);
  }
  .pTop .adult__intro {
    font-size: 36px;
    line-height: 1.55556;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #4d4d4d;
    margin-top: 22px;
  }
  .pTop .adult__problem figure {
    width: 718px;
  }
  .pTop .adult__problem--con {
    width: 523px;
    margin-left: -100px;
  }
  .pTop .adult__problem--con h3 {
    font-size: 33px;
    line-height: 1.24242;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .adult__problem--con .list {
    line-height: 0;
    margin-top: 38px;
  }
  .pTop .adult__problem--con .list img {
    width: 421px;
  }
  .pTop .adult__problem--con p {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--heisei);
    margin-top: 32px;
  }
  .pTop .adult__straighten {
    max-width: 1094px;
    width: 100%;
    margin: -50px auto 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .adult__straighten {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .adult__straighten > h3 {
    width: 490px;
    margin-top: 130px;
    font-size: 34px;
    line-height: 1.64706;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .adult__straighten > h3 {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .adult__straighten .fig {
    width: 787px;
    margin-left: -200px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .adult__straighten .fig {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .adult__straighten .fig::before {
    position: absolute;
    content: "";
    width: 289px;
    height: 153px;
    background: url("../img/adultImg03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 70px;
    bottom: -70px;
  }
  .pTop .adult__straighten .fig ul {
    width: 200px;
    right: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .adult__straighten .fig ul {
    right: 0;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .adult__straighten .fig ul li {
    width: 200px;
    height: 200px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #4d4d4d;
    background: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .pTop .adult__straighten .fig ul li + li {
    margin-top: 25px;
  }
  .pTop .adult__straighten .fig ul li span {
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--tenlt);
  }
  .pTop .adult__straighten .fig ul li em {
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .adult__straighten .fig ul li em::after {
    content: attr(data-unit);
    font-size: 26px;
    line-height: 1.92308;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pTop .adult__straighten .fig ul li small {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--tenlt);
  }
  .pTop .adult__straighten > ul {
    width: 490px;
    margin-top: 13px;
    position: relative;
    z-index: 3;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .adult__straighten > ul {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .adult__straighten > ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 40px;
    font-size: 18px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-family: var(--heisei);
    color: #4d4d4d;
  }
  .pTop .adult__straighten > ul li + li {
    margin-top: 10px;
  }
  .pTop .adult__straighten > ul li::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/icTick.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 3px;
  }
  .pTop .adult__straighten .btn {
    width: 490px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .adult__straighten .btn {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .adult__straighten .btn a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    background: #4d4d4d;
    color: #fff;
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .adultDoctor {
    padding: 100px 0;
    background: url("../img/consulGrid.webp") 0 0 repeat;
  }
  .pTop .adultDoctor__main {
    max-width: 1130px;
    margin: -25px auto;
  }
  .pTop .adultDoctor__main--fig {
    width: 520px;
    margin: 25px;
  }
  .pTop .adultDoctor__main--fig img {
    -moz-border-radius: 20px;
         border-radius: 20px;
    width: 100%;
    height: auto;
  }
  .pTop .adultDoctor__main--fig figcaption {
    width: 260px;
    height: 260px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: -20px;
    bottom: -20px;
    background: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .pTop .adultDoctor__main--fig figcaption span {
    font-family: var(--tenlt);
    font-size: 18px;
    line-height: 1.61111;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #4d4d4d;
  }
  .pTop .adultDoctor__main--fig figcaption small {
    width: 100%;
    color: #fff;
    font-family: var(--ten);
    display: block;
    font-size: 18px;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0.08em;
    background: #61baa3;
    padding: 5px;
    margin: 7px 0;
  }
  .pTop .adultDoctor__main--fig figcaption em {
    font-style: normal;
    font-family: var(--tenlt);
    font-size: 34px;
    line-height: 1.02941;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #4d4d4d;
  }
  .pTop .adultDoctor__main--fig figcaption em::after {
    content: attr(data-en);
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #4d4d4d;
    display: block;
  }
  .pTop .adultDoctor__main--fig::after {
    position: absolute;
    content: "";
    width: 260px;
    height: 260px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: -20px;
    bottom: -20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: -1;
  }
  .pTop .adultDoctor__main--con {
    width: 506px;
    margin: 25px;
  }
  .pTop .adultDoctor__main--con h2 {
    font-size: 40px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #61baa3;
  }
  .pTop .adultDoctor__main--con .txt {
    margin-top: 33.5px;
  }
  .pTop .adultDoctor__main--con .txt p {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
  }
  .pTop .adultDoctor__main--con .txt p + p {
    margin-top: 30px;
  }
  .pTop .adultDoctor__main--gallery {
    margin: 25px;
    width: 100%;
  }
  .pTop .adultDoctor__main--gallery figure {
    width: 16.66667%;
    min-width: 180px;
  }
  .pTop .adultDoctor__main--btn {
    margin: 25px;
    width: 100%;
  }
  .pTop .adultDoctor__main--btn a {
    background: #4d4d4d;
    color: #fff;
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    width: 360px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
  }
  .pTop .instagram {
    background: #fff;
    padding: 100px 0;
  }
  .pTop .instagram__main {
    max-width: 750px;
    width: 100%;
    margin: auto;
  }
  .pTop .instagram__main--title span {
    font-size: 30px;
    line-height: 1.06667;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--fuBook);
  }
  .pTop .instagram__main--title h2 {
    font-size: 36px;
    line-height: 1.38889;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
  }
  .pTop .instagram__main--list {
    margin-top: 39px;
  }
  .pTop .instagram__main--list ul {
    margin: -25px;
  }
  .pTop .instagram__main--list ul li {
    width: 150px;
    margin: 25px;
    line-height: 0;
  }
  .pTop .instagram__main--btn {
    margin-top: 50px;
  }
  .pTop .instagram__main--btn a {
    width: 360px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    color: #fff;
    background: #4d4d4d;
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .fact__mv {
    background: url("../img/factBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 3.54167% 0 6.5625% 41.66667%;
  }
  .pTop .fact__mv--title {
    width: 800px;
  }
  .pTop .fact__mv--title span {
    line-height: 0;
    width: 652px;
  }
  .pTop .fact__mv--title span img {
    width: 100%;
    height: auto;
  }
  .pTop .fact__mv--title h2 {
    font-size: 50px;
    line-height: 1.42;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #fff;
    margin-top: 29.5px;
  }
  .pTop .fact__main {
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
  .pTop .fact__main h3 {
    background: #61baa3;
    color: #fff;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 19px 0;
    -moz-border-radius: 40px;
         border-radius: 40px;
    margin-top: -40px;
  }
  .pTop .fact__main h3::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 24px;
    background: url("../img/factArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -24px;
  }
  .pTop .fact__main--intro {
    font-size: 24px;
    line-height: 1.83333;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-top: 64px;
  }
  .pTop .fact__main--ba {
    margin-top: 90px;
  }
  .pTop .fact__main--ba ul li + li {
    margin-top: 53px;
  }
  .pTop .fact__main--ba ul li figure {
    width: 440px;
    padding-left: 40px;
  }
  .pTop .fact__main--ba ul li figure img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .pTop .fact__main--ba ul li figure::before {
    position: absolute;
    width: 40px;
    height: 240px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.02em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    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-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .fact__main--ba ul li figure figcaption {
    margin-left: -40px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    font-size: 16px;
    line-height: 2.4375;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--heisei);
  }
  .pTop .fact__main--ba ul li figure:nth-of-type(1)::before {
    content: "BEFORE";
    background: #4d4d4d;
  }
  .pTop .fact__main--ba ul li figure:nth-of-type(2)::before {
    content: "AFTER";
    background: #71c0ac;
  }
  .pTop .fact__main--ba ul li figure:nth-of-type(2)::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 40px;
    background: #4d4d4d;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 100px;
    left: -112px;
  }
  .pTop .fact__main--box {
    margin: 88px auto 0;
    max-width: 760px;
    width: 100%;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 13px;
    background: #ebebeb;
  }
  .pTop .fact__main--box span {
    font-size: 20px;
    line-height: 2.2;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .pTop .fact__main--box::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    background: #ebebeb;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
  }
  .pTop .fact__main--note {
    margin-top: 45px;
    font-size: 16px;
    line-height: 2.125;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-decoration: underline dotted #d6d6d6;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px;
  }
  .pTop .fact__main--star {
    margin-top: 21px;
  }
  .pTop .fact__main--star::before {
    content: "";
    width: 60px;
    height: 91px;
    background: url("../img/factStar.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 25px;
  }
  .pTop .fact__main--star::after {
    content: "";
    width: 65px;
    height: 78px;
    background: url("../img/factStar2.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-left: 25px;
  }
  .pTop .fact__main--star span {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #61baa3;
  }
  .pTop .fact__main--btn {
    margin-top: 40px;
  }
  .pTop .fact__main--btn a {
    background: #4d4d4d;
    color: #fff;
    height: 60px;
    width: 286px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .pTop .denture {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    background: #f3f3f3;
    padding: 30px;
    margin-top: 100px;
  }
  .pTop .denture figure {
    width: 434px;
    margin: 20px;
  }
  .pTop .denture__con {
    width: 486px;
    margin: 20px;
  }
  .pTop .denture__con h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-family: var(--fuMedium);
    color: #61baa3;
  }
  .pTop .denture__con h3 {
    font-size: 34px;
    line-height: 1.41176;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-top: 21.5px;
  }
  .pTop .denture__con p {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--heisei);
    margin-top: 15px;
  }
  .pTop .denture__btn {
    width: 100%;
    margin: 20px;
  }
  .pTop .denture__btn a {
    width: 360px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    color: #fff;
    background: #4d4d4d;
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pTop .menu {
    background: url("../img/menuBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 95px 0 100px;
    margin-top: 100px;
  }
  .pTop .menu__main {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .pTop .menu__main--title span {
    font-size: 36px;
    line-height: 1.19444;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .menu__main--title h2 {
    font-size: 60px;
    line-height: 1.23333;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .menu__main--list {
    margin: 20px -25px -30px;
  }
  .pTop .menu__main--list article {
    width: 286px;
    margin: 30px 20px;
    text-align: center;
  }
  .pTop .menu__main--list article span {
    display: inline-block;
    width: 286px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.08em;
    background: #61baa3;
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .pTop .menu__main--list article h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-top: 9px;
  }
  .pTop .menu__main--list article figure {
    margin-top: 17px;
  }
  .pTop .menu__main--list article figure img {
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 246px;
    height: 246px;
    object-fit: cover;
  }
  .pTop .menu__main--list article .btn {
    margin-top: 20px;
    text-align: center;
  }
  .pTop .menu__main--list article .btn a {
    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;
    width: 286px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    color: #fff;
    background: #4d4d4d;
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pTop .menu__main--list article:nth-of-type(1), .pTop .menu__main--list article:nth-of-type(2) {
    margin-left: 43px;
    margin-right: 43px;
  }
  .pTop .menu__main--list article:nth-of-type(4) {
    width: 350px;
  }
  .pTop .case {
    padding: 93px 0 100px;
    background: #fff;
  }
  .pTop .case__main {
    max-width: 1080px;
    width: 100%;
    margin: auto;
  }
  .pTop .case__main h2 {
    text-align: center;
    font-size: 60px;
    line-height: 1.21667;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .case__main--list {
    margin-top: 43px;
  }
  .pTop .case__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
  }
  .pTop .case__main--list ul li {
    width: 326px;
    margin: 0 25px;
  }
  .pTop .case__main--list ul li a {
    display: block;
    width: 100%;
  }
  .pTop .case__main--list ul li a figure {
    width: 100%;
  }
  .pTop .case__main--list ul li a time {
    display: inline-block;
    background: #61baa3;
    color: #fff;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: 20px;
    padding: 0 5px;
  }
  .pTop .case__main--list ul li a h3 {
    font-size: 26px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: 10px;
  }
  .pTop .case__main--list ul li a p {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--heisei);
    margin-top: 8px;
  }
  .pTop .case__main--btn {
    margin-top: 50px;
  }
  .pTop .case__main--btn a {
    width: 360px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    color: #fff;
    background: #4d4d4d;
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .easy {
    background: url("../img/consulGrid.webp") 0 0 repeat;
    padding: 93px 0 100px;
    position: relative;
  }
  .pTop .easy::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/easyBg.webp") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }
  .pTop .easy__main {
    max-width: 1080px;
    width: 100%;
    margin: auto;
  }
  .pTop .easy__main h2 span {
    display: inline-block;
    font-size: 50px;
    line-height: 1.34;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .easy__main h2 span::after {
    position: absolute;
    content: "";
    width: 82px;
    height: 90px;
    background: url("../img/icPen.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -100px;
  }
  .pTop .easy__main--flex {
    margin-top: 40px;
  }
  .pTop .easy__main--flex .txt {
    width: 490px;
  }
  .pTop .easy__main--flex .txt p {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .pTop .easy__main--flex .txt p + p {
    margin-top: 30px;
  }
  .pTop .easy__main--flex figure {
    width: 747px;
    margin-left: -100px;
    margin-top: -50px;
  }
  .pTop .easy__main--note {
    margin-top: -15px;
    border: 1px solid #c4c4c4;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 10px;
  }
  .pTop .easy__main--btn {
    margin-top: 40px;
  }
  .pTop .easy__main--btn a {
    width: 360px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 10px;
  }
  .pTop .easy__main--btn a:nth-of-type(1) {
    background: #81b952;
  }
  .pTop .easy__main--btn a:nth-of-type(2) {
    background: #61baa3;
  }
  .pTop .topCarousel {
    padding: 50px 0;
    background: url("../img/carouselMask.webp") center repeat-x;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    margin-top: -15px;
    position: relative;
    z-index: 2;
  }
  .pTop .topCarousel__slides .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .pTop .topCarousel__slides .swiper-slide {
    width: auto;
  }
  .pTop .topCarousel__slides .swiper-slide ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .topCarousel__slides .swiper-slide ul li {
    width: 246px;
    margin-right: 50px;
  }
  .pChild .container {
    overflow: hidden;
  }
  .pChild .navimain__inner {
    -moz-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
         box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  .pChild .fv__title {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .pChild .fv__title h1 {
    max-width: 1080px;
    font-size: 70px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .pChild .fv__title h1::before {
    position: absolute;
    content: attr(data-blur);
    -webkit-text-stroke: 10px #61baa3;
    paint-order: stroke fill;
    -webkit-filter: url(#gaussian-blur);
            filter: url(#gaussian-blur);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .pChild .breadcrum {
    padding: 95px 0 0px;
  }
  .pChild .breadcrum__main {
    max-width: 1080px;
    width: 100%;
    margin: auto;
  }
  .pChild .breadcrum__main ul li {
    font-size: 20px;
    line-height: 2.2;
    font-weight: 400;
    letter-spacing: 0.14em;
    color: #4d4d4d;
  }
  .pChild .breadcrum__main ul li a {
    color: #61baa3;
    white-space: nowrap;
    margin-right: 12px;
    text-decoration: underline;
  }
  .pChild .wp-pagenavi {
    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: -7px;
  }
  .pChild .wp-pagenavi .pages, .pChild .wp-pagenavi .first, .pChild .wp-pagenavi .last {
    display: none;
  }
  .pChild .wp-pagenavi .page, .pChild .wp-pagenavi .current {
    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;
    width: 40px;
    height: 40px;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    background: #fff;
    border: 1px solid #61baa3;
    margin: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .wp-pagenavi .page:hover, .pChild .wp-pagenavi .current:hover {
    opacity: 1;
    background: #61baa3;
    color: #fff;
  }
  .pChild .wp-pagenavi .current {
    background: #61baa3;
    color: #fff;
  }
  .pChild .wp-pagenavi .nextpostslink, .pChild .wp-pagenavi .previouspostslink {
    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;
    width: 40px;
    height: 40px;
    color: #4d4d4d;
    margin: 7px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .pChild .wp-pagenavi .previouspostslink {
    background: url("../img/ctrlLeft.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .wp-pagenavi .nextpostslink {
    background: url("../img/ctrlRight.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__main {
    max-width: 1081px;
    width: 100%;
    margin: auto;
  }
  .pChild__main .list {
    margin-top: 100px;
  }
  .pChild__main .list ul {
    overflow: hidden;
    margin: -25px;
  }
  .pChild__main .list ul li {
    width: 327px;
    margin: 25px;
  }
  .pChild__main .list ul li a {
    border: 1px solid #9a9a9a;
    display: block;
    height: 100%;
    padding: 25.5px;
  }
  .pChild__main .list ul li a figure img {
    width: 100%;
    height: 276px;
    object-fit: cover;
  }
  .pChild__main .list ul li a .meta {
    margin: 12px -3.5px -3.5px;
    overflow: hidden;
  }
  .pChild__main .list ul li a .meta time {
    font-size: 20px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0em;
    color: #61baa3;
    margin: 3.5px;
  }
  .pChild__main .list ul li a .meta span {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    margin: 3.5px;
    background: #61baa3;
    min-width: 50px;
    white-space: nowrap;
    padding: 0 10px;
  }
  .pChild__main .list ul li a em {
    font-style: normal;
    text-decoration: underline;
    text-align: justify;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    display: block;
    width: 100%;
  }
  .pChild__main .wp-pagenavi {
    margin-top: 42px;
  }
  .pChild__main .content__meta {
    margin: 36.5px -5px -5px;
    overflow: hidden;
  }
  .pChild__main .content__meta span {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    margin: 5px;
    background: #61baa3;
    min-width: 50px;
    white-space: nowrap;
    padding: 0 15px;
  }
  .pChild__main .content__meta time {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    color: #4d4d4d;
    margin: 5px;
  }
  .pChild__main .content #ez-toc-container {
    overflow: hidden;
    margin: 100px 0;
    padding: 50px;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #f5f5f5;
    font-family: var(--ten);
  }
  .pChild__main .content #ez-toc-container .ez-toc-title-container {
    text-align: center;
  }
  .pChild__main .content #ez-toc-container .ez-toc-title {
    text-align: center;
    color: #333333;
    margin: 0;
    font-size: 24px;
    line-height: 1.91667;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pChild__main .content #ez-toc-container > nav {
    margin-top: 14px;
  }
  .pChild__main .content #ez-toc-container > nav > ul {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 0;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li {
    padding-left: 0;
    font-family: var(--ten);
  }
  .pChild__main .content #ez-toc-container > nav > ul > li:not(:last-of-type) {
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li + li {
    margin-top: 20px;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li::before {
    display: none;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > a {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    color: #4d4d4d;
    border-left: 6px solid #61baa3;
    padding-left: 6px;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > a:visited {
    text-decoration: none;
    color: #4d4d4d;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > a:hover {
    text-decoration: none;
    color: #4d4d4d;
    opacity: 0.7;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul {
    margin-left: 0;
    padding-left: 12px;
    margin: 0;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li {
    position: relative;
    padding-left: 0;
    font-family: var(--ten);
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li::before {
    display: none;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > a {
    color: #4d4d4d !important;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul {
    margin: 0;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul > li {
    padding-left: 18px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-family: var(--ten);
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul > li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 1px;
    background: #4d4d4d;
    left: 0;
    top: 15px;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul > li > a {
    color: #4d4d4d !important;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
  .pChild__main .content h2 {
    margin: 100px 0 33px;
    font-size: 60px;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pChild__main .content p {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    margin: 33px 0 33px;
  }
  .pChild__main .content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
    background: #fff;
  }
  .pChild__main .content table th, .pChild__main .content table td, .pChild__main .content table tr {
    border: 1px solid #d1d1d1;
  }
  .pChild__main .content table th {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 12px;
    color: #fff;
    background: #4d4d4d;
  }
  .pChild__main .content table td {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 10px 15px;
    font-family: var(--heisei);
  }
  .pChild__main .content .wp-block-table {
    margin: 88px 0 100px;
  }
  .pChild__main .content .wp-block-table.special table tr td:nth-of-type(1) {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    padding: 12px;
    color: #fff;
    background: #4d4d4d;
  }
  .pChild__main .content h3 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 0px 0 33px;
    padding-left: 30px;
    position: relative;
  }
  .pChild__main .content h3::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 50px;
    left: 0;
    top: 5px;
    background: #61baa3;
  }
  .pChild__main .content h4 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0em;
    display: inline;
    margin: 83px 0 29px;
    text-decoration: underline;
    -webkit-text-decoration-color: #61baa3;
       -moz-text-decoration-color: #61baa3;
            text-decoration-color: #61baa3;
    text-underline-offset: 10px;
  }
  .pChild__main .content h5 {
    font-size: 30px;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 0px 0 29px;
  }
  .pChild__main .content ul {
    margin: 40px 0;
  }
  .pChild__main .content ul li {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    position: relative;
    padding: 0 0 0 30px;
  }
  .pChild__main .content ul li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 12px;
    background: #61baa3;
  }
  .pChild__main .content ol {
    margin: 40px 0;
    counter-reset: li;
  }
  .pChild__main .content ol li {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    position: relative;
    padding: 0 0 0 30px;
    counter-increment: li;
  }
  .pChild__main .content ol li::before {
    position: absolute;
    content: counter(li, decimal-leading-zero) ".";
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    left: 0;
    top: 10px;
    color: #61baa3;
  }
  .pChild__main .content figure {
    margin: 33px 0 88px;
  }
  .pChild__main .content .pickup {
    position: relative;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 100px 0;
  }
  .pChild__main .content .pickup::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background: url("../img/popularBg.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pChild__main .content .pickup__title {
    text-align: center;
  }
  .pChild__main .content .pickup__title span {
    font-size: 30px;
    line-height: 1.06667;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--fuBook);
  }
  .pChild__main .content .pickup__title p {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    margin-top: 23px;
    margin-bottom: 0;
  }
  .pChild__main .content .pickup__main {
    margin-bottom: -100px;
  }
  .pChild__main .content .case {
    position: relative;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 100px 0;
  }
  .pChild__main .content .case::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background: url("../img/consulGrid.webp") 0 0 repeat;
  }
  .pChild__main .content .case__title {
    text-align: center;
    font-size: 60px;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pChild__main .content .case__swiper {
    margin-top: 50px;
  }
  .pChild__main .content .case__swiper ul {
    overflow: hidden;
    margin: -25px;
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
  }
  .pChild__main .content .case__swiper ul li {
    width: 327px;
    margin: 25px;
    padding: 0;
  }
  .pChild__main .content .case__swiper ul li::before {
    display: none;
  }
  .pChild__main .content .case__swiper ul li a {
    display: block;
  }
  .pChild__main .content .case__swiper ul li a figure img {
    width: 100%;
    height: 326px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .pChild__main .content .case__swiper ul li a .meta {
    margin: 12px -3.5px -3.5px;
    overflow: hidden;
  }
  .pChild__main .content .case__swiper ul li a .meta time {
    font-size: 20px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0em;
    color: #61baa3;
    margin: 3.5px;
  }
  .pChild__main .content .case__swiper ul li a .meta span {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    margin: 3.5px;
    background: #61baa3;
    min-width: 50px;
    white-space: nowrap;
    padding: 0 10px;
  }
  .pChild__main .content .case__swiper ul li a em {
    font-style: normal;
    text-decoration: underline;
    text-align: justify;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    display: block;
    width: 100%;
  }
  .pChild__main .content .case__btn {
    text-align: center;
    margin-top: 45px;
  }
  .pChild__main .content .case__btn a {
    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;
    width: 360px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    color: #fff;
    background: #4d4d4d;
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pChild__main .content .step {
    background: #f5f5f5;
    margin: 100px 0;
    padding: 50px 95px;
    counter-reset: step;
  }
  .pChild__main .content .step h2 {
    text-align: center;
    font-size: 60px;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 0 0 90px;
  }
  .pChild__main .content .step__article {
    counter-increment: step;
  }
  .pChild__main .content .step__article::after {
    content: "";
    clear: both;
    display: table;
  }
  .pChild__main .content .step__article--title {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild__main .content .step__article--title span {
    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;
    width: 90px;
    height: 40px;
    background: #61baa3;
  }
  .pChild__main .content .step__article--title span::before {
    content: "STEP";
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--fuBook);
    color: #fff;
  }
  .pChild__main .content .step__article--title span::after {
    content: counter(step, decimal-leading-zero);
    font-size: 30px;
    line-height: 1.06667;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--fuBook);
    color: #fff;
  }
  .pChild__main .content .step__article--title em {
    font-size: 34px;
    line-height: 1.17647;
    font-weight: 400;
    letter-spacing: 0em;
    font-style: normal;
  }
  .pChild__main .content .step__article--fig {
    width: 415px;
    float: right;
    margin-left: 50px;
  }
  .pChild__main .content .step__article--desc {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--heisei);
    margin-top: 24px;
  }
  .pChild__main .content .step__article + .step__article {
    margin-top: 120px;
    position: relative;
  }
  .pChild__main .content .step__article + .step__article::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -75px;
    background: #4d4d4d;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pChild__main .content .step__btn {
    margin-top: 50px;
    text-align: center;
  }
  .pChild__main .content .step__btn a {
    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;
    width: 360px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
    background: #4d4d4d;
  }
  .pChild__main .content .doctor {
    position: relative;
  }
  .pChild__main .content .doctor .wp-block-media-text__content {
    position: absolute;
    z-index: 2;
    padding: 2%;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40%;
    -ms-grid-column: inherit;
        grid-column: inherit;
  }
  .pChild__main .content .doctor .wp-block-media-text__content p {
    margin: 0;
    line-height: 1.5;
    color: #fff;
  }
  .pChild__main .content .doctor .wp-block-media-text__content p:nth-child(1) {
    font-size: clamp(12px, 1.5vw, 14px);
  }
  .pChild__main .content .doctor .wp-block-media-text__content p:nth-child(2) {
    font-size: clamp(20px, 2.5vw, 28px);
  }
  .pChild__main .content .doctor .wp-block-media-text__content p:nth-child(3) {
    font-size: clamp(14px, 1.8vw, 18px);
  }
  .pChild__main .content .wp-block-media-text {
    margin: 33px 0 88px;
  }
  .pChild__main .content .wp-block-media-text figure {
    margin: 0;
  }
  .pChild__main .content .map {
    margin: 33px 0 50px;
  }
  .pChild__main .content .sliderThumb {
    margin: 33px 0 50px;
  }
  .pChild__main .content .sliderThumb .main-slider {
    width: 100%;
  }
  .pChild__main .content .sliderThumb .main-slider .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .pChild__main .content .sliderThumb .thumb-slider {
    margin-top: 30px;
    width: 100%;
    height: 150px;
  }
  .pChild__main .content .sliderThumb .thumb-slider .swiper-slide {
    width: 200px;
    height: 100%;
    opacity: 0.4;
    /* Mờ các slide không hoạt động */
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding: 0 10px;
  }
  .pChild__main .content .sliderThumb .thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pChild__main .content .sliderThumb .thumb-slider .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
  .pChild__main .navigation {
    margin: 75px -25px -25px;
  }
  .pChild__main .navigation li {
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: calc(50% - 50px);
    margin: 25px;
  }
  .pChild__main .navigation li a {
    width: 100%;
    height: 100%;
    border: 1px solid #9a9a9a;
  }
  .pChild__main .navigation li a figure img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 10px;
  }
  .pChild__main .navigation li a figure figcaption {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main .navigation li a figure figcaption p {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    width: 100%;
  }
  .pChild__main .navigation li a figure figcaption time {
    font-size: 14px;
    line-height: 1.92857;
    font-weight: 400;
    letter-spacing: 0em;
    color: #61baa3;
    margin-right: 10px;
  }
  .pChild__main .navigation li a figure figcaption span {
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 0 10px;
    color: #fff;
    background: #61baa3;
  }
  .pChild__main .navigation li a.prev {
    padding: 10px 10px 10px 45px;
  }
  .pChild__main .navigation li a.prev::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 14px;
    background: #4d4d4d;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 17.5px;
  }
  .pChild__main .navigation li a.next {
    padding: 10px 45px 10px 10px;
  }
  .pChild__main .navigation li a.next::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 14px;
    background: #4d4d4d;
    clip-path: polygon(0 0%, 100% 50%, 0% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 17.5px;
  }
  .pChild__popular {
    background: url("../img/popularBg.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 100px;
  }
  .pChild__popular--main {
    max-width: 1081px;
    width: 100%;
    margin: auto;
    padding-top: 103px;
    padding-bottom: 100px;
  }
  .pChild__popular--title span {
    font-size: 30px;
    line-height: 1.06667;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--fuBook);
  }
  .pChild__popular--title p {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: 23px;
  }
  .pChild__popular--list {
    margin-top: 50px;
  }
  .pChild__popular--list ul {
    overflow: hidden;
    margin: -25px;
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
  }
  .pChild__popular--list ul li {
    width: 327px;
    height: auto;
    margin: 25px;
  }
  .pChild__popular--list ul li a {
    border: 1px solid #9a9a9a;
    display: block;
    height: 100%;
    padding: 25.5px;
    background: #fff;
  }
  .pChild__popular--list ul li a figure img {
    width: 100%;
    height: 276px;
    object-fit: cover;
  }
  .pChild__popular--list ul li a .meta {
    margin: 12px -3.5px -3.5px;
    overflow: hidden;
  }
  .pChild__popular--list ul li a .meta time {
    font-size: 20px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0em;
    color: #61baa3;
    margin: 3.5px;
  }
  .pChild__popular--list ul li a .meta span {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    margin: 3.5px;
    background: #61baa3;
    min-width: 50px;
    white-space: nowrap;
    padding: 0 10px;
  }
  .pChild__popular--list ul li a em {
    font-style: normal;
    text-decoration: underline;
    text-align: justify;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .show_pc {
    display: none !important;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .header__main {
    padding: 2.66667vw 0;
    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;
  }
  .header__main--logo {
    width: 60.93333vw;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--right {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999;
    background: #fff;
  }
  .header__main--right .navi {
    padding-top: 14vw;
  }
  .header__main--right .navi__logo {
    text-align: center;
  }
  .header__main--right .navi__logo a {
    display: inline-block;
    line-height: 0;
    width: 81.33333vw;
  }
  .header__main--right .navi__top {
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  .header__main--right .navi__top a {
    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;
    width: 43.33333vw;
    height: 9.33333vw;
    background: #4d4d4d;
    color: #fff;
    position: relative;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    font-size: 4vw;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-family: var(--heisei);
  }
  .header__main--right .navi__top a::after {
    position: absolute;
    content: "▶";
    font-size: 2.66667vw;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.08em;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4vw;
    color: #fff;
  }
  .header__main--right .navi dl {
    width: 100%;
  }
  .header__main--right .navi dl dt {
    text-align: center;
    background: #4d4d4d;
    color: #fff;
    font-size: 5.33333vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 2.66667vw 0;
  }
  .header__main--right .navi dl dd ul {
    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;
  }
  .header__main--right .navi dl dd ul li {
    width: 50%;
    background: #cde9e2;
  }
  .header__main--right .navi dl dd ul li:nth-of-type(4n+1), .header__main--right .navi dl dd ul li:nth-of-type(4n+4) {
    background: #e6f4f1;
  }
  .header__main--right .navi dl dd ul li.full {
    width: 100%;
  }
  .header__main--right .navi dl dd ul li.noArrow a::after {
    display: none;
  }
  .header__main--right .navi dl dd ul li a {
    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;
    position: relative;
    font-size: 4vw;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0em;
    color: #4d4d4d;
    padding: 2.66667vw 2.66667vw 2.66667vw 0;
  }
  .header__main--right .navi dl dd ul li a small {
    font-size: 1.86667vw;
    vertical-align: middle;
  }
  .header__main--right .navi dl dd ul li a::after {
    position: absolute;
    content: "▶";
    font-size: 2.66667vw;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0em;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4vw;
    color: #4d4d4d;
  }
  .header__main--right .social .tel {
    padding: 0 0 0 4vw;
    font-size: 2.4vw;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    color: #3e3a39;
    display: none;
  }
  .header__main--right .social .tel::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1.33333vw solid #fff;
    -webkit-filter: blur(1.33333vw);
            filter: blur(1.33333vw);
    z-index: -1;
    pointer-events: none;
  }
  .header__main--right .social .tel::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.66667vw;
    height: 2.66667vw;
    background: url("../img/headerTel.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__main--right .social .ins {
    line-height: 0;
    width: 16.26667vw;
    display: block;
    margin-left: 0vw;
  }
  .header__main--right .social .ins img {
    width: 100%;
    height: auto;
  }
  .header__main--right .social .schedule {
    width: 41.73333vw;
    height: 16.26667vw;
    background: #61baa3;
    font-size: 3.46667vw;
    line-height: 1.26923;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    font-family: var(--ten);
    padding-left: 14.66667vw;
  }
  .header__main--right .social .schedule::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3.46667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.2vw;
    height: 9.2vw;
    background: url("../img/headerSchedule.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__main--right .social .line {
    width: 41.73333vw;
    height: 16.26667vw;
    background: #06c755;
    font-size: 3.46667vw;
    line-height: 1.26923;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    font-family: var(--ten);
    padding-left: 16.66667vw;
  }
  .header__main--right .social .line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3.33333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11.6vw;
    height: 11.06667vw;
    background: url("../img/headerLine.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__main .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: 0;
    right: 0;
    z-index: 9999;
    width: 13.33333vw;
    height: 13.33333vw;
    position: fixed;
    top: 0;
    right: 0;
    background: #4d4d4d;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #fff;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon_in {
    width: 6.66667vw;
    height: 5.06667vw;
    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__main .menu_icon_in .menu-trigger,
  .header__main .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__main .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 5.06667vw;
  }
  .header__main .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.26667vw;
    min-height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 100%;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  .navimain {
    display: none;
  }
  .footer {
    padding: 5.33333vw 0 0;
  }
  .footer__logo a {
    width: 71.06667vw;
  }
  .footer__logo a img {
    width: 100%;
    height: auto;
  }
  .footer__info {
    max-width: 89.33333vw;
    width: 100%;
    margin: 4vw auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__info address {
    width: 100%;
    color: #fff;
    font-style: normal;
    font-size: 3.2vw;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0.04em;
    background: #81b952;
    height: 6.66667vw;
  }
  .footer__info--right {
    width: 100%;
    color: #fff;
    background: #61baa3;
    height: 9.33333vw;
    -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;
  }
  .footer__info--right .tel {
    white-space: nowrap;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .footer__info--right .tel::before {
    content: "";
    width: 2.66667vw;
    height: 2.66667vw;
    background: url("../img/footerTel.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 0.93333vw;
  }
  .footer__info--right span {
    font-size: 2.13333vw;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0.06em;
    display: block;
    text-align: center;
  }
  .footer__info--right span br {
    display: none;
  }
  .footer__contact {
    margin-top: 5.33333vw;
  }
  .footer__contact a {
    width: 89.33333vw;
    height: 13.33333vw;
    -moz-border-radius: 6.66667vw;
         border-radius: 6.66667vw;
    color: #fff;
    background: #4d4d4d;
    font-size: 4vw;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .footer__contact a::before {
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    background: url("../img/headerSchedule.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 3.86667vw;
  }
  .footer__mid {
    margin: 5.33333vw auto 0;
    max-width: 89.33333vw;
    width: 100%;
  }
  .footer__mid--schedule {
    width: 100%;
  }
  .footer__mid--schedule table {
    border-collapse: collapse;
    border: 1px solid #cdcbc9;
    width: 100%;
  }
  .footer__mid--schedule table tr, .footer__mid--schedule table td, .footer__mid--schedule table th {
    border: 1px solid #cdcbc9;
  }
  .footer__mid--schedule table thead {
    background: #4d4d4d;
  }
  .footer__mid--schedule table thead tr th {
    font-size: 2.93333vw;
    line-height: 1.90909;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 1.06667vw 0.66667vw;
  }
  .footer__mid--schedule table tbody tr td {
    font-size: 2.93333vw;
    line-height: 1.90909;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    padding: 1.06667vw 0.66667vw;
    text-align: center;
  }
  .footer__mid--schedule .note {
    font-size: 2.66667vw;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .footer__mid--news {
    margin-top: 4.13333vw;
    width: 100%;
    height: 34.13333vw;
    overflow: auto;
    border: 1px solid #4d4d4d;
  }
  .footer__mid--news::-webkit-scrollbar {
    width: 4vw;
  }
  .footer__mid--news::-webkit-scrollbar-track {
    background: #4d4d4d;
  }
  .footer__mid--news::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
  }
  .footer__mid--news::-webkit-scrollbar-button {
    display: block;
    border-style: solid;
    width: 4vw;
    height: 4vw;
  }
  .footer__mid--news::-webkit-scrollbar-button:start:increment, .footer__mid--news::-webkit-scrollbar-button:end:decrement {
    display: none !important;
  }
  .footer__mid--news::-webkit-scrollbar-button:decrement {
    width: 4vw;
    height: 4vw;
    background: #4d4d4d url("../img/arrowUp.svg") center no-repeat;
    background-size: 1.6vw 1.06667vw;
  }
  .footer__mid--news::-webkit-scrollbar-button:increment {
    width: 4vw;
    height: 4vw;
    background: #4d4d4d url("../img/arrowDown.svg") center no-repeat;
    background-size: 1.6vw 1.06667vw;
  }
  .footer__mid--news ul {
    padding: 2.66667vw;
  }
  .footer__mid--news ul li + li {
    margin-top: 2vw;
  }
  .footer__mid--news ul li a {
    width: 100%;
    font-family: var(--ten);
    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;
  }
  .footer__mid--news ul li a span {
    white-space: nowrap;
    color: #fff;
    background: #61baa3;
    font-size: 2.4vw;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0em;
    height: 3.2vw;
    padding: 0 1.2vw;
    margin-right: 0.93333vw;
  }
  .footer__mid--news ul li a time {
    font-size: 2.66667vw;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0em;
    color: #3e3a39;
  }
  .footer__mid--news ul li a p {
    width: 100%;
    font-size: 4vw;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 0.4vw 0;
  }
  .footer__mid--news ul li a em {
    width: 100%;
    font-style: normal;
    font-size: 3.2vw;
    line-height: 1.91667;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .footer__menu {
    max-width: 89.33333vw;
    width: 100%;
    margin: 5.33333vw auto 0;
  }
  .footer__menu dl {
    width: 100%;
  }
  .footer__menu dl + dl {
    margin-top: 3.33333vw;
  }
  .footer__menu dl dt {
    font-size: 4vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 0 0 0 2vw;
    border-left: 0.8vw solid #61baa3;
  }
  .footer__menu dl dt.none {
    border: none;
  }
  .footer__menu dl dd {
    margin-top: 0.93333vw;
  }
  .footer__menu dl dd 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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .footer__menu dl dd ul li:nth-of-type(odd) {
    width: 40%;
  }
  .footer__menu dl dd ul li:nth-of-type(even) {
    width: 50%;
  }
  .footer__menu dl dd ul li.full {
    width: 100%;
  }
  .footer__menu dl dd ul li.auto {
    width: auto;
  }
  .footer__menu dl dd ul li a {
    white-space: nowrap;
    display: block;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 2.66667vw 0 0;
  }
  .footer__menu dl dd ul li a::after {
    position: absolute;
    content: "▶︎";
    font-size: 2.4vw;
    line-height: 1.77778;
    font-weight: 400;
    letter-spacing: 0em;
    top: 0;
    right: 0;
  }
  .footer__copy {
    background: #4d4d4d;
    color: #fff;
    font-size: 2.4vw;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-family: var(--heisei);
    padding: 1.46667vw;
    text-align: center;
    margin-top: 5.33333vw;
  }
  .pTop {
    padding-top: 0;
  }
  .pTop .fv {
    background: url("../img/fv_bg.webp") center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .fv__main {
    padding-top: 15.33333vw;
    padding-bottom: 5.33333vw;
  }
  .pTop .fv__main--text {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    line-height: 0;
  }
  .pTop .fv__main--text img {
    width: 100%;
  }
  .pTop .fv__main--news {
    width: 89.33333vw;
    background: rgba(255, 255, 255, 0.85);
    padding: 2.53333vw 2.66667vw;
    position: relative;
    margin: auto;
  }
  .pTop .fv__main--news::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-box-shadow: 0 0 1.33333vw 0.26667vw rgba(109, 179, 157, 0.7);
         box-shadow: 0 0 1.33333vw 0.26667vw rgba(109, 179, 157, 0.7);
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .fv__main--news a {
    width: 100%;
    font-family: var(--ten);
  }
  .pTop .fv__main--news a span {
    white-space: nowrap;
    color: #fff;
    background: #61baa3;
    font-size: 2.4vw;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0em;
    height: 2.93333vw;
    padding: 0 1.2vw;
    margin-right: 0.93333vw;
  }
  .pTop .fv__main--news a time {
    font-size: 2.4vw;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0em;
    color: #3e3a39;
  }
  .pTop .fv__main--news a em {
    width: 100%;
    font-style: normal;
    font-size: 3.2vw;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: 0.8vw;
  }
  .pTop .opening {
    -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;
  }
  .pTop .opening__sec {
    width: 100%;
    position: relative;
  }
  .pTop .opening__sec > picture img {
    height: 68.8vw;
    object-fit: cover;
  }
  .pTop .opening__sec--content {
    padding: 2vw;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #81b952;
  }
  .pTop .opening__sec--content h2 {
    margin-bottom: 1.33333vw;
    width: 100%;
  }
  .pTop .opening__sec--content h2::before, .pTop .opening__sec--content h2::after {
    content: "";
    width: 3.6vw;
    height: 5.6vw;
    background: url("../img/openingSplash.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .opening__sec--content h2::before {
    margin-right: 1.06667vw;
  }
  .pTop .opening__sec--content h2::after {
    margin-right: 1.06667vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .opening__sec--content h2 span {
    font-size: 3.73333vw;
    line-height: 1.14286;
    font-family: var(--ten);
    color: #fff;
  }
  .pTop .opening__sec--content time {
    color: #fff;
    font-size: 7.2vw;
    line-height: 1;
    font-family: var(--ten);
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .pTop .opening__sec--content time small {
    font-size: 42.85714%;
  }
  .pTop .opening__sec--content dl {
    width: 89.33333vw;
    margin: 2vw auto 0;
    background: #fff;
    padding: 0.66667vw;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    font-size: 3.2vw;
    line-height: 1.77778;
    font-weight: 400;
    font-family: var(--ten);
    -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;
  }
  .pTop .opening__sec--content dl dt {
    margin-right: 1.33333vw;
  }
  .pTop .opening__sec--content dl dd span::after {
    content: attr(data-date);
    font-size: 77.77778%;
  }
  .pTop .opening__map {
    width: 100%;
    line-height: 0;
    background: #61baa3;
  }
  .pTop .opening__map iframe {
    width: 100%;
    height: 43.73333vw;
  }
  .pTop .opening__map--content {
    padding: 2.66667vw;
  }
  .pTop .opening__map--content h2 span {
    white-space: nowrap;
    font-size: 4vw;
    line-height: 1.36667;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #7fc7b4;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    padding: 0 5.33333vw;
    background: #fff;
    font-family: var(--ten);
    display: inline-block;
  }
  .pTop .opening__map--content address {
    font-family: var(--ten);
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin-top: 1.33333vw;
  }
  .pTop .campaign {
    padding: 29.46667vw 0 6.93333vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .campaign::before {
    position: absolute;
    content: attr(data-en);
    font-size: 13.33333vw;
    font-weight: 500;
    font-family: var(--fuMedium);
    line-height: 1;
    letter-spacing: 0.1em;
    color: #f2f2f2;
    z-index: -1;
    left: 0;
    text-align: center;
    width: 100%;
    top: 2.66667vw;
  }
  .pTop .campaign a {
    width: 90.66667vw;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    border: 1px solid #61baa3;
    overflow: hidden;
    font-family: var(--ten);
    padding-right: 18.66667vw;
    background: #fff;
    padding-bottom: 1.06667vw;
  }
  .pTop .campaign a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/campaignMan.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .campaign a span {
    background: #61baa3;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 0.53333vw 0 0.53333vw 10.66667vw;
    margin-right: -19.6vw;
    width: -webkit-calc(100% + 19.6vw);
    width: -moz-calc(100% + 19.6vw);
    width: calc(100% + 19.6vw);
  }
  .pTop .campaign a span::before, .pTop .campaign a span::after {
    content: "";
    width: 3.6vw;
    height: 0.2vw;
    background: #fff;
  }
  .pTop .campaign a span::before {
    -webkit-transform: rotate(-304.82deg);
       -moz-transform: rotate(-304.82deg);
        -ms-transform: rotate(-304.82deg);
            transform: rotate(-304.82deg);
  }
  .pTop .campaign a span::after {
    -webkit-transform: rotate(-234.12deg);
       -moz-transform: rotate(-234.12deg);
        -ms-transform: rotate(-234.12deg);
            transform: rotate(-234.12deg);
  }
  .pTop .campaign a em {
    font-style: normal;
    font-size: 4.53333vw;
    line-height: 1.17647;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    margin-top: 1.86667vw;
  }
  .pTop .campaign a em ins {
    color: #61baa3;
    text-decoration: none;
  }
  .pTop .campaign a small {
    font-size: 2.4vw;
    line-height: 1.55556;
    font-weight: 400;
    letter-spacing: 0.12em;
  }
  .pTop .child {
    background: #e8e8e8 url("../img/childBg_sp.webp") top center repeat;
    -moz-background-size: cover;
         background-size: cover;
    -webkit-mask-image: url("../img/childMask.webp"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    -webkit-mask-image: url("../img/childMask.webp"), -webkit-linear-gradient(#000, #000);
            mask-image: url("../img/childMask.webp"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
            mask-image: url("../img/childMask.webp"), linear-gradient(#000, #000);
    -webkit-mask-position: top,bottom;
            mask-position: top,bottom;
    -webkit-mask-size: auto 2vw, 100% -webkit-calc(100% - 2vw);
            mask-size: auto 2vw, 100% -moz-calc(100% - 2vw);
            mask-size: auto 2vw, 100% calc(100% - 2vw);
    -webkit-mask-repeat: repeat-x,no-repeat;
            mask-repeat: repeat-x,no-repeat;
    padding-bottom: 5.33333vw;
  }
  .pTop .child__top {
    -webkit-filter: drop-shadow(0 2.66667vw 1.33333vw rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 2.66667vw 1.33333vw rgba(0, 0, 0, 0.1));
  }
  .pTop .child__top--arrow {
    padding: 11.33333vw 0 12.66667vw;
    background: rgba(240, 240, 240, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 10vw), 50% 100%, 0 -webkit-calc(100% - 10vw));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 10vw), 50% 100%, 0 -moz-calc(100% - 10vw));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
  }
  .pTop .child__top--title {
    padding-bottom: 13.33333vw;
  }
  .pTop .child__top--title span {
    font-size: 5.33333vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--fuBook);
    color: #4d4d4d;
  }
  .pTop .child__top--title h2 {
    font-size: 9.33333vw;
    line-height: 1.22857;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #4d4d4d;
    margin-top: 1.33333vw;
  }
  .pTop .child__top--title::after {
    position: absolute;
    content: "";
    width: 89.33333vw;
    height: 13.73333vw;
    background: url("../img/line.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-3.871deg);
       -moz-transform: translateX(-50%) rotate(-3.871deg);
        -ms-transform: translateX(-50%) rotate(-3.871deg);
            transform: translateX(-50%) rotate(-3.871deg);
  }
  .pTop .child__top--intro {
    font-size: 5.33333vw;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #4d4d4d;
    margin-top: 2vw;
  }
  .pTop .child__top--ar {
    margin-top: 2vw;
  }
  .pTop .child__top--ar .con {
    width: 89.33333vw;
    padding-top: 3.33333vw;
    margin-top: -10.66667vw;
    position: relative;
    z-index: 2;
  }
  .pTop .child__top--ar .con h3 {
    font-size: 5.33333vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--ten);
    color: #fff;
    background: #61baa3;
    padding: 2vw 0;
  }
  .pTop .child__top--ar .con h4 {
    line-height: 0;
    margin-top: 2vw;
  }
  .pTop .child__top--ar .con h4 img {
    width: 100%;
  }
  .pTop .child__top--ar .con p {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    color: #4d4d4d;
    margin-top: 4vw;
  }
  .pTop .child__top--ar figure {
    width: 94vw;
  }
  .pTop .child__top--ar figure figcaption {
    bottom: 10vw;
    right: 2vw;
    width: 26.66667vw;
    height: 26.66667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    background: #4d4d4d;
  }
  .pTop .child__top--ar figure figcaption span {
    font-size: 3.2vw;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--tenlt);
  }
  .pTop .child__top--ar figure figcaption em {
    font-style: normal;
    font-size: 6.66667vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .child__top--ar figure figcaption em::after {
    content: attr(data-unit);
    font-size: 3.46667vw;
    line-height: 1.92308;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pTop .child__top--ar figure figcaption small {
    font-size: 2.13333vw;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--tenlt);
  }
  .pTop .child__top--end {
    margin: 4.66667vw auto 0;
    width: 100%;
    font-size: 5.33333vw;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #4d4d4d;
    text-align: center;
  }
  .pTop .child__bot {
    margin: 5.33333vw auto 0;
    width: 89.33333vw;
  }
  .pTop .child__bot--list article {
    width: 100%;
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .child__bot--list article + article {
    margin-top: 5.33333vw;
  }
  .pTop .child__bot--list article .title {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .pTop .child__bot--list article .title span {
    display: block;
    color: #fff;
    font-size: 4vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--ten);
    background: #61baa3;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    padding: 0.93333vw;
  }
  .pTop .child__bot--list article .title h3 {
    margin-top: 2vw;
    font-size: 6.66667vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--ten);
  }
  .pTop .child__bot--list article figure {
    text-align: center;
    width: 32.8vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pTop .child__bot--list article figure img {
    width: 100%;
    height: 32.8vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .child__bot--list article p {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    color: #4d4d4d;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 2.66667vw 0 4vw;
    text-align: center;
    width: 100%;
  }
  .pTop .child__bot--list article ul {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 54.13333vw;
  }
  .pTop .child__bot--list article ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4vw;
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--heisei);
    color: #4d4d4d;
  }
  .pTop .child__bot--list article ul li + li {
    margin-top: 1.6vw;
  }
  .pTop .child__bot--list article ul li::before {
    position: absolute;
    content: "";
    width: 2.66667vw;
    height: 2.66667vw;
    background: url("../img/icTick.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 1.6vw;
  }
  .pTop .child__bot--list article .btn {
    margin-top: 5.33333vw;
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    text-align: center;
  }
  .pTop .child__bot--list article .btn a {
    width: 78.66667vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #4d4d4d;
    color: #fff;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .doctorChild {
    padding-bottom: 5.33333vw;
  }
  .pTop .doctorChild__main figure {
    width: 100%;
    padding: 1.33333vw 0 0 9.33333vw;
  }
  .pTop .doctorChild__main figure img {
    width: 46.8vw;
    height: auto;
  }
  .pTop .doctorChild__main figure figcaption {
    right: 15.33333vw;
    top: 10vw;
    width: 34.66667vw;
    height: 34.66667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    overflow: hidden;
  }
  .pTop .doctorChild__main figure figcaption span {
    font-family: var(--tenlt);
    font-size: 2.4vw;
    line-height: 1.61111;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #4d4d4d;
  }
  .pTop .doctorChild__main figure figcaption small {
    width: 100%;
    color: #fff;
    font-family: var(--ten);
    display: block;
    font-size: 2.66667vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.08em;
    background: #61baa3;
    padding: 0.66667vw;
    margin: 1.33333vw 0;
  }
  .pTop .doctorChild__main figure figcaption em {
    font-style: normal;
    font-family: var(--tenlt);
    font-size: 4.53333vw;
    line-height: 1.20588;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #4d4d4d;
  }
  .pTop .doctorChild__main figure figcaption em::after {
    content: attr(data-en);
    font-size: 2.13333vw;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #4d4d4d;
  }
  .pTop .doctorChild__main figure::after {
    position: absolute;
    content: "";
    -moz-box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.1);
    right: 15.33333vw;
    top: 10vw;
    width: 34.66667vw;
    height: 34.66667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: -1;
  }
  .pTop .doctorChild__main--con {
    width: 89.33333vw;
    margin: -21.33333vw auto 0;
    position: relative;
    z-index: 3;
  }
  .pTop .doctorChild__main--con h2 span {
    color: #fff;
    background: #61baa3;
    font-size: 5.33333vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--ten);
    padding: 1.46667vw 2vw;
  }
  .pTop .doctorChild__main--con h2 span + span {
    margin-top: 2.66667vw;
  }
  .pTop .doctorChild__main--con p {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    margin-top: 4.26667vw;
    color: #4d4d4d;
  }
  .pTop .doctorChild__main--con .focus {
    font-size: 3.2vw;
    line-height: 1.83333;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--tenlt);
    color: #4d4d4d;
    margin-top: 4.4vw;
    display: none;
  }
  .pTop .doctorChild__main--con a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4.26667vw auto 0;
    width: 78.66667vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    color: #fff;
    background: #4d4d4d;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .adult {
    background: url("../img/adultBg.webp") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 13.33333vw 0 0vw;
  }
  .pTop .adult__title {
    padding-bottom: 13.33333vw;
  }
  .pTop .adult__title span {
    font-size: 5.33333vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--fuBook);
    color: #4d4d4d;
  }
  .pTop .adult__title h2 {
    font-size: 9.33333vw;
    line-height: 1.22857;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #4d4d4d;
    margin-top: 1.33333vw;
  }
  .pTop .adult__title::after {
    position: absolute;
    content: "";
    width: 89.33333vw;
    height: 13.73333vw;
    background: url("../img/line.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-3.871deg);
       -moz-transform: translateX(-50%) rotate(-3.871deg);
        -ms-transform: translateX(-50%) rotate(-3.871deg);
            transform: translateX(-50%) rotate(-3.871deg);
  }
  .pTop .adult__intro {
    font-size: 5.33333vw;
    line-height: 1.475;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #4d4d4d;
    margin-top: 2.93333vw;
  }
  .pTop .adult__problem figure {
    width: 86.8vw;
  }
  .pTop .adult__problem--con {
    width: 89.33333vw;
    margin-top: -5.33333vw;
  }
  .pTop .adult__problem--con h3 {
    font-size: 5.33333vw;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .adult__problem--con .list {
    line-height: 0;
    margin-top: 5.06667vw;
  }
  .pTop .adult__problem--con .list img {
    width: 77.86667vw;
  }
  .pTop .adult__problem--con p {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--heisei);
    margin-top: 4.26667vw;
  }
  .pTop .adult__straighten {
    width: 100%;
    margin: 10.66667vw auto 0;
    padding-bottom: 5.33333vw;
  }
  .pTop .adult__straighten > h3 {
    width: 100%;
    font-size: 6.66667vw;
    line-height: 1.44;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    float: none;
    text-align: center;
  }
  .pTop .adult__straighten .fig {
    width: 100%;
    float: none;
    margin-top: -6.66667vw;
  }
  .pTop .adult__straighten .fig::before {
    position: absolute;
    content: "";
    width: 38.53333vw;
    height: 20.4vw;
    background: url("../img/adultImg03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0vw;
    bottom: 0vw;
  }
  .pTop .adult__straighten .fig ul {
    width: 26.66667vw;
    right: 5.6vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .adult__straighten .fig ul li {
    width: 26.66667vw;
    height: 26.66667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #4d4d4d;
    background: #fff;
    -moz-box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.1);
  }
  .pTop .adult__straighten .fig ul li + li {
    margin-top: 3.33333vw;
  }
  .pTop .adult__straighten .fig ul li span {
    font-size: 3.2vw;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--tenlt);
  }
  .pTop .adult__straighten .fig ul li em {
    font-style: normal;
    font-size: 6.66667vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .adult__straighten .fig ul li em::after {
    content: attr(data-unit);
    font-size: 3.46667vw;
    line-height: 1.92308;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pTop .adult__straighten .fig ul li small {
    font-size: 2.13333vw;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--tenlt);
  }
  .pTop .adult__straighten > ul {
    width: 89.33333vw;
    margin: auto;
    float: none;
  }
  .pTop .adult__straighten > ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 5.33333vw;
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-family: var(--heisei);
    color: #4d4d4d;
  }
  .pTop .adult__straighten > ul li + li {
    margin-top: 1.33333vw;
  }
  .pTop .adult__straighten > ul li::before {
    position: absolute;
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background: url("../img/icTick.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 1.06667vw;
  }
  .pTop .adult__straighten .btn {
    width: 100%;
    margin-top: 4vw;
    float: none;
    text-align: center;
  }
  .pTop .adult__straighten .btn a {
    width: 100%;
    max-width: 78.66667vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #4d4d4d;
    color: #fff;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .adultDoctor {
    padding: 5.33333vw 0;
    background: url("../img/consulGrid.webp") 0 0 repeat;
  }
  .pTop .adultDoctor__main {
    width: 100%;
  }
  .pTop .adultDoctor__main--fig {
    width: 100%;
    text-align: center;
  }
  .pTop .adultDoctor__main--fig img {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    width: 69.33333vw;
    height: auto;
  }
  .pTop .adultDoctor__main--fig figcaption {
    width: 34.66667vw;
    height: 34.66667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 5.33333vw;
    bottom: -5.33333vw;
    background: #fff;
    -moz-box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .pTop .adultDoctor__main--fig figcaption span {
    font-family: var(--tenlt);
    font-size: 2.4vw;
    line-height: 1.61111;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #4d4d4d;
  }
  .pTop .adultDoctor__main--fig figcaption small {
    width: 100%;
    color: #fff;
    font-family: var(--ten);
    display: block;
    font-size: 2.4vw;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0.08em;
    background: #61baa3;
    padding: 0.66667vw;
    margin: 0.93333vw 0;
  }
  .pTop .adultDoctor__main--fig figcaption em {
    font-style: normal;
    font-family: var(--tenlt);
    font-size: 4.53333vw;
    line-height: 1.02941;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #4d4d4d;
  }
  .pTop .adultDoctor__main--fig figcaption em::after {
    content: attr(data-en);
    font-size: 2.13333vw;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #4d4d4d;
    display: block;
  }
  .pTop .adultDoctor__main--fig::after {
    position: absolute;
    content: "";
    width: 34.66667vw;
    height: 34.66667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 5.33333vw;
    bottom: -5.33333vw;
    -moz-box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.1);
    z-index: -1;
  }
  .pTop .adultDoctor__main--con {
    width: 89.33333vw;
    margin: 6vw auto 0;
  }
  .pTop .adultDoctor__main--con h2 {
    font-size: 6.66667vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
    color: #61baa3;
  }
  .pTop .adultDoctor__main--con h2 br {
    display: none;
  }
  .pTop .adultDoctor__main--con .txt {
    margin-top: 3.86667vw;
  }
  .pTop .adultDoctor__main--con .txt p {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
  }
  .pTop .adultDoctor__main--con .txt p + p {
    margin-top: 5.33333vw;
  }
  .pTop .adultDoctor__main--gallery {
    margin: 3.33333vw auto 0;
    width: 89.33333vw;
  }
  .pTop .adultDoctor__main--gallery figure {
    width: 33.33333%;
  }
  .pTop .adultDoctor__main--btn {
    margin: 5.33333vw 0 0;
    width: 100%;
  }
  .pTop .adultDoctor__main--btn a {
    background: #4d4d4d;
    color: #fff;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    width: 78.66667vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .pTop .instagram {
    background: #fff;
    padding: 6vw 0;
  }
  .pTop .instagram__main {
    max-width: 100vw;
    width: 100%;
    margin: auto;
  }
  .pTop .instagram__main--title span {
    font-size: 5.33333vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--fuBook);
  }
  .pTop .instagram__main--title h2 {
    font-size: 5.33333vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
  }
  .pTop .instagram__main--list {
    margin-top: 5.33333vw;
    overflow: hidden;
    padding: 0 5.33333vw;
  }
  .pTop .instagram__main--list ul {
    margin: -2.93333vw;
  }
  .pTop .instagram__main--list ul li {
    width: 17.86667vw;
    margin: 2.93333vw;
    line-height: 0;
  }
  .pTop .instagram__main--btn {
    margin-top: 5.33333vw;
  }
  .pTop .instagram__main--btn a {
    width: 78.66667vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    color: #fff;
    background: #4d4d4d;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .fact__mv {
    background: url("../img/factBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 39.33333vw 0 13.26667vw;
  }
  .pTop .fact__mv--title {
    width: 100%;
  }
  .pTop .fact__mv--title span {
    line-height: 0;
    width: 93.33333vw;
  }
  .pTop .fact__mv--title span img {
    width: 100%;
    height: auto;
  }
  .pTop .fact__mv--title h2 {
    font-size: 6.66667vw;
    line-height: 1.34;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--ten);
    color: #fff;
    margin-top: 3.53333vw;
  }
  .pTop .fact__main {
    width: 100%;
    margin: auto;
  }
  .pTop .fact__main h3 {
    background: #61baa3;
    color: #fff;
    font-size: 5.33333vw;
    line-height: 1.225;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 2.13333vw 0;
    -moz-border-radius: 8vw;
         border-radius: 8vw;
    margin: -8.66667vw auto 0;
    width: 89.33333vw;
  }
  .pTop .fact__main h3::after {
    position: absolute;
    content: "";
    width: 5.6vw;
    height: 3.73333vw;
    background: url("../img/factArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3.73333vw;
  }
  .pTop .fact__main--intro {
    font-size: 4vw;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-top: 7.46667vw;
  }
  .pTop .fact__main--ba {
    margin-top: 3.73333vw;
  }
  .pTop .fact__main--ba ul {
    width: 78.66667vw;
    margin: auto;
  }
  .pTop .fact__main--ba ul li {
    display: block;
  }
  .pTop .fact__main--ba ul li + li {
    margin-top: 5.33333vw;
  }
  .pTop .fact__main--ba ul li figure {
    width: 100%;
    padding-left: 7.2vw;
  }
  .pTop .fact__main--ba ul li figure img {
    width: 100%;
    height: 42.8vw;
    object-fit: cover;
  }
  .pTop .fact__main--ba ul li figure::before {
    position: absolute;
    width: 7.2vw;
    height: 42.8vw;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 4.26667vw;
    line-height: 1.84375;
    font-weight: 400;
    letter-spacing: 0.02em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    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-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .fact__main--ba ul li figure figcaption {
    margin-left: -7.2vw;
    width: -webkit-calc(100% + 7.2vw);
    width: -moz-calc(100% + 7.2vw);
    width: calc(100% + 7.2vw);
    font-size: 3.2vw;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--heisei);
    margin-top: 2.4vw;
  }
  .pTop .fact__main--ba ul li figure:nth-of-type(1)::before {
    content: "BEFORE";
    background: #4d4d4d;
  }
  .pTop .fact__main--ba ul li figure:nth-of-type(2) {
    margin-top: 15.73333vw;
  }
  .pTop .fact__main--ba ul li figure:nth-of-type(2)::before {
    content: "AFTER";
    background: #71c0ac;
  }
  .pTop .fact__main--ba ul li figure:nth-of-type(2)::after {
    position: absolute;
    content: "";
    width: 6.66667vw;
    height: 4vw;
    background: #4d4d4d;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -10vw;
  }
  .pTop .fact__main--box {
    margin: 4.53333vw auto 0;
    max-width: 89.33333vw;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 4.93333vw 2vw;
    background: #ebebeb;
  }
  .pTop .fact__main--box span {
    font-size: 4vw;
    line-height: 1.46667;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .pTop .fact__main--box::after {
    position: absolute;
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    background: #ebebeb;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -5.33333vw;
  }
  .pTop .fact__main--note {
    margin-top: 6.26667vw;
    font-size: 3.2vw;
    line-height: 2.08333;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-decoration: underline dotted #d6d6d6;
    text-underline-offset: 0.93333vw;
    text-decoration-thickness: 0.26667vw;
  }
  .pTop .fact__main--star {
    margin-top: 4vw;
  }
  .pTop .fact__main--star span {
    font-size: 5.33333vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #61baa3;
  }
  .pTop .fact__main--btn {
    margin-top: 4vw;
  }
  .pTop .fact__main--btn a {
    background: #4d4d4d;
    color: #fff;
    height: 10.66667vw;
    width: 78.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .pTop .denture {
    max-width: 89.33333vw;
    width: 100%;
    margin: auto;
    background: #f3f3f3;
    padding: 5.33333vw;
    margin-top: 5.33333vw;
  }
  .pTop .denture figure {
    width: 100%;
  }
  .pTop .denture__con {
    width: 100%;
    margin-top: 4.93333vw;
  }
  .pTop .denture__con h2 {
    font-size: 8vw;
    line-height: 1.11667;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-family: var(--fuMedium);
    color: #61baa3;
  }
  .pTop .denture__con h3 {
    font-size: 5.33333vw;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-top: 2.86667vw;
  }
  .pTop .denture__con p {
    font-size: 3.2vw;
    line-height: 2.08333;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--heisei);
    margin-top: 2vw;
  }
  .pTop .denture__con p br {
    display: none;
  }
  .pTop .denture__btn {
    width: 100%;
    margin-top: 3.6vw;
  }
  .pTop .denture__btn a {
    width: 100%;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    color: #fff;
    background: #4d4d4d;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pTop .menu {
    background: url("../img/menuBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 5.6vw 0 5.33333vw;
    margin-top: 5.33333vw;
  }
  .pTop .menu__main {
    max-width: 89.33333vw;
    width: 100%;
    margin: auto;
  }
  .pTop .menu__main--title span {
    font-size: 5.33333vw;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .menu__main--title h2 {
    font-size: 9.33333vw;
    line-height: 1.21429;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .menu__main--list {
    margin: 2vw -2vw -2.66667vw;
    overflow: hidden;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pTop .menu__main--list article {
    width: 42.66667vw;
    margin: 2.66667vw 2vw;
    text-align: center;
  }
  .pTop .menu__main--list article span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2.93333vw;
    line-height: 1.54545;
    font-weight: 400;
    letter-spacing: 0.08em;
    background: #61baa3;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
  }
  .pTop .menu__main--list article h3 {
    font-size: 4.53333vw;
    line-height: 1.17647;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-top: 1.2vw;
  }
  .pTop .menu__main--list article figure {
    margin-top: 2vw;
  }
  .pTop .menu__main--list article figure img {
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 36.53333vw;
    height: 36.53333vw;
    object-fit: cover;
  }
  .pTop .menu__main--list article .btn {
    margin-top: 2.66667vw;
    text-align: center;
  }
  .pTop .menu__main--list article .btn a {
    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;
    width: 42.66667vw;
    height: 8.8vw;
    -moz-border-radius: 4.53333vw;
         border-radius: 4.53333vw;
    color: #fff;
    background: #4d4d4d;
    font-size: 3.73333vw;
    line-height: 1.64286;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pTop .menu__main--list article:nth-of-type(4) h3 {
    letter-spacing: -0.18em;
  }
  .pTop .case {
    padding: 4.13333vw 0 5.33333vw;
    background: #fff;
  }
  .pTop .case__main {
    width: 100%;
    margin: auto;
  }
  .pTop .case__main h2 {
    text-align: center;
    font-size: 9.33333vw;
    line-height: 1.21429;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .case__main--list {
    margin-top: 4.4vw;
  }
  .pTop .case__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .case__main--list ul li {
    width: 64.8vw;
    padding: 0 8vw;
  }
  .pTop .case__main--list ul li a {
    display: block;
    width: 100%;
  }
  .pTop .case__main--list ul li a figure {
    width: 100%;
  }
  .pTop .case__main--list ul li a time {
    display: inline-block;
    background: #61baa3;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: 3.33333vw;
    padding: 0 0.66667vw;
  }
  .pTop .case__main--list ul li a h3 {
    font-size: 4vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: 1.33333vw;
  }
  .pTop .case__main--list ul li a p {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--heisei);
    margin-top: 1.06667vw;
  }
  .pTop .case__main--prev, .pTop .case__main--next {
    position: absolute;
    width: 5.06667vw;
    height: 6.66667vw;
    background: #4d4d4d;
    top: 21.06667vw;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    z-index: 19;
  }
  .pTop .case__main--prev {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -webkit-calc(50% - 35.06667vw);
    left: -moz-calc(50% - 35.06667vw);
    left: calc(50% - 35.06667vw);
  }
  .pTop .case__main--next {
    clip-path: polygon(0 0%, 100% 50%, 0% 100%);
    right: -webkit-calc(50% - 35.06667vw);
    right: -moz-calc(50% - 35.06667vw);
    right: calc(50% - 35.06667vw);
  }
  .pTop .case__main--btn {
    margin-top: 2.66667vw;
  }
  .pTop .case__main--btn a {
    width: 78.66667vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    color: #fff;
    background: #4d4d4d;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
  }
  .pTop .easy {
    background: url("../img/consulGrid.webp") 0 0 repeat;
    padding: 19.86667vw 0 8vw;
    position: relative;
  }
  .pTop .easy__main {
    width: 100%;
    margin: auto;
  }
  .pTop .easy__main h2 span {
    display: inline-block;
    font-size: 8vw;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pTop .easy__main h2 span::before {
    position: absolute;
    content: "";
    width: 42.93333vw;
    height: 18.66667vw;
    background: url("../img/icBird.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -18.66667vw;
    left: 0vw;
  }
  .pTop .easy__main h2 span::after {
    position: absolute;
    content: "";
    width: 10.93333vw;
    height: 12vw;
    background: url("../img/icPen.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -2.66667vw;
    right: 2.66667vw;
  }
  .pTop .easy__main--flex {
    margin-top: 5.33333vw;
    -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;
  }
  .pTop .easy__main--flex .txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 5.33333vw;
  }
  .pTop .easy__main--flex .txt p {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .pTop .easy__main--flex .txt p + p {
    margin-top: 5.33333vw;
  }
  .pTop .easy__main--flex figure {
    width: 100%;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pTop .easy__main--flex figure img {
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
  .pTop .easy__main--note {
    border: 1px solid #c4c4c4;
    background: #fff;
    text-align: left;
    font-size: 3.73333vw;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 2.13333vw 2vw;
    width: 89.33333vw;
    margin: 4.26667vw auto 0;
  }
  .pTop .easy__main--btn {
    margin-top: 5.33333vw;
    -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;
  }
  .pTop .easy__main--btn a {
    width: 89.33333vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    color: #fff;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pTop .easy__main--btn a:nth-of-type(1) {
    background: #81b952;
  }
  .pTop .easy__main--btn a:nth-of-type(2) {
    background: #61baa3;
    margin-top: 2.66667vw;
  }
  .pTop .topCarousel {
    padding: 6.66667vw 0;
    background: url("../img/carouselMask.webp") center repeat-x;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    margin-top: -2vw;
    position: relative;
    z-index: 2;
  }
  .pTop .topCarousel__slides .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .pTop .topCarousel__slides .swiper-slide {
    width: auto;
  }
  .pTop .topCarousel__slides .swiper-slide ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .pTop .topCarousel__slides .swiper-slide ul li {
    width: 32.8vw;
    margin-right: 6.66667vw;
    line-height: 0;
  }
  .pTop .topCarousel__slides .swiper-slide ul li img {
    width: 100%;
    height: 32.8vw;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild .container {
    overflow: hidden;
  }
  .pChild .fv__title {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 5.33333vw;
  }
  .pChild .fv__title h1 {
    font-size: 8vw;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .pChild .fv__title h1::before {
    position: absolute;
    content: attr(data-blur);
    -webkit-text-stroke: 1.33333vw #61baa3;
    paint-order: stroke fill;
    -webkit-filter: url(#gaussian-blur);
            filter: url(#gaussian-blur);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .pChild .breadcrum {
    padding: 5.33333vw 5.33333vw 0vw;
  }
  .pChild .breadcrum__main {
    width: 100%;
    margin: auto;
  }
  .pChild .breadcrum__main ul {
    overflow: auto;
  }
  .pChild .breadcrum__main ul li {
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.14em;
    color: #4d4d4d;
    white-space: nowrap;
  }
  .pChild .breadcrum__main ul li a {
    color: #61baa3;
    white-space: nowrap;
    margin-right: 1.6vw;
    text-decoration: underline;
  }
  .pChild .wp-pagenavi {
    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: -0.93333vw;
  }
  .pChild .wp-pagenavi .pages, .pChild .wp-pagenavi .first, .pChild .wp-pagenavi .last {
    display: none;
  }
  .pChild .wp-pagenavi .page, .pChild .wp-pagenavi .current {
    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;
    width: 6.66667vw;
    height: 6.66667vw;
    color: #4d4d4d;
    font-size: 3.33333vw;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0em;
    background: #fff;
    border: 1px solid #61baa3;
    margin: 0.93333vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .wp-pagenavi .page:hover, .pChild .wp-pagenavi .current:hover {
    opacity: 1;
    background: #61baa3;
    color: #fff;
  }
  .pChild .wp-pagenavi .current {
    background: #61baa3;
    color: #fff;
  }
  .pChild .wp-pagenavi .nextpostslink, .pChild .wp-pagenavi .previouspostslink {
    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;
    width: 6.66667vw;
    height: 6.66667vw;
    color: #4d4d4d;
    margin: 0.93333vw;
    text-indent: -9999px;
    overflow: hidden;
  }
  .pChild .wp-pagenavi .previouspostslink {
    background: url("../img/ctrlLeft.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .wp-pagenavi .nextpostslink {
    background: url("../img/ctrlRight.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__main {
    width: 100%;
    margin: auto;
    padding: 0 5.33333vw;
  }
  .pChild__main .list {
    margin-top: 5.33333vw;
  }
  .pChild__main .list ul {
    overflow: hidden;
    margin: -2.66667vw;
  }
  .pChild__main .list ul li {
    width: 42vw;
    margin: 2.66667vw;
  }
  .pChild__main .list ul li a {
    border: 1px solid #9a9a9a;
    display: block;
    height: 100%;
    padding: 2.6vw;
  }
  .pChild__main .list ul li a figure img {
    width: 100%;
    height: 36.8vw;
    object-fit: cover;
  }
  .pChild__main .list ul li a .meta {
    margin: 1.46667vw -0.46667vw -0.46667vw;
    overflow: hidden;
  }
  .pChild__main .list ul li a .meta time {
    font-size: 2.66667vw;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0em;
    color: #61baa3;
    margin: 0.46667vw;
  }
  .pChild__main .list ul li a .meta span {
    font-size: 1.86667vw;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    margin: 0.46667vw;
    background: #61baa3;
    min-width: 6.66667vw;
    white-space: nowrap;
    padding: 0 1.33333vw;
  }
  .pChild__main .list ul li a em {
    font-style: normal;
    text-decoration: underline;
    text-align: justify;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Change this number to your desired line count */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pChild__main .wp-pagenavi {
    margin-top: 5.6vw;
  }
  .pChild__main .content__meta {
    margin: 4.33333vw -1vw -1vw;
    overflow: hidden;
  }
  .pChild__main .content__meta span {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    margin: 1vw;
    background: #61baa3;
    min-width: 12.66667vw;
    white-space: nowrap;
    padding: 0 3.33333vw;
  }
  .pChild__main .content__meta time {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0em;
    color: #4d4d4d;
    margin: 1vw;
  }
  .pChild__main .content #ez-toc-container {
    overflow: hidden;
    margin: 5.33333vw 0;
    padding: 5.33333vw;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #f5f5f5;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    font-family: var(--ten);
  }
  .pChild__main .content #ez-toc-container .ez-toc-title-container {
    text-align: center;
  }
  .pChild__main .content #ez-toc-container .ez-toc-title {
    text-align: center;
    color: #333333;
    margin: 0;
    font-size: 4.53333vw;
    line-height: 1.17647;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pChild__main .content #ez-toc-container > nav {
    margin-top: 5.33333vw;
  }
  .pChild__main .content #ez-toc-container > nav > ul {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 0;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li {
    padding-left: 0;
    font-family: var(--ten);
  }
  .pChild__main .content #ez-toc-container > nav > ul > li:not(:last-of-type) {
    padding-bottom: 1.33333vw;
    border-bottom: 1px solid #d1d1d1;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li + li {
    margin-top: 1.33333vw;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li::before {
    display: none;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > a {
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    color: #4d4d4d;
    border-left: 1.33333vw solid #61baa3;
    padding-left: 1.46667vw;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > a:visited {
    text-decoration: none;
    color: #4d4d4d;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > a:hover {
    text-decoration: none;
    color: #4d4d4d;
    opacity: 0.7;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul {
    margin-left: 0;
    padding-left: 3.2vw;
    margin: 0;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li {
    position: relative;
    padding-left: 0;
    font-family: var(--ten);
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li::before {
    display: none;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > a {
    color: #4d4d4d !important;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul {
    margin: 0;
    padding-left: 3.2vw;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul > li {
    padding-left: 1.33333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-family: var(--ten);
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul > li::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
    color: #4d4d4d !important;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    background: none;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul > li > a {
    color: #4d4d4d !important;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pChild__main .content #ez-toc-container > nav > ul > li > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
  .pChild__main .content h2 {
    margin: 10vw 0 2.66667vw;
    font-size: 8vw;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pChild__main .content p {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    margin: 1.6vw 0 1.6vw;
  }
  .pChild__main .content figure {
    margin: 1.6vw 0 10.66667vw;
  }
  .pChild__main .content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
    background: #fff;
  }
  .pChild__main .content table th, .pChild__main .content table td, .pChild__main .content table tr {
    border: 1px solid #d1d1d1;
  }
  .pChild__main .content table th {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 1.33333vw;
    color: #fff;
    background: #4d4d4d;
  }
  .pChild__main .content table td {
    font-size: 2.66667vw;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 1.33333vw;
    font-family: var(--heisei);
  }
  .pChild__main .content .wp-block-table {
    margin: 10.66667vw 0 10.66667vw;
  }
  .pChild__main .content .wp-block-table.special table tr td:nth-of-type(1) {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    padding: 1.6vw;
    color: #fff;
    background: #4d4d4d;
  }
  .pChild__main .content h3 {
    font-size: 6.66667vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 3.6vw 0 3.6vw;
    padding-left: 5.33333vw;
    position: relative;
  }
  .pChild__main .content h3::before {
    position: absolute;
    content: "";
    width: 1.33333vw;
    height: 100%;
    left: 0;
    top: 0;
    background: #61baa3;
  }
  .pChild__main .content h4 {
    font-size: 5.33333vw;
    line-height: 1.325;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 8.66667vw 0 4vw;
    border-bottom: 1px solid #61baa3;
  }
  .pChild__main .content h5 {
    font-size: 5.33333vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 4.53333vw 0 4.53333vw;
  }
  .pChild__main .content ul {
    margin: 4vw 0;
  }
  .pChild__main .content ul li {
    font-size: 3.2vw;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    position: relative;
    padding: 0 0 0 6vw;
  }
  .pChild__main .content ul li + li {
    margin-top: 2vw;
  }
  .pChild__main .content ul li::before {
    position: absolute;
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 0.4vw;
    background: #61baa3;
  }
  .pChild__main .content ol {
    margin: 4vw 0;
    counter-reset: li;
  }
  .pChild__main .content ol li {
    font-size: 3.2vw;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--heisei);
    position: relative;
    padding: 0 0 0 6vw;
    counter-increment: li;
  }
  .pChild__main .content ol li + li {
    margin-top: 2vw;
  }
  .pChild__main .content ol li::before {
    position: absolute;
    content: counter(li, decimal-leading-zero) ".";
    font-size: 3.2vw;
    line-height: 1.20833;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    left: 0;
    top: 0;
    color: #61baa3;
  }
  .pChild__main .content .pickup {
    position: relative;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 5.33333vw 0;
  }
  .pChild__main .content .pickup::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background: url("../img/popularBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pChild__main .content .pickup__title {
    text-align: center;
  }
  .pChild__main .content .pickup__title span {
    font-size: 3.2vw;
    line-height: 1.08333;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--fuBook);
  }
  .pChild__main .content .pickup__title p {
    font-size: 6.66667vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    margin-top: 2vw;
    margin-bottom: 0;
  }
  .pChild__main .content .pickup__main {
    margin-bottom: -9.33333vw;
  }
  .pChild__main .content .case {
    position: relative;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 10.66667vw 0;
  }
  .pChild__main .content .case::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background: url("../img/consulGrid.webp") 0 0 repeat;
  }
  .pChild__main .content .case__title {
    text-align: center;
    font-size: 9.33333vw;
    line-height: 1.21429;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    margin-bottom: 5.33333vw;
  }
  .pChild__main .content .case__swiper {
    margin: 0vw -5.33333vw 0;
  }
  .pChild__main .content .case__swiper ul {
    margin: 0;
  }
  .pChild__main .content .case__swiper ul li {
    width: 64.8vw;
    padding: 0 8vw;
  }
  .pChild__main .content .case__swiper ul li::before {
    display: none;
  }
  .pChild__main .content .case__swiper ul li a {
    display: block;
  }
  .pChild__main .content .case__swiper ul li a figure img {
    width: 100%;
    height: 48.8vw;
    object-fit: cover;
    margin-bottom: 0;
  }
  .pChild__main .content .case__swiper ul li a .meta {
    margin: 1.6vw -0.46667vw -0.46667vw;
    overflow: hidden;
  }
  .pChild__main .content .case__swiper ul li a .meta time {
    font-size: 2.66667vw;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0em;
    color: #61baa3;
    margin: 0.46667vw;
  }
  .pChild__main .content .case__swiper ul li a .meta span {
    font-size: 1.86667vw;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    margin: 0.46667vw;
    background: #61baa3;
    min-width: 6.66667vw;
    white-space: nowrap;
    padding: 0 1.33333vw;
  }
  .pChild__main .content .case__swiper ul li a em {
    font-style: normal;
    text-decoration: underline;
    text-align: justify;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Change this number to your desired line count */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pChild__main .content .case__prev, .pChild__main .content .case__next {
    position: absolute;
    width: 5.06667vw;
    height: 6.66667vw;
    background: #4d4d4d;
    top: 21.73333vw;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    z-index: 19;
  }
  .pChild__main .content .case__prev {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -webkit-calc(50% - 34.93333vw);
    left: -moz-calc(50% - 34.93333vw);
    left: calc(50% - 34.93333vw);
  }
  .pChild__main .content .case__next {
    clip-path: polygon(0 0%, 100% 50%, 0% 100%);
    right: -webkit-calc(50% - 34.93333vw);
    right: -moz-calc(50% - 34.93333vw);
    right: calc(50% - 34.93333vw);
  }
  .pChild__main .content .case__btn {
    text-align: center;
    margin-top: 6vw;
  }
  .pChild__main .content .case__btn a {
    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;
    width: 78.66667vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    color: #fff;
    background: #4d4d4d;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pChild__main .content .step {
    background: #f5f5f5;
    width: 89.33333vw;
    margin: 10.66667vw auto;
    padding: 5.33333vw;
    counter-reset: step;
  }
  .pChild__main .content .step h2 {
    text-align: center;
    font-size: 6.66667vw;
    line-height: 1.16;
    font-weight: 400;
    letter-spacing: 0em;
    margin: 0 0 5.33333vw;
  }
  .pChild__main .content .step__article {
    counter-increment: step;
  }
  .pChild__main .content .step__article--title {
    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;
  }
  .pChild__main .content .step__article--title span {
    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;
    width: 12vw;
    height: 12vw;
    background: #61baa3;
    margin-right: 1.33333vw;
  }
  .pChild__main .content .step__article--title span::before {
    content: "STEP";
    font-size: 3.46667vw;
    line-height: 1.23077;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--fuBook);
    color: #fff;
  }
  .pChild__main .content .step__article--title span::after {
    content: counter(step, decimal-leading-zero);
    font-size: 6.66667vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--fuBook);
    color: #fff;
  }
  .pChild__main .content .step__article--title em {
    font-size: 5.33333vw;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0em;
    font-style: normal;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main .content .step__article--fig {
    width: 100%;
    margin-top: 2.66667vw;
  }
  .pChild__main .content .step__article--fig img {
    margin-bottom: 0;
  }
  .pChild__main .content .step__article--desc {
    font-size: 3.2vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--heisei);
    margin-top: 4.26667vw;
  }
  .pChild__main .content .step__article + .step__article {
    margin-top: 16vw;
    position: relative;
  }
  .pChild__main .content .step__article + .step__article::before {
    position: absolute;
    content: "";
    width: 8vw;
    height: 5.33333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -10.66667vw;
    background: #4d4d4d;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pChild__main .content .step__btn {
    margin-top: 5.33333vw;
    text-align: center;
  }
  .pChild__main .content .step__btn a {
    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;
    width: 78.66667vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    color: #fff;
    font-size: 4.53333vw;
    line-height: 1.23529;
    font-weight: 400;
    letter-spacing: 0em;
    background: #4d4d4d;
  }
  .pChild__main .content .doctor {
    position: relative;
  }
  .pChild__main .content .doctor .wp-block-media-text__content {
    position: absolute;
    z-index: 2;
    padding: 2%;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40%;
    -ms-grid-column: inherit;
        grid-column: inherit;
  }
  .pChild__main .content .doctor .wp-block-media-text__content p {
    margin: 0;
    line-height: 1.2;
    color: #fff;
  }
  .pChild__main .content .doctor .wp-block-media-text__content p:nth-child(1) {
    font-size: clamp(12px, 1.5vw, 14px);
  }
  .pChild__main .content .doctor .wp-block-media-text__content p:nth-child(2) {
    font-size: clamp(20px, 2.5vw, 28px);
  }
  .pChild__main .content .doctor .wp-block-media-text__content p:nth-child(3) {
    font-size: clamp(14px, 1.8vw, 18px);
  }
  .pChild__main .content .wp-block-media-text {
    margin: 5.33333vw 0;
  }
  .pChild__main .content .wp-block-media-text figure {
    margin: 0;
  }
  .pChild__main .content .map {
    margin: 5.33333vw 0;
  }
  .pChild__main .content .sliderThumb {
    margin: 5.33333vw 0;
  }
  .pChild__main .content .sliderThumb .main-slider {
    width: 100%;
  }
  .pChild__main .content .sliderThumb .main-slider .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .pChild__main .content .sliderThumb .thumb-slider {
    margin-top: 4vw;
    width: 100%;
    height: 20vw;
  }
  .pChild__main .content .sliderThumb .thumb-slider .swiper-slide {
    width: 26.66667vw;
    height: 100%;
    opacity: 0.4;
    /* Mờ các slide không hoạt động */
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding: 0 1.33333vw;
  }
  .pChild__main .content .sliderThumb .thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pChild__main .content .sliderThumb .thumb-slider .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
  .pChild__main .content .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10%;
  }
  .pChild__main .navigation {
    margin: 10.66667vw 0 0;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild__main .navigation li {
    width: 43.46667vw;
  }
  .pChild__main .navigation li a {
    width: 100%;
    height: 100%;
    border: 1px solid #9a9a9a;
  }
  .pChild__main .navigation li a figure img {
    width: 9.33333vw;
    height: 9.33333vw;
    object-fit: cover;
    margin-right: 1.33333vw;
  }
  .pChild__main .navigation li a figure figcaption {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main .navigation li a figure figcaption p {
    font-size: 2.66667vw;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--ten);
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Change this number to your desired line count */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pChild__main .navigation li a figure figcaption time {
    font-size: 1.86667vw;
    line-height: 1.92857;
    font-weight: 400;
    letter-spacing: 0em;
    color: #61baa3;
    margin-right: 1.33333vw;
  }
  .pChild__main .navigation li a figure figcaption span {
    font-size: 1.86667vw;
    line-height: 1.14286;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 0 1.33333vw;
    color: #fff;
    background: #61baa3;
  }
  .pChild__main .navigation li a.prev {
    padding: 1.33333vw 1.33333vw 1.33333vw 6vw;
  }
  .pChild__main .navigation li a.prev::before {
    position: absolute;
    content: "";
    width: 1.33333vw;
    height: 1.86667vw;
    background: #4d4d4d;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2.33333vw;
  }
  .pChild__main .navigation li a.next {
    padding: 1.33333vw 6vw 1.33333vw 1.33333vw;
  }
  .pChild__main .navigation li a.next::before {
    position: absolute;
    content: "";
    width: 1.33333vw;
    height: 1.86667vw;
    background: #4d4d4d;
    clip-path: polygon(0 0%, 100% 50%, 0% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.33333vw;
  }
  .pChild__popular {
    background: url("../img/popularBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 10.66667vw;
  }
  .pChild__popular--main {
    width: 100%;
    margin: auto;
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
  .pChild__popular--title span {
    font-size: 3.2vw;
    line-height: 1.08333;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--fuBook);
  }
  .pChild__popular--title p {
    font-size: 8vw;
    line-height: 1.21667;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .pChild__popular--list {
    margin-top: 4.4vw;
  }
  .pChild__popular--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__popular--list ul li {
    width: 52.53333vw;
    height: auto;
    padding: 0 5.2vw;
  }
  .pChild__popular--list ul li a {
    border: 1px solid #9a9a9a;
    display: block;
    height: 100%;
    padding: 2.66667vw;
    background: #fff;
  }
  .pChild__popular--list ul li a figure img {
    width: 100%;
    height: 36.8vw;
    object-fit: cover;
  }
  .pChild__popular--list ul li a .meta {
    margin: 1.6vw -0.46667vw -0.46667vw;
    overflow: hidden;
  }
  .pChild__popular--list ul li a .meta time {
    font-size: 2.66667vw;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0em;
    color: #61baa3;
    margin: 0.46667vw;
  }
  .pChild__popular--list ul li a .meta span {
    font-size: 1.86667vw;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    margin: 0.46667vw;
    background: #61baa3;
    min-width: 6.66667vw;
    white-space: nowrap;
    padding: 0 1.33333vw;
  }
  .pChild__popular--list ul li a em {
    font-style: normal;
    text-decoration: underline;
    text-align: justify;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Change this number to your desired line count */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pChild__popular--prev, .pChild__popular--next {
    position: absolute;
    width: 3.46667vw;
    height: 5.46667vw;
    background: #4d4d4d;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    z-index: 19;
  }
  .pChild__popular--prev {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: -webkit-calc(50% - 28vw);
    left: -moz-calc(50% - 28vw);
    left: calc(50% - 28vw);
  }
  .pChild__popular--next {
    clip-path: polygon(0 0%, 100% 50%, 0% 100%);
    right: -webkit-calc(50% - 28vw);
    right: -moz-calc(50% - 28vw);
    right: calc(50% - 28vw);
  }
}
