@charset "UTF-8";
:root {
    --font-family-text: "Noto Sans JP", sans-serif;
    --font-family-title: "fot-tsukuardgothic-std", sans-serif;
    --font-family-en: "Noto Sans JP", sans-serif;
    --text-color: #333333;
    --text-dark-color: #cecece;
    --loud-color: #ef8200;
    --title-color: #333333;
    --menu-color: #ef8200;
    --primary-btn-color: #ffffff;
    --background-primary-btn: #ef8200;
    --background-loud: #e8e7e3;
    --background-footer: #483923;
    --base-font-size: 1.6rem;
    --h1-font-size: 5.4rem;
    --h2-font-size: 5rem;
    --h3-font-size: 4.8rem;
    --h4-font-size: 4.4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
    .class {
        width: 60%;
    }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    background-color: transparent;
    outline: 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    font-family: var(--font-family-text);
}
input {
    padding: 0;
    font-family: var(--font-family-text);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-title);
    font-weight: 700;
    color: var(--title-color);
    line-height: 1.4;
}
h1 {
    font-size: var(--h1-font-size);
}
h2 {
    font-size: var(--h2-font-size);
}
h3 {
    font-size: var(--h3-font-size);
}
h4 {
    font-size: var(--h4-font-size);
}
a {
    color: var(--text-color);
    text-decoration: none;
}
a:visited {
    color: var(--text-color);
    text-decoration: none;
}
a:hover,
a:visited:hover {
    color: var(--loud-color);
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
.more {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.nav-bar-menu {
    padding: 0 2rem;
}
.nav-bar-menu ul li {
    border-top: 1px solid #ddd3c4;
    position: relative;
}
.nav-bar-menu ul li a {
    display: block;
    position: relative;
    line-height: 6rem;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--menu-color);
    font-family: var(--font-family-title);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.nav-bar-menu ul li a i {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}
.nav-bar-menu ul li:last-child {
    border-bottom: 1px solid #ddd3c4;
}
.nav-bar-menu ul li ul {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(99%);
    background: #fbe378;
    border-radius: 2rem;
    padding: 3rem;
    z-index: 999;
    display: grid;
    grid-template-columns: repeat(2, 28rem);
    gap: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.nav-bar-menu ul li ul li {
    border: none;
}
.nav-bar-menu ul li ul li a {
    text-align: left;
    padding: 0 1rem;
    display: grid;
    align-items: center;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    font-size: 1.8rem;
    line-height: 4.8rem;
    font-weight: 700;
    color: #6f5b43;
    background: #fff;
    border-radius: 0.5rem;
    font-family: var(--font-family-title);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.nav-bar-menu ul li ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.nav-bar-menu ul li ul li a:hover {
    background: #fccf00;
    color: #6f5b43;
}
.nav-bar-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
.navbar-brand {
    width: 12rem;
    position: fixed;
    z-index: 99;
    top: 2rem;
    right: 2rem;
}
@media (max-width: 768px) {
    .nav-bar-menu__sp {
        padding: 3rem 0 12rem;
        height: 100vh;
        width: 100vw;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
        overflow-x: hidden;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transform: translateX(100%);
        overflow-y: scroll;
        background: #fff;
    }
    .nav-bar-menu__sp.is_active {
        transform: translateX(0);
    }
    .nav-bar-menu__sp .logo {
        width: 42.1rem;
        margin: 0 auto 8rem;
    }
    .nav-bar-menu__sp ul {
        margin-bottom: 8rem;
        padding: 0 3rem;
    }
    .nav-bar-menu__sp ul li {
        border-top: 2px solid #ddd3c4;
    }
    .nav-bar-menu__sp ul li a {
        display: block;
        text-align: center;
        position: relative;
        line-height: 9rem;
        font-size: 3.3rem;
        font-weight: 700;
        color: var(--loud-color);
        font-family: var(--font-family-title);
    }
    .nav-bar-menu__sp ul li a span {
        width: 2.4rem;
        height: 0.3rem;
        background: #e2ba00;
        position: absolute;
        top: 50%;
        right: 3rem;
        transform: translateY(-50%);
    }
    .nav-bar-menu__sp ul li:last-child {
        border-bottom: 2px solid #ddd3c4;
    }
    .nav-bar-menu__sp ul ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
    }
    .nav-bar-menu__sp ul ul li {
        border-top: 2px solid #ddd3c4;
        border-right: 2px solid #ddd3c4;
    }
    .nav-bar-menu__sp ul ul li a {
        text-align: center;
        height: 9.5rem;
        padding: 0 1.5rem;
        display: grid;
        align-items: center;
        gap: 1rem;
        grid-template-columns: auto 1fr;
        font-size: 2.8rem;
        line-height: 3rem;
        font-weight: 700;
        color: #6f5b43;
    }
    .nav-bar-menu__sp ul ul li a::before {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    .nav-bar-menu__sp ul ul li:nth-child(even) {
        border-right: none;
    }
    .nav-bar-menu__sp ul ul li:last-child {
        border-bottom: none;
    }
    .nav-bar-menu__sp .btn {
        margin-bottom: 8rem;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 36.6rem 6.7rem;
        gap: 3rem;
    }
    .nav-bar-menu__sp .contact {
        text-align: center;
    }
    .nav-bar-menu__sp .contact a {
        display: inline-flex;
        width: 57.1rem;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.under_img_main {
    margin-bottom: 2rem !important;
    padding-left: 0 !important;
}
.under_img_main figure {
    background: #e6e6e6;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 60rem;
    padding: 0 !important;
}
.under_img_main figure::before {
    display: none !important;
}
.under_img_main figure img {
    flex-shrink: 0;
    max-height: 100%;
    vertical-align: bottom;
    max-width: 100%;
    max-height: 55rem;
}
.under_img_thumb {
    margin: 0 -0.2rem 4rem !important;
    padding: 0 !important;
}
.under_img_thumb .slick-slide {
    margin: 0 1px;
    border: 1px solid #ccc;
    padding: 2px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s;
    outline: 0;
}
.under_img_thumb .slick-slide.slick-current {
    opacity: 1;
}
.under_img_thumb .slick-slide::before {
    display: none !important;
}
.under_img_thumb.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none !important;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y !important;
    -webkit-tap-highlight-color: transparent !important;
}
.under_img_thumb .slick-track {
    transform: translate3d(0, 0, 0) !important;
}
@media (max-width: 768px) {
    .under_img_main.slick-initialized .slick-slide {
        flex-direction: column;
        height: auto;
    }
    .under_img_main.slick-initialized .slick-prev {
        left: 2rem;
        z-index: 99;
    }
    .under_img_main.slick-initialized .slick-next {
        right: 2rem;
    }
    .under_img_thumb .slick-track {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }
    .under_img_thumb .slick-track .wp-block-image {
        flex: 0 0 auto;
        width: calc(100% / 4) !important;
        max-width: calc(100% / 4) !important;
        margin-bottom: 0.5rem !important;
    }
    .under_img_thumb .slick-track .slick-cloned {
        display: none !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {
    background: rgba(252, 207, 0, 0.04);
    font-family: var(--font-family-text);
    color: var(--text-color);
    font-size: var(--base-font-size);
    line-height: 2;
    overflow-x: hidden;
    font-weight: 500;
    letter-spacing: 0;
    width: 100%;
}
body.is_active {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 0.2em 0 0 0;
    margin: 0;
}
.container {
    width: 100%;
    max-width: 131rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}
p {
    margin-bottom: 1.5rem;
}
input:focus {
    outline: 0;
}
a img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a img:hover {
    opacity: 0.7;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.head-box {
    text-align: center;
}
.head-box__sub {
    margin-bottom: 4rem;
    font-size: 3.8rem;
    line-height: 5.6rem;
    color: var(--loud-color);
    font-weight: 700;
    font-family: var(--font-family-title);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.head-box__sub span {
    display: inline-flex;
    padding: 0 2rem;
    background: var(--loud-color);
    border-radius: 2.8rem;
    font-size: 3rem;
    color: #fff;
}
.head-box__sub small {
    font-size: 3rem;
}
.head-box h2 {
    line-height: 1;
    font-size: 6rem;
    color: var(--loud-color);
}
@media (max-width: 768px) {
    .head-box__sub {
        margin-bottom: 3rem;
        font-size: 3.6rem;
    }
}
.header {
    padding: 4rem;
    position: absolute;
    left: 0;
    top: 0;
}
.header__main .logo {
    width: 22.8rem;
    margin: 0 auto 2.4rem;
}
.header__main--btn {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 1.8rem;
    grid-template-columns: 24.5rem 4.4rem;
    margin-bottom: 4rem;
}
.header-page {
    padding: 3.5rem calc((100% - 128rem) / 2) 3rem 3rem;
}
.header-page__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-page__main .logo {
    width: 46.4rem;
}
.header-page__main--right .btn {
    margin-bottom: 4rem;
    display: grid;
    align-items: center;
    justify-content: end;
    gap: 2rem;
    grid-template-columns: 24.5rem 4.4rem;
}
.header-page__main--right .nav-bar-menu {
    padding: 0;
}
.header-page__main--right .nav-bar-menu > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3.5rem;
}
.header-page__main--right .nav-bar-menu > ul > li {
    border: none;
}
.header-page__main--right .nav-bar-menu > ul > li > a {
    line-height: 1;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
}
.header-page__main--right .nav-bar-menu > ul > li > a i {
    position: static;
    transform: none;
    margin-left: 1rem;
}
.header-page__main--right .nav-bar-menu > ul > li ul {
    top: 2rem;
    transform: none;
}
@media (max-width: 768px) {
    .header {
        display: none;
    }
    .header-page {
        padding: 2rem 3rem 3rem;
    }
    .header-page__main {
        justify-content: center;
    }
    .header-page__main .logo {
        width: 46.4rem;
    }
    .header-page__main--right {
        display: none;
    }
}
.banner {
    padding-left: 40rem;
}
.banner__main {
    position: relative;
}
.banner__main h1 {
    line-height: 1;
}
.banner__main img {
    width: 100%;
}
.banner__main--btn {
    width: 22.1rem;
    position: absolute;
    bottom: 0;
    right: calc((100% - 88rem) / 2);
}
.open-box {
    padding-top: 10.5rem;
    position: relative;
}
.open-box::after {
    content: "";
    width: 60.4rem;
    height: 81.5rem;
    background-image: url(../images/open-bg.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -12rem;
    left: 0;
    z-index: -1;
}
.smile-box {
    padding: 9rem 4.5rem 0;
}
.treatment-box {
    padding: 16rem 0 18rem;
    position: relative;
    z-index: 9;
}
.treatment-box::after {
    content: "";
    width: 58.8rem;
    height: 67.7rem;
    background-image: url(../images/treatment-bg.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 4rem;
    bottom: 0;
    z-index: -1;
}
.treatment-box__main {
    display: grid;
    align-items: start;
    gap: 8rem;
    grid-template-columns: 51rem 1fr;
}
.treatment-box__main figure {
    margin-left: -12rem;
}
.treatment-box__main--text h2 {
    margin-bottom: 5rem;
    font-size: 4.8rem;
    color: var(--loud-color);
    line-height: 6.8rem;
}
.treatment-box__main--text p {
    margin-bottom: 4rem;
    font-size: 2rem;
}
.treatment-box__main--text .btn {
    display: grid;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 27rem 1fr;
}
.childrens-box {
    padding-top: 12rem;
    position: relative;
    background-image: url(../images/childrens-bg.webp);
    background-position: 0 0;
    background-repeat: repeat-x;
}
.childrens-box .head-box {
    margin-bottom: 2.5rem;
}
.childrens-box__main--thumb {
    margin-bottom: 23rem;
}
.childrens-box__main--group {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 1;
}
.childrens-box__main--group .items {
    padding: 4.4rem 2.4rem 7rem;
    background: #fad7c2;
    border-radius: 2rem;
    position: relative;
}
.childrens-box__main--group .items::before {
    content: "";
    width: 30.3rem;
    height: 22.3rem;
    background-image: url(../images/icon-childrens-1.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-90%);
    z-index: -1;
}
.childrens-box__main--group .items h3 {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: var(--loud-color);
}
.childrens-box__main--group .items h3 span {
    background: #fff;
}
.childrens-box__main--group .items__labels {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    line-height: 5.8rem;
    border-radius: 2.9rem;
    background: #fff;
    font-size: 3.3rem;
    font-weight: 700;
    color: var(--loud-color);
    font-family: var(--font-family-title);
}
.childrens-box__main--group .items__labels small {
    font-size: 2.8rem;
}
.childrens-box__main--group .items ul {
    padding-left: 2rem;
}
.childrens-box__main--group .items ul li {
    position: relative;
    padding-left: 4.5rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
}
.childrens-box__main--group .items ul li::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: var(--loud-color);
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 0;
}
.childrens-box__main--group .items ul li:last-child {
    margin-bottom: 0;
}
.childrens-box__main--group .items a {
    width: 7.6rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.childrens-box__main--group .items:nth-child(2) {
    background: #fad8a6;
}
.childrens-box__main--group .items:nth-child(2)::before {
    width: 39.6rem;
    height: 52.1rem;
    background-image: url(../images/icon-childrens-2.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(-40%);
}
.childrens-box__main--group .items:nth-child(3) {
    background: #f7e593;
}
.childrens-box__main--group .items:nth-child(3)::before {
    width: 35rem;
    height: 25.8rem;
    background-image: url(../images/icon-childrens-3.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(-85%);
}
.ideas-box {
    padding: 19rem 0 25rem;
    background-image: url(../images/ideas-bg.webp);
    background-position: center 21rem;
    background-repeat: no-repeat;
    background-size: 192rem auto;
}
.ideas-box .head-box {
    margin-bottom: 6rem;
}
.ideas-box__main--items {
    margin-bottom: 12rem;
    display: grid;
    align-items: center;
    gap: 8rem;
    grid-template-columns: 56rem 1fr;
}
.ideas-box__main--items figure {
    position: relative;
}
.ideas-box__main--items figure::after {
    content: "";
    width: 33.5rem;
    height: 40.1rem;
    background-image: url(../images/ideas-icon-thumb-1.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -21rem;
    bottom: -2rem;
}
.ideas-box__main--items .text h3 {
    padding-left: 17rem;
    margin-bottom: 3rem;
    font-size: 3.6rem;
    color: var(--loud-color);
    position: relative;
}
.ideas-box__main--items .text h3::before {
    content: "";
    width: 13.7rem;
    height: 11.2rem;
    background-image: url(../images/ideas-num-1.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-65%);
}
.ideas-box__main--items .text p {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 3.6rem;
}
.ideas-box__main--items:nth-child(2) {
    grid-template-columns: 1fr 40rem;
    gap: 10rem;
    padding-right: 14rem;
}
.ideas-box__main--items:nth-child(2) figure {
    order: 2;
}
.ideas-box__main--items:nth-child(2) figure::after {
    width: 19rem;
    height: 39.7rem;
    background-image: url(../images/ideas-icon-thumb-2.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: auto;
    right: -14rem;
    bottom: 0;
}
.ideas-box__main--items:nth-child(2) .text h3::before {
    background-image: url(../images/ideas-num-2.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.ideas-box__main--items:nth-child(3) figure::after {
    width: 6.8rem;
    height: 14.5rem;
    background-image: url(../images/ideas-icon-thumb-3.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: auto;
    right: -2rem;
    bottom: 10rem;
}
.ideas-box__main--items:nth-child(3) .text h3::before {
    background-image: url(../images/ideas-num-3.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.baby-box__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem;
}
.baby-box__main--items {
    padding: 0 2rem;
    margin-bottom: 4.5rem;
    width: 50%;
    position: relative;
}
.baby-box__main--items .text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 25rem 0 4rem;
}
.baby-box__main--items .text h3 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    color: #fff;
    margin-bottom: 3rem;
}
.baby-box__main--items .text p {
    margin-bottom: 0;
    color: #fff;
}
.baby-box__main--items:last-child {
    width: 100%;
    margin-bottom: 0;
}
.baby-box__main--items:last-child .text {
    padding-right: 77rem;
}
.menu-box {
    padding-top: 12rem;
    position: relative;
}
.menu-box::after {
    content: "";
    width: 60.9rem;
    height: 81.5rem;
    background-image: url(../images/menu-bg.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: -54rem;
    z-index: -1;
}
.menu-box .head-box {
    margin-bottom: 8rem;
}
.menu-box__main {
    padding: 0 4rem;
    position: relative;
}
.menu-box__main::after {
    content: "";
    width: 48.3rem;
    height: 35.6rem;
    background-image: url(../images/menu-icon.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -24rem;
    right: -6rem;
    z-index: -1;
}
.case-box {
    padding: 4rem 0 10rem;
    margin-top: 20rem;
    position: relative;
}
.case-box::after {
    content: "";
    width: 149rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #d9c29c;
    border-radius: 2rem;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.case-box::before {
    content: "";
    width: 29.5rem;
    height: 11.5rem;
    background-image: url(../images/case-icon-1.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.case-box__main {
    position: relative;
    padding: 6rem 5.4rem 8rem;
    background: #fff;
    overflow: hidden;
}
.case-box__main h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 4rem;
    color: var(--loud-color);
}
.case-box__main--group {
    margin: 0 -2rem 6rem;
}
.case-box__main--group .items {
    padding: 0 2rem;
}
.case-box__main--group .items figure {
    margin-bottom: 2rem;
}
.case-box__main--group .items figure a {
    display: block;
    position: relative;
    padding-top: 100%;
}
.case-box__main--group .items figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-box__main--group .items__text--info {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case-box__main--group .items__text--info span {
    display: inline-flex;
    padding: 0 2rem;
    background: var(--loud-color);
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
}
.case-box__main--group .items__text--info time {
    font-size: 1.4rem;
    color: #6f5b43;
    padding-left: 2rem;
    line-height: 3rem;
    border-left: 2px solid #d5cdb1;
}
.case-box__main--group .items__text h3 {
    line-height: 1;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    color: #6f5b43;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-box__main--group .items__text p {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 3.6rem;
}
.case-box__main--btn {
    text-align: center;
}
.case-box__main--btn a {
    display: inline-flex;
    width: 100%;
    max-width: 38rem;
}
.instagram-box {
    padding: 12rem 0 16rem;
}
.instagram-box__main {
    text-align: center;
}
.instagram-box__main h2 {
    line-height: 1;
    display: inline-flex;
    width: 100%;
    max-width: 38.3rem;
    margin-bottom: 4rem;
}
.gallery-box {
    width: 100%;
    height: 64.5rem;
    background-image: url(../images/gallery.webp);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 219.3rem auto;
    animation: slideBackground 20s linear infinite;
    position: relative;
}
.gallery-box::after {
    content: "";
    width: 51rem;
    height: 65.8rem;
    background-image: url(../images/gallery-icon.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: calc((100% - 128rem) / 2);
    bottom: 0;
}
@keyframes slideBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -219.3rem 0;
    }
}
.clinic-box {
    padding: 12rem 0;
    background: #e9ddc6;
}
.clinic-box__main {
    padding: 8rem;
    border-radius: 2rem;
    display: grid;
    align-items: start;
    gap: 7rem;
    grid-template-columns: 31.2rem 1fr;
    background: #fff;
    margin-bottom: 8rem;
}
.clinic-box__main--info {
    display: grid;
    align-items: start;
    gap: 3rem;
}
.clinic-box__main--info p {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    font-family: var(--font-family-title);
}
.clinic-box__main--info .btn {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 1.8rem;
    grid-template-columns: 24.5rem 4.4rem;
}
.clinic-box__main--info .txt {
    display: grid;
    align-items: start;
    gap: 2rem;
}
.clinic-box__main--info .txt p {
    color: var(--loud-color);
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.clinic-box__main--info .txt p a {
    color: var(--loud-color);
    text-decoration: underline;
}
.clinic-box__main--news .calenda {
    margin-bottom: 6rem;
}
.clinic-box__main--news .news__items {
    padding: 2.5rem 2rem;
    border-top: 1px solid #d5cdb1;
}
.clinic-box__main--news .news__items a {
    display: block;
}
.clinic-box__main--news .news__items main {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.clinic-box__main--news .news__items main span {
    display: inline-flex;
    padding: 0 1.2rem;
    background: var(--loud-color);
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}
.clinic-box__main--news .news__items main time {
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 700;
    color: #6f5b43;
    font-family: var(--font-family-title);
}
.clinic-box__main--news .news__items main h3 {
    font-size: 2rem;
    line-height: 3rem;
    color: #6f5b43;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clinic-box__main--news .news__items main p {
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clinic-box__main--news .news__items:last-child {
    border-bottom: 1px solid #d5cdb1;
}
.clinic-box__nav {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 6rem;
}
.clinic-box__nav--items h3 {
    color: var(--loud-color);
    line-height: 1;
    font-size: 2rem;
    margin-bottom: 4rem;
}
.clinic-box__nav--items .group {
    display: flex;
    gap: 6rem;
}
.clinic-box__nav--items .group ul li a {
    display: grid;
    align-items: center;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    font-size: 1.8rem;
    line-height: 4rem;
    font-weight: 700;
    color: #6f5b43;
    font-family: var(--font-family-title);
}
.clinic-box__nav--items .group ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.floating-contact {
    width: 8rem;
    position: fixed;
    top: 6rem;
    right: 0;
    z-index: 99;
}
.banner-page {
    width: 100%;
    background-image: url(../images/banner-page.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.banner-page__main {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40rem;
    position: relative;
}
.banner-page__main::after {
    content: "";
    width: 43.9rem;
    height: 54.5rem;
    background-image: url(../images/banner-page-icon.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -6rem;
    right: -23rem;
}
.banner-page__main main {
    width: 100%;
}
.banner-page__main h1 {
    color: var(--loud-color);
}
.breadcrumb-box {
    padding: 3.5rem 0;
}
.breadcrumb-box__main ul {
    display: flex;
    align-items: center;
    justify-self: start;
}
.breadcrumb-box__main ul li {
    font-size: 1.6rem;
    line-height: 2;
}
.breadcrumb-box__main ul li i {
    color: var(--loud-color);
    margin-right: 1rem;
}
.breadcrumb-box__main ul li a {
    color: var(--loud-color);
    border-bottom: 2px solid var(--loud-color);
    font-weight: 700;
}
.breadcrumb-box__main ul li + li::before {
    padding: 0 1.2rem;
    content: "＞";
    color: var(--text-color) !important;
}
.site-content {
    padding: 10rem 0 12rem;
}
.site-content__main {
    display: grid;
    align-items: start;
    gap: 8rem;
    grid-template-columns: 1fr 30rem;
}
.page-inner .entry-content h2 {
    margin-bottom: 6rem;
    text-align: center;
    color: var(--loud-color);
}
.page-inner .entry-content h3 {
    text-align: center;
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    color: var(--loud-color);
    border-bottom: 3px solid #ddd3c4;
}
.page-inner .entry-content h4 {
    margin-bottom: 6rem;
    text-align: center;
    color: var(--loud-color);
    position: relative;
    padding-bottom: 4rem;
}
.page-inner .entry-content h4::after {
    content: "";
    width: 9.6rem;
    height: 1.2rem;
    background-image: url(../images/icon-dote.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.page-inner .entry-content a {
    color: var(--loud-color);
    text-decoration: underline;
}
.page-inner .entry-content a:hover {
    opacity: 0.7;
}
.page-inner .entry-content p {
    margin-bottom: 3rem;
}
.page-inner .entry-content p:last-child {
    margin-bottom: 0;
}
.page-inner .entry-content .wp-block-group {
    margin-bottom: 8rem;
}
.page-inner .entry-content .wp-block-image {
    margin-bottom: 8rem;
}
.page-inner .entry-content .wp-block-list {
    margin-bottom: 4rem;
}
.page-inner .entry-content .wp-block-list:last-child {
    margin-bottom: 0;
}
.page-inner .entry-content .wp-block-media-text {
    margin-bottom: 8rem;
    gap: 10rem;
    grid-template-columns: 48rem 1fr;
    align-items: start;
}
.page-inner .entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    align-self: start;
}
.page-inner .entry-content .wp-block-media-text .wp-block-media-text__media {
    align-self: start;
}
.page-inner .entry-content .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 48rem;
}
.page-inner .entry-content .wp-block-media-text:last-child {
    margin-bottom: 0;
}
.page-inner .entry-content .background {
    padding: 8rem;
    background: #fff;
    border: 0.8rem solid #f2e9d9;
    border-radius: 2rem;
}
.page-inner .entry-content .wp-block-columns {
    margin-bottom: 12rem;
}
.page-inner .entry-content .wp-block-columns .wp-block-group {
    margin-bottom: 0;
}
.page-inner .entry-content .wp-block-columns .background {
    padding: 4rem;
}
.page-inner .entry-content .wp-block-columns .wp-block-image {
    margin-bottom: 1rem;
}
.page-inner .entry-content .wp-block-list li {
    display: grid;
    align-items: start;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    font-size: 1.8rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
}
.page-inner .entry-content .wp-block-list li::before {
    content: "";
    width: 3rem;
    height: 2.5rem;
    background-image: url(../images/icon-check.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.5rem;
}
.page-inner .entry-content .wp-block-list li:last-child {
    margin-bottom: 0;
}
.page-inner .entry-content .list-price__items {
    border-top: 1px solid #ddd3c4;
    padding: 6rem 0;
    margin: 0;
    justify-content: space-between;
    position: relative;
}
.page-inner .entry-content .list-price__items::after {
    content: "";
    width: 36rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fce478;
    z-index: -1;
}
.page-inner .entry-content .list-price__items .labels {
    margin: 0;
    padding: 0 3rem;
}
.page-inner .entry-content .list-price__items .labels h5 {
    line-height: 1;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.page-inner .entry-content .list-price__items .labels p {
    margin-bottom: 0;
    line-height: 3.2rem;
}
.page-inner .entry-content .list-price__items .labels .group {
    margin-bottom: 0;
    gap: 3rem;
}
.page-inner .entry-content .list-price__items .labels .group figure {
    flex: 0 0 auto;
    width: 24rem;
    margin: 0;
}
.page-inner .entry-content .list-price__items .labels .group .wp-block-group {
    margin-bottom: 0;
}
.page-inner .entry-content .list-price__items .info {
    width: 36rem;
    flex: 0 0 auto;
    text-align: center;
    margin: 0;
}
.page-inner .entry-content .list-price__items .info p {
    font-size: 2rem;
    line-height: 4rem;
    color: #6f5b43;
    margin-bottom: 0;
}
.page-inner .entry-content .list-price__items .info p code {
    font-size: 1.6rem;
}
.page-inner .entry-content .list-price__items:last-child {
    border-bottom: 1px solid #ddd3c4;
}
.page-inner .entry-content .pick-up {
    padding: 9rem 24rem 10rem 12rem;
    background: #f2e9d9;
    border: 0.8rem solid #fff;
    border-radius: 2rem;
    position: relative;
}
.page-inner .entry-content .pick-up::after {
    content: "";
    width: 15.2rem;
    height: 21.9rem;
    background-image: url(../images/icon-pick.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 2rem;
}
.page-inner .entry-content .pick-up h2 {
    display: grid;
    align-items: start;
    justify-content: center;
    padding: 0;
    background: 0 0;
    color: var(--text-color);
    position: relative;
    font-size: 4rem;
    line-height: 5rem;
    color: var(--loud-color);
    margin-bottom: 4rem;
}
.page-inner .entry-content .pick-up .txt {
    position: relative;
    z-index: 9;
    margin: 0;
}
.page-inner .entry-content .pick-up .txt p {
    margin-bottom: 2rem;
}
.page-inner .entry-content .pick-up .txt p:last-child {
    margin-bottom: 0;
}
.page-inner .entry-content .pick-up .txt .wp-block-media-text {
    margin-bottom: 2rem;
    gap: 4rem;
    grid-template-columns: 35rem 1fr;
}
.page-inner .entry-content .pick-up .txt .wp-block-media-text:last-child {
    margin-bottom: 0;
}
.page-inner .entry-content .pick-up .txt .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 35rem;
}
.page-inner .entry-content .wp-block-table {
    margin-bottom: 8rem;
}
.page-inner .entry-content .table {
    overflow: hidden;
    border-radius: 2rem;
}
.page-inner .entry-content .table table {
    margin-bottom: 0;
}
.page-inner .entry-content .table table tbody {
    display: grid;
}
.page-inner .entry-content .table table tr {
    display: grid;
    grid-template-columns: 49.9rem 1fr;
    padding: 0;
    margin-bottom: 0.2rem;
}
.page-inner .entry-content .table table tr td {
    border: none;
    padding: 2.7rem 2rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    font-family: var(--font-family-title);
}
.page-inner .entry-content .table table tr td:first-child {
    color: #fff;
    background: var(--loud-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-inner .entry-content .table table tr td:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    font-size: 1.8rem;
}
.page-inner .entry-content .table table tr td.has-text-align-right {
    justify-content: flex-end;
}
.page-inner .entry-content .table table tr td.has-text-align-left {
    justify-content: flex-start;
    text-align: left;
}
.page-inner .entry-content .table2 table {
    background: #ffffff;
    border-radius: 2rem;
    overflow: hidden;
}
.page-inner .entry-content .table2 table td {
    border-color: #ffffff;
}
.page-inner .entry-content .table2 table tr:first-child {
    background: var(--loud-color);
    text-align: center;
    color: #ffffff;
}
.page-inner .entry-content .step-entry {
    position: relative;
    padding: 8rem 0;
    z-index: 1;
}
.page-inner .entry-content .step-entry::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-image: url(../images/bg-wide.webp);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.page-inner .entry-content .step-entry__main > div {
    display: grid;
    align-items: start;
    gap: 10.66rem;
}
.page-inner .entry-content .step-entry__main .wp-block-media-text {
    margin: 0;
    gap: 6rem;
    grid-template-columns: auto 1fr;
    position: relative;
    background: #f2e9d9;
    border-radius: 2rem;
    padding: 6rem 8rem;
}
.page-inner .entry-content .step-entry__main .wp-block-media-text::after {
    content: "";
    width: 6.6rem;
    height: 6.7rem;
    position: absolute;
    background-image: url(../images/icon-arows-dow.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -9rem;
    left: 50%;
    transform: translateX(-50%);
}
.page-inner .entry-content .step-entry__main .wp-block-media-text .wp-block-media-text__media {
    width: 36.1rem;
}
.page-inner .entry-content .step-entry__main .wp-block-media-text .wp-block-media-text__content h3 {
    margin-bottom: 2rem;
    font-size: 3.6rem;
    line-height: 5.6rem;
    background: 0 0;
    padding: 3rem 0 3rem 13rem;
    border: none;
    text-align: left;
    position: relative;
}
.page-inner .entry-content .step-entry__main .wp-block-media-text .wp-block-media-text__content h3::before {
    content: "";
    width: 8.2rem;
    height: 9.3rem;
    background-image: url(../images/step-1.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.page-inner .entry-content .step-entry__main .wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 0;
}
.page-inner .entry-content .step-entry__main .wp-block-media-text:last-child::after {
    display: none;
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(1)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-1.webp);
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(2)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-2.webp);
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(3)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-3.webp);
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(4)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-4.webp);
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(5)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-5.webp);
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(6)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-6.webp);
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(7)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-7.webp);
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(8)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-8.webp);
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(9)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-9.webp);
}
.page-inner
    .entry-content
    .step-entry__main
    .wp-block-media-text:nth-child(10)
    .wp-block-media-text__content
    h3::before {
    background-image: url(../images/step-10.webp);
}
.page-inner .entry-content .step-entry__main:last-child {
    margin-bottom: 0;
}
.page-inner .entry-content .gmap-box {
    margin-bottom: 12rem;
}
.page-inner .entry-content .gmap-box iframe {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 4rem;
}
.entry-title {
    text-align: center;
    margin-bottom: 8rem;
    line-height: 1;
    font-size: 5rem;
    color: var(--loud-color);
}
.list-post {
    display: grid;
    align-items: start;
    gap: 6rem;
}
.list-post__items {
    display: grid;
    align-items: start;
    gap: 3.4rem;
    grid-template-columns: 30rem 1fr;
    position: relative;
    background: #fff;
    border-radius: 2rem;
    padding: 8rem 4rem;
}
.list-post__items .labels {
    display: inline-flex;
    padding: 0 2rem;
    background: var(--loud-color);
    border-radius: 1.5rem;
    line-height: 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-family-title);
    position: absolute;
    top: 3rem;
    left: 4rem;
}
.list-post__items--text time {
    display: flex;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 1;
    color: #6f5b43;
}
.list-post__items--text h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-post__items--text p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3.5rem;
}
.list-post__items--text .more-btn {
    text-align: right;
}
.list-post__items--text .more-btn a {
    display: inline-flex;
    width: 13rem;
}
.sidebar__main {
    margin-bottom: 6rem;
    padding-top: 4rem;
}
.sidebar__main .widgettitle,
.sidebar__main h2 {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 4rem;
    font-weight: 700;
    font-family: var(--font-family-title);
    text-align: center;
    color: var(--loud-color);
    position: relative;
    padding-bottom: 2rem;
}
.sidebar__main .widgettitle::after,
.sidebar__main h2::after {
    content: "";
    width: 4rem;
    height: 2px;
    background: var(--loud-color);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.sidebar__main ul {
    display: grid;
    align-items: start;
    gap: 4px;
    overflow: hidden;
    border-radius: 2rem;
}
.sidebar__main ul li a {
    display: grid;
    align-items: center;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    font-size: 2rem;
    line-height: 6.6rem;
    font-weight: 700;
    color: #6f5b43;
    font-family: var(--font-family-title);
    padding: 0 3rem;
    background: #fbe378;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.sidebar__main ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.sidebar__main ul li a:hover {
    opacity: 0.7;
}
.sidebar__main select {
    width: 100%;
    height: 5rem;
    background: #fff;
    text-align: center;
    font-size: 2rem;
    border: 1px solid #333;
}
.sidebar__main select:focus {
    outline: 0;
    outline: 0;
}
.wpp-list__main {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    display: grid;
    align-items: start;
    justify-content: start;
    grid-template-columns: 12rem 1fr;
    gap: 1.2rem;
    border-bottom: 1px solid #d7d7d7;
}
.wpp-list__main--thumbnail {
    position: relative;
}
.wpp-list__main--thumbnail span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    width: 4.6rem;
    height: 2.4rem;
    background-image: url(../images/count.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wpp-list__main--thumbnail img {
    width: 12rem;
    height: 8rem;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
    opacity: 1 !important;
}
.wpp-list__main--text {
    display: flex;
    flex-direction: column-reverse;
}
.wpp-list__main--text a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wpp-list__main--text a:hover {
    color: var(--loud-color);
}
.wpp-list__main--text .time {
    display: flex;
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #593a24;
}
.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 12rem;
}
.page-numbers li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
    color: #6f5b43;
    line-height: 1;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.page-numbers li a:hover {
    background: #fccf00;
}
.page-numbers li.actives a {
    background: #fccf00;
}
.page-numbers li.arowLink a {
    font-size: 3rem;
    color: #fccf00;
}
.post-inner .head {
    margin-bottom: 3rem;
}
.post-inner .head .labels {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.4rem;
}
.post-inner .head .labels span {
    display: inline-flex;
    padding: 0 0.8rem;
    background: var(--loud-color);
    font-size: 1.4rem;
    line-height: 3.5rem;
    font-weight: 400;
    color: #fff;
}
.post-inner .head .labels time {
    font-weight: 700;
}
.post-inner .head h2 {
    color: var(--loud-color);
}
.post-inner .entry-content #toc_container {
    width: 60% !important;
    margin: 0 auto 8rem;
    padding: 1rem;
    background: #fff;
    border: 0;
    border-radius: 1rem;
    border-top: 5px solid var(--loud-color);
    text-align: left;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.post-inner .entry-content #toc_container .toc_title {
    line-height: 1;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.16;
    margin-bottom: 3rem;
    color: var(--loud-color);
}
.post-inner .entry-content #toc_container .toc_list {
    margin-top: 1em;
    margin-left: 1.3em;
    border: none;
}
.post-inner .entry-content #toc_container .toc_list li {
    display: block;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0.3em 1em 0.1em 1.1em;
    position: relative;
}
.post-inner .entry-content #toc_container .toc_list li::before {
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: -0.4em;
    color: var(--loud-color);
    top: 1em;
}
.post-inner .entry-content #toc_container .toc_list li::after {
    display: none;
}
.post-inner .entry-content #toc_container .toc_list li a {
    display: block;
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 0.5em;
    border-bottom: dashed 1px silver;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.post-inner .entry-content #toc_container .toc_list li a:hover {
    text-decoration: none;
}
.post-inner .entry-content #toc_container .toc_list li ul li::before {
    content: "\f105";
    left: 0;
    top: 0.8em;
}
.post-inner .entry-content #toc_container .toc_list li ul li a {
    font-weight: 400;
    font-size: 1.6rem;
}
.related-box {
    border-bottom: 1px solid #c7c4c2;
    padding-bottom: 14rem;
}
.related-box__main {
    position: relative;
    z-index: 9;
    padding: 10rem;
}
.related-box__main::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-image: url(../images/bg-wide.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.related-box__main h2 {
    display: grid;
    align-items: start;
    justify-content: center;
    text-align: center;
    gap: 1.8rem;
    margin-bottom: 5rem;
    line-height: 1;
    font-size: 3.6rem;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}
.related-box__main h2::before {
    content: "Related Articles";
    display: inline-flex;
    margin: 0 auto;
    padding: 0 2.7rem;
    background: var(--loud-color);
    border-radius: 0.9rem;
    line-height: 4.5rem;
    color: #fff;
    font-size: 2rem;
    font-family: var(--font-family-en);
    margin: 0 auto;
}
.related-box__main--group {
    display: grid;
    align-items: start;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
.related-box__main--group .items main {
    background: #f2e9d9;
    border-radius: 0.9rem;
    padding: 2rem 1.5rem;
    display: grid;
    align-items: center;
    gap: 1.2rem;
    grid-template-columns: 10rem 1fr;
}
.related-box__main--group .items time {
    display: inline-flex;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 700;
}
.related-box__main--group .items h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: var(--font-family-text);
}
.related-box__main--group .items:hover h3 {
    color: var(--loud-color);
}
.staff-update {
    margin-bottom: 6rem;
    text-align: center;
    position: relative;
}
.staff-update img {
    width: 100%;
}
.staff-update .staff_doctor_name {
    position: absolute;
    left: 3rem;
    bottom: 6rem;
    font-size: 2rem;
    font-family: var(--font-family-en);
    text-align: right;
}
.staff-update .staff_doctor_name code {
    display: block;
    text-align: center;
}
.staff-update .staff_doctor_name .jp {
    font-size: 150%;
    font-weight: 600;
    line-height: 1em;
}
.staff-update .staff_doctor_name .en {
    display: block;
    color: var(--loud-color);
    line-height: 1em;
    margin-top: 1rem;
}
.footer {
    background: #e9ddc6;
}
.footer__main {
    text-align: right;
    color: #6f5b43;
    font-weight: 700;
    font-family: var(--font-family-title);
}
@media (max-width: 768px) {
    .footer {
        padding: 5rem 0;
        margin-bottom: 8rem;
    }
    .footer__main {
        text-align: center;
        font-size: 2.4rem;
    }
}
.sp {
    display: none;
}
.staff-update {
    padding-right: 12rem;
}
.staff_doctor_name {
    background: #fff;
    padding: 2rem 4rem;
    left: auto !important;
    bottom: auto !important;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
    html {
        font-size: 9px;
    }
}
@media screen and (max-width: 1050px) and (min-width: 769px) {
    html {
        font-size: 8px;
    }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
    html {
        font-size: 7px;
    }
}
@media (max-width: 768px) {
    html {
        font-size: 1.33333vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    :root {
        --base-font-size: 3rem;
        --h1-font-size: 5rem;
        --h2-font-size: 5rem;
        --h3-font-size: 4.8rem;
        --h4-font-size: 4.4rem;
    }
    .container {
        padding: 0 3rem;
    }
    .banner {
        padding-left: 0;
    }
    .banner__main--btn {
        display: none;
    }
    .open-box {
        padding-top: 8rem;
    }
    .smile-box {
        padding: 12rem 0 0;
    }
    .treatment-box {
        padding: 12rem 0;
    }
    .treatment-box::after {
        bottom: 104rem;
    }
    .treatment-box__main {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        gap: 7rem;
    }
    .treatment-box__main figure {
        margin-left: 0;
        padding: 0 4rem;
    }
    .treatment-box__main figure picture {
        margin-bottom: 8rem;
        display: block;
    }
    .treatment-box__main figure a picture {
        margin-bottom: 0;
    }
    .treatment-box__main--text h2 {
        text-align: center;
    }
    .treatment-box__main--text p {
        font-size: 3rem;
    }
    .treatment-box__main--text .btn {
        display: block;
        text-align: right;
    }
    .treatment-box__main--text .btn .name {
        display: inline-flex;
        width: 40.4rem;
    }
    .childrens-box .head-box {
        margin-bottom: 6rem;
    }
    .childrens-box__main--thumb {
        margin-bottom: 37rem;
    }
    .childrens-box__main--group {
        align-items: start;
        gap: 35rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .childrens-box__main--group .items {
        padding: 6rem 6rem 10rem;
    }
    .childrens-box__main--group .items::before {
        width: 45.5rem;
        height: 33.5rem;
        right: 9rem;
    }
    .childrens-box__main--group .items h3 {
        font-size: 3.3rem;
        line-height: 4.8rem;
    }
    .childrens-box__main--group .items__labels {
        line-height: 8.8rem;
        border-radius: 4.3rem;
        width: 52.9rem;
        font-size: 4.9rem;
        margin: 0 auto 3rem;
    }
    .childrens-box__main--group .items__labels small {
        font-size: 4.2rem;
    }
    .childrens-box__main--group .items ul li {
        font-size: 2.7rem;
        line-height: 4.2rem;
    }
    .childrens-box__main--group .items ul li::before {
        width: 2.2rem;
        height: 2.2rem;
    }
    .childrens-box__main--group .items a {
        width: 12rem;
    }
    .childrens-box__main--group .items:nth-child(2)::before {
        width: 59.5rem;
        height: 78.1rem;
    }
    .childrens-box__main--group .items:nth-child(3)::before {
        width: 52.5rem;
        height: 38.7rem;
    }
    .ideas-box {
        padding: 26rem 0 23rem;
        background-image: url(../images/ideas-bg_sp.webp);
        background-position: 0 18rem;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .ideas-box .head-box {
        margin-bottom: 11rem;
    }
    .ideas-box .head-box h2 {
        line-height: 8rem;
    }
    .ideas-box__main--items {
        margin-bottom: 20rem;
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        gap: 4rem;
    }
    .ideas-box__main--items figure {
        text-align: right;
        width: 100%;
    }
    .ideas-box__main--items figure picture {
        display: inline-flex;
        width: 56rem;
    }
    .ideas-box__main--items figure::after {
        left: 2rem;
    }
    .ideas-box__main--items .text h3 {
        font-size: 4rem;
        line-height: 6rem;
    }
    .ideas-box__main--items .text p {
        font-size: 3rem;
        line-height: 6rem;
    }
    .ideas-box__main--items:nth-child(2) {
        flex-direction: column;
        gap: 6rem;
        padding-right: 0;
    }
    .ideas-box__main--items:nth-child(2) figure {
        text-align: center;
    }
    .ideas-box__main--items:nth-child(2) figure picture {
        width: 40rem;
    }
    .ideas-box__main--items:nth-child(2) figure::after {
        right: 2rem;
        bottom: 2rem;
    }
    .ideas-box__main--items:nth-child(3) {
        margin-bottom: 0;
    }
    .ideas-box__main--items:nth-child(3) figure {
        text-align: center;
    }
    .ideas-box__main--items:nth-child(3) figure::after {
        right: 2rem;
    }
    .baby-box__main {
        margin: 0;
    }
    .baby-box__main--items {
        padding: 0;
        width: 100%;
    }
    .baby-box__main--items .text {
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
        padding: 6rem;
        text-align: center;
    }
    .baby-box__main--items .text h3 {
        font-size: 4.6rem;
        line-height: 6.3rem;
    }
    .baby-box__main--items .text p {
        font-size: 2.4rem;
        text-align: left;
    }
    .baby-box__main--items:last-child .text {
        padding-right: 6rem;
    }
    .menu-box::after {
        content: "";
        width: 60.9rem;
        height: 81.5rem;
        background-image: url(../images/menu-bg.webp);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        bottom: -54rem;
        z-index: -1;
    }
    .menu-box__main {
        z-index: 9;
        padding: 0;
    }
    .menu-box__main::after {
        top: auto;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 38rem;
        background-size: 100% auto;
    }
    .case-box {
        padding: 4rem 3rem 10rem;
        position: relative;
        width: calc(100% - 6rem);
        margin: 20rem auto 0;
    }
    .case-box .container {
        padding: 0;
    }
    .case-box::after {
        width: 100%;
        height: 100%;
    }
    .case-box__main {
        padding: 6rem 3rem 7rem;
    }
    .case-box__main h2 {
        margin-bottom: 3rem;
    }
    .case-box__main--group {
        margin: 0 0 5rem;
    }
    .case-box__main--group .items {
        padding: 0;
    }
    .case-box__main--group .items figure {
        margin-bottom: 3rem;
    }
    .case-box__main--group .items__text--info span {
        padding: 0 2.5rem;
        line-height: 4.5rem;
        border-radius: 2.25rem;
        font-size: 2.1rem;
    }
    .case-box__main--group .items__text--info time {
        font-size: 2.1rem;
        line-height: 4.5rem;
    }
    .case-box__main--group .items__text h3 {
        font-size: 3.6rem;
    }
    .case-box__main--group .items__text p {
        font-size: 2.7rem;
        line-height: 5.4rem;
    }
    .case-box__main .slick-arrow {
        width: 8.1rem;
        height: 8.1rem;
        text-indent: -9999px;
        background-image: url(../images/arows.webp);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: -2rem;
        top: 15rem;
        z-index: 9;
    }
    .case-box__main .slick-arrow.slick-next {
        background-image: url(../images/arows2.webp);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: auto;
        right: -2rem;
    }
    .case-box__main--btn a {
        max-width: 100%;
    }
    .gallery-box::after {
        width: 25.5rem;
        height: 32.9rem;
        right: 0;
    }
    .clinic-box {
        padding-bottom: 0;
    }
    .clinic-box__main {
        padding: 6rem 3rem;
        gap: 6rem;
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
    .clinic-box__main--info {
        gap: 4rem;
        padding: 0 7rem;
    }
    .clinic-box__main--info .logo {
        width: 42.1rem;
        margin: 0 auto;
    }
    .clinic-box__main--info p {
        font-size: 2.7rem;
        line-height: 4.2rem;
    }
    .clinic-box__main--info .btn {
        grid-template-columns: 1fr 6.5rem;
        gap: 3rem;
    }
    .clinic-box__main--news .news__items main span {
        padding: 0 2rem;
        line-height: 4.5rem;
        border-radius: 2.25rem;
        font-size: 2.1rem;
    }
    .clinic-box__main--news .news__items main time {
        font-size: 2.1rem;
        line-height: 4.5rem;
    }
    .clinic-box__main--news .news__items main h3 {
        width: 100%;
        font-size: 3rem;
    }
    .clinic-box__main--news .news__items main p {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .clinic-box__nav {
        display: none;
    }
    .floating-contact {
        top: auto !important;
        bottom: 10rem;
    }
    .floating-contact a:first-child{
        display: none !important;
    }
    .floating-box {
        width: 100%;
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
    }
    .floating-box__main {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        position: relative;
    }
    .floating-box__main::after {
        content: "";
        width: 11.1rem;
        height: 12.5rem;
        background-image: url(../images/floating-icon.webp);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-60%);
        z-index: -1;
    }
    .banner-page__main {
        height: 40rem;
        position: relative;
    }
    .banner-page__main::after {
        width: 21.7rem;
        height: 26.9rem;
        bottom: -12.5rem;
        right: 3rem;
    }
    .breadcrumb-box__main ul {
        flex-wrap: wrap;
    }
    .breadcrumb-box__main ul li {
        font-size: 2rem;
    }
    .page-inner .entry-content .background {
        padding: 8rem 3rem;
    }
    .page-inner .entry-content .wp-block-columns .background {
        padding: 4rem 3rem;
    }
    .page-inner .entry-content .wp-block-list li {
        gap: 2rem;
        font-size: 3rem;
        line-height: 4.5rem;
    }
    .page-inner .entry-content .wp-block-list li::before {
        margin-top: 1rem;
    }
    .page-inner .entry-content .list-price__items {
        padding: 6rem 0 0;
        margin: 0;
        display: block;
    }
    .page-inner .entry-content .list-price__items::after {
        width: 100%;
        height: 14rem;
        top: auto;
        bottom: 0;
    }
    .page-inner .entry-content .list-price__items .labels {
        margin: 0;
        padding: 0 2rem;
        margin-bottom: 6rem;
    }
    .page-inner .entry-content .list-price__items .labels h5 {
        font-size: 3.6rem;
        text-align: center;
        margin-bottom: 3rem;
    }
    .page-inner .entry-content .list-price__items .labels p {
        line-height: 2;
    }
    .page-inner .entry-content .list-price__items .labels .group {
        display: block;
    }
    .page-inner .entry-content .list-price__items .labels .group figure {
        width: 36rem;
        margin: 0 auto 4rem;
    }
    .page-inner .entry-content .list-price__items .info {
        width: 100%;
        height: 14rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .page-inner .entry-content .list-price__items .info p {
        font-size: 3rem;
    }
    .page-inner .entry-content .list-price__items .info p code {
        font-size: 2.4rem;
    }
    .page-inner .entry-content .list-price__items .info p br {
        display: none;
    }
    .page-inner .entry-content .pick-up {
        padding: 7rem 3rem 22rem;
    }
    .page-inner .entry-content .pick-up h2 {
        font-size: 4.4rem;
        line-height: 5.4rem;
    }
    .page-inner .entry-content .wp-block-table {
        margin-bottom: 12rem;
    }
    .page-inner .entry-content .table table tr {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
    .page-inner .entry-content .table table tr td {
        padding: 3rem 2rem;
        font-size: 2.7rem;
        line-height: 4.2rem;
    }
    .page-inner .entry-content .table table tr td:last-child {
        font-size: 2.5rem;
    }
    .page-inner .entry-content .step-entry::after {
        background-image: url(../images/bg-wide_sp.webp);
        background-position: 0 0;
        background-repeat: repeat-x;
        background-size: auto 100%;
    }
    .page-inner .entry-content .step-entry__main .wp-block-media-text {
        margin: 0;
        gap: 3rem;
        grid-template-columns: 1fr;
        padding: 6rem 3rem;
        display: flex;
        flex-direction: column;
    }
    .page-inner .entry-content .step-entry__main .wp-block-media-text .wp-block-media-text__media {
        width: 45rem;
    }
    .page-inner .entry-content .step-entry__main .wp-block-media-text .wp-block-media-text__content h3 {
        font-size: 4rem;
        line-height: 6rem;
        padding: 2rem 0 2rem 12rem;
    }
    .page-inner .entry-content .step-entry__main .wp-block-media-text .wp-block-media-text__content p {
        margin-bottom: 0;
    }
    .site-content__main {
        gap: 12rem;
        grid-template-columns: 1fr;
    }
    .list-post__items {
        gap: 4rem;
        grid-template-columns: 1fr;
        padding: 8rem 3rem;
    }
    .list-post__items .labels {
        padding: 0 3rem;
        border-radius: 2.25rem;
        line-height: 4.5rem;
        font-size: 2.1rem;
        top: 2rem;
        left: 3rem;
    }
    .list-post__items figure {
        width: 45rem;
        margin: 0 auto;
    }
    .list-post__items--text time {
        font-size: 2.1rem;
    }
    .list-post__items--text h3 {
        font-size: 3.5rem;
        line-height: 4.6rem;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .list-post__items--text p {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 2.4rem;
        line-height: 4.8rem;
    }
    .list-post__items--text .more-btn a {
        width: 19.5rem;
    }
    .sidebar {
        padding-top: 0;
    }
    .sidebar__main .widgettitle,
    .sidebar__main h2 {
        font-size: 3.9rem;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .sidebar__main ul {
        gap: 6px;
    }
    .sidebar__main ul li a {
        gap: 2rem;
        font-size: 3rem;
        line-height: 10rem;
    }
    .sidebar__main select {
        height: 7.5rem;
        font-size: 3rem;
    }
    .wpp-list__main {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
        grid-template-columns: 18rem 1fr;
        gap: 3rem;
    }
    .wpp-list__main--thumbnail span {
        font-size: 2.1rem;
        width: 6.9rem;
        height: 3.6rem;
    }
    .wpp-list__main--thumbnail img {
        width: 18rem;
        height: 12rem;
    }
    .wpp-list__main--text a {
        font-size: 2.1rem;
        line-height: 3.6rem;
    }
    .wpp-list__main--text .time {
        font-size: 1.8rem;
        line-height: 3.6rem;
    }
    .page-numbers li a {
        width: 6rem;
        height: 6rem;
        font-size: 2.1rem;
    }
    .page-numbers li.arowLink a {
        font-size: 4rem;
    }
    .post-inner {
        padding: 3rem 1rem 0;
    }
    .post-inner .head {
        margin-bottom: 2rem;
    }
    .post-inner .head .labels {
        margin-bottom: 1.5rem;
        gap: 1rem;
    }
    .post-inner .head .labels span {
        line-height: 3.1rem;
    }
    .post-inner .entry-content #toc_container {
        width: 100% !important;
        padding: 4rem 0;
        margin-bottom: 4rem;
        text-align: left;
    }
    .post-inner .entry-content #toc_container .toc_title {
        text-align: center;
        font-size: 3rem;
    }
    .post-inner .entry-content #toc_container .toc_list li {
        font-size: 2.1rem;
    }
    .post-inner .entry-content #toc_container .toc_list li::before {
        top: 2.2rem;
    }
    .post-inner .entry-content #toc_container .toc_list li a {
        font-size: 2.4rem;
    }
    .post-inner .entry-content #toc_container .toc_list li ul li::before {
        top: 2rem;
    }
    .post-inner .entry-content #toc_container .toc_list li ul li a {
        font-size: 2.1rem;
    }
    .related-box {
        padding-bottom: 5rem;
    }
    .related-box__main {
        padding: 4rem 0;
    }
    .related-box__main h2 {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .related-box__main--group {
        display: grid;
        align-items: start;
        gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .related-box__main--group .items time {
        font-size: 2.1rem;
    }
    .related-box__main--group .items h3 {
        font-size: 2.4rem;
    }
}
